Intellij IDEAではこの問題をどのように解決するか、コードは他のパソコンでjdk 7/jdk 9が実行できますが、私のパソコンではjdk 7が実行でき、jdk 9はいつもエラーを報告しています.

36017 ワード

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ILLEGAL_INSTRUCTION (0xc000001d) at pc=0x000007feef015c01, pid=4388, tid=6644
#
# JRE version: Java(TM) SE Runtime Environment (9.0+11) (build 9.0.1+11)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (9.0.1+11, mixed mode, tiered, compressed oops, g1 gc, windows-amd64)
# Problematic frame:
# C  [msvcr120.dll+0x95c01]
#
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# D:\projects\aaa\hs_err_pid4388.log
#
# If you would like to submit a bug report, please visit:
#   http://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.
#
==================================================
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ILLEGAL_INSTRUCTION (0xc000001d) at pc=0x000007feeaaa5c01, pid=264, tid=2088
#
# JRE version: Java(TM) SE Runtime Environment (9.0+11) (build 9.0.1+11)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (9.0.1+11, mixed mode, tiered, compressed oops, g1 gc, windows-amd64)
# Problematic frame:
# C  [msvcr120.dll+0x95c01]
#
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
#   http://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: -javaagent:C:\develop\Tools\IDEA\lib\idea_rt.jar=53980:C:\develop\Tools\IDEA\bin -Dfile.encoding=UTF-8 AppStart

Host: Intel(R) Core(TM) i7-4712MQ CPU @ 2.30GHz, 8 cores, 7G,  Windows 7 , 64 bit Build 7600 (6.1.7600.16385)
Time: Tue May 29 18:48:27 2018 ?D1��������?����?? elapsed time: 0 seconds (0d 0h 0m 0s)

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

Current thread (0x0000000000475000):  JavaThread "main" [_thread_in_native, id=2088, stack(0x00000000023a0000,0x00000000024a0000)]

