Hi Jay,

I share you hs_err log of this issue.
`chcp` on my console shows "932" (MS932). It is Japanese locale.

I can share you if you want to know.


Thanks,

Yasumasa


On 2020/07/24 20:59, Jayathirth D V wrote:
Hi Yasumasa,

I tried after changing the locale to Japanese but I don’t see the issue.

Also tried to reproduce the issue by enabling/disabling setting "Beta:Use Unicode 
UTF-8 for worldwide language support" in my locale setting.

@Others : Can somebody else try to reproduce this issue?

Thanks,
Jay

-----Original Message-----
From: Yasumasa Suenaga <suen...@oss.nttdata.com>
Sent: Thursday, July 23, 2020 5:41 PM
To: Jayathirth D v <jayathirth....@oracle.com>
Cc: 2d-dev <2d-dev@openjdk.java.net>; awt-...@openjdk.java.net
Subject: Re: [OpenJDK 2D-Dev] PING: RFR: 8249215: JFrame::setVisible crashed 
with -Dfile.encoding=UTF-8

Hi Jay,

On 2020/07/23 19:09, Jayathirth D v wrote:
Hi,

I tried reproducing the issue in my Windows 10 machine with UTF-8 encoding and 
test file mentioned in the bug, I don’t see any crash.
Am I missing something?

OS locale may be affecting.

My laptop has been set Japanese (CP932 / Windows-31J), so WFontConfiguration 
attempt to find Japanese font by default.
However WFontConfiguration cannot find out the font of "DEFAULT_CHARSET" when 
-Dfile.encoding=UTF-8 is passed.


Thanks,

Yasumasa


Also I think this should be in awt-dev so adding the mailing list.

Thanks,
Jay

On 20-Jul-2020, at 12:59 PM, Yasumasa Suenaga <suen...@oss.nttdata.com> wrote:

PING: could you review it?

    JBS: https://bugs.openjdk.java.net/browse/JDK-8249215
    webrev: http://cr.openjdk.java.net/~ysuenaga/JDK-8249215/webrev.00/

Yasumasa

On 2020/07/11 17:39, Yasumasa Suenaga wrote:
Hi all,
Please review this change:
    JBS: https://bugs.openjdk.java.net/browse/JDK-8249215
    webrev: http://cr.openjdk.java.net/~ysuenaga/JDK-8249215/webrev.00/
I tried to run Sample.java in JDK-8236161 with -Dfile.encoding=UTF-8, but JVM 
crashed due to internal error on fastdebug VM. I saw same call stack with 
JDK-8236161 in hs_err log.
I investigated it, then I found out current implementation cannot handle 
default charset.
If charset is set to UTF-8, it would be handled as "DEFAULT_CHARSET" in 
WFontConfiguration::initTables. However it does not affect native font name, so we cannot 
find valid font.
This change has passed all tests on submit repo 
(mach5-one-ysuenaga-JDK-8249215-20200711-0655-12566039)
Thanks,
Yasumasa

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffe9ca4ee4f, pid=8004, 
tid=3180
#
# JRE version: OpenJDK Runtime Environment (16.0) (fastdebug build 
16-internal+0-adhoc.yasuenag.jdk)
# Java VM: OpenJDK 64-Bit Server VM (fastdebug 
16-internal+0-adhoc.yasuenag.jdk, mixed mode, sharing, tiered, compressed oops, 
g1 gc, windows-amd64)
# Problematic frame:
# C  [awt.dll+0x8ee4f]
#
# Core dump will be written. Default location: 
D:\test\awt-bug\hs_err_pid8004.mdmp
#
# If you would like to submit a bug report, please visit:
#   https://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

---------------  S U M M A R Y ------------

Command Line: -Dfile.encoding=UTF-8 Sample

Host: Xelvis, AMD Ryzen 3 3300X 4-Core Processor             , 8 cores, 15G,  
Windows 10 , 64 bit Build 19041 (10.0.19041.292)
Time: Sat Jul 11 11:59:29 2020 “Œ‹ž (•W€Žž) elapsed time: 9.531358 seconds (0d 
0h 0m 9s)

---------------  T H R E A D  ---------------

Current thread (0x0000021cff63f840):  JavaThread "main" [_thread_in_native, 
id=3180, stack(0x000000e489800000,0x000000e489900000)]

Stack: [0x000000e489800000,0x000000e489900000],  sp=0x000000e4898fed90,  free 
space=1019k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [awt.dll+0x8ee4f]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  sun.awt.windows.WComponentPeer._setFont(Ljava/awt/Font;)V+0 
java.desktop@16-internal
j  sun.awt.windows.WComponentPeer.setFont(Ljava/awt/Font;)V+7 
java.desktop@16-internal
j  sun.awt.windows.WWindowPeer.initialize()V+42 java.desktop@16-internal
j  sun.awt.windows.WFramePeer.initialize()V+1 java.desktop@16-internal
j  sun.awt.windows.WComponentPeer.<init>(Ljava/awt/Component;)V+83 
java.desktop@16-internal
j  sun.awt.windows.WCanvasPeer.<init>(Ljava/awt/Component;)V+2 
java.desktop@16-internal
j  sun.awt.windows.WPanelPeer.<init>(Ljava/awt/Component;)V+2 
java.desktop@16-internal
j  sun.awt.windows.WWindowPeer.<init>(Ljava/awt/Window;)V+2 
java.desktop@16-internal
j  sun.awt.windows.WFramePeer.<init>(Ljava/awt/Frame;)V+2 
java.desktop@16-internal
j  
sun.awt.windows.WToolkit.createFrame(Ljava/awt/Frame;)Ljava/awt/peer/FramePeer;+5
 java.desktop@16-internal