Stack: [0x00000000023a0000,0x00000000024a0000],  sp=0x000000000249db00,  free space=1014k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [msvcr120.dll+0x95c01]
C  [fontmanager.dll+0x4b734]
C  [fontmanager.dll+0x4b376]
C  0x000000000cb082b5

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  sun.font.FileFontStrike._getGlyphImageFromWindows(Ljava/lang/String;IIIZ)J+0 [email protected]
j  sun.font.FileFontStrike.getGlyphImageFromWindows(I)J+65 [email protected]
j  sun.font.FileFontStrike.getGlyphImageFromNative(I)J+8 [email protected]
j  sun.font.FileFontStrike.getGlyphImagePtr(I)J+35 [email protected]
j  sun.font.FileFontStrike.getGlyphAdvance(IZ)F+240 [email protected]
j  sun.font.FileFontStrike.getGlyphAdvance(I)F+3 [email protected]
j  sun.font.CompositeStrike.getGlyphAdvance(I)F+11 [email protected]
j  sun.font.CompositeStrike.getCodePointAdvance(I)F+12 [email protected]
j  sun.font.FontDesignMetrics.handleCharWidth(I)F+5 [email protected]
j  sun.font.FontDesignMetrics.getLatinCharWidth(C)F+16 [email protected]
j  sun.font.FontDesignMetrics.stringWidth(Ljava/lang/String;)I+92 [email protected]
j  sun.swing.SwingUtilities2.getFontStringWidth(Ljava/lang/String;Ljava/awt/FontMetrics;Z)F+25 [email protected]
j  sun.swing.SwingUtilities2.getFontCharsWidth([CIILjava/awt/FontMetrics;Z)F+21 [email protected]
j  javax.swing.text.Utilities.getTabbedTextWidth(Ljavax/swing/text/View;Ljavax/swing/text/Segment;Ljava/awt/FontMetrics;FLjavax/swing/text/TabExpander;I[IZ)F+317 [email protected]
j  javax.swing.text.Utilities.getTabbedTextWidth(Ljavax/swing/text/View;Ljavax/swing/text/Segment;Ljava/awt/FontMetrics;ILjavax/swing/text/TabExpander;I[I)I+12 [email protected]
j  javax.swing.text.Utilities.getTabbedTextWidth(Ljavax/swing/text/Segment;Ljava/awt/FontMetrics;ILjavax/swing/text/TabExpander;I)I+8 [email protected]
j  javax.swing.text.PlainView.getLineWidth(Ljavax/swing/text/Element;)I+54 [email protected]
j  javax.swing.text.PlainView.calculateLongestLine()V+69 [email protected]
j  javax.swing.text.PlainView.updateMetrics()V+50 [email protected]
j  javax.swing.text.PlainView.updateDamage(Ljavax/swing/event/DocumentEvent;Ljava/awt/Shape;Ljavax/swing/text/ViewFactory;)V+7 [email protected]
j  javax.swing.text.PlainView.insertUpdate(Ljavax/swing/event/DocumentEvent;Ljava/awt/Shape;Ljavax/swing/text/ViewFactory;)V+4 [email protected]
j  javax.swing.text.FieldView.insertUpdate(Ljavax/swing/event/DocumentEvent;Ljava/awt/Shape;Ljavax/swing/text/ViewFactory;)V+8 [email protected]
j  javax.swing.plaf.basic.BasicTextUI$RootView.insertUpdate(Ljavax/swing/event/DocumentEvent;Ljava/awt/Shape;Ljavax/swing/text/ViewFactory;)V+14 [email protected]
j  javax.swing.plaf.basic.BasicTextUI$UpdateHandler.insertUpdate(Ljavax/swing/event/DocumentEvent;)V+101 [email protected]
j  javax.swing.text.AbstractDocument.fireInsertUpdate(Ljavax/swing/event/DocumentEvent;)V+39 [email protected]
j  javax.swing.text.AbstractDocument.handleInsertString(ILjava/lang/String;Ljavax/swing/text/AttributeSet;)V+150 [email protected]
j  javax.swing.text.AbstractDocument.insertString(ILjava/lang/String;Ljavax/swing/text/AttributeSet;)V+68 [email protected]
j  javax.swing.text.PlainDocument.insertString(ILjava/lang/String;Ljavax/swing/text/AttributeSet;)V+104 [email protected]
j  javax.swing.text.AbstractDocument.replace(IILjava/lang/String;Ljavax/swing/text/AttributeSet;)V+74 [email protected]
j  javax.swing.text.JTextComponent.setText(Ljava/lang/String;)V+25 [email protected]
j  javax.swing.JTextField.(Ljavax/swing/text/Document;Ljava/lang/String;I)V+77 [email protected]
j  javax.swing.JTextField.(Ljava/lang/String;)V+4 [email protected]
j  RedPacketFrame.()V+167
v  ~StubRoutines::call_stub
j  AppStart.main([Ljava/lang/String;)V+8
v  ~StubRoutines::call_stub

siginfo: EXCEPTION_ILLEGAL_INSTRUCTION (0xc000001d)


Register to memory mapping:

RIP=0x000007feeaaa5c01 msvcr120.dll
RAX=0x0000000068825de0 is an unknown value
RBX=0x0000000000000001 is an unknown value
RCX=0x00000000003c0000 is an unknown value
RDX=0x0000000000000090 is an unknown value
RSP=0x000000000249db00 is pointing into the stack for thread: 0x0000000000475000
RBP=0x0000000000000014 is an unknown value
RSI=0x0000000068825de1 is an unknown value
RDI=0x0000000068825de0 is an unknown value
R8 =0x0000000068825dd0 is an unknown value
R9 =0x0000000068825de0 is an unknown value
R10=0x0000000000000000 is an unknown value
R11=0x0000000000000287 is an unknown value
R12=0x0000000024010df6 is an unknown value
R13=0x000000000000000a is an unknown value
R14=0x000007feeb5e4440 fontmanager.dll
R15=0x000000000000000a is an unknown value


Registers:
RAX=0x0000000068825de0, RBX=0x0000000000000001, RCX=0x00000000003c0000, RDX=0x0000000000000090
RSP=0x000000000249db00, RBP=0x0000000000000014, RSI=0x0000000068825de1, RDI=0x0000000068825de0
R8 =0x0000000068825dd0, R9 =0x0000000068825de0, R10=0x0000000000000000, R11=0x0000000000000287
R12=0x0000000024010df6, R13=0x000000000000000a, R14=0x000007feeb5e4440, R15=0x000000000000000a
RIP=0x000007feeaaa5c01, EFLAGS=0x0000000000010202

Top of Stack: (sp=0x000000000249db00)
0x000000000249db00:   000000000249dcb8 000000000249dcb8
0x000000000249db10:   0000000000000000 000000000000200c
0x000000000249db20:   0000000000000000 000007fefb0a032d
0x000000000249db30:   0000000000000012 0000000300000001
0x000000000249db40:   00000005fffffffd 000007fefe985a8e
0x000000000249db50:   000000000249dcb8 000007fefb098c87
0x000000000249db60:   000000000000000a 000007feeb5e4440
0x000000000249db70:   000000000000000a 0000000024010df6
0x000000000249db80:   3ff3333333333333 0000000000000000
0x000000000249db90:   406fe00000000000 0000000000000000
0x000000000249dba0:   0000000000000002 0000000000000100
0x000000000249dbb0:   0000000900000000 000000000249dbc0
0x000000000249dbc0:   0000000000000009 000007feeb59b734
0x000000000249dbd0:   0000000000000078 000000000000001e
0x000000000249dbe0:   0000000000010010 000000000249dc70
0x000000000249dbf0:   0000000000000000 0000000000000000 

Instructions: (pc=0x000007feeaaa5c01)
0x000007feeaaa5be1:   0f 10 d0 f2 0f 10 44 24 10 f2 0f 10 4c 24 20 44
0x000007feeaaa5bf1:   8b 0d 15 26 02 00 e8 34 c7 00 00 e9 72 f8 ff ff
0x000007feeaaa5c01:   c5 fb 11 44 24 10 c5 fb 11 4c 24 20 48 8b 54 24
0x000007feeaaa5c11:   10 4c 8b 44 24 20 4c 8b 15 4a 26 02 00 4d 23 d0 



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

Java Threads: ( => current thread )
  0x00000000689b7000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=3880, stack(0x0000000066e90000,0x0000000066f90000)]
  0x00000000689b4800 JavaThread "AWT-Shutdown" [_thread_blocked, id=2348, stack(0x0000000069260000,0x0000000069360000)]
  0x0000000068792800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3912, stack(0x00000000690d0000,0x00000000691d0000)]
  0x0000000067472000 JavaThread "Service Thread" daemon [_thread_blocked, id=2520, stack(0x0000000068560000,0x0000000068660000)]
  0x000000006746c000 JavaThread "Monitor Ctrl-Break" daemon [_thread_in_native, id=2608, stack(0x0000000068400000,0x0000000068500000)]
  0x00000000672f3800 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=4732, stack(0x0000000068230000,0x0000000068330000)]
  0x00000000662f8800 JavaThread "Sweeper thread" daemon [_thread_blocked, id=5856, stack(0x0000000067160000,0x0000000067260000)]
  0x00000000662e8000 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=5292, stack(0x0000000066fd0000,0x00000000670d0000)]
  0x00000000662e6000 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=1016, stack(0x00000000669c0000,0x0000000066ac0000)]
  0x00000000662e2000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=5008, stack(0x0000000066d40000,0x0000000066e40000)]
  0x00000000662df000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=5404, stack(0x0000000066c20000,0x0000000066d20000)]
  0x00000000662de000 JavaThread "Attach Listener" daemon [_thread_blocked, id=5584, stack(0x0000000066af0000,0x0000000066bf0000)]
  0x00000000662dd000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=656, stack(0x0000000066850000,0x0000000066950000)]
  0x00000000662c9000 JavaThread "Finalizer" daemon [_thread_blocked, id=3448, stack(0x00000000666d0000,0x00000000667d0000)]
  0x00000000662b5800 JavaThread "Reference Handler" daemon [_thread_blocked, id=4688, stack(0x0000000066580000,0x0000000066680000)]
=>0x0000000000475000 JavaThread "main" [_thread_in_native, id=2088, stack(0x00000000023a0000,0x00000000024a0000)]

Other Threads:
  0x00000000662b3800 VMThread "VM Thread" [stack: 0x0000000066470000,0x0000000066570000] [id=1392]
  0x0000000067474800 WatcherThread [stack: 0x0000000067660000,0x0000000067760000] [id=4336]
  0x000000000048b800 GCTaskThread "GC Thread#0" [stack: 0x000000001bdc0000,0x000000001bec0000] [id=2400]
  0x000000000048d000 GCTaskThread "GC Thread#1" [stack: 0x000000001bfa0000,0x000000001c0a0000] [id=5576]
  0x000000000048f000 GCTaskThread "GC Thread#2" [stack: 0x000000001c260000,0x000000001c360000] [id=5136]
  0x00000000004a2000 GCTaskThread "GC Thread#3" [stack: 0x000000001c0d0000,0x000000001c1d0000] [id=5236]
  0x00000000004a4000 GCTaskThread "GC Thread#4" [stack: 0x000000001c420000,0x000000001c520000] [id=4088]
  0x00000000004a5800 GCTaskThread "GC Thread#5" [stack: 0x000000001c650000,0x000000001c750000] [id=5328]
  0x00000000004a6800 GCTaskThread "GC Thread#6" [stack: 0x000000001c8d0000,0x000000001c9d0000] [id=3488]
  0x00000000004a7800 GCTaskThread "GC Thread#7" [stack: 0x000000001c9d0000,0x000000001cad0000] [id=4764]
  0x000000001d1a9800 ConcurrentGCThread "G1 Main Marker" [stack: 0x0000000022d90000,0x0000000022e90000] [id=4632]
  0x000000001d1aa000 ConcurrentGCThread "G1 Marker#0" [stack: 0x0000000023040000,0x0000000023140000] [id=5320]
  0x000000001d1aa800 ConcurrentGCThread "G1 Marker#1" [stack: 0x00000000231d0000,0x00000000232d0000] [id=6004]
  0x000000001d134800 ConcurrentGCThread "G1 Refine#0" [stack: 0x000000001dea0000,0x000000001dfa0000] [id=5580]
  0x000000001d134000 ConcurrentGCThread "G1 Refine#1" [stack: 0x000000001dcb0000,0x000000001ddb0000] [id=6128]
  0x000000001d130800 ConcurrentGCThread "G1 Refine#2" [stack: 0x000000001db10000,0x000000001dc10000] [id=4544]
  0x00000000004be800 ConcurrentGCThread "G1 Refine#3" [stack: 0x000000001d900000,0x000000001da00000] [id=5312]
  0x00000000004bd800 ConcurrentGCThread "G1 Refine#4" [stack: 0x000000001d7b0000,0x000000001d8b0000] [id=5428]
  0x00000000004ba800 ConcurrentGCThread "G1 Refine#5" [stack: 0x000000001d330000,0x000000001d430000] [id=4180]
  0x00000000004ba000 ConcurrentGCThread "G1 Refine#6" [stack: 0x000000001d4f0000,0x000000001d5f0000] [id=3560]
  0x00000000004b7000 ConcurrentGCThread "G1 Refine#7" [stack: 0x000000001d230000,0x000000001d330000] [id=2632]
  0x000000001d13d800 ConcurrentGCThread "G1 Young RemSet Sampling" [stack: 0x000000001d670000,0x000000001d770000] [id=792]