j  java.awt.Frame.addNotify()V+20 java.desktop@16-internal
j  java.awt.Window.show()V+8 java.desktop@16-internal
j  java.awt.Component.show(Z)V+5 java.desktop@16-internal
j  java.awt.Component.setVisible(Z)V+2 java.desktop@16-internal
j  java.awt.Window.setVisible(Z)V+2 java.desktop@16-internal
j  Sample.main([Ljava/lang/String;)V+10
v  ~StubRoutines::call_stub

siginfo: EXCEPTION_ACCESS_VIOLATION (0xc0000005), reading address 
0x0000000000000058


Register to memory mapping:

RIP=0x00007ffe9ca4ee4f awt.dll
RAX=0x0000000000000007 is an unknown value
RBX=0x0 is NULL
RCX=0x0000021cfe910000 points into unknown readable memory: 0x0000000000000000 
| 00 00 00 00 00 00 00 00
RDX=0x0000021cfe910000 points into unknown readable memory: 0x0000000000000000 
| 00 00 00 00 00 00 00 00
RSP=0x000000e4898fed90 is pointing into the stack for thread: 0x0000021cff63f840
RBP=0x0 is NULL
RSI=0x0000021caa4256f0 is a global jni handle
RDI=0x0000021caa4296d0 points into unknown readable memory: 0x00007ffe9cad23e8 
| e8 23 ad 9c fe 7f 00 00
R8 =0x0000021cfe8715c0 points into unknown readable memory: 0x0000021cfe870cc0 
| c0 0c 87 fe 1c 02 00 00
R9 =0x0000000000000001 is an unknown value
R10=0x0000000000008000 is an unknown value
R11=0x000000e4898febe0 is pointing into the stack for thread: 0x0000021cff63f840
R12=0x0 is NULL
R13={method} {0x0000021ca4707358} '_setFont' '(Ljava/awt/Font;)V' in 
'sun/awt/windows/WComponentPeer'
R14=0x0000021caa4296d0 points into unknown readable memory: 0x00007ffe9cad23e8 
| e8 23 ad 9c fe 7f 00 00
R15=0x0000021caa428d60 points into unknown readable memory: 0x0000021caa4256f0 
| f0 56 42 aa 1c 02 00 00


Registers:
RAX=0x0000000000000007, RBX=0x0000000000000000, RCX=0x0000021cfe910000, 
RDX=0x0000021cfe910000
RSP=0x000000e4898fed90, RBP=0x0000000000000000, RSI=0x0000021caa4256f0, 
RDI=0x0000021caa4296d0
R8 =0x0000021cfe8715c0, R9 =0x0000000000000001, R10=0x0000000000008000, 
R11=0x000000e4898febe0
R12=0x0000000000000000, R13=0x0000021ca4707350, R14=0x0000021caa4296d0, 
R15=0x0000021caa428d60
RIP=0x00007ffe9ca4ee4f, EFLAGS=0x0000000000010202

Top of Stack: (sp=0x000000e4898fed90)
0x000000e4898fed90:   0000000000000000 0000021caa4256f0
0x000000e4898feda0:   0000021caa4256f0 0000000000000000
0x000000e4898fedb0:   0000021caa4256f8 00007ffe9ca544dd
0x000000e4898fedc0:   0000021cff63fbc8 0000021caa4256f0
0x000000e4898fedd0:   0000000176ac3043 0000000000000000
0x000000e4898fede0:   0000021cff63f840 000000e4898fef18
0x000000e4898fedf0:   0000021caa428d60 00007ffe9ca92869
0x000000e4898fee00:   00007ffe9cb0a608 000000e4898feef0
0x000000e4898fee10:   00007ffe9ca543b0 0000021caa4256f0
0x000000e4898fee20:   0000021caa4256f0 00007ffe9ca559f7
0x000000e4898fee30:   0000021caa4256f8 000000e4898fef10
0x000000e4898fee40:   0000021cff63fbc8 00007ffe9cb0a608
0x000000e4898fee50:   0000021c8994a3aa 0000021c89954028
0x000000e4898fee60:   0000021ca4707350 0000000000000190
0x000000e4898fee70:   0000021ca4707350 0000021cff63f840
0x000000e4898fee80:   0000000000000008 0000000000000190 

Instructions: (pc=0x00007ffe9ca4ee4f)
0x00007ffe9ca4ed4f:   00 0f 57 c0 83 64 24 34 00 b9 11 00 00 00 83 64
0x00007ffe9ca4ed5f:   24 38 00 f3 0f 7f 44 24 24 ff 15 ba 76 0b 00 4c
0x00007ffe9ca4ed6f:   8d 44 24 40 ba 5c 00 00 00 48 8b c8 ff 15 5f 79
0x00007ffe9ca4ed7f:   0b 00 83 f8 5c 75 0d 48 8d 54 24 40 48 8b cb e8
0x00007ffe9ca4ed8f:   9e 84 05 00 48 8d 54 24 20 48 8b cb e8 b5 84 05
0x00007ffe9ca4ed9f:   00 48 8b d3 48 8b cf e8 62 84 05 00 48 8b 8c 24
0x00007ffe9ca4edaf:   a0 00 00 00 48 33 cc e8 d5 91 05 00 48 8b 9c 24
0x00007ffe9ca4edbf:   c8 00 00 00 48 81 c4 b0 00 00 00 5f c3 40 53 48
0x00007ffe9ca4edcf:   83 ec 20 48 8b d9 ff 15 a5 7e 0b 00 48 85 c0 75
0x00007ffe9ca4eddf:   0a 48 8b 4b 48 ff 15 8e 7e 0b 00 48 83 c4 20 5b
0x00007ffe9ca4edef:   c3 4c 63 c2 48 8b 15 26 61 0b 00 48 ff 25 1f 7d
0x00007ffe9ca4edff:   0b 00 cc cc cc 48 8b d1 48 8b 0d d2 92 0b 00 48
0x00007ffe9ca4ee0f:   89 15 cb 92 0b 00 e9 46 be 04 00 cc cc 48 89 5c
0x00007ffe9ca4ee1f:   24 08 48 89 74 24 10 57 48 83 ec 20 48 8b da 48
0x00007ffe9ca4ee2f:   8b f9 48 85 d2 75 19 41 b8 87 03 00 00 48 8d 15
0x00007ffe9ca4ee3f:   cd c3 07 00 48 8d 0d 5e c7 07 00 e8 25 3c 05 00
0x00007ffe9ca4ee4f:   83 7b 58 00 7d 08 48 8b cb e8 27 bd 01 00 48 8b
0x00007ffe9ca4ee5f:   43 48 48 8b 30 48 85 f6 75 20 41 b8 83 00 00 00
0x00007ffe9ca4ee6f:   48 8d 15 ea b1 07 00 48 8d 0d 33 b2 07 00 e8 f2
0x00007ffe9ca4ee7f:   3b 05 00 48 8b 43 48 48 8b 30 48 8b 4f 48 48 85
0x00007ffe9ca4ee8f:   c9 75 1d 41 b8 2a 01 00 00 48 8d 15 61 a1 07 00
0x00007ffe9ca4ee9f:   48 8d 0d c2 a1 07 00 e8 c9 3b 05 00 48 8b 4f 48
0x00007ffe9ca4eeaf:   45 33 c9 4c 8b c6 41 8d 51 30 ff 15 31 7f 0b 00
0x00007ffe9ca4eebf:   48 8b 4f 48 33 d2 44 8d 42 01 ff 15 d9 7d 0b 00
0x00007ffe9ca4eecf:   85 c0 75 19 41 b8 8c 03 00 00 48 8d 15 30 c3 07
0x00007ffe9ca4eedf:   00 48 8d 0d 99 c6 07 00 e8 88 3b 05 00 48 8b 5c
0x00007ffe9ca4eeef:   24 30 48 8b 74 24 38 48 83 c4 20 5f c3 48 8b c4
0x00007ffe9ca4eeff:   48 89 58 08 48 89 68 10 48 89 70 18 48 89 78 20
0x00007ffe9ca4ef0f:   41 56 48 83 ec 20 4c 8b f2 48 8b f9 48 8b 0d e6
0x00007ffe9ca4ef1f:   b4 0b 00 ba 02 00 01 00 41 8b e8 e8 54 8f 05 00
0x00007ffe9ca4ef2f:   48 8b 97 c0 00 00 00 33 db 48 8b f0 48 85 d2 74
0x00007ffe9ca4ef3f:   0d 4c 8b 08 48 8b c8 41 ff 91 b0 00 00 00 4d 85 


Stack slot to memory mapping:
stack at sp + 0 slots: 0x0 is NULL
stack at sp + 1 slots: 0x0000021caa4256f0 is a global jni handle
stack at sp + 2 slots: 0x0000021caa4256f0 is a global jni handle
stack at sp + 3 slots: 0x0 is NULL
stack at sp + 4 slots: 0x0000021caa4256f8 is a global jni handle
stack at sp + 5 slots: 0x00007ffe9ca544dd awt.dll
stack at sp + 6 slots: 0x0000021cff63fbc8 points into unknown readable memory: 
0x00007ffe8d2dd0b0 | b0 d0 2d 8d fe 7f 00 00
stack at sp + 7 slots: 0x0000021caa4256f0 is a global jni handle


---------------  P R O C E S S  ---------------

Threads class SMR info:
_java_thread_list=0x0000021caa474810, length=15, elements={
0x0000021cff63f840, 0x0000021ca4ee6f10, 0x0000021ca4ee93c0, 0x0000021ca4f10730,
0x0000021ca4f11900, 0x0000021ca4f14a70, 0x0000021ca4f166d0, 0x0000021ca4f1c6a0,
0x0000021ca4f1e4b0, 0x0000021ca517f280, 0x0000021ca5158080, 0x0000021ca55bdc80,
0x0000021ca555b8a0, 0x0000021ca585da20, 0x0000021caa477500
}
_java_thread_list_alloc_cnt=16, _java_thread_list_free_cnt=14, 
_java_thread_list_max=15, _nested_thread_list_max=0
_tlh_cnt=179, _tlh_times=0, avg_tlh_time=0.00, _tlh_time_max=0
_delete_lock_wait_cnt=0, _delete_lock_wait_max=0
_to_delete_list_cnt=0, _to_delete_list_max=1

Java Threads: ( => current thread )
=>0x0000021cff63f840 JavaThread "main" [_thread_in_native, id=3180, 
stack(0x000000e489800000,0x000000e489900000)]
  0x0000021ca4ee6f10 JavaThread "Reference Handler" daemon [_thread_blocked, 
id=2796, stack(0x000000e489f00000,0x000000e48a000000)]
  0x0000021ca4ee93c0 JavaThread "Finalizer" daemon [_thread_blocked, id=12820, 
stack(0x000000e48a000000,0x000000e48a100000)]
  0x0000021ca4f10730 JavaThread "Signal Dispatcher" daemon [_thread_blocked, 
id=11488, stack(0x000000e48a100000,0x000000e48a200000)]
  0x0000021ca4f11900 JavaThread "Attach Listener" daemon [_thread_blocked, 
id=6632, stack(0x000000e48a200000,0x000000e48a300000)]
  0x0000021ca4f14a70 JavaThread "Service Thread" daemon [_thread_blocked, 
id=13084, stack(0x000000e48a300000,0x000000e48a400000)]
  0x0000021ca4f166d0 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, 
id=8980, stack(0x000000e48a400000,0x000000e48a500000)]
  0x0000021ca4f1c6a0 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, 
id=6516, stack(0x000000e48a500000,0x000000e48a600000)]
  0x0000021ca4f1e4b0 JavaThread "Sweeper thread" daemon [_thread_blocked, 
id=4316, stack(0x000000e48a600000,0x000000e48a700000)]
  0x0000021ca517f280 JavaThread "Notification Thread" daemon [_thread_blocked, 
id=14596, stack(0x000000e48a700000,0x000000e48a800000)]
  0x0000021ca5158080 JavaThread "Common-Cleaner" daemon [_thread_blocked, 
id=3756, stack(0x000000e48a900000,0x000000e48aa00000)]
  0x0000021ca55bdc80 JavaThread "Java2D Disposer" daemon [_thread_blocked, 
id=15924, stack(0x000000e48aa00000,0x000000e48ab00000)]
  0x0000021ca555b8a0 JavaThread "AWT-Shutdown" [_thread_blocked, id=10084, 
stack(0x000000e48ab00000,0x000000e48ac00000)]
  0x0000021ca585da20 JavaThread "AWT-Windows" daemon [_thread_in_native, 
id=12324, stack(0x000000e48ac00000,0x000000e48ad00000)]
  0x0000021caa477500 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=7368, 
stack(0x000000e48af00000,0x000000e48b000000)]

Other Threads:
  0x0000021ca4ed55c0 VMThread "VM Thread" [stack: 
0x000000e489e00000,0x000000e489f00000] [id=6152]
  0x0000021ca512aa90 WatcherThread [stack: 
0x000000e48a800000,0x000000e48a900000] [id=16080]
  0x0000021cff69cc40 GCTaskThread "GC Thread#0" [stack: 
0x000000e489900000,0x000000e489a00000] [id=15832]
  0x0000021cff6adeb0 ConcurrentGCThread "G1 Main Marker" [stack: 
0x000000e489a00000,0x000000e489b00000] [id=15736]
  0x0000021cff6aeae0 ConcurrentGCThread "G1 Conc#0" [stack: 
0x000000e489b00000,0x000000e489c00000] [id=12532]
  0x0000021cff70ea80 ConcurrentGCThread "G1 Refine#0" [stack: 
0x000000e489c00000,0x000000e489d00000] [id=4816]
  0x0000021ca4485880 ConcurrentGCThread "G1 Young RemSet Sampling" [stack: 
0x000000e489d00000,0x000000e489e00000] [id=7668]

Threads with active compile tasks:

VM state: not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap address: 0x0000000701200000, size: 4078 MB, Compressed Oops mode: Zero 
based, Oop shift amount: 3
CDS archive(s) mapped at: 
[0x0000000800000000-0x0000000800ba0000-0x0000000800ba0000), size 12189696, 
SharedBaseAddress: 0x0000000800000000, ArchiveRelocationMode: 0.
Compressed class space mapped at: 0x0000000800ba0000-0x0000000840ba0000, size: 
1073741824
Narrow klass base: 0x0000000800000000, Narrow klass shift: 3, Narrow klass 
range: 0x100000000

GC Precious Log:
 CPUs: 8 total, 8 available
 Memory: 16309M
 Large Page Support: Disabled
 NUMA Support: Disabled
 Compressed Oops: Enabled (Zero based)
 Heap Region Size: 2M
 Heap Min Capacity: 8M
 Heap Initial Capacity: 256M
 Heap Max Capacity: 4078M
 Pre-touch: Disabled
 Parallel Workers: 8
 Concurrent Workers: 2
 Concurrent Refinement Workers: 8
 Periodic GC: Disabled

Heap:
 garbage-first heap   total 262144K, used 4096K [0x0000000701200000, 
0x0000000800000000)
  region size 2048K, 3 young (6144K), 0 survivors (0K)
 Metaspace       used 5429K, capacity 5563K, committed 5760K, reserved 1056768K
  class space    used 578K, capacity 629K, committed 640K, reserved 1048576K