Threads with active compile tasks:

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap address: 0x0000000084c00000, size: 1972 MB, Compressed Oops mode: 32-bit
Narrow klass base: 0x0000000000000000, Narrow klass shift: 0
Compressed class space size: 1073741824 Address: 0x0000000025930000

Heap:
 garbage-first heap   total 126976K, used 17408K [0x0000000084c00000, 0x0000000084d003e0, 0x0000000100000000)
  region size 1024K, 17 young (17408K), 0 survivors (0K)
 Metaspace       used 12697K, capacity 13496K, committed 13696K, reserved 1060864K
  class space    used 1351K, capacity 1544K, committed 1664K, reserved 1048576K
Heap Regions: E=young(eden), S=young(survivor), O=old, HS=humongous(starts), HC=humongous(continues), CS=collection set, F=free, A=archive, TS=gc time stamp, AC=allocation context, TAMS=top-at-mark-start (previous, next)
|   0|0x0000000084c00000, 0x0000000084d00000, 0x0000000084d00000|100%|HS|  |TS  0|AC  0|TAMS 0x0000000084c00000, 0x0000000084c00000|
|   1|0x0000000084d00000, 0x0000000084d00000, 0x0000000084e00000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000084d00000, 0x0000000084d00000|
|   2|0x0000000084e00000, 0x0000000084e00000, 0x0000000084f00000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000084e00000, 0x0000000084e00000|
|   3|0x0000000084f00000, 0x0000000084f00000, 0x0000000085000000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000084f00000, 0x0000000084f00000|
|   4|0x0000000085000000, 0x0000000085000000, 0x0000000085100000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000085000000, 0x0000000085000000|
|   5|0x0000000085100000, 0x0000000085100000, 0x0000000085200000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000085100000, 0x0000000085100000|
|   6|0x0000000085200000, 0x0000000085200000, 0x0000000085300000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000085200000, 0x0000000085200000|
|   7|0x0000000085300000, 0x0000000085300000, 0x0000000085400000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000085300000, 0x0000000085300000|
|   8|0x0000000085400000, 0x0000000085400000, 0x0000000085500000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000085400000, 0x0000000085400000|
|   9|0x0000000085500000, 0x0000000085500000, 0x0000000085600000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000085500000, 0x0000000085500000|
|  10|0x0000000085600000, 0x0000000085600000, 0x0000000085700000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000085600000, 0x0000000085600000|
|  11|0x0000000085700000, 0x0000000085700000, 0x0000000085800000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000085700000, 0x0000000085700000|
|  12|0x0000000085800000, 0x0000000085800000, 0x0000000085900000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000085800000, 0x0000000085800000|
|  13|0x0000000085900000, 0x0000000085900000, 0x0000000085a00000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000085900000, 0x0000000085900000|
|  14|0x0000000085a00000, 0x0000000085a00000, 0x0000000085b00000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000085a00000, 0x0000000085a00000|
|  15|0x0000000085b00000, 0x0000000085b00000, 0x0000000085c00000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000085b00000, 0x0000000085b00000|
|  16|0x0000000085c00000, 0x0000000085c00000, 0x0000000085d00000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000085c00000, 0x0000000085c00000|
|  17|0x0000000085d00000, 0x0000000085d00000, 0x0000000085e00000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000085d00000, 0x0000000085d00000|
|  18|0x0000000085e00000, 0x0000000085e00000, 0x0000000085f00000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000085e00000, 0x0000000085e00000|
|  19|0x0000000085f00000, 0x0000000085f00000, 0x0000000086000000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000085f00000, 0x0000000085f00000|
|  20|0x0000000086000000, 0x0000000086000000, 0x0000000086100000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000086000000, 0x0000000086000000|
|  21|0x0000000086100000, 0x0000000086100000, 0x0000000086200000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000086100000, 0x0000000086100000|
|  22|0x0000000086200000, 0x0000000086200000, 0x0000000086300000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000086200000, 0x0000000086200000|
|  23|0x0000000086300000, 0x0000000086300000, 0x0000000086400000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000086300000, 0x0000000086300000|
|  24|0x0000000086400000, 0x0000000086400000, 0x0000000086500000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000086400000, 0x0000000086400000|
|  25|0x0000000086500000, 0x0000000086500000, 0x0000000086600000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000086500000, 0x0000000086500000|
|  26|0x0000000086600000, 0x0000000086600000, 0x0000000086700000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000086600000, 0x0000000086600000|
|  27|0x0000000086700000, 0x0000000086700000, 0x0000000086800000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000086700000, 0x0000000086700000|
|  28|0x0000000086800000, 0x0000000086800000, 0x0000000086900000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000086800000, 0x0000000086800000|
|  29|0x0000000086900000, 0x0000000086900000, 0x0000000086a00000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000086900000, 0x0000000086900000|
|  30|0x0000000086a00000, 0x0000000086a00000, 0x0000000086b00000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000086a00000, 0x0000000086a00000|
|  31|0x0000000086b00000, 0x0000000086b00000, 0x0000000086c00000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000086b00000, 0x0000000086b00000|
|  32|0x0000000086c00000, 0x0000000086c00000, 0x0000000086d00000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000086c00000, 0x0000000086c00000|
|  33|0x0000000086d00000, 0x0000000086d00000, 0x0000000086e00000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000086d00000, 0x0000000086d00000|
|  34|0x0000000086e00000, 0x0000000086e00000, 0x0000000086f00000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000086e00000, 0x0000000086e00000|
|  35|0x0000000086f00000, 0x0000000086f00000, 0x0000000087000000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000086f00000, 0x0000000086f00000|
|  36|0x0000000087000000, 0x0000000087000000, 0x0000000087100000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000087000000, 0x0000000087000000|
|  37|0x0000000087100000, 0x0000000087100000, 0x0000000087200000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000087100000, 0x0000000087100000|
|  38|0x0000000087200000, 0x0000000087200000, 0x0000000087300000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000087200000, 0x0000000087200000|
|  39|0x0000000087300000, 0x0000000087300000, 0x0000000087400000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000087300000, 0x0000000087300000|
|  40|0x0000000087400000, 0x0000000087400000, 0x0000000087500000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000087400000, 0x0000000087400000|
|  41|0x0000000087500000, 0x0000000087500000, 0x0000000087600000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000087500000, 0x0000000087500000|
|  42|0x0000000087600000, 0x0000000087600000, 0x0000000087700000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000087600000, 0x0000000087600000|
|  43|0x0000000087700000, 0x0000000087700000, 0x0000000087800000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000087700000, 0x0000000087700000|
|  44|0x0000000087800000, 0x0000000087800000, 0x0000000087900000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000087800000, 0x0000000087800000|
|  45|0x0000000087900000, 0x0000000087900000, 0x0000000087a00000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000087900000, 0x0000000087900000|
|  46|0x0000000087a00000, 0x0000000087a00000, 0x0000000087b00000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000087a00000, 0x0000000087a00000|
|  47|0x0000000087b00000, 0x0000000087b00000, 0x0000000087c00000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000087b00000, 0x0000000087b00000|
|  48|0x0000000087c00000, 0x0000000087c00000, 0x0000000087d00000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000087c00000, 0x0000000087c00000|
|  49|0x0000000087d00000, 0x0000000087d00000, 0x0000000087e00000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000087d00000, 0x0000000087d00000|
|  50|0x0000000087e00000, 0x0000000087e00000, 0x0000000087f00000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000087e00000, 0x0000000087e00000|
|  51|0x0000000087f00000, 0x0000000087f00000, 0x0000000088000000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000087f00000, 0x0000000087f00000|
|  52|0x0000000088000000, 0x0000000088000000, 0x0000000088100000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000088000000, 0x0000000088000000|
|  53|0x0000000088100000, 0x0000000088100000, 0x0000000088200000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000088100000, 0x0000000088100000|
|  54|0x0000000088200000, 0x0000000088200000, 0x0000000088300000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000088200000, 0x0000000088200000|
|  55|0x0000000088300000, 0x0000000088300000, 0x0000000088400000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000088300000, 0x0000000088300000|
|  56|0x0000000088400000, 0x0000000088400000, 0x0000000088500000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000088400000, 0x0000000088400000|
|  57|0x0000000088500000, 0x0000000088500000, 0x0000000088600000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000088500000, 0x0000000088500000|
|  58|0x0000000088600000, 0x0000000088600000, 0x0000000088700000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000088600000, 0x0000000088600000|
|  59|0x0000000088700000, 0x0000000088700000, 0x0000000088800000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000088700000, 0x0000000088700000|
|  60|0x0000000088800000, 0x0000000088800000, 0x0000000088900000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000088800000, 0x0000000088800000|
|  61|0x0000000088900000, 0x0000000088900000, 0x0000000088a00000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000088900000, 0x0000000088900000|
|  62|0x0000000088a00000, 0x0000000088a00000, 0x0000000088b00000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000088a00000, 0x0000000088a00000|
|  63|0x0000000088b00000, 0x0000000088b00000, 0x0000000088c00000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000088b00000, 0x0000000088b00000|
|  64|0x0000000088c00000, 0x0000000088c00000, 0x0000000088d00000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000088c00000, 0x0000000088c00000|
|  65|0x0000000088d00000, 0x0000000088d00000, 0x0000000088e00000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000088d00000, 0x0000000088d00000|
|  66|0x0000000088e00000, 0x0000000088e00000, 0x0000000088f00000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000088e00000, 0x0000000088e00000|
|  67|0x0000000088f00000, 0x0000000088f00000, 0x0000000089000000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000088f00000, 0x0000000088f00000|
|  68|0x0000000089000000, 0x0000000089000000, 0x0000000089100000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000089000000, 0x0000000089000000|
|  69|0x0000000089100000, 0x0000000089100000, 0x0000000089200000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000089100000, 0x0000000089100000|
|  70|0x0000000089200000, 0x0000000089200000, 0x0000000089300000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000089200000, 0x0000000089200000|
|  71|0x0000000089300000, 0x0000000089300000, 0x0000000089400000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000089300000, 0x0000000089300000|
|  72|0x0000000089400000, 0x0000000089400000, 0x0000000089500000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000089400000, 0x0000000089400000|
|  73|0x0000000089500000, 0x0000000089500000, 0x0000000089600000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000089500000, 0x0000000089500000|
|  74|0x0000000089600000, 0x0000000089600000, 0x0000000089700000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000089600000, 0x0000000089600000|
|  75|0x0000000089700000, 0x0000000089700000, 0x0000000089800000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000089700000, 0x0000000089700000|
|  76|0x0000000089800000, 0x0000000089800000, 0x0000000089900000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000089800000, 0x0000000089800000|
|  77|0x0000000089900000, 0x0000000089900000, 0x0000000089a00000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000089900000, 0x0000000089900000|
|  78|0x0000000089a00000, 0x0000000089a00000, 0x0000000089b00000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000089a00000, 0x0000000089a00000|
|  79|0x0000000089b00000, 0x0000000089b00000, 0x0000000089c00000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000089b00000, 0x0000000089b00000|
|  80|0x0000000089c00000, 0x0000000089c00000, 0x0000000089d00000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000089c00000, 0x0000000089c00000|
|  81|0x0000000089d00000, 0x0000000089d00000, 0x0000000089e00000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000089d00000, 0x0000000089d00000|
|  82|0x0000000089e00000, 0x0000000089e00000, 0x0000000089f00000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000089e00000, 0x0000000089e00000|
|  83|0x0000000089f00000, 0x0000000089f00000, 0x000000008a000000|  0%| F|  |TS  0|AC  0|TAMS 0x0000000089f00000, 0x0000000089f00000|
|  84|0x000000008a000000, 0x000000008a000000, 0x000000008a100000|  0%| F|  |TS  0|AC  0|TAMS 0x000000008a000000, 0x000000008a000000|
|  85|0x000000008a100000, 0x000000008a100000, 0x000000008a200000|  0%| F|  |TS  0|AC  0|TAMS 0x000000008a100000, 0x000000008a100000|
|  86|0x000000008a200000, 0x000000008a200000, 0x000000008a300000|  0%| F|  |TS  0|AC  0|TAMS 0x000000008a200000, 0x000000008a200000|
|  87|0x000000008a300000, 0x000000008a300000, 0x000000008a400000|  0%| F|  |TS  0|AC  0|TAMS 0x000000008a300000, 0x000000008a300000|
|  88|0x000000008a400000, 0x000000008a400000, 0x000000008a500000|  0%| F|  |TS  0|AC  0|TAMS 0x000000008a400000, 0x000000008a400000|
|  89|0x000000008a500000, 0x000000008a500000, 0x000000008a600000|  0%| F|  |TS  0|AC  0|TAMS 0x000000008a500000, 0x000000008a500000|
|  90|0x000000008a600000, 0x000000008a600000, 0x000000008a700000|  0%| F|  |TS  0|AC  0|TAMS 0x000000008a600000, 0x000000008a600000|
|  91|0x000000008a700000, 0x000000008a700000, 0x000000008a800000|  0%| F|  |TS  0|AC  0|TAMS 0x000000008a700000, 0x000000008a700000|
|  92|0x000000008a800000, 0x000000008a800000, 0x000000008a900000|  0%| F|  |TS  0|AC  0|TAMS 0x000000008a800000, 0x000000008a800000|
|  93|0x000000008a900000, 0x000000008a900000, 0x000000008aa00000|  0%| F|  |TS  0|AC  0|TAMS 0x000000008a900000, 0x000000008a900000|
|  94|0x000000008aa00000, 0x000000008aa00000, 0x000000008ab00000|  0%| F|  |TS  0|AC  0|TAMS 0x000000008aa00000, 0x000000008aa00000|
|  95|0x000000008ab00000, 0x000000008ab00000, 0x000000008ac00000|  0%| F|  |TS  0|AC  0|TAMS 0x000000008ab00000, 0x000000008ab00000|
|  96|0x000000008ac00000, 0x000000008ac00000, 0x000000008ad00000|  0%| F|  |TS  0|AC  0|TAMS 0x000000008ac00000, 0x000000008ac00000|
|  97|0x000000008ad00000, 0x000000008ad00000, 0x000000008ae00000|  0%| F|  |TS  0|AC  0|TAMS 0x000000008ad00000, 0x000000008ad00000|
|  98|0x000000008ae00000, 0x000000008ae00000, 0x000000008af00000|  0%| F|  |TS  0|AC  0|TAMS 0x000000008ae00000, 0x000000008ae00000|
|  99|0x000000008af00000, 0x000000008af00000, 0x000000008b000000|  0%| F|  |TS  0|AC  0|TAMS 0x000000008af00000, 0x000000008af00000|
| 100|0x000000008b000000, 0x000000008b000000, 0x000000008b100000|  0%| F|  |TS  0|AC  0|TAMS 0x000000008b000000, 0x000000008b000000|
| 101|0x000000008b100000, 0x000000008b100000, 0x000000008b200000|  0%| F|  |TS  0|AC  0|TAMS 0x000000008b100000, 0x000000008b100000|
| 102|0x000000008b200000, 0x000000008b200000, 0x000000008b300000|  0%| F|  |TS  0|AC  0|TAMS 0x000000008b200000, 0x000000008b200000|
| 103|0x000000008b300000, 0x000000008b300000, 0x000000008b400000|  0%| F|  |TS  0|AC  0|TAMS 0x000000008b300000, 0x000000008b300000|
| 104|0x000000008b400000, 0x000000008b400000, 0x000000008b500000|  0%| F|  |TS  0|AC  0|TAMS 0x000000008b400000, 0x000000008b400000|
| 105|0x000000008b500000, 0x000000008b500000, 0x000000008b600000|  0%| F|  |TS  0|AC  0|TAMS 0x000000008b500000, 0x000000008b500000|
| 106|0x000000008b600000, 0x000000008b600000, 0x000000008b700000|  0%| F|  |TS  0|AC  0|TAMS 0x000000008b600000, 0x000000008b600000|
| 107|0x000000008b700000, 0x000000008b77b630, 0x000000008b800000| 48%| E|  |TS  0|AC  0|TAMS 0x000000008b700000, 0x000000008b700000|
| 108|0x000000008b800000, 0x000000008b900000, 0x000000008b900000|100%| E|CS|TS  0|AC  0|TAMS 0x000000008b800000, 0x000000008b800000|
| 109|0x000000008b900000, 0x000000008ba00000, 0x000000008ba00000|100%| E|CS|TS  0|AC  0|TAMS 0x000000008b900000, 0x000000008b900000|
| 110|0x000000008ba00000, 0x000000008bb00000, 0x000000008bb00000|100%| E|CS|TS  0|AC  0|TAMS 0x000000008ba00000, 0x000000008ba00000|
| 111|0x000000008bb00000, 0x000000008bc00000, 0x000000008bc00000|100%| E|CS|TS  0|AC  0|TAMS 0x000000008bb00000, 0x000000008bb00000|
| 112|0x000000008bc00000, 0x000000008bd00000, 0x000000008bd00000|100%| E|CS|TS  0|AC  0|TAMS 0x000000008bc00000, 0x000000008bc00000|
| 113|0x000000008bd00000, 0x000000008be00000, 0x000000008be00000|100%| E|CS|TS  0|AC  0|TAMS 0x000000008bd00000, 0x000000008bd00000|
| 114|0x000000008be00000, 0x000000008bf00000, 0x000000008bf00000|100%| E|CS|TS  0|AC  0|TAMS 0x000000008be00000, 0x000000008be00000|
| 115|0x000000008bf00000, 0x000000008c000000, 0x000000008c000000|100%| E|CS|TS  0|AC  0|TAMS 0x000000008bf00000, 0x000000008bf00000|
| 116|0x000000008c000000, 0x000000008c100000, 0x000000008c100000|100%| E|CS|TS  0|AC  0|TAMS 0x000000008c000000, 0x000000008c000000|
| 117|0x000000008c100000, 0x000000008c200000, 0x000000008c200000|100%| E|CS|TS  0|AC  0|TAMS 0x000000008c100000, 0x000000008c100000|
| 118|0x000000008c200000, 0x000000008c300000, 0x000000008c300000|100%| E|CS|TS  0|AC  0|TAMS 0x000000008c200000, 0x000000008c200000|
| 119|0x000000008c300000, 0x000000008c400000, 0x000000008c400000|100%| E|CS|TS  0|AC  0|TAMS 0x000000008c300000, 0x000000008c300000|
| 120|0x000000008c400000, 0x000000008c500000, 0x000000008c500000|100%| E|CS|TS  0|AC  0|TAMS 0x000000008c400000, 0x000000008c400000|
| 121|0x000000008c500000, 0x000000008c600000, 0x000000008c600000|100%| E|CS|TS  0|AC  0|TAMS 0x000000008c500000, 0x000000008c500000|
| 122|0x000000008c600000, 0x000000008c700000, 0x000000008c700000|100%| E|CS|TS  0|AC  0|TAMS 0x000000008c600000, 0x000000008c600000|
| 123|0x000000008c700000, 0x000000008c800000, 0x000000008c800000|100%| E|CS|TS  0|AC  0|TAMS 0x000000008c700000, 0x000000008c700000|