Heap Regions: E=young(eden), S=young(survivor), O=old, HS=humongous(starts), 
HC=humongous(continues), CS=collection set, F=free, OA=open archive, CA=closed 
archive, TAMS=top-at-mark-start (previous, next)
|   0|0x0000000701200000, 0x0000000701200000, 0x0000000701400000|  0%| F|  
|TAMS 0x0000000701200000, 0x0000000701200000| Untracked 
|   1|0x0000000701400000, 0x0000000701400000, 0x0000000701600000|  0%| F|  
|TAMS 0x0000000701400000, 0x0000000701400000| Untracked 
|   2|0x0000000701600000, 0x0000000701600000, 0x0000000701800000|  0%| F|  
|TAMS 0x0000000701600000, 0x0000000701600000| Untracked 
|   3|0x0000000701800000, 0x0000000701800000, 0x0000000701a00000|  0%| F|  
|TAMS 0x0000000701800000, 0x0000000701800000| Untracked 
|   4|0x0000000701a00000, 0x0000000701a00000, 0x0000000701c00000|  0%| F|  
|TAMS 0x0000000701a00000, 0x0000000701a00000| Untracked 
|   5|0x0000000701c00000, 0x0000000701c00000, 0x0000000701e00000|  0%| F|  
|TAMS 0x0000000701c00000, 0x0000000701c00000| Untracked 
|   6|0x0000000701e00000, 0x0000000701e00000, 0x0000000702000000|  0%| F|  
|TAMS 0x0000000701e00000, 0x0000000701e00000| Untracked 
|   7|0x0000000702000000, 0x0000000702000000, 0x0000000702200000|  0%| F|  
|TAMS 0x0000000702000000, 0x0000000702000000| Untracked 
|   8|0x0000000702200000, 0x0000000702200000, 0x0000000702400000|  0%| F|  
|TAMS 0x0000000702200000, 0x0000000702200000| Untracked 
|   9|0x0000000702400000, 0x0000000702400000, 0x0000000702600000|  0%| F|  
|TAMS 0x0000000702400000, 0x0000000702400000| Untracked 
|  10|0x0000000702600000, 0x0000000702600000, 0x0000000702800000|  0%| F|  
|TAMS 0x0000000702600000, 0x0000000702600000| Untracked 
|  11|0x0000000702800000, 0x0000000702800000, 0x0000000702a00000|  0%| F|  
|TAMS 0x0000000702800000, 0x0000000702800000| Untracked 
|  12|0x0000000702a00000, 0x0000000702a00000, 0x0000000702c00000|  0%| F|  
|TAMS 0x0000000702a00000, 0x0000000702a00000| Untracked 
|  13|0x0000000702c00000, 0x0000000702c00000, 0x0000000702e00000|  0%| F|  
|TAMS 0x0000000702c00000, 0x0000000702c00000| Untracked 
|  14|0x0000000702e00000, 0x0000000702e00000, 0x0000000703000000|  0%| F|  
|TAMS 0x0000000702e00000, 0x0000000702e00000| Untracked 
|  15|0x0000000703000000, 0x0000000703000000, 0x0000000703200000|  0%| F|  
|TAMS 0x0000000703000000, 0x0000000703000000| Untracked 
|  16|0x0000000703200000, 0x0000000703200000, 0x0000000703400000|  0%| F|  
|TAMS 0x0000000703200000, 0x0000000703200000| Untracked 
|  17|0x0000000703400000, 0x0000000703400000, 0x0000000703600000|  0%| F|  
|TAMS 0x0000000703400000, 0x0000000703400000| Untracked 
|  18|0x0000000703600000, 0x0000000703600000, 0x0000000703800000|  0%| F|  
|TAMS 0x0000000703600000, 0x0000000703600000| Untracked 
|  19|0x0000000703800000, 0x0000000703800000, 0x0000000703a00000|  0%| F|  
|TAMS 0x0000000703800000, 0x0000000703800000| Untracked 
|  20|0x0000000703a00000, 0x0000000703a00000, 0x0000000703c00000|  0%| F|  
|TAMS 0x0000000703a00000, 0x0000000703a00000| Untracked 
|  21|0x0000000703c00000, 0x0000000703c00000, 0x0000000703e00000|  0%| F|  
|TAMS 0x0000000703c00000, 0x0000000703c00000| Untracked 
|  22|0x0000000703e00000, 0x0000000703e00000, 0x0000000704000000|  0%| F|  
|TAMS 0x0000000703e00000, 0x0000000703e00000| Untracked 
|  23|0x0000000704000000, 0x0000000704000000, 0x0000000704200000|  0%| F|  
|TAMS 0x0000000704000000, 0x0000000704000000| Untracked 
|  24|0x0000000704200000, 0x0000000704200000, 0x0000000704400000|  0%| F|  
|TAMS 0x0000000704200000, 0x0000000704200000| Untracked 
|  25|0x0000000704400000, 0x0000000704400000, 0x0000000704600000|  0%| F|  
|TAMS 0x0000000704400000, 0x0000000704400000| Untracked 
|  26|0x0000000704600000, 0x0000000704600000, 0x0000000704800000|  0%| F|  
|TAMS 0x0000000704600000, 0x0000000704600000| Untracked 
|  27|0x0000000704800000, 0x0000000704800000, 0x0000000704a00000|  0%| F|  
|TAMS 0x0000000704800000, 0x0000000704800000| Untracked 
|  28|0x0000000704a00000, 0x0000000704a00000, 0x0000000704c00000|  0%| F|  
|TAMS 0x0000000704a00000, 0x0000000704a00000| Untracked 
|  29|0x0000000704c00000, 0x0000000704c00000, 0x0000000704e00000|  0%| F|  
|TAMS 0x0000000704c00000, 0x0000000704c00000| Untracked 
|  30|0x0000000704e00000, 0x0000000704e00000, 0x0000000705000000|  0%| F|  
|TAMS 0x0000000704e00000, 0x0000000704e00000| Untracked 
|  31|0x0000000705000000, 0x0000000705000000, 0x0000000705200000|  0%| F|  
|TAMS 0x0000000705000000, 0x0000000705000000| Untracked 
|  32|0x0000000705200000, 0x0000000705200000, 0x0000000705400000|  0%| F|  
|TAMS 0x0000000705200000, 0x0000000705200000| Untracked 
|  33|0x0000000705400000, 0x0000000705400000, 0x0000000705600000|  0%| F|  
|TAMS 0x0000000705400000, 0x0000000705400000| Untracked 
|  34|0x0000000705600000, 0x0000000705600000, 0x0000000705800000|  0%| F|  
|TAMS 0x0000000705600000, 0x0000000705600000| Untracked 
|  35|0x0000000705800000, 0x0000000705800000, 0x0000000705a00000|  0%| F|  
|TAMS 0x0000000705800000, 0x0000000705800000| Untracked 
|  36|0x0000000705a00000, 0x0000000705a00000, 0x0000000705c00000|  0%| F|  
|TAMS 0x0000000705a00000, 0x0000000705a00000| Untracked 
|  37|0x0000000705c00000, 0x0000000705c00000, 0x0000000705e00000|  0%| F|  
|TAMS 0x0000000705c00000, 0x0000000705c00000| Untracked 
|  38|0x0000000705e00000, 0x0000000705e00000, 0x0000000706000000|  0%| F|  
|TAMS 0x0000000705e00000, 0x0000000705e00000| Untracked 
|  39|0x0000000706000000, 0x0000000706000000, 0x0000000706200000|  0%| F|  
|TAMS 0x0000000706000000, 0x0000000706000000| Untracked 
|  40|0x0000000706200000, 0x0000000706200000, 0x0000000706400000|  0%| F|  
|TAMS 0x0000000706200000, 0x0000000706200000| Untracked 
|  41|0x0000000706400000, 0x0000000706400000, 0x0000000706600000|  0%| F|  
|TAMS 0x0000000706400000, 0x0000000706400000| Untracked 
|  42|0x0000000706600000, 0x0000000706600000, 0x0000000706800000|  0%| F|  
|TAMS 0x0000000706600000, 0x0000000706600000| Untracked 
|  43|0x0000000706800000, 0x0000000706800000, 0x0000000706a00000|  0%| F|  
|TAMS 0x0000000706800000, 0x0000000706800000| Untracked 
|  44|0x0000000706a00000, 0x0000000706a00000, 0x0000000706c00000|  0%| F|  
|TAMS 0x0000000706a00000, 0x0000000706a00000| Untracked 
|  45|0x0000000706c00000, 0x0000000706c00000, 0x0000000706e00000|  0%| F|  
|TAMS 0x0000000706c00000, 0x0000000706c00000| Untracked 
|  46|0x0000000706e00000, 0x0000000706e00000, 0x0000000707000000|  0%| F|  
|TAMS 0x0000000706e00000, 0x0000000706e00000| Untracked 
|  47|0x0000000707000000, 0x0000000707000000, 0x0000000707200000|  0%| F|  
|TAMS 0x0000000707000000, 0x0000000707000000| Untracked 
|  48|0x0000000707200000, 0x0000000707200000, 0x0000000707400000|  0%| F|  
|TAMS 0x0000000707200000, 0x0000000707200000| Untracked 
|  49|0x0000000707400000, 0x0000000707400000, 0x0000000707600000|  0%| F|  
|TAMS 0x0000000707400000, 0x0000000707400000| Untracked 
|  50|0x0000000707600000, 0x0000000707600000, 0x0000000707800000|  0%| F|  
|TAMS 0x0000000707600000, 0x0000000707600000| Untracked 
|  51|0x0000000707800000, 0x0000000707800000, 0x0000000707a00000|  0%| F|  
|TAMS 0x0000000707800000, 0x0000000707800000| Untracked 
|  52|0x0000000707a00000, 0x0000000707a00000, 0x0000000707c00000|  0%| F|  
|TAMS 0x0000000707a00000, 0x0000000707a00000| Untracked 
|  53|0x0000000707c00000, 0x0000000707c00000, 0x0000000707e00000|  0%| F|  
|TAMS 0x0000000707c00000, 0x0000000707c00000| Untracked 
|  54|0x0000000707e00000, 0x0000000707e00000, 0x0000000708000000|  0%| F|  
|TAMS 0x0000000707e00000, 0x0000000707e00000| Untracked 
|  55|0x0000000708000000, 0x0000000708000000, 0x0000000708200000|  0%| F|  
|TAMS 0x0000000708000000, 0x0000000708000000| Untracked 
|  56|0x0000000708200000, 0x0000000708200000, 0x0000000708400000|  0%| F|  
|TAMS 0x0000000708200000, 0x0000000708200000| Untracked 
|  57|0x0000000708400000, 0x0000000708400000, 0x0000000708600000|  0%| F|  
|TAMS 0x0000000708400000, 0x0000000708400000| Untracked 
|  58|0x0000000708600000, 0x0000000708600000, 0x0000000708800000|  0%| F|  
|TAMS 0x0000000708600000, 0x0000000708600000| Untracked 
|  59|0x0000000708800000, 0x0000000708800000, 0x0000000708a00000|  0%| F|  
|TAMS 0x0000000708800000, 0x0000000708800000| Untracked 
|  60|0x0000000708a00000, 0x0000000708a00000, 0x0000000708c00000|  0%| F|  
|TAMS 0x0000000708a00000, 0x0000000708a00000| Untracked 
|  61|0x0000000708c00000, 0x0000000708c00000, 0x0000000708e00000|  0%| F|  
|TAMS 0x0000000708c00000, 0x0000000708c00000| Untracked 
|  62|0x0000000708e00000, 0x0000000708e00000, 0x0000000709000000|  0%| F|  
|TAMS 0x0000000708e00000, 0x0000000708e00000| Untracked 
|  63|0x0000000709000000, 0x0000000709000000, 0x0000000709200000|  0%| F|  
|TAMS 0x0000000709000000, 0x0000000709000000| Untracked 
|  64|0x0000000709200000, 0x0000000709200000, 0x0000000709400000|  0%| F|  
|TAMS 0x0000000709200000, 0x0000000709200000| Untracked 
|  65|0x0000000709400000, 0x0000000709400000, 0x0000000709600000|  0%| F|  
|TAMS 0x0000000709400000, 0x0000000709400000| Untracked 
|  66|0x0000000709600000, 0x0000000709600000, 0x0000000709800000|  0%| F|  
|TAMS 0x0000000709600000, 0x0000000709600000| Untracked 
|  67|0x0000000709800000, 0x0000000709800000, 0x0000000709a00000|  0%| F|  
|TAMS 0x0000000709800000, 0x0000000709800000| Untracked 
|  68|0x0000000709a00000, 0x0000000709a00000, 0x0000000709c00000|  0%| F|  
|TAMS 0x0000000709a00000, 0x0000000709a00000| Untracked 
|  69|0x0000000709c00000, 0x0000000709c00000, 0x0000000709e00000|  0%| F|  
|TAMS 0x0000000709c00000, 0x0000000709c00000| Untracked 
|  70|0x0000000709e00000, 0x0000000709e00000, 0x000000070a000000|  0%| F|  
|TAMS 0x0000000709e00000, 0x0000000709e00000| Untracked 
|  71|0x000000070a000000, 0x000000070a000000, 0x000000070a200000|  0%| F|  
|TAMS 0x000000070a000000, 0x000000070a000000| Untracked 
|  72|0x000000070a200000, 0x000000070a200000, 0x000000070a400000|  0%| F|  
|TAMS 0x000000070a200000, 0x000000070a200000| Untracked 
|  73|0x000000070a400000, 0x000000070a400000, 0x000000070a600000|  0%| F|  
|TAMS 0x000000070a400000, 0x000000070a400000| Untracked 
|  74|0x000000070a600000, 0x000000070a600000, 0x000000070a800000|  0%| F|  
|TAMS 0x000000070a600000, 0x000000070a600000| Untracked 
|  75|0x000000070a800000, 0x000000070a800000, 0x000000070aa00000|  0%| F|  
|TAMS 0x000000070a800000, 0x000000070a800000| Untracked 
|  76|0x000000070aa00000, 0x000000070aa00000, 0x000000070ac00000|  0%| F|  
|TAMS 0x000000070aa00000, 0x000000070aa00000| Untracked 
|  77|0x000000070ac00000, 0x000000070ac00000, 0x000000070ae00000|  0%| F|  
|TAMS 0x000000070ac00000, 0x000000070ac00000| Untracked 
|  78|0x000000070ae00000, 0x000000070ae00000, 0x000000070b000000|  0%| F|  
|TAMS 0x000000070ae00000, 0x000000070ae00000| Untracked 
|  79|0x000000070b000000, 0x000000070b000000, 0x000000070b200000|  0%| F|  
|TAMS 0x000000070b000000, 0x000000070b000000| Untracked 
|  80|0x000000070b200000, 0x000000070b200000, 0x000000070b400000|  0%| F|  
|TAMS 0x000000070b200000, 0x000000070b200000| Untracked 
|  81|0x000000070b400000, 0x000000070b400000, 0x000000070b600000|  0%| F|  
|TAMS 0x000000070b400000, 0x000000070b400000| Untracked 
|  82|0x000000070b600000, 0x000000070b600000, 0x000000070b800000|  0%| F|  
|TAMS 0x000000070b600000, 0x000000070b600000| Untracked 
|  83|0x000000070b800000, 0x000000070b800000, 0x000000070ba00000|  0%| F|  
|TAMS 0x000000070b800000, 0x000000070b800000| Untracked 
|  84|0x000000070ba00000, 0x000000070ba00000, 0x000000070bc00000|  0%| F|  
|TAMS 0x000000070ba00000, 0x000000070ba00000| Untracked 
|  85|0x000000070bc00000, 0x000000070bc00000, 0x000000070be00000|  0%| F|  
|TAMS 0x000000070bc00000, 0x000000070bc00000| Untracked 
|  86|0x000000070be00000, 0x000000070be00000, 0x000000070c000000|  0%| F|  
|TAMS 0x000000070be00000, 0x000000070be00000| Untracked 
|  87|0x000000070c000000, 0x000000070c000000, 0x000000070c200000|  0%| F|  
|TAMS 0x000000070c000000, 0x000000070c000000| Untracked 
|  88|0x000000070c200000, 0x000000070c200000, 0x000000070c400000|  0%| F|  
|TAMS 0x000000070c200000, 0x000000070c200000| Untracked 
|  89|0x000000070c400000, 0x000000070c400000, 0x000000070c600000|  0%| F|  
|TAMS 0x000000070c400000, 0x000000070c400000| Untracked 
|  90|0x000000070c600000, 0x000000070c600000, 0x000000070c800000|  0%| F|  
|TAMS 0x000000070c600000, 0x000000070c600000| Untracked 
|  91|0x000000070c800000, 0x000000070c800000, 0x000000070ca00000|  0%| F|  
|TAMS 0x000000070c800000, 0x000000070c800000| Untracked 
|  92|0x000000070ca00000, 0x000000070ca00000, 0x000000070cc00000|  0%| F|  
|TAMS 0x000000070ca00000, 0x000000070ca00000| Untracked 
|  93|0x000000070cc00000, 0x000000070cc00000, 0x000000070ce00000|  0%| F|  
|TAMS 0x000000070cc00000, 0x000000070cc00000| Untracked 
|  94|0x000000070ce00000, 0x000000070ce00000, 0x000000070d000000|  0%| F|  
|TAMS 0x000000070ce00000, 0x000000070ce00000| Untracked 
|  95|0x000000070d000000, 0x000000070d000000, 0x000000070d200000|  0%| F|  
|TAMS 0x000000070d000000, 0x000000070d000000| Untracked 
|  96|0x000000070d200000, 0x000000070d200000, 0x000000070d400000|  0%| F|  
|TAMS 0x000000070d200000, 0x000000070d200000| Untracked 
|  97|0x000000070d400000, 0x000000070d400000, 0x000000070d600000|  0%| F|  
|TAMS 0x000000070d400000, 0x000000070d400000| Untracked 
|  98|0x000000070d600000, 0x000000070d600000, 0x000000070d800000|  0%| F|  
|TAMS 0x000000070d600000, 0x000000070d600000| Untracked 
|  99|0x000000070d800000, 0x000000070d800000, 0x000000070da00000|  0%| F|  
|TAMS 0x000000070d800000, 0x000000070d800000| Untracked 
| 100|0x000000070da00000, 0x000000070da00000, 0x000000070dc00000|  0%| F|  
|TAMS 0x000000070da00000, 0x000000070da00000| Untracked 
| 101|0x000000070dc00000, 0x000000070dc00000, 0x000000070de00000|  0%| F|  
|TAMS 0x000000070dc00000, 0x000000070dc00000| Untracked 
| 102|0x000000070de00000, 0x000000070de00000, 0x000000070e000000|  0%| F|  
|TAMS 0x000000070de00000, 0x000000070de00000| Untracked 
| 103|0x000000070e000000, 0x000000070e000000, 0x000000070e200000|  0%| F|  
|TAMS 0x000000070e000000, 0x000000070e000000| Untracked 
| 104|0x000000070e200000, 0x000000070e200000, 0x000000070e400000|  0%| F|  
|TAMS 0x000000070e200000, 0x000000070e200000| Untracked 
| 105|0x000000070e400000, 0x000000070e400000, 0x000000070e600000|  0%| F|  
|TAMS 0x000000070e400000, 0x000000070e400000| Untracked 
| 106|0x000000070e600000, 0x000000070e600000, 0x000000070e800000|  0%| F|  
|TAMS 0x000000070e600000, 0x000000070e600000| Untracked 
| 107|0x000000070e800000, 0x000000070e800000, 0x000000070ea00000|  0%| F|  
|TAMS 0x000000070e800000, 0x000000070e800000| Untracked 
| 108|0x000000070ea00000, 0x000000070ea00000, 0x000000070ec00000|  0%| F|  
|TAMS 0x000000070ea00000, 0x000000070ea00000| Untracked 
| 109|0x000000070ec00000, 0x000000070ec00000, 0x000000070ee00000|  0%| F|  
|TAMS 0x000000070ec00000, 0x000000070ec00000| Untracked 
| 110|0x000000070ee00000, 0x000000070ee00000, 0x000000070f000000|  0%| F|  
|TAMS 0x000000070ee00000, 0x000000070ee00000| Untracked 
| 111|0x000000070f000000, 0x000000070f000000, 0x000000070f200000|  0%| F|  
|TAMS 0x000000070f000000, 0x000000070f000000| Untracked 
| 112|0x000000070f200000, 0x000000070f200000, 0x000000070f400000|  0%| F|  
|TAMS 0x000000070f200000, 0x000000070f200000| Untracked 
| 113|0x000000070f400000, 0x000000070f400000, 0x000000070f600000|  0%| F|  
|TAMS 0x000000070f400000, 0x000000070f400000| Untracked 
| 114|0x000000070f600000, 0x000000070f600000, 0x000000070f800000|  0%| F|  
|TAMS 0x000000070f600000, 0x000000070f600000| Untracked 
| 115|0x000000070f800000, 0x000000070f800000, 0x000000070fa00000|  0%| F|  
|TAMS 0x000000070f800000, 0x000000070f800000| Untracked 
| 116|0x000000070fa00000, 0x000000070fa00000, 0x000000070fc00000|  0%| F|  
|TAMS 0x000000070fa00000, 0x000000070fa00000| Untracked 
| 117|0x000000070fc00000, 0x000000070fc00000, 0x000000070fe00000|  0%| F|  
|TAMS 0x000000070fc00000, 0x000000070fc00000| Untracked 
| 118|0x000000070fe00000, 0x000000070fe00000, 0x0000000710000000|  0%| F|  
|TAMS 0x000000070fe00000, 0x000000070fe00000| Untracked 
| 119|0x0000000710000000, 0x0000000710000000, 0x0000000710200000|  0%| F|  
|TAMS 0x0000000710000000, 0x0000000710000000| Untracked 
| 120|0x0000000710200000, 0x0000000710200000, 0x0000000710400000|  0%| F|  
|TAMS 0x0000000710200000, 0x0000000710200000| Untracked 
| 121|0x0000000710400000, 0x0000000710400000, 0x0000000710600000|  0%| F|  
|TAMS 0x0000000710400000, 0x0000000710400000| Untracked 
| 122|0x0000000710600000, 0x0000000710600000, 0x0000000710800000|  0%| F|  
|TAMS 0x0000000710600000, 0x0000000710600000| Untracked 
| 123|0x0000000710800000, 0x0000000710800000, 0x0000000710a00000|  0%| F|  
|TAMS 0x0000000710800000, 0x0000000710800000| Untracked 
| 124|0x0000000710a00000, 0x0000000710a00000, 0x0000000710c00000|  0%| F|  
|TAMS 0x0000000710a00000, 0x0000000710a00000| Untracked 
| 125|0x0000000710c00000, 0x0000000710d52ec8, 0x0000000710e00000| 66%| E|  
|TAMS 0x0000000710c00000, 0x0000000710c00000| Complete 
| 126|0x0000000710e00000, 0x0000000711000000, 0x0000000711000000|100%| 
E|CS|TAMS 0x0000000710e00000, 0x0000000710e00000| Complete 
| 127|0x0000000711000000, 0x0000000711200000, 0x0000000711200000|100%| 
E|CS|TAMS 0x0000000711000000, 0x0000000711000000| Complete 

Card table byte_map: [0x0000021c99140000,0x0000021c99940000] _byte_map_base: 
0x0000021c95937000

Marking Bits (Prev, Next): (CMBitMap*) 0x0000021cff69d438, (CMBitMap*) 
0x0000021cff69d478
 Prev Bits: [0x0000021c9a140000, 0x0000021c9e0f8000)
 Next Bits: [0x0000021c9e100000, 0x0000021ca20b8000)

Polling page: 0x0000021cfeba0000

Metaspace:

Usage:
  Non-class:      4.82 MB capacity,     4.74 MB ( 98%) used,    74.80 KB (  2%) 
free+waste,     8.19 KB ( <1%) overhead. 
      Class:    629.00 KB capacity,   578.84 KB ( 92%) used,    46.48 KB (  7%) 
free+waste,     3.69 KB ( <1%) overhead. 
       Both:      5.43 MB capacity,     5.30 MB ( 98%) used,   121.27 KB (  2%) 
free+waste,    11.88 KB ( <1%) overhead. 

Virtual space:
  Non-class space:        8.00 MB reserved,       5.00 MB ( 62%) committed 
      Class space:        1.00 GB reserved,     640.00 KB ( <1%) committed 
             Both:        1.01 GB reserved,       5.62 MB ( <1%) committed 