Card table byte_map: [0x000000001e760000,0x000000001eb40000] byte_map_base: 0x000000001e33a000

Marking Bits (Prev, Next): (CMBitMap*) 0x000000001d1a8830, (CMBitMap*) 0x000000001d1a8868
 Prev Bits: [0x000000001ef20000, 0x0000000020df0000)
 Next Bits: [0x0000000020df0000, 0x0000000022cc0000)

Polling page: 0x0000000000210000

CodeHeap 'non-profiled nmethods': size=120000Kb used=304Kb max_used=304Kb free=119695Kb
 bounds [0x00000000145c0000, 0x0000000014830000, 0x000000001baf0000]
CodeHeap 'profiled nmethods': size=120000Kb used=1351Kb max_used=1351Kb free=118648Kb
 bounds [0x000000000d090000, 0x000000000d300000, 0x00000000145c0000]
CodeHeap 'non-nmethods': size=5760Kb used=1296Kb max_used=1322Kb free=4463Kb
 bounds [0x000000000caf0000, 0x000000000cd60000, 0x000000000d090000]
 total_blobs=1517 nmethods=829 adapters=423
 compilation: enabled

Compilation events (10 events):
Event: 0.522 Thread 0x00000000662e8000  825       3       jdk.internal.misc.SharedSecrets::getJavaLangAccess (4 bytes)
Event: 0.523 Thread 0x00000000662e8000 nmethod 825 0x000000000d1df190 code [0x000000000d1df340, 0x000000000d1df470]
Event: 0.523 Thread 0x00000000662e8000  826       3       jdk.internal.misc.Unsafe::getIntUnaligned (12 bytes)
Event: 0.523 Thread 0x00000000662e8000 nmethod 826 0x000000000d1df510 code [0x000000000d1df6c0, 0x000000000d1df950]
Event: 0.523 Thread 0x00000000662e8000  827       3       jdk.internal.misc.Unsafe::getIntUnaligned (83 bytes)
Event: 0.523 Thread 0x00000000662e8000 nmethod 827 0x000000000d1dfa90 code [0x000000000d1dfc80, 0x000000000d1e0148]
Event: 0.523 Thread 0x00000000662e8000  828       3       java.lang.ThreadLocal::getMap (5 bytes)
Event: 0.523 Thread 0x00000000662e8000 nmethod 828 0x000000000d1e0290 code [0x000000000d1e0440, 0x000000000d1e0590]
Event: 0.523 Thread 0x00000000662e8000  829       3       java.nio.Buffer:: (99 bytes)
Event: 0.524 Thread 0x00000000662e8000 nmethod 829 0x000000000d1e0690 code [0x000000000d1e0980, 0x000000000d1e1a38]

GC Heap History (0 events):
No events

Deoptimization events (2 events):
Event: 0.162 Thread 0x000000006746c000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000145cc488 method=java.lang.String.charAt(I)C @ 4 c2
Event: 0.332 Thread 0x0000000000475000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000145c41f8 method=java.lang.String.hashCode()I @ 22 c2

Classes redefined (0 events):
No events

Internal exceptions (10 events):
Event: 0.329 Thread 0x0000000000475000 Exception (0x000000008bc2c320) thrown at [t:/workspace/hotspot/src/share/vm/prims/methodHandles.cpp, line 1256]
Event: 0.365 Thread 0x0000000000475000 Exception(0x000000008bc33890) thrown at [t:/worksp
Event: 0.365 Thread 0x0000000000475000 Exception(0x000000008bc37588) thrown at [t:/workspace/hotspot/src/share/vm/prims/methodHandles.cpp, line 1256]
Event: 0.387 Thread 0x0000000000475000 Exception(0x000000008bb2b3d8) thrown at [t:/workspace/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 218]
Event: 0.388 Thread 0x0000000000475000 Exception(0x000000008bb34740) thrown at [t:/workspace/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 218]
Event: 0.511 Thread 0x0000000000475000 Exception