Chunk freelists:
   Non-Class:  0 bytes
       Class:  11.00 KB
        Both:  11.00 KB

MaxMetaspaceSize: 17179869184.00 GB
CompressedClassSpaceSize: 1.00 GB

CodeHeap 'non-profiled nmethods': size=120000Kb used=158Kb max_used=158Kb 
free=119841Kb
 bounds [0x0000021c91410000, 0x0000021c91680000, 0x0000021c98940000]
CodeHeap 'profiled nmethods': size=120000Kb used=723Kb max_used=723Kb 
free=119276Kb
 bounds [0x0000021c89ee0000, 0x0000021c8a150000, 0x0000021c91410000]
CodeHeap 'non-nmethods': size=5760Kb used=2068Kb max_used=2075Kb free=3692Kb
 bounds [0x0000021c89940000, 0x0000021c89bb0000, 0x0000021c89ee0000]
 total_blobs=1541 nmethods=423 adapters=1039
 compilation: enabled
              stopped_count=0, restarted_count=0
 full_count=0

Compilation events (20 events):
Event: 0.406 Thread 0x0000021ca4f1c6a0  416       3       
jdk.internal.org.objectweb.asm.SymbolTable$Entry::<init> (18 bytes)
Event: 0.406 Thread 0x0000021ca4f1c6a0 nmethod 416 0x0000021c89f8ff10 code 
[0x0000021c89f900c0, 0x0000021c89f90250]
Event: 0.406 Thread 0x0000021ca4f1c6a0  417       3       
jdk.internal.org.objectweb.asm.SymbolTable$Entry::<init> (20 bytes)
Event: 0.407 Thread 0x0000021ca4f1c6a0 nmethod 417 0x0000021c89f90390 code 
[0x0000021c89f90540, 0x0000021c89f906b0]
Event: 0.407 Thread 0x0000021ca4f1c6a0  420       3       
java.lang.invoke.InvokerBytecodeGenerator::emitLoadInsn (21 bytes)
Event: 0.407 Thread 0x0000021ca4f1c6a0 nmethod 420 0x0000021c89f90810 code 
[0x0000021c89f90a40, 0x0000021c89f90d80]
Event: 0.407 Thread 0x0000021ca4f1c6a0  421       3       
java.lang.invoke.InvokerBytecodeGenerator::loadInsnOpcode (87 bytes)
Event: 0.409 Thread 0x0000021ca4f1c6a0 nmethod 421 0x0000021c89f90f90 code 
[0x0000021c89f91260, 0x0000021c89f91c80]
Event: 0.409 Thread 0x0000021ca4f1c6a0  407       1       
java.nio.Buffer::position (5 bytes)
Event: 0.409 Thread 0x0000021ca4f1c6a0 nmethod 407 0x0000021c91437610 code 
[0x0000021c914377c0, 0x0000021c914378a0]
Event: 0.409 Thread 0x0000021ca4f1c6a0  419       3       
jdk.internal.org.objectweb.asm.ByteVector::<init> (13 bytes)
Event: 0.409 Thread 0x0000021ca4f1c6a0 nmethod 419 0x0000021c89f92310 code 
[0x0000021c89f92500, 0x0000021c89f92820]
Event: 0.409 Thread 0x0000021ca4f1c6a0  412       3       
jdk.internal.org.objectweb.asm.ByteVector::enlarge (51 bytes)
Event: 0.409 Thread 0x0000021ca4f1c6a0 nmethod 412 0x0000021c89f92910 code 
[0x0000021c89f92b40, 0x0000021c89f92fd0]
Event: 0.409 Thread 0x0000021ca4f1c6a0  409       3       
java.lang.Class::getComponentType (14 bytes)
Event: 0.410 Thread 0x0000021ca4f1c6a0 nmethod 409 0x0000021c89f93190 code 
[0x0000021c89f93360, 0x0000021c89f93550]
Event: 0.410 Thread 0x0000021ca4f1c6a0  381       3       
java.lang.invoke.MemberName$Factory::resolveOrFail (53 bytes)
Event: 0.411 Thread 0x0000021ca4f1c6a0 nmethod 381 0x0000021c89f93690 code 
[0x0000021c89f93900, 0x0000021c89f940e0]
Event: 0.411 Thread 0x0000021ca4f1c6a0  375       3       
java.lang.invoke.MemberName::<init> (50 bytes)
Event: 0.411 Thread 0x0000021ca4f1c6a0 nmethod 375 0x0000021c89f94510 code 
[0x0000021c89f94720, 0x0000021c89f94a80]

GC Heap History (0 events):
No events

Deoptimization events (8 events):
Event: 0.101 Thread 0x0000021cff63f840 Uncommon trap: trap_request=0xffffff45 
fr.pc=0x0000021c91412bbc relative=0x000000000000025c
Event: 0.101 Thread 0x0000021cff63f840 Uncommon trap: reason=unstable_if 
action=reinterpret pc=0x0000021c91412bbc method=java.lang.String.hashCode()I @ 
13 c2
Event: 0.101 Thread 0x0000021cff63f840 DEOPT PACKING pc=0x0000021c91412bbc 
sp=0x000000e4898fd300
Event: 0.101 Thread 0x0000021cff63f840 DEOPT UNPACKING pc=0x0000021c89a577ed 
sp=0x000000e4898fd298 mode 2
Event: 0.397 Thread 0x0000021cff63f840 Uncommon trap: trap_request=0xffffffe5 
fr.pc=0x0000021c9142ff08 relative=0x00000000000001a8
Event: 0.397 Thread 0x0000021cff63f840 Uncommon trap: reason=range_check 
action=reinterpret pc=0x0000021c9142ff08 
method=java.lang.StringLatin1.indexOf([BII)I @ 13 c2
Event: 0.397 Thread 0x0000021cff63f840 DEOPT PACKING pc=0x0000021c9142ff08 
sp=0x000000e4898fc860
Event: 0.397 Thread 0x0000021cff63f840 DEOPT UNPACKING pc=0x0000021c89a577ed 
sp=0x000000e4898fc7e0 mode 2

Classes unloaded (0 events):
No events

Classes redefined (0 events):
No events

Internal exceptions (13 events):
Event: 0.083 Thread 0x0000021cff63f840 Exception <a 
'java/lang/NoSuchMethodError'{0x00000007110c7410}: 'void 
java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, 
java.lang.Object, java.lang.Object)'> (0x00000007110c7410) 
thrown [d:/OpenJDK/jdk/src/hotspot/share/interpreter/linkResolver.cpp, line 782]
Event: 0.101 Thread 0x0000021cff63f840 Exception <a 
'java/lang/ClassNotFoundException'{0x0000000711157d40}: 
sun/awt/resources/spi/awtProvider> (0x0000000711157d40) 
thrown [d:/OpenJDK/jdk/src/hotspot/share/classfile/systemDictionary.cpp, line 
296]
Event: 0.128 Thread 0x0000021cff63f840 Exception <a 
'java/io/FileNotFoundException'{0x00000007111b3e10}> (0x00000007111b3e10) 
thrown [d:/OpenJDK/jdk/src/hotspot/share/prims/jni.cpp, line 578]
Event: 0.136 Thread 0x0000021cff63f840 Exception <a 
'java/io/FileNotFoundException'{0x00000007111e2bd8}> (0x00000007111e2bd8) 
thrown [d:/OpenJDK/jdk/src/hotspot/share/prims/jni.cpp, line 578]
Event: 0.137 Thread 0x0000021cff63f840 Exception <a 
'java/lang/NoSuchMethodError'{0x00000007111e40c8}: 'java.lang.Object 
java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object)'> 
(0x00000007111e40c8) 
thrown [d:/OpenJDK/jdk/src/hotspot/share/interpreter/linkResolver.cpp, line 782]
Event: 0.188 Thread 0x0000021cff63f840 Exception <a 
'java/lang/NoSuchMethodError'{0x0000000710e2e7c8}: 'java.lang.Object 
java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object)'> 
(0x0000000710e2e7c8) 
thrown [d:/OpenJDK/jdk/src/hotspot/share/interpreter/linkResolver.cpp, line 782]
Event: 0.298 Thread 0x0000021cff63f840 Exception <a 
'java/lang/NoSuchMethodError'{0x0000000710f11da0}: 'java.lang.Object 
java.lang.invoke.DirectMethodHandle$Holder.newInvokeSpecial(java.lang.Object, 
java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> 
(0x0000000710f11da0) 
thrown [d:/OpenJDK/jdk/src/hotspot/share/interpreter/linkResolver.cpp, line 782]
Event: 0.300 Thread 0x0000021cff63f840 Exception <a 
'java/lang/NoSuchMethodError'{0x0000000710f1d830}: 'java.lang.Object 
java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, int, 
java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> 
(0x0000000710f1d830) 
thrown [d:/OpenJDK/jdk/src/hotspot/share/interpreter/linkResolver.cpp, line 782]
Event: 0.305 Thread 0x0000021cff63f840 Exception <a 
'java/lang/NoSuchMethodError'{0x0000000710f43ad8}: 'java.lang.Object 
java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, int, 
java.lang.Object)'> (0x0000000710f43ad8) 
thrown [d:/OpenJDK/jdk/src/hotspot/share/interpreter/linkResolver.cpp, line 782]
Event: 0.334 Thread 0x0000021cff63f840 Exception <a 
'java/lang/ClassNotFoundException'{0x0000000710ffbdc0}: 
com/sun/swing/internal/plaf/metal/resources/spi/metalProvider> 
(0x0000000710ffbdc0) 
thrown [d:/OpenJDK/jdk/src/hotspot/share/classfile/systemDictionary.cpp, line 
296]
Event: 0.336 Thread 0x0000021cff63f840 Exception <a 
'java/lang/ClassNotFoundException'{0x0000000710c00a70}: 
com/sun/swing/internal/plaf/basic/resources/spi/basicProvider> 
(0x0000000710c00a70) 
thrown [d:/OpenJDK/jdk/src/hotspot/share/classfile/systemDictionary.cpp, line 
296]
Event: 0.374 Thread 0x0000021cff63f840 Exception <a 
'java/lang/NoSuchMethodError'{0x0000000710c3fa20}: 'void 
java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object)'> 
(0x0000000710c3fa20) 
thrown [d:/OpenJDK/jdk/src/hotspot/share/interpreter/linkResolver.cpp, line 782]
Event: 0.385 Thread 0x0000021cff63f840 Exception <a 
'java/io/FileNotFoundException'{0x0000000710c4c7a0}> (0x0000000710c4c7a0) 
thrown [d:/OpenJDK/jdk/src/hotspot/share/prims/jni.cpp, line 578]

Events (20 events):
Event: 0.398 loading class sun/nio/cs/MS1252
Event: 0.398 loading class sun/nio/cs/MS1252 done
Event: 0.398 loading class sun/nio/cs/SingleByte
Event: 0.399 loading class sun/nio/cs/SingleByte done
Event: 0.399 loading class sun/awt/windows/WDefaultFontCharset$Encoder
Event: 0.399 loading class sun/awt/AWTCharset$Encoder
Event: 0.399 loading class sun/awt/AWTCharset$Encoder done
Event: 0.399 loading class sun/awt/windows/WDefaultFontCharset$Encoder done
Event: 0.399 loading class sun/nio/cs/SingleByte$Encoder
Event: 0.399 loading class sun/nio/cs/SingleByte$Encoder done
Event: 0.400 loading class sun/awt/windows/WingDings
Event: 0.400 loading class sun/awt/windows/WingDings done
Event: 0.400 loading class sun/awt/windows/WingDings$Encoder
Event: 0.400 loading class sun/awt/windows/WingDings$Encoder done
Event: 0.400 loading class sun/awt/Symbol
Event: 0.401 loading class sun/awt/Symbol done
Event: 0.401 loading class sun/awt/Symbol$Encoder
Event: 0.401 loading class sun/awt/Symbol$Encoder done
Event: 1.399 Executing VM operation: HandshakeAllThreads
Event: 1.399 Executing VM operation: HandshakeAllThreads done


Dynamic libraries:
0x00007ff712a90000 - 0x00007ff712a9e000         
D:\OpenJDK\jdk\build\windows-x86_64-server-fastdebug\images\jdk\bin\java.exe
0x00007ffedcbd0000 - 0x00007ffedcdc4000         C:\Windows\SYSTEM32\ntdll.dll
0x00007ffedadc0000 - 0x00007ffedae7d000         C:\Windows\System32\KERNEL32.DLL
0x00007ffeda670000 - 0x00007ffeda937000         
C:\Windows\System32\KERNELBASE.dll
0x00007ffedaaa0000 - 0x00007ffedaba0000         C:\Windows\System32\ucrtbase.dll
0x00007ffecaac0000 - 0x00007ffecaad9000         
D:\OpenJDK\jdk\build\windows-x86_64-server-fastdebug\images\jdk\bin\VCRUNTIME140.dll
0x00007ffecaae0000 - 0x00007ffecaaf7000         
D:\OpenJDK\jdk\build\windows-x86_64-server-fastdebug\images\jdk\bin\jli.dll
0x00007ffedae80000 - 0x00007ffedb020000         C:\Windows\System32\USER32.dll
0x00007ffeda370000 - 0x00007ffeda392000         C:\Windows\System32\win32u.dll
0x00007ffeca7e0000 - 0x00007ffecaa7a000         
C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.1_none_b555e41d4684ddec\COMCTL32.dll
0x00007ffedb2b0000 - 0x00007ffedb2da000         C:\Windows\System32\GDI32.dll
0x00007ffedad10000 - 0x00007ffedadae000         C:\Windows\System32\msvcrt.dll
0x00007ffeda560000 - 0x00007ffeda66a000         
C:\Windows\System32\gdi32full.dll
0x00007ffedaba0000 - 0x00007ffedac3d000         
C:\Windows\System32\msvcp_win.dll
0x00007ffedb750000 - 0x00007ffedb780000         C:\Windows\System32\IMM32.DLL
0x00007ffed4320000 - 0x00007ffed432c000         
D:\OpenJDK\jdk\build\windows-x86_64-server-fastdebug\images\jdk\bin\vcruntime140_1.dll
0x00007ffec5fd0000 - 0x00007ffec6061000         
D:\OpenJDK\jdk\build\windows-x86_64-server-fastdebug\images\jdk\bin\msvcp140.dll
0x00007ffe8c130000 - 0x00007ffe8d4ed000         
D:\OpenJDK\jdk\build\windows-x86_64-server-fastdebug\images\jdk\bin\server\jvm.dll
0x00007ffedb830000 - 0x00007ffedb8da000         C:\Windows\System32\ADVAPI32.dll
0x00007ffedc6a0000 - 0x00007ffedc73b000         C:\Windows\System32\sechost.dll
0x00007ffedbcb0000 - 0x00007ffedbdd3000         C:\Windows\System32\RPCRT4.dll
0x00007ffedc690000 - 0x00007ffedc698000         C:\Windows\System32\PSAPI.DLL
0x00007ffed5f10000 - 0x00007ffed5f19000         C:\Windows\SYSTEM32\WSOCK32.dll
0x00007ffecac40000 - 0x00007ffecac67000         C:\Windows\SYSTEM32\WINMM.dll
0x00007ffed1670000 - 0x00007ffed167a000         C:\Windows\SYSTEM32\VERSION.dll
0x00007ffedbc40000 - 0x00007ffedbcab000         C:\Windows\System32\WS2_32.dll
0x00007ffed8290000 - 0x00007ffed82a3000         
C:\Windows\SYSTEM32\kernel.appcore.dll
0x00007ffed3eb0000 - 0x00007ffed3ebc000         
D:\OpenJDK\jdk\build\windows-x86_64-server-fastdebug\images\jdk\bin\jimage.dll
0x00007ffec6820000 - 0x00007ffec6a04000         C:\Windows\SYSTEM32\DBGHELP.DLL
0x00007ffec67f0000 - 0x00007ffec681c000         C:\Windows\SYSTEM32\dbgcore.DLL
0x00007ffeda430000 - 0x00007ffeda4af000         
C:\Windows\System32\bcryptPrimitives.dll
0x00007ffec7e00000 - 0x00007ffec7e25000         
D:\OpenJDK\jdk\build\windows-x86_64-server-fastdebug\images\jdk\bin\java.dll
0x00007ffedbf50000 - 0x00007ffedc684000         C:\Windows\System32\SHELL32.dll
0x00007ffed8490000 - 0x00007ffed8c1e000         
C:\Windows\SYSTEM32\windows.storage.dll
0x00007ffedb8e0000 - 0x00007ffedbc33000         C:\Windows\System32\combase.dll
0x00007ffed9cd0000 - 0x00007ffed9cfb000         C:\Windows\SYSTEM32\Wldp.dll
0x00007ffedb780000 - 0x00007ffedb82e000         C:\Windows\System32\SHCORE.dll
0x00007ffedbef0000 - 0x00007ffedbf45000         C:\Windows\System32\shlwapi.dll
0x00007ffeda260000 - 0x00007ffeda27f000         C:\Windows\SYSTEM32\profapi.dll
0x00007ffe9c9c0000 - 0x00007ffe9cb5b000         
D:\OpenJDK\jdk\build\windows-x86_64-server-fastdebug\images\jdk\bin\awt.dll
0x00007ffedac40000 - 0x00007ffedad0d000         C:\Windows\System32\OLEAUT32.dll
0x00007ffed7c00000 - 0x00007ffed7c90000         C:\Windows\SYSTEM32\apphelp.dll
0x00007ffed7eb0000 - 0x00007ffed7ede000         C:\Windows\system32\DWMAPI.DLL
0x00007ffed7db0000 - 0x00007ffed7e4f000         C:\Windows\system32\uxtheme.dll
0x00007ffe9e4e0000 - 0x00007ffe9e63c000         C:\Windows\system32\opengl32.dll
0x00007ffec4270000 - 0x00007ffec429c000         C:\Windows\SYSTEM32\GLU32.dll
0x00007ffedc810000 - 0x00007ffedc925000         C:\Windows\System32\MSCTF.dll
0x00007ffedb020000 - 0x00007ffedb149000         C:\Windows\System32\ole32.dll
0x00007ffecd920000 - 0x00007ffecdaed000         C:\Windows\system32\d3d9.dll
0x00007ffed1550000 - 0x00007ffed163e000         
C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_90685a092bcf58c7\nvldumdx.dll
0x00007ffeda940000 - 0x00007ffedaa9d000         C:\Windows\System32\crypt32.dll
0x00007ffeda3d0000 - 0x00007ffeda430000         C:\Windows\System32\WINTRUST.DLL
0x00007ffed9f20000 - 0x00007ffed9f32000         C:\Windows\SYSTEM32\MSASN1.dll
0x00007ffedbe70000 - 0x00007ffedbe8d000         C:\Windows\System32\imagehlp.dll
0x00007ffed9d10000 - 0x00007ffed9d28000         C:\Windows\SYSTEM32\CRYPTSP.dll
0x00007ffed9400000 - 0x00007ffed9434000         C:\Windows\system32\rsaenh.dll
0x00007ffeda3a0000 - 0x00007ffeda3c7000         C:\Windows\System32\bcrypt.dll
0x00007ffed9c40000 - 0x00007ffed9c4c000         
C:\Windows\SYSTEM32\CRYPTBASE.dll
0x00007ffe8ac90000 - 0x00007ffe8c12b000         
C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_90685a092bcf58c7\nvd3dumx.dll
0x00007ffed98a0000 - 0x00007ffed98eb000         C:\Windows\system32\powrprof.dll
0x00007ffed9760000 - 0x00007ffed9772000         C:\Windows\SYSTEM32\UMPDC.dll
0x00007ffed8c20000 - 0x00007ffed8c43000         C:\Windows\SYSTEM32\gpapi.dll
0x00007ffeb89d0000 - 0x00007ffeb8a01000         C:\Windows\SYSTEM32\cryptnet.dll
0x00007ffece3d0000 - 0x00007ffece40b000         C:\Windows\SYSTEM32\dxcore.dll
0x00007ffeda320000 - 0x00007ffeda36d000         C:\Windows\System32\cfgmgr32.dll
0x00007ffec00a0000 - 0x00007ffec0125000         
D:\OpenJDK\jdk\build\windows-x86_64-server-fastdebug\images\jdk\bin\freetype.dll
0x00007ffe9dc40000 - 0x00007ffe9dceb000         
D:\OpenJDK\jdk\build\windows-x86_64-server-fastdebug\images\jdk\bin\fontmanager.dll
0x00007ffebccb0000 - 0x00007ffebcd5c000         
C:\Windows\SYSTEM32\TextShaping.dll
0x00007ffed1ec0000 - 0x00007ffed1fbc000         
C:\Windows\SYSTEM32\textinputframework.dll
0x00007ffed7590000 - 0x00007ffed78ea000         
C:\Windows\System32\CoreUIComponents.dll
0x00007ffed78f0000 - 0x00007ffed79e2000         
C:\Windows\System32\CoreMessaging.dll
0x00007ffed9040000 - 0x00007ffed9073000         C:\Windows\SYSTEM32\ntmarta.dll
0x00007ffed6ec0000 - 0x00007ffed7016000         C:\Windows\SYSTEM32\wintypes.dll

dbghelp: loaded successfully - version: 4.0.5 - missing functions: none
symbol engine: initialized successfully - sym options: 0x614 - pdb path: 
.;D:\OpenJDK\jdk\build\windows-x86_64-server-fastdebug\images\jdk\bin;C:\Windows\SYSTEM32;C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.1_none_b555e41d4684ddec;D:\OpenJDK\jdk\build\windows-x86_64-server-fastdebug\images\jdk\bin\server;C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_90685a092bcf58c7

VM Arguments:
jvm_args: -Dfile.encoding=UTF-8 
java_command: Sample
java_class_path (initial): .
Launcher Type: SUN_STANDARD

[Global flags]
     intx CICompilerCount                          = 4                          
               {product} {ergonomic}     Number of compiler threads to run
     uint ConcGCThreads                            = 2                          
               {product} {ergonomic}     Number of threads concurrent gc will 
use
     uint G1ConcRefinementThreads                  = 8                          
               {product} {ergonomic}     The number of parallel rem set update 
threads. Will be set ergonomically by default.
   size_t G1HeapRegionSize                         = 2097152                    
               {product} {ergonomic}     Size of the G1 regions.
    uintx GCDrainStackTargetSize                   = 64                         
               {product} {ergonomic}     Number of entries we will try to leave 
on the stack during parallel gc
   size_t InitialHeapSize                          = 268435456                  
               {product} {ergonomic}     Initial heap size (in bytes); zero 
means use ergonomics
   size_t MarkStackSize                            = 4194304                    
               {product} {ergonomic}     Size of marking stack
   size_t MaxHeapSize                              = 4276092928                 
               {product} {ergonomic}     Maximum heap size (in bytes)
   size_t MaxNewSize                               = 2564816896                 
               {product} {ergonomic}     Maximum new generation size (in 
bytes), max_uintx means set ergonomically
   size_t MinHeapDeltaBytes                        = 2097152                    
               {product} {ergonomic}     The minimum change in heap space due 
to GC (in bytes)
   size_t MinHeapSize                              = 8388608                    
               {product} {ergonomic}     Minimum heap size (in bytes); zero 
means use ergonomics
    uintx NonNMethodCodeHeapSize                   = 5839372                    
            {pd product} {ergonomic}     Size of code heap with non-nmethods 
(in bytes)
    uintx NonProfiledCodeHeapSize                  = 122909434                  
            {pd product} {ergonomic}     Size of code heap with non-profiled 
methods (in bytes)
    uintx ProfiledCodeHeapSize                     = 122909434                  
            {pd product} {ergonomic}     Size of code heap with profiled 
methods (in bytes)
    uintx ReservedCodeCacheSize                    = 251658240                  
            {pd product} {ergonomic}     Reserved code cache size (in bytes) - 
maximum code cache size
     bool SegmentedCodeCache                       = true                       
               {product} {ergonomic}     Use a segmented code cache
   size_t SoftMaxHeapSize                          = 4276092928                 
            {manageable} {ergonomic}     Soft limit for maximum heap size (in 
bytes)
     bool UseCompressedClassPointers               = true                       
          {lp64_product} {ergonomic}     Use 32-bit class pointers in 64-bit 
VM. lp64_product means flag is always constant in 32 bit VM
     bool UseCompressedOops                        = true                       
          {lp64_product} {ergonomic}     Use 32-bit object references in 64-bit 
VM. lp64_product means flag is always constant in 32 bit VM
     bool UseG1GC                                  = true                       
               {product} {ergonomic}     Use the Garbage-First garbage collector
     bool UseLargePagesIndividualAllocation        = false                      
            {pd product} {ergonomic}     Allocate large pages individually for 
better affinity

Logging:
Log output configuration:
 #0: stdout all=warning uptime,level,tags
 #1: stderr all=off uptime,level,tags

Environment Variables:
PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program
 Files\dotnet\;C:\PROGRA~1\JPKI;C:\Program Files (x86)\Common Files\Sony 
Shared\FeliCaLibrary;C:\Program Files\Common Files\Sony 
Shared\FeliCaLibrary;C:\Program Files (x86)\Common Files\Sony 
Shared\FeliCaNFCLibrary;C:\Program Files\Common Files\Sony 
Shared\FeliCaNFCLibrary;C:\Users\Yasumasa\AppData\Local\Microsoft\WindowsApps
USERNAME=Yasumasa
OS=Windows_NT
PROCESSOR_IDENTIFIER=AMD64 Family 23 Model 113 Stepping 0, AuthenticAMD



---------------  S Y S T E M  ---------------

HostName: Xelvis OS:
 Windows 10 , 64 bit Build 19041 (10.0.19041.292)
OS uptime: 5 days 20:36 hours
HyperV virtualization detected

CPU: total 8 (initial active 8) (8 cores per cpu, 2 threads per core) family 23 
model 113 stepping 0, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, 
sse4.2, popcnt, vzeroupper, avx, avx2, aes, clmul, 3dnowpref, lzcnt, sse4a, ht, 
tsc, tscinvbit, tscinv, bmi1, bmi2, adx, sha, fma, clflush, clflushopt

Memory: 4k page, system-wide physical 16309M (11417M free)
TotalPageFile size 18741M (AvailPageFile size 12406M)
current process WorkingSet (physical memory assigned to process): 92M, peak: 96M
current process commit charge ("private bytes"): 366M, peak: 372M

vm_info: OpenJDK 64-Bit Server VM (fastdebug 16-internal+0-adhoc.yasuenag.jdk) 
for windows-amd64 JRE (16-internal+0-adhoc.yasuenag.jdk), built on Jul  9 2020 
08:54:02 by "yasuenag" with unknown MS VC++:1926

END.

Reply via email to