Bug Getting an error, unable to log-in.

qwertyaznman123

New member
Here's the debug log.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
KoLmafia r26298, Windows 10, Java 11.0.1
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Please note: do not post this log in the KoLmafia thread of KoL's
Gameplay-Discussion forum. If you would like the KoLmafia dev team
to look at it, please write a bug report at kolmafia.us. Include
specific information about what you were doing when you made this
and include this log as an attachment.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Timestamp: Thu Mar 17 06:33:01 CDT 2022
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
User:
Current run: 0
MRU Script: Unknown
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


Unexpected error, debug log printed.
class java.lang.IllegalArgumentException: restricted header name: "Referer"
java.lang.IllegalArgumentException: restricted header name: "Referer"
at java.net.http/jdk.internal.net.http.common.Utils.newIAE(Utils.java:246)
at java.net.http/jdk.internal.net.http.HttpRequestBuilderImpl.checkNameAndValue(HttpRequestBuilderImpl.java:110)
at java.net.http/jdk.internal.net.http.HttpRequestBuilderImpl.header(HttpRequestBuilderImpl.java:126)
at java.net.http/jdk.internal.net.http.HttpRequestBuilderImpl.header(HttpRequestBuilderImpl.java:43)
at net.sourceforge.kolmafia.request.GenericRequest.getRequestBuilder(GenericRequest.java:197)
at net.sourceforge.kolmafia.request.GenericRequest.prepareRequest(GenericRequest.java:1447)
at net.sourceforge.kolmafia.request.GenericRequest.externalExecute(GenericRequest.java:1402)
at net.sourceforge.kolmafia.request.GenericRequest.execute(GenericRequest.java:1393)
at net.sourceforge.kolmafia.request.GenericRequest.run(GenericRequest.java:1148)
at net.sourceforge.kolmafia.request.LoginRequest.run(LoginRequest.java:88)
at net.sourceforge.kolmafia.RequestThread.postRequest(RequestThread.java:243)
at net.sourceforge.kolmafia.RequestThread.postRequest(RequestThread.java:208)
at net.sourceforge.kolmafia.swingui.LoginFrame$LoginPanel.doLogin(LoginFrame.java:266)
at net.sourceforge.kolmafia.swingui.LoginFrame$LoginPanel.actionConfirmed(LoginFrame.java:230)
at net.sourceforge.kolmafia.swingui.panel.GenericPanel$ConfirmedListener.execute(GenericPanel.java:506)
at net.sourceforge.kolmafia.swingui.listener.ThreadedListener.run(ThreadedListener.java:176)
at net.sourceforge.kolmafia.RequestThread$SequencedRunnable.run(RequestThread.java:343)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
 

MCroft

Developer
Staff member
No idea if this will help, but Java 11.0.1 is from late 2018, so you're 3.5 years behind on bug fixes.

You can install current Java 17 in parallel (from here) and see if that fixes the issue.
 

fronobulax

Developer
Staff member
Might be related to some of the http changes.

Anything interesting going on with networking in your local environment - VPNs, proxies, intrusive firewalls, etc.?
 

qwertyaznman123

New member
No idea if this will help, but Java 11.0.1 is from late 2018, so you're 3.5 years behind on bug fixes.

You can install current Java 17 in parallel (from here) and see if that fixes the issue.
Done. Well now it logs in but then mafia/Java crashes. The login pane says "session data refreshed" and then the window disappears but the main mafia screen doesn't load
 

Ryo_Sangnoir

Developer
Staff member
Definitely related to the new HTTP changes.

The headers "connection", "content-length", "expect", "host", "upgrade" are restricted in latest Java. The headers "date", "from", "via", "warning" were restricted in earlier versions of 11, and "origin" and "referer" were restricted in earlier Java versions.

I can look at what happens if we don't set "referer" at all. I expect it will continue to work.

If you get a crash, can you also post your exact Java version (down to Oracle / OpenJDK dialect), please?
 
Last edited:

qwertyaznman123

New member
Definitely related to the new HTTP changes.

The headers "connection", "content-length", "expect", "host", "upgrade" are restricted in latest Java. The headers "date", "from", "via", "warning" were restricted in earlier versions of 11, and "origin" and "referer" were restricted in earlier Java versions.

I can look at what happens if we don't set "referer" at all. I expect it will continue to work.

If you get a crash, can you also post your exact Java version (down to Oracle / OpenJDK dialect), please?
Here's the error log (system info posted at top):

Code:
---------------  S Y S T E M  ---------------

OS:
 Windows 10 , 64 bit Build 19041 (10.0.19041.1566)
OS uptime: 0 days 0:06 hours

CPU: total 12 (initial active 12) (6 cores per cpu, 2 threads per core) family 6 model 158 stepping 10 microcode 0xb4, cx8, cmov, fxsr, ht, mmx, 3dnowpref, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, lzcnt, tsc, tscinvbit, avx, avx2, aes, erms, clmul, bmi1, bmi2, adx, fma, vzeroupper, clflush, clflushopt

Memory: 4k page, system-wide physical 16242M (11696M free)
TotalPageFile size 19058M (AvailPageFile size 13100M), user-mode portion of virtual address-space 2047M (1178M free)
current process WorkingSet (physical memory assigned to process): 216M, peak: 216M
current process commit charge ("private bytes"): 210M, peak: 210M

vm_info: OpenJDK Server VM (17.0.2+8) for windows-x86 JRE (17.0.2+8), built on Jan 20 2022 04:48:56 by "" with MS VC++ 16.7 (VS2019)
__________________________________________
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_STACK_OVERFLOW (0xc00000fd) at pc=0x53c71119, pid=6836, tid=14204
#
# JRE version: OpenJDK Runtime Environment Temurin-17.0.2+8 (17.0.2+8) (build 17.0.2+8)
# Java VM: OpenJDK Server VM Temurin-17.0.2+8 (17.0.2+8, mixed mode, emulated-client, sharing, tiered, g1 gc, windows-x86)
# Problematic frame:
# C  [awt.dll+0xd1119]
#
# 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:
#   https://github.com/adoptium/adoptium-support/issues
# 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: C:\Users\FartM\Desktop\Mafia\KoLmafia-26298.jar

Host: Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz, 12 cores, 15G,  Windows 10 , 64 bit Build 19041 (10.0.19041.1566)
Time: Thu Mar 17 09:28:31 2022 Central Daylight Time elapsed time: 15.777103 seconds (0d 0h 0m 15s)

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

Current thread (0x29c65d98):  JavaThread "AWT-EventQueue-0" [_thread_in_native, id=14204, stack(0x29230000,0x29280000)]

Stack: [0x29230000,0x29280000],  sp=0x2927ea34,  free space=314k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [awt.dll+0xd1119]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  sun.awt.shell.Win32ShellFolder2.getIconBits(J)[I+0 java.desktop@17.0.2
j  sun.awt.shell.Win32ShellFolder2.makeIcon(J)Ljava/awt/Image;+15 java.desktop@17.0.2
j  sun.awt.shell.Win32ShellFolder2.getShell32Icon(II)Ljava/awt/Image;+17 java.desktop@17.0.2
j  sun.awt.shell.Win32ShellFolderManager2.get(Ljava/lang/String;)Ljava/lang/Object;+800 java.desktop@17.0.2
j  sun.awt.shell.ShellFolder.get(Ljava/lang/String;)Ljava/lang/Object;+4 java.desktop@17.0.2
j  com.sun.java.swing.plaf.windows.WindowsLookAndFeel$ActiveWindowsIcon.createValue(Ljavax/swing/UIDefaults;)Ljava/lang/Object;+11 java.desktop@17.0.2
J 1638 c1 javax.swing.UIDefaults.getFromHashtable(Ljava/lang/Object;)Ljava/lang/Object; java.desktop@17.0.2 (239 bytes) @ 0x03447674 [0x034471c0+0x000004b4]
J 2273 c1 javax.swing.UIDefaults.get(Ljava/lang/Object;Ljava/util/Locale;)Ljava/lang/Object; java.desktop@17.0.2 (21 bytes) @ 0x03513580 [0x03513540+0x00000040]
J 4733 c1 javax.swing.MultiUIDefaults.get(Ljava/lang/Object;Ljava/util/Locale;)Ljava/lang/Object; java.desktop@17.0.2 (72 bytes) @ 0x038c6910 [0x038c6860+0x000000b0]
J 4413 c1 sun.swing.DefaultLookup.get(Ljavax/swing/JComponent;Ljavax/swing/plaf/ComponentUI;Ljava/lang/String;)Ljava/lang/Object; java.desktop@17.0.2 (137 bytes) @ 0x0385aeec [0x0385ac80+0x0000026c]
j  sun.swing.DefaultLookup.getIcon(Ljavax/swing/JComponent;Ljavax/swing/plaf/ComponentUI;Ljava/lang/String;Ljavax/swing/Icon;)Ljavax/swing/Icon;+3 java.desktop@17.0.2
j  sun.swing.DefaultLookup.getIcon(Ljavax/swing/JComponent;Ljavax/swing/plaf/ComponentUI;Ljava/lang/String;)Ljavax/swing/Icon;+4 java.desktop@17.0.2
j  javax.swing.tree.DefaultTreeCellRenderer.updateUI()V+60 java.desktop@17.0.2
j  javax.swing.JLabel.<init>(Ljava/lang/String;Ljavax/swing/Icon;I)V+83 java.desktop@17.0.2
J 5013 c1 javax.swing.JLabel.<init>()V java.desktop@17.0.2 (10 bytes) @ 0x03930264 [0x03930220+0x00000044]
j  javax.swing.tree.DefaultTreeCellRenderer.<init>()V+1 java.desktop@17.0.2
j  com.sun.java.swing.plaf.windows.WindowsTreeUI$WindowsTreeCellRenderer.<init>(Lcom/sun/java/swing/plaf/windows/WindowsTreeUI;)V+6 java.desktop@17.0.2
j  com.sun.java.swing.plaf.windows.WindowsTreeUI.createDefaultCellRenderer()Ljavax/swing/tree/TreeCellRenderer;+5 java.desktop@17.0.2
j  javax.swing.plaf.basic.BasicTreeUI.updateRenderer()V+24 java.desktop@17.0.2
j  javax.swing.plaf.basic.BasicTreeUI.completeUIInstall()V+12 java.desktop@17.0.2
j  javax.swing.plaf.basic.BasicTreeUI.installUI(Ljavax/swing/JComponent;)V+44 java.desktop@17.0.2
J 1902 c1 javax.swing.JComponent.setUI(Ljavax/swing/plaf/ComponentUI;)V java.desktop@17.0.2 (73 bytes) @ 0x034a3800 [0x034a36c0+0x00000140]
j  javax.swing.JTree.setUI(Ljavax/swing/plaf/TreeUI;)V+20 java.desktop@17.0.2
j  javax.swing.JTree.updateUI()V+20 java.desktop@17.0.2
j  javax.swing.JTree.<init>(Ljavax/swing/tree/TreeModel;)V+107 java.desktop@17.0.2
j  javax.swing.JTree.<init>()V+4 java.desktop@17.0.2
j  net.sourceforge.kolmafia.swingui.panel.CustomCombatPanel.<init>()V+9
j  net.sourceforge.kolmafia.swingui.AdventureFrame.getSouthernTabs()Ljavax/swing/JTabbedPane;+96
j  net.sourceforge.kolmafia.swingui.AdventureFrame.<init>()V+154
v  ~StubRoutines::call_stub
J 2701  jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Ljava/lang/reflect/Constructor;[Ljava/lang/Object;)Ljava/lang/Object; java.base@17.0.2 (0 bytes) @ 0x035a6987 [0x035a6920+0x00000067]
J 2700 c1 jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance([Ljava/lang/Object;)Ljava/lang/Object; java.base@17.0.2 (122 bytes) @ 0x035a6f24 [0x035a6d00+0x00000224]
J 2540 c1 jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance([Ljava/lang/Object;)Ljava/lang/Object; java.base@17.0.2 (9 bytes) @ 0x0356f9d8 [0x0356f9a0+0x00000038]
J 2539 c1 java.lang.reflect.Constructor.newInstanceWithCaller([Ljava/lang/Object;ZLjava/lang/Class;)Ljava/lang/Object; java.base@17.0.2 (76 bytes) @ 0x0356f614 [0x0356f560+0x000000b4]
J 2545 c1 java.lang.reflect.Constructor.newInstance([Ljava/lang/Object;)Ljava/lang/Object; java.base@17.0.2 (34 bytes) @ 0x03571540 [0x035714c0+0x00000080]
j  net.sourceforge.kolmafia.CreateFrameRunnable.runConstruction(Z)V+51
j  net.sourceforge.kolmafia.CreateFrameRunnable.createFrame(Z)Ljavax/swing/JFrame;+9
j  net.sourceforge.kolmafia.CreateFrameRunnable.run()V+153
j  java.awt.event.InvocationEvent.dispatch()V+11 java.desktop@17.0.2
j  java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V+21 java.desktop@17.0.2
j  java.awt.EventQueue$4.run()Ljava/lang/Void;+32 java.desktop@17.0.2
J 4537 c1 java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V java.desktop@17.0.2 (80 bytes) @ 0x03882644 [0x038820e0+0x00000564]
j  java.awt.EventDispatchThread.pumpOneEventForFilters(I)V+78 java.desktop@17.0.2
j  java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+35 java.desktop@17.0.2
j  java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11 java.desktop@17.0.2
j  java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4 java.desktop@17.0.2
j  java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3 java.desktop@17.0.2
j  java.awt.EventDispatchThread.run()V+9 java.desktop@17.0.2
v  ~StubRoutines::call_stub

siginfo: EXCEPTION_STACK_OVERFLOW (0xc00000fd), ExceptionInformation=0x00000000 0x29230000


Register to memory mapping:

EIP=0x53c71119 awt.dll
EAX=0x29230000 is pointing into the stack for thread: 0x29c65d98
EBX={method} {0x2c930f0c} 'getIconBits' '(J)[I' in 'sun/awt/shell/Win32ShellFolder2'
ECX=0x291fe9d4 points into unknown readable memory: 0x00000000 | 00 00 00 00
EDX=0x00000006 is an unknown value
ESP=0x2927ea34 is pointing into the stack for thread: 0x29c65d98
EBP=0x2927ea7c is pointing into the stack for thread: 0x29c65d98
ESI={method} {0x2c930f0c} 'getIconBits' '(J)[I' in 'sun/awt/shell/Win32ShellFolder2'
EDI=0x29c65d98 is a thread


Registers:
EAX=0x29230000, EBX=0x2c930f08, ECX=0x291fe9d4, EDX=0x00000006
ESP=0x2927ea34, EBP=0x2927ea7c, ESI=0x2c930f08, EDI=0x29c65d98
EIP=0x53c71119, EFLAGS=0x00010206

Top of Stack: (sp=0x2927ea34)
0x2927ea34:   29c65f90 53bfef2a 0314928c 29c65f90
0x2927ea44:   2927ea84 00090559 00000000 2c930f08
0x2927ea54:   03149055 2927ea58 2c930f08 2927ea90
0x2927ea64:   2c931fc8 00000000 0d373ba0 2c930f08
0x2927ea74:   00000000 2927ea8c 2927eab8 031467f9
0x2927ea84:   0d373ba0 03147796 00090559 00000000
0x2927ea94:   2927ea94 2c9310cf 2927ead0 2c931fc8
0x2927eaa4:   00000000 0d373ba0 2c931100 2927ea8c

Instructions: (pc=0x53c71119)
0x53c71019:   d8 c9 c3 d8 1d e8 6b c9 53 c9 ba 00 00 00 80 33
0x53c71029:   c0 c3 eb 03 cc cc cc 83 3d 3c f8 cb 53 02 7c 43
0x53c71039:   d9 ee df e9 7a 30 77 1f d9 05 e4 6b c9 53 df e9
0x53c71049:   76 31 8b cc 83 c4 f8 83 e4 f8 dd 0c 24 8b 04 24
0x53c71059:   8b 54 24 04 8b e1 c3 d9 e1 d9 e8 df e9 76 07 db
0x53c71069:   4c 24 fc 33 c0 c3 d8 1d e8 6b c9 53 b8 ff ff ff
0x53c71079:   ff 99 c3 55 8b ec 83 c4 f0 83 e4 f0 d9 c0 db 3c
0x53c71089:   24 8b 04 24 8b 54 24 04 0f b7 4c 24 08 0f ba f1
0x53c71099:   0f 72 2e 66 81 f9 ff 3f 72 2e 85 d2 79 34 66 81
0x53c710a9:   f9 3f 40 73 2d 66 f7 d9 66 81 c1 3e 40 d9 fc dd
0x53c710b9:   d8 80 f9 20 72 04 8b c2 33 d2 0f ad d0 d3 ea c9
0x53c710c9:   c3 66 81 f9 ff 3f 73 0a d9 fc dd d8 33 c0 33 d2
0x53c710d9:   c9 c3 d8 1d e8 6b c9 53 c9 b8 ff ff ff ff 99 c3
0x53c710e9:   cc cc cc cc cc cc cc 51 8d 4c 24 04 2b c8 1b c0
0x53c710f9:   f7 d0 23 c8 8b c4 25 00 f0 ff ff 3b c8 f2 72 0b
0x53c71109:   8b c1 59 94 8b 00 89 04 24 f2 c3 2d 00 10 00 00
0x53c71119:   85 00 eb e7 55 8b ec 6a 00 ff 15 f0 80 c7 53 ff
0x53c71129:   75 08 ff 15 f4 80 c7 53 68 09 04 00 c0 ff 15 ec
0x53c71139:   80 c7 53 50 ff 15 e8 80 c7 53 5d c3 55 8b ec 81
0x53c71149:   ec 24 03 00 00 6a 17 e8 ec 0b 00 00 85 c0 74 05
0x53c71159:   6a 02 59 cd 29 a3 98 f9 cb 53 89 0d 94 f9 cb 53
0x53c71169:   89 15 90 f9 cb 53 89 1d 8c f9 cb 53 89 35 88 f9
0x53c71179:   cb 53 89 3d 84 f9 cb 53 66 8c 15 b0 f9 cb 53 66
0x53c71189:   8c 0d a4 f9 cb 53 66 8c 1d 80 f9 cb 53 66 8c 05
0x53c71199:   7c f9 cb 53 66 8c 25 78 f9 cb 53 66 8c 2d 74 f9
0x53c711a9:   cb 53 9c 8f 05 a8 f9 cb 53 8b 45 00 a3 9c f9 cb
0x53c711b9:   53 8b 45 04 a3 a0 f9 cb 53 8d 45 08 a3 ac f9 cb
0x53c711c9:   53 8b 85 dc fc ff ff c7 05 e8 f8 cb 53 01 00 01
0x53c711d9:   00 a1 a0 f9 cb 53 a3 a4 f8 cb 53 c7 05 98 f8 cb
0x53c711e9:   53 09 04 00 c0 c7 05 9c f8 cb 53 01 00 00 00 c7
0x53c711f9:   05 a8 f8 cb 53 01 00 00 00 6a 04 58 6b c0 00 c7
0x53c71209:   80 ac f8 cb 53 02 00 00 00 6a 04 58 6b c0 00 8b


Stack slot to memory mapping:
stack at sp + 0 slots: 0x29c65f90 points into unknown readable memory: 0x5448c4a8 | a8 c4 48 54
stack at sp + 1 slots: 0x53bfef2a awt.dll
stack at sp + 2 slots: 0x0314928c is at code_begin+684 in an Interpreter codelet
method entry point (kind = native)  [0x03148fe0, 0x031495e0]  1536 bytes
stack at sp + 3 slots: 0x29c65f90 points into unknown readable memory: 0x5448c4a8 | a8 c4 48 54
stack at sp + 4 slots: 0x2927ea84 is pointing into the stack for thread: 0x29c65d98
stack at sp + 5 slots: 0x00090559 is an unknown value
stack at sp + 6 slots: 0x0 is NULL
stack at sp + 7 slots: {method} {0x2c930f0c} 'getIconBits' '(J)[I' in 'sun/awt/shell/Win32ShellFolder2'


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

Threads class SMR info:
_java_thread_list=0x2cc4d6c8, length=125, elements={
0x267c7998, 0x267c8320, 0x267d5770, 0x267d60f8,
0x267d7a88, 0x267dac20, 0x267e5d90, 0x267f76d0,
0x2687ebe8, 0x26885cc8, 0x282df630, 0x282e0118,
0x28344b90, 0x29c65a88, 0x29c65d98, 0x29d1c470,
0x29deb418, 0x29dea450, 0x29deba68, 0x29deb740,
0x29dea778, 0x29debd90, 0x29dec0b8, 0x29deaaa0,
0x29deadc8, 0x29deb0f0, 0x2a14a740, 0x2a149450,
0x2a14b3e0, 0x2a149778, 0x2a149aa0, 0x2a14ba30,
0x2a148488, 0x2a14a0f0, 0x2a149dc8, 0x2a14ad90,
0x2a147e38, 0x2a14b0b8, 0x2a148160, 0x2a14aa68,
0x2a1487b0, 0x2a148ad8, 0x2a14a418, 0x2a148e00,
0x2a23b0e8, 0x2a239ad0, 0x2a239df8, 0x2a2384b8,
0x2a239158, 0x2a23a120, 0x2a23bd88, 0x2a23b410,
0x2a23b738, 0x2a2387e0, 0x2a23a448, 0x2a238b08,
0x2a238190, 0x2a23ba60, 0x2a238e30, 0x2a239480,
0x2a2397a8, 0x2a23a770, 0x2a23aa98, 0x2a23adc0,
0x29ed6778, 0x29ed8d58, 0x29ed6aa0, 0x29ed57b0,
0x29ed7418, 0x29ed9080, 0x29ed83e0, 0x29ed6dc8,
0x29ed5e00, 0x29ed93a8, 0x29ed5ad8, 0x29ed7a68,
0x29ed6128, 0x29ed6450, 0x29ed8708, 0x29ed70f0,
0x29ed7740, 0x29ed7d90, 0x29ed80b8, 0x29ed8a30,
0x2a2183c8, 0x2a218a18, 0x2a21acd0, 0x2a21aff8,
0x2a21a9a8, 0x2a219d08, 0x2a21a030, 0x2a2186f0,
0x2a218d40, 0x2a21b970, 0x2a21a358, 0x2a21a680,
0x2a2199e0, 0x2a21b320, 0x2a21b648, 0x2a21bc98,
0x2a21bfc0, 0x2a219068, 0x2a2196b8, 0x2a219390,
0x2cc07370, 0x2cc079c0, 0x2cc066d0, 0x2cc06d20,
0x2cc07ce8, 0x2cc069f8, 0x2cc07048, 0x2cc07698,
0x2cc063a8, 0x2cc06080, 0x2a0eeb50, 0x2a0eb280,
0x2a0ed860, 0x2a0ee828, 0x2a0edb88, 0x2a0ebf20,
0x2a0ec248, 0x2a0ec570, 0x2a0ee1d8, 0x2a0ee500,
0x2a0ecee8
}

Java Threads: ( => current thread )
  0x267c7998 JavaThread "Reference Handler" daemon [_thread_blocked, id=10260, stack(0x27240000,0x27290000)]
  0x267c8320 JavaThread "Finalizer" daemon [_thread_blocked, id=14304, stack(0x272d0000,0x27320000)]
  0x267d5770 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=6224, stack(0x27360000,0x273b0000)]
  0x267d60f8 JavaThread "Attach Listener" daemon [_thread_blocked, id=268, stack(0x27d00000,0x27d50000)]
  0x267d7a88 JavaThread "Service Thread" daemon [_thread_blocked, id=13976, stack(0x27d90000,0x27de0000)]
  0x267dac20 JavaThread "Monitor Deflation Thread" daemon [_thread_blocked, id=13968, stack(0x27e20000,0x27e70000)]
  0x267e5d90 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=12808, stack(0x27eb0000,0x27f00000)]
  0x267f76d0 JavaThread "Sweeper thread" daemon [_thread_blocked, id=6816, stack(0x27f40000,0x27f90000)]
  0x2687ebe8 JavaThread "Notification Thread" daemon [_thread_blocked, id=6944, stack(0x27fd0000,0x28020000)]
  0x26885cc8 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=14088, stack(0x28130000,0x28180000)]
  0x282df630 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=7884, stack(0x28700000,0x28750000)]
  0x282e0118 JavaThread "AWT-Windows" daemon [_thread_in_native, id=11992, stack(0x28820000,0x28870000)]
  0x28344b90 JavaThread "Swing-Shell" daemon [_thread_blocked, id=10724, stack(0x29280000,0x292d0000)]
  0x29c65a88 JavaThread "AWT-Shutdown" [_thread_blocked, id=14716, stack(0x28790000,0x287e0000)]
=>0x29c65d98 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=14204, stack(0x29230000,0x29280000)]
  0x29d1c470 JavaThread "TimerQueue" daemon [_thread_blocked, id=14904, stack(0x2a3a0000,0x2a3f0000)]
  0x29deb418 JavaThread "pool-2-thread-1" [_thread_blocked, id=14020, stack(0x2b500000,0x2b550000)]
  0x29dea450 JavaThread "DestroyJavaVM" [_thread_blocked, id=11736, stack(0x01690000,0x016e0000)]
  0x29deba68 JavaThread "pool-2-thread-2" [_thread_blocked, id=14660, stack(0x2bd90000,0x2bde0000)]
  0x29deb740 JavaThread "HttpClient-1-SelectorManager" daemon [_thread_in_native, id=10596, stack(0x2be30000,0x2be80000)]
  0x29dea778 JavaThread "HttpClient-1-Worker-0" daemon [_thread_blocked, id=10928, stack(0x2bf50000,0x2bfa0000)]
  0x29debd90 JavaThread "HttpClient-1-Worker-1" daemon [_thread_blocked, id=15016, stack(0x2bfe0000,0x2c030000)]
  0x29dec0b8 JavaThread "HttpClient-2-SelectorManager" daemon [_thread_in_native, id=15032, stack(0x2ac40000,0x2ac90000)]
  0x29deaaa0 JavaThread "HttpClient-2-Worker-0" daemon [_thread_blocked, id=11508, stack(0x2c070000,0x2c0c0000)]
  0x29deadc8 JavaThread "HttpClient-2-Worker-1" daemon [_thread_blocked, id=12832, stack(0x2c100000,0x2c150000)]
  0x29deb0f0 JavaThread "pool-2-thread-3" [_thread_blocked, id=14832, stack(0x2c190000,0x2c1e0000)]
  0x2a14a740 JavaThread "pool-2-thread-4" [_thread_blocked, id=14160, stack(0x2c220000,0x2c270000)]
  0x2a149450 JavaThread "Image Fetcher 3" daemon [_thread_blocked, id=7868, stack(0x2c2b0000,0x2c300000)]
  0x2a14b3e0 JavaThread "Thread-2" daemon [_thread_blocked, id=11552, stack(0x2c340000,0x2c390000)]
  0x2a149778 JavaThread "pool-2-thread-5" [_thread_blocked, id=14408, stack(0x2dbd0000,0x2dc20000)]
  0x2a149aa0 JavaThread "pool-2-thread-6" [_thread_blocked, id=14236, stack(0x2dc60000,0x2dcb0000)]
  0x2a14ba30 JavaThread "pool-2-thread-7" [_thread_blocked, id=14440, stack(0x2dcf0000,0x2dd40000)]
  0x2a148488 JavaThread "pool-2-thread-8" [_thread_blocked, id=11484, stack(0x2dd80000,0x2ddd0000)]
  0x2a14a0f0 JavaThread "pool-2-thread-9" [_thread_blocked, id=14460, stack(0x2de10000,0x2de60000)]
  0x2a149dc8 JavaThread "pool-2-thread-10" [_thread_blocked, id=15180, stack(0x2dea0000,0x2def0000)]
  0x2a14ad90 JavaThread "pool-2-thread-11" [_thread_blocked, id=14180, stack(0x2df30000,0x2df80000)]
  0x2a147e38 JavaThread "pool-2-thread-12" [_thread_blocked, id=13380, stack(0x2dfc0000,0x2e010000)]
  0x2a14b0b8 JavaThread "pool-2-thread-13" [_thread_blocked, id=12876, stack(0x2e050000,0x2e0a0000)]
  0x2a148160 JavaThread "pool-2-thread-14" [_thread_blocked, id=14384, stack(0x2e0e0000,0x2e130000)]
  0x2a14aa68 JavaThread "pool-2-thread-15" [_thread_blocked, id=12896, stack(0x2e170000,0x2e1c0000)]
  0x2a1487b0 JavaThread "pool-2-thread-16" [_thread_blocked, id=12908, stack(0x2e200000,0x2e250000)]
  0x2a148ad8 JavaThread "pool-2-thread-17" [_thread_blocked, id=3836, stack(0x2e290000,0x2e2e0000)]
  0x2a14a418 JavaThread "pool-2-thread-18" [_thread_blocked, id=9372, stack(0x2e320000,0x2e370000)]
  0x2a148e00 JavaThread "pool-2-thread-19" [_thread_blocked, id=6208, stack(0x2e3b0000,0x2e400000)]
  0x2a23b0e8 JavaThread "pool-2-thread-20" [_thread_blocked, id=14640, stack(0x2e440000,0x2e490000)]
  0x2a239ad0 JavaThread "pool-2-thread-21" [_thread_blocked, id=9432, stack(0x2e4d0000,0x2e520000)]
  0x2a239df8 JavaThread "pool-2-thread-22" [_thread_blocked, id=5920, stack(0x2e560000,0x2e5b0000)]
  0x2a2384b8 JavaThread "pool-2-thread-23" [_thread_blocked, id=13384, stack(0x2e5f0000,0x2e640000)]
  0x2a239158 JavaThread "pool-2-thread-24" [_thread_blocked, id=13356, stack(0x2e680000,0x2e6d0000)]
  0x2a23a120 JavaThread "pool-2-thread-25" [_thread_blocked, id=5184, stack(0x2e710000,0x2e760000)]
  0x2a23bd88 JavaThread "pool-2-thread-26" [_thread_blocked, id=13352, stack(0x2e7a0000,0x2e7f0000)]
  0x2a23b410 JavaThread "pool-2-thread-27" [_thread_blocked, id=7020, stack(0x2e830000,0x2e880000)]
  0x2a23b738 JavaThread "pool-2-thread-28" [_thread_blocked, id=6988, stack(0x2e8c0000,0x2e910000)]
  0x2a2387e0 JavaThread "pool-2-thread-29" [_thread_blocked, id=12084, stack(0x2e950000,0x2e9a0000)]
  0x2a23a448 JavaThread "pool-2-thread-30" [_thread_blocked, id=13748, stack(0x2e9e0000,0x2ea30000)]
  0x2a238b08 JavaThread "pool-2-thread-31" [_thread_blocked, id=11388, stack(0x2ea70000,0x2eac0000)]
  0x2a238190 JavaThread "pool-2-thread-32" [_thread_blocked, id=15184, stack(0x2eb00000,0x2eb50000)]
  0x2a23ba60 JavaThread "pool-2-thread-33" [_thread_blocked, id=8908, stack(0x2eb90000,0x2ebe0000)]
  0x2a238e30 JavaThread "pool-2-thread-34" [_thread_blocked, id=8952, stack(0x2ec20000,0x2ec70000)]
  0x2a239480 JavaThread "pool-2-thread-36" [_thread_blocked, id=1980, stack(0x2ecb0000,0x2ed00000)]
  0x2a2397a8 JavaThread "pool-2-thread-35" [_thread_blocked, id=11384, stack(0x2ed40000,0x2ed90000)]
  0x2a23a770 JavaThread "pool-2-thread-37" [_thread_blocked, id=9124, stack(0x2edd0000,0x2ee20000)]
  0x2a23aa98 JavaThread "pool-2-thread-38" [_thread_blocked, id=14456, stack(0x2ee60000,0x2eeb0000)]
  0x2a23adc0 JavaThread "pool-2-thread-39" [_thread_blocked, id=7264, stack(0x2eef0000,0x2ef40000)]
  0x29ed6778 JavaThread "pool-2-thread-40" [_thread_blocked, id=13640, stack(0x2ef80000,0x2efd0000)]
  0x29ed8d58 JavaThread "pool-2-thread-41" [_thread_blocked, id=13684, stack(0x2f010000,0x2f060000)]
  0x29ed6aa0 JavaThread "pool-2-thread-42" [_thread_blocked, id=13700, stack(0x2f0a0000,0x2f0f0000)]
  0x29ed57b0 JavaThread "pool-2-thread-43" [_thread_blocked, id=1420, stack(0x2f130000,0x2f180000)]
  0x29ed7418 JavaThread "pool-2-thread-44" [_thread_blocked, id=3368, stack(0x2f1c0000,0x2f210000)]
  0x29ed9080 JavaThread "pool-2-thread-45" [_thread_blocked, id=12664, stack(0x2f250000,0x2f2a0000)]
  0x29ed83e0 JavaThread "pool-2-thread-46" [_thread_blocked, id=12676, stack(0x2f2e0000,0x2f330000)]
  0x29ed6dc8 JavaThread "pool-2-thread-47" [_thread_blocked, id=12680, stack(0x2f370000,0x2f3c0000)]
  0x29ed5e00 JavaThread "pool-2-thread-48" [_thread_blocked, id=12668, stack(0x2f400000,0x2f450000)]
  0x29ed93a8 JavaThread "pool-2-thread-49" [_thread_blocked, id=12752, stack(0x2f490000,0x2f4e0000)]
  0x29ed5ad8 JavaThread "pool-2-thread-50" [_thread_blocked, id=11500, stack(0x2f520000,0x2f570000)]
  0x29ed7a68 JavaThread "pool-2-thread-51" [_thread_blocked, id=10428, stack(0x2f5b0000,0x2f600000)]
  0x29ed6128 JavaThread "pool-2-thread-52" [_thread_blocked, id=11712, stack(0x2f640000,0x2f690000)]
  0x29ed6450 JavaThread "pool-2-thread-53" [_thread_blocked, id=12188, stack(0x2f6d0000,0x2f720000)]
  0x29ed8708 JavaThread "pool-2-thread-54" [_thread_blocked, id=12716, stack(0x2f760000,0x2f7b0000)]
  0x29ed70f0 JavaThread "pool-2-thread-55" [_thread_blocked, id=12600, stack(0x2f7f0000,0x2f840000)]
  0x29ed7740 JavaThread "pool-2-thread-56" [_thread_blocked, id=14972, stack(0x2f880000,0x2f8d0000)]
  0x29ed7d90 JavaThread "pool-2-thread-57" [_thread_blocked, id=8076, stack(0x2f910000,0x2f960000)]
  0x29ed80b8 JavaThread "pool-2-thread-58" [_thread_blocked, id=8640, stack(0x2f9a0000,0x2f9f0000)]
  0x29ed8a30 JavaThread "pool-2-thread-59" [_thread_blocked, id=8980, stack(0x2fa30000,0x2fa80000)]
  0x2a2183c8 JavaThread "pool-2-thread-60" [_thread_blocked, id=8632, stack(0x2fac0000,0x2fb10000)]
  0x2a218a18 JavaThread "pool-2-thread-61" [_thread_blocked, id=8688, stack(0x2fb50000,0x2fba0000)]
  0x2a21acd0 JavaThread "pool-2-thread-62" [_thread_blocked, id=9244, stack(0x2fbe0000,0x2fc30000)]
  0x2a21aff8 JavaThread "pool-2-thread-63" [_thread_blocked, id=12788, stack(0x2fc70000,0x2fcc0000)]
  0x2a21a9a8 JavaThread "pool-2-thread-64" [_thread_blocked, id=10880, stack(0x2fd00000,0x2fd50000)]
  0x2a219d08 JavaThread "pool-2-thread-65" [_thread_blocked, id=10580, stack(0x2fd90000,0x2fde0000)]
  0x2a21a030 JavaThread "pool-2-thread-66" [_thread_blocked, id=10608, stack(0x2fe20000,0x2fe70000)]
  0x2a2186f0 JavaThread "pool-2-thread-67" [_thread_blocked, id=10604, stack(0x2feb0000,0x2ff00000)]
  0x2a218d40 JavaThread "pool-2-thread-68" [_thread_blocked, id=10600, stack(0x2ff40000,0x2ff90000)]
  0x2a21b970 JavaThread "pool-2-thread-69" [_thread_blocked, id=10576, stack(0x2ffd0000,0x30020000)]
  0x2a21a358 JavaThread "pool-2-thread-70" [_thread_blocked, id=5056, stack(0x30060000,0x300b0000)]
  0x2a21a680 JavaThread "pool-2-thread-71" [_thread_blocked, id=14340, stack(0x300f0000,0x30140000)]
  0x2a2199e0 JavaThread "pool-2-thread-72" [_thread_blocked, id=4092, stack(0x30180000,0x301d0000)]
  0x2a21b320 JavaThread "pool-2-thread-73" [_thread_blocked, id=13816, stack(0x30210000,0x30260000)]
  0x2a21b648 JavaThread "pool-2-thread-74" [_thread_blocked, id=14500, stack(0x302a0000,0x302f0000)]
  0x2a21bc98 JavaThread "pool-2-thread-75" [_thread_blocked, id=8284, stack(0x30330000,0x30380000)]
  0x2a21bfc0 JavaThread "pool-2-thread-76" [_thread_blocked, id=14496, stack(0x303c0000,0x30410000)]
  0x2a219068 JavaThread "pool-2-thread-77" [_thread_blocked, id=2328, stack(0x30450000,0x304a0000)]
  0x2a2196b8 JavaThread "pool-2-thread-78" [_thread_blocked, id=13592, stack(0x304e0000,0x30530000)]
  0x2a219390 JavaThread "pool-2-thread-79" [_thread_blocked, id=4624, stack(0x30570000,0x305c0000)]
  0x2cc07370 JavaThread "pool-2-thread-80" [_thread_blocked, id=8496, stack(0x30600000,0x30650000)]
  0x2cc079c0 JavaThread "pool-2-thread-81" [_thread_blocked, id=7060, stack(0x30690000,0x306e0000)]
  0x2cc066d0 JavaThread "pool-2-thread-82" [_thread_blocked, id=11312, stack(0x30720000,0x30770000)]
  0x2cc06d20 JavaThread "pool-2-thread-83" [_thread_blocked, id=11300, stack(0x307b0000,0x30800000)]
  0x2cc07ce8 JavaThread "pool-2-thread-84" [_thread_blocked, id=11304, stack(0x30840000,0x30890000)]
  0x2cc069f8 JavaThread "pool-2-thread-85" [_thread_blocked, id=5724, stack(0x308d0000,0x30920000)]
  0x2cc07048 JavaThread "pool-2-thread-86" [_thread_blocked, id=7348, stack(0x30960000,0x309b0000)]
  0x2cc07698 JavaThread "pool-2-thread-87" [_thread_blocked, id=12496, stack(0x309f0000,0x30a40000)]
  0x2cc063a8 JavaThread "pool-2-thread-88" [_thread_blocked, id=15188, stack(0x30a80000,0x30ad0000)]
  0x2cc06080 JavaThread "pool-2-thread-89" [_thread_blocked, id=14980, stack(0x30b10000,0x30b60000)]
  0x2a0eeb50 JavaThread "pool-2-thread-90" [_thread_blocked, id=3028, stack(0x30ba0000,0x30bf0000)]
  0x2a0eb280 JavaThread "pool-2-thread-91" [_thread_blocked, id=2264, stack(0x30c30000,0x30c80000)]
  0x2a0ed860 JavaThread "pool-2-thread-92" [_thread_blocked, id=12460, stack(0x30cc0000,0x30d10000)]
  0x2a0ee828 JavaThread "pool-2-thread-93" [_thread_blocked, id=2236, stack(0x30d50000,0x30da0000)]
  0x2a0edb88 JavaThread "pool-2-thread-94" [_thread_blocked, id=2232, stack(0x30de0000,0x30e30000)]
  0x2a0ebf20 JavaThread "pool-2-thread-95" [_thread_blocked, id=872, stack(0x30e70000,0x30ec0000)]
  0x2a0ec248 JavaThread "pool-2-thread-96" [_thread_blocked, id=1124, stack(0x30f00000,0x30f50000)]
  0x2a0ec570 JavaThread "pool-2-thread-97" [_thread_blocked, id=8332, stack(0x30f90000,0x30fe0000)]
  0x2a0ee1d8 JavaThread "pool-2-thread-98" [_thread_blocked, id=7676, stack(0x31020000,0x31070000)]
  0x2a0ee500 JavaThread "pool-2-thread-99" [_thread_blocked, id=7764, stack(0x310b0000,0x31100000)]
  0x2a0ecee8 JavaThread "pool-2-thread-100" [_thread_blocked, id=14344, stack(0x31140000,0x31190000)]

Other Threads:
  0x267c5ee0 VMThread "VM Thread" [stack: 0x271b0000,0x27200000] [id=3188]
  0x26883000 WatcherThread [stack: 0x28060000,0x280b0000] [id=13984]
  0x030ef500 GCTaskThread "GC Thread#0" [stack: 0x26500000,0x26550000] [id=5200]
  0x2841c8a0 GCTaskThread "GC Thread#1" [stack: 0x29330000,0x29380000] [id=12296]
  0x2841cab0 GCTaskThread "GC Thread#2" [stack: 0x293c0000,0x29410000] [id=7064]
  0x2841ccc0 GCTaskThread "GC Thread#3" [stack: 0x29450000,0x294a0000] [id=15044]
  0x2841ced0 GCTaskThread "GC Thread#4" [stack: 0x294e0000,0x29530000] [id=11652]
  0x2841d0e0 GCTaskThread "GC Thread#5" [stack: 0x29570000,0x295c0000] [id=13572]
  0x2842e9d0 GCTaskThread "GC Thread#6" [stack: 0x29600000,0x29650000] [id=14788]
  0x2842f3e8 GCTaskThread "GC Thread#7" [stack: 0x29690000,0x296e0000] [id=14796]
  0x2842f5f8 GCTaskThread "GC Thread#8" [stack: 0x29720000,0x29770000] [id=14792]
  0x2842ff18 GCTaskThread "GC Thread#9" [stack: 0x297b0000,0x29800000] [id=14844]
  0x030f2898 ConcurrentGCThread "G1 Main Marker" [stack: 0x26590000,0x265e0000] [id=5340]
  0x030f3850 ConcurrentGCThread "G1 Conc#0" [stack: 0x26620000,0x26670000] [id=13676]
  0x284ea0f8 ConcurrentGCThread "G1 Conc#1" [stack: 0x299f0000,0x29a40000] [id=14684]
  0x28515160 ConcurrentGCThread "G1 Conc#2" [stack: 0x29a80000,0x29ad0000] [id=9384]
  0x2672f808 ConcurrentGCThread "G1 Refine#0" [stack: 0x268e0000,0x26930000] [id=13672]
  0x2829edb0 ConcurrentGCThread "G1 Refine#1" [stack: 0x29840000,0x29890000] [id=14836]
  0x28425aa0 ConcurrentGCThread "G1 Refine#2" [stack: 0x298d0000,0x29920000] [id=6788]
  0x2843f928 ConcurrentGCThread "G1 Refine#3" [stack: 0x29960000,0x299b0000] [id=10280]
  0x29ca3fa8 ConcurrentGCThread "G1 Refine#4" [stack: 0x2a310000,0x2a360000] [id=13328]
  0x26730fc0 ConcurrentGCThread "G1 Service" [stack: 0x26970000,0x269c0000] [id=13696]

Threads with active compile tasks:

VM state: not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

GC Precious Log:
 CPUs: 12 total, 12 available
 Memory: 16242M
 Large Page Support: Disabled
 NUMA Support: Disabled
 Compressed Oops: Disabled
 Heap Region Size: 1M
 Heap Min Capacity: 6M
 Heap Initial Capacity: 32M
 Heap Max Capacity: 512M
 Pre-touch: Disabled
 Parallel Workers: 10
 Concurrent Workers: 3
 Concurrent Refinement Workers: 10
 Periodic GC: Disabled

Heap:
 garbage-first heap   total 133120K, used 69332K [0x05200000, 0x25200000)
  region size 1024K, 8 young (8192K), 7 survivors (7168K)
 Metaspace       used 20985K, committed 21248K, reserved 24576K

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|0x05200000, 0x05300000, 0x05300000|100%| O|  |TAMS 0x05300000, 0x05200000| Untracked
|   1|0x05300000, 0x05400000, 0x05400000|100%| O|  |TAMS 0x05400000, 0x05300000| Untracked
|   2|0x05400000, 0x05500000, 0x05500000|100%|HS|  |TAMS 0x05500000, 0x05400000| Complete
|   3|0x05500000, 0x05600000, 0x05600000|100%|HC|  |TAMS 0x05600000, 0x05500000| Complete
|   4|0x05600000, 0x05700000, 0x05700000|100%| O|  |TAMS 0x05700000, 0x05600000| Untracked
|   5|0x05700000, 0x05800000, 0x05800000|100%| O|  |TAMS 0x05800000, 0x05700000| Untracked
|   6|0x05800000, 0x05900000, 0x05900000|100%| O|  |TAMS 0x05900000, 0x05800000| Untracked
|   7|0x05900000, 0x05a00000, 0x05a00000|100%| O|  |TAMS 0x05a00000, 0x05900000| Untracked
|   8|0x05a00000, 0x05b00000, 0x05b00000|100%| O|  |TAMS 0x05b00000, 0x05a00000| Untracked
|   9|0x05b00000, 0x05c00000, 0x05c00000|100%| O|  |TAMS 0x05c00000, 0x05b00000| Untracked
|  10|0x05c00000, 0x05d00000, 0x05d00000|100%| O|  |TAMS 0x05d00000, 0x05c00000| Untracked
|  11|0x05d00000, 0x05e00000, 0x05e00000|100%| O|  |TAMS 0x05e00000, 0x05d00000| Untracked
|  12|0x05e00000, 0x05f00000, 0x05f00000|100%| O|  |TAMS 0x05f00000, 0x05e00000| Untracked
|  13|0x05f00000, 0x06000000, 0x06000000|100%| O|  |TAMS 0x06000000, 0x05f00000| Untracked
|  14|0x06000000, 0x06100000, 0x06100000|100%|HS|  |TAMS 0x06000000, 0x06000000| Complete
|  15|0x06100000, 0x06200000, 0x06200000|100%| O|  |TAMS 0x06200000, 0x06100000| Untracked
|  16|0x06200000, 0x06300000, 0x06300000|100%| O|  |TAMS 0x06300000, 0x06200000| Untracked
|  17|0x06300000, 0x06400000, 0x06400000|100%| O|  |TAMS 0x06400000, 0x06300000| Untracked
|  18|0x06400000, 0x06500000, 0x06500000|100%| O|  |TAMS 0x06500000, 0x06400000| Untracked
|  19|0x06500000, 0x06600000, 0x06600000|100%| O|  |TAMS 0x06500000, 0x06500000| Untracked
|  20|0x06600000, 0x06700000, 0x06700000|100%| O|  |TAMS 0x06600000, 0x06600000| Untracked
|  21|0x06700000, 0x06800000, 0x06800000|100%| O|  |TAMS 0x06700000, 0x06700000| Untracked
|  22|0x06800000, 0x06900000, 0x06900000|100%| O|  |TAMS 0x06900000, 0x06800000| Untracked
|  23|0x06900000, 0x06a00000, 0x06a00000|100%| O|  |TAMS 0x06a00000, 0x06900000| Untracked
|  24|0x06a00000, 0x06b00000, 0x06b00000|100%| O|  |TAMS 0x06b00000, 0x06a00000| Untracked
|  25|0x06b00000, 0x06c00000, 0x06c00000|100%| O|  |TAMS 0x06b00000, 0x06b00000| Untracked
|  26|0x06c00000, 0x06d00000, 0x06d00000|100%| O|  |TAMS 0x06d00000, 0x06c00000| Untracked
|  27|0x06d00000, 0x06e00000, 0x06e00000|100%| O|  |TAMS 0x06e00000, 0x06d00000| Untracked
|  28|0x06e00000, 0x06f00000, 0x06f00000|100%| O|  |TAMS 0x06f00000, 0x06e00000| Untracked
|  29|0x06f00000, 0x07000000, 0x07000000|100%| O|  |TAMS 0x06f00000, 0x06f00000| Untracked
|  30|0x07000000, 0x07100000, 0x07100000|100%| O|  |TAMS 0x07000000, 0x07000000| Untracked
|  31|0x07100000, 0x07200000, 0x07200000|100%| O|  |TAMS 0x07100000, 0x07100000| Untracked
|  32|0x07200000, 0x07300000, 0x07300000|100%| O|  |TAMS 0x07200000, 0x07200000| Untracked
|  33|0x07300000, 0x07400000, 0x07400000|100%| O|  |TAMS 0x07300000, 0x07300000| Untracked
|  34|0x07400000, 0x07500000, 0x07500000|100%| O|  |TAMS 0x07400000, 0x07400000| Untracked
|  35|0x07500000, 0x07600000, 0x07600000|100%| O|  |TAMS 0x07500000, 0x07500000| Untracked
|  36|0x07600000, 0x07700000, 0x07700000|100%| O|  |TAMS 0x07600000, 0x07600000| Untracked
|  37|0x07700000, 0x07800000, 0x07800000|100%| O|  |TAMS 0x07700000, 0x07700000| Untracked
|  38|0x07800000, 0x07900000, 0x07900000|100%| O|  |TAMS 0x07800000, 0x07800000| Untracked
|  39|0x07900000, 0x07a00000, 0x07a00000|100%| O|  |TAMS 0x07900000, 0x07900000| Untracked
|  40|0x07a00000, 0x07ab5000, 0x07b00000| 70%| O|  |TAMS 0x07a00000, 0x07a00000| Untracked
|  41|0x07b00000, 0x07c00000, 0x07c00000|100%| O|  |TAMS 0x07c00000, 0x07b00000| Untracked
|  42|0x07c00000, 0x07d00000, 0x07d00000|100%| O|  |TAMS 0x07d00000, 0x07c00000| Untracked
|  43|0x07d00000, 0x07e00000, 0x07e00000|100%| O|  |TAMS 0x07e00000, 0x07d00000| Untracked
|  44|0x07e00000, 0x07f00000, 0x07f00000|100%| O|  |TAMS 0x07f00000, 0x07e00000| Untracked
|  45|0x07f00000, 0x08000000, 0x08000000|100%| O|  |TAMS 0x08000000, 0x07f00000| Untracked
|  46|0x08000000, 0x08100000, 0x08100000|100%| O|  |TAMS 0x08100000, 0x08000000| Untracked
|  47|0x08100000, 0x08100000, 0x08200000|  0%| F|  |TAMS 0x08100000, 0x08100000| Untracked
|  48|0x08200000, 0x08300000, 0x08300000|100%| O|  |TAMS 0x08300000, 0x08200000| Untracked
|  49|0x08300000, 0x08400000, 0x08400000|100%|HS|  |TAMS 0x08400000, 0x08300000| Complete
|  50|0x08400000, 0x08500000, 0x08500000|100%|HS|  |TAMS 0x08500000, 0x08400000| Complete
|  51|0x08500000, 0x08600000, 0x08600000|100%| O|  |TAMS 0x08500000, 0x08500000| Untracked
|  52|0x08600000, 0x08700000, 0x08700000|100%| O|  |TAMS 0x08600000, 0x08600000| Untracked
|  53|0x08700000, 0x08800000, 0x08800000|100%| O|  |TAMS 0x08700000, 0x08700000| Untracked
|  54|0x08800000, 0x08900000, 0x08900000|100%| O|  |TAMS 0x08800000, 0x08800000| Untracked
|  55|0x08900000, 0x08a00000, 0x08a00000|100%| O|  |TAMS 0x08900000, 0x08900000| Untracked
|  56|0x08a00000, 0x08b00000, 0x08b00000|100%| O|  |TAMS 0x08a00000, 0x08a00000| Untracked
|  57|0x08b00000, 0x08c00000, 0x08c00000|100%| O|  |TAMS 0x08b00000, 0x08b00000| Untracked
|  58|0x08c00000, 0x08d00000, 0x08d00000|100%| O|  |TAMS 0x08c00000, 0x08c00000| Untracked
|  59|0x08d00000, 0x08e00000, 0x08e00000|100%| O|  |TAMS 0x08d00000, 0x08d00000| Untracked
|  60|0x08e00000, 0x08f00000, 0x08f00000|100%| O|  |TAMS 0x08e00000, 0x08e00000| Untracked
|  61|0x08f00000, 0x09000000, 0x09000000|100%| O|  |TAMS 0x08f00000, 0x08f00000| Untracked
|  62|0x09000000, 0x09000000, 0x09100000|  0%| F|  |TAMS 0x09000000, 0x09000000| Untracked
|  63|0x09100000, 0x09100000, 0x09200000|  0%| F|  |TAMS 0x09100000, 0x09100000| Untracked
|  64|0x09200000, 0x09200000, 0x09300000|  0%| F|  |TAMS 0x09200000, 0x09200000| Untracked
|  65|0x09300000, 0x09300000, 0x09400000|  0%| F|  |TAMS 0x09300000, 0x09300000| Untracked
|  66|0x09400000, 0x09400000, 0x09500000|  0%| F|  |TAMS 0x09400000, 0x09400000| Untracked
|  67|0x09500000, 0x09500000, 0x09600000|  0%| F|  |TAMS 0x09500000, 0x09500000| Untracked
|  68|0x09600000, 0x09600000, 0x09700000|  0%| F|  |TAMS 0x09600000, 0x09600000| Untracked
|  69|0x09700000, 0x09700000, 0x09800000|  0%| F|  |TAMS 0x09700000, 0x09700000| Untracked
|  70|0x09800000, 0x09900000, 0x09900000|100%| S|CS|TAMS 0x09800000, 0x09800000| Complete
|  71|0x09900000, 0x09a00000, 0x09a00000|100%| S|CS|TAMS 0x09900000, 0x09900000| Complete
|  72|0x09a00000, 0x09b00000, 0x09b00000|100%| S|CS|TAMS 0x09a00000, 0x09a00000| Complete
|  73|0x09b00000, 0x09c00000, 0x09c00000|100%| S|CS|TAMS 0x09b00000, 0x09b00000| Complete
|  74|0x09c00000, 0x09d00000, 0x09d00000|100%| S|CS|TAMS 0x09c00000, 0x09c00000| Complete
|  75|0x09d00000, 0x09d00000, 0x09e00000|  0%| F|  |TAMS 0x09d00000, 0x09d00000| Untracked
|  76|0x09e00000, 0x09e00000, 0x09f00000|  0%| F|  |TAMS 0x09e00000, 0x09e00000| Untracked
|  77|0x09f00000, 0x09f00000, 0x0a000000|  0%| F|  |TAMS 0x09f00000, 0x09f00000| Untracked
|  78|0x0a000000, 0x0a000000, 0x0a100000|  0%| F|  |TAMS 0x0a000000, 0x0a000000| Untracked
|  79|0x0a100000, 0x0a100000, 0x0a200000|  0%| F|  |TAMS 0x0a100000, 0x0a100000| Untracked
|  80|0x0a200000, 0x0a200000, 0x0a300000|  0%| F|  |TAMS 0x0a200000, 0x0a200000| Untracked
|  81|0x0a300000, 0x0a300000, 0x0a400000|  0%| F|  |TAMS 0x0a300000, 0x0a300000| Untracked
|  82|0x0a400000, 0x0a500000, 0x0a500000|100%| S|CS|TAMS 0x0a400000, 0x0a400000| Complete
|  83|0x0a500000, 0x0a600000, 0x0a600000|100%| S|CS|TAMS 0x0a500000, 0x0a500000| Complete
|  84|0x0a600000, 0x0a600000, 0x0a700000|  0%| F|  |TAMS 0x0a600000, 0x0a600000| Untracked
|  85|0x0a700000, 0x0a700000, 0x0a800000|  0%| F|  |TAMS 0x0a700000, 0x0a700000| Untracked
|  86|0x0a800000, 0x0a800000, 0x0a900000|  0%| F|  |TAMS 0x0a800000, 0x0a800000| Untracked
|  87|0x0a900000, 0x0a900000, 0x0aa00000|  0%| F|  |TAMS 0x0a900000, 0x0a900000| Untracked
|  88|0x0aa00000, 0x0aa00000, 0x0ab00000|  0%| F|  |TAMS 0x0aa00000, 0x0aa00000| Untracked
|  89|0x0ab00000, 0x0ab00000, 0x0ac00000|  0%| F|  |TAMS 0x0ab00000, 0x0ab00000| Untracked
|  90|0x0ac00000, 0x0ac00000, 0x0ad00000|  0%| F|  |TAMS 0x0ac00000, 0x0ac00000| Untracked
|  91|0x0ad00000, 0x0ad00000, 0x0ae00000|  0%| F|  |TAMS 0x0ad00000, 0x0ad00000| Untracked
|  92|0x0ae00000, 0x0ae00000, 0x0af00000|  0%| F|  |TAMS 0x0ae00000, 0x0ae00000| Untracked
|  93|0x0af00000, 0x0af00000, 0x0b000000|  0%| F|  |TAMS 0x0af00000, 0x0af00000| Untracked
|  94|0x0b000000, 0x0b000000, 0x0b100000|  0%| F|  |TAMS 0x0b000000, 0x0b000000| Untracked
|  95|0x0b100000, 0x0b100000, 0x0b200000|  0%| F|  |TAMS 0x0b100000, 0x0b100000| Untracked
|  96|0x0b200000, 0x0b200000, 0x0b300000|  0%| F|  |TAMS 0x0b200000, 0x0b200000| Untracked
|  97|0x0b300000, 0x0b300000, 0x0b400000|  0%| F|  |TAMS 0x0b300000, 0x0b300000| Untracked
|  98|0x0b400000, 0x0b400000, 0x0b500000|  0%| F|  |TAMS 0x0b400000, 0x0b400000| Untracked
|  99|0x0b500000, 0x0b500000, 0x0b600000|  0%| F|  |TAMS 0x0b500000, 0x0b500000| Untracked
| 100|0x0b600000, 0x0b600000, 0x0b700000|  0%| F|  |TAMS 0x0b600000, 0x0b600000| Untracked
| 101|0x0b700000, 0x0b700000, 0x0b800000|  0%| F|  |TAMS 0x0b700000, 0x0b700000| Untracked
| 102|0x0b800000, 0x0b800000, 0x0b900000|  0%| F|  |TAMS 0x0b800000, 0x0b800000| Untracked
| 103|0x0b900000, 0x0b900000, 0x0ba00000|  0%| F|  |TAMS 0x0b900000, 0x0b900000| Untracked
| 104|0x0ba00000, 0x0ba00000, 0x0bb00000|  0%| F|  |TAMS 0x0ba00000, 0x0ba00000| Untracked
| 105|0x0bb00000, 0x0bb00000, 0x0bc00000|  0%| F|  |TAMS 0x0bb00000, 0x0bb00000| Untracked
| 106|0x0bc00000, 0x0bc00000, 0x0bd00000|  0%| F|  |TAMS 0x0bc00000, 0x0bc00000| Untracked
| 107|0x0bd00000, 0x0bd00000, 0x0be00000|  0%| F|  |TAMS 0x0bd00000, 0x0bd00000| Untracked
| 108|0x0be00000, 0x0be00000, 0x0bf00000|  0%| F|  |TAMS 0x0be00000, 0x0be00000| Untracked
| 109|0x0bf00000, 0x0bf00000, 0x0c000000|  0%| F|  |TAMS 0x0bf00000, 0x0bf00000| Untracked
| 110|0x0c000000, 0x0c000000, 0x0c100000|  0%| F|  |TAMS 0x0c000000, 0x0c000000| Untracked
| 111|0x0c100000, 0x0c100000, 0x0c200000|  0%| F|  |TAMS 0x0c100000, 0x0c100000| Untracked
| 112|0x0c200000, 0x0c200000, 0x0c300000|  0%| F|  |TAMS 0x0c200000, 0x0c200000| Untracked
| 113|0x0c300000, 0x0c300000, 0x0c400000|  0%| F|  |TAMS 0x0c300000, 0x0c300000| Untracked
| 114|0x0c400000, 0x0c400000, 0x0c500000|  0%| F|  |TAMS 0x0c400000, 0x0c400000| Untracked
| 115|0x0c500000, 0x0c500000, 0x0c600000|  0%| F|  |TAMS 0x0c500000, 0x0c500000| Untracked
| 116|0x0c600000, 0x0c600000, 0x0c700000|  0%| F|  |TAMS 0x0c600000, 0x0c600000| Untracked
| 117|0x0c700000, 0x0c700000, 0x0c800000|  0%| F|  |TAMS 0x0c700000, 0x0c700000| Untracked
| 118|0x0c800000, 0x0c800000, 0x0c900000|  0%| F|  |TAMS 0x0c800000, 0x0c800000| Untracked
| 119|0x0c900000, 0x0c900000, 0x0ca00000|  0%| F|  |TAMS 0x0c900000, 0x0c900000| Untracked
| 120|0x0ca00000, 0x0ca00000, 0x0cb00000|  0%| F|  |TAMS 0x0ca00000, 0x0ca00000| Untracked
| 121|0x0cb00000, 0x0cb00000, 0x0cc00000|  0%| F|  |TAMS 0x0cb00000, 0x0cb00000| Untracked
| 122|0x0cc00000, 0x0cc00000, 0x0cd00000|  0%| F|  |TAMS 0x0cc00000, 0x0cc00000| Untracked
| 123|0x0cd00000, 0x0cd00000, 0x0ce00000|  0%| F|  |TAMS 0x0cd00000, 0x0cd00000| Untracked
| 124|0x0ce00000, 0x0ce00000, 0x0cf00000|  0%| F|  |TAMS 0x0ce00000, 0x0ce00000| Untracked
| 125|0x0cf00000, 0x0cf00000, 0x0d000000|  0%| F|  |TAMS 0x0cf00000, 0x0cf00000| Untracked
| 126|0x0d000000, 0x0d000000, 0x0d100000|  0%| F|  |TAMS 0x0d000000, 0x0d000000| Untracked
| 127|0x0d100000, 0x0d100000, 0x0d200000|  0%| F|  |TAMS 0x0d100000, 0x0d100000| Untracked
| 128|0x0d200000, 0x0d200000, 0x0d300000|  0%| F|  |TAMS 0x0d200000, 0x0d200000| Untracked
| 129|0x0d300000, 0x0d3dd040, 0x0d400000| 86%| E|  |TAMS 0x0d300000, 0x0d300000| Complete

Card table byte_map: [0x25300000,0x25400000] _byte_map_base: 0x252d7000

Marking Bits (Prev, Next): (CMBitMap*) 0x030efa00, (CMBitMap*) 0x030ef9e0
 Prev Bits: [0x25d00000, 0x26500000)
 Next Bits: [0x25500000, 0x25d00000)

Polling page: 0x01800000

Metaspace:

Usage:
   20.49 MB used.

Virtual space:
     24.00 MB reserved,      20.75 MB ( 86%) committed,  3 nodes.

Chunk freelists:
2.53 MB

MaxMetaspaceSize: unlimited
No class space
Initial GC threshold: 16.00 MB
Current GC threshold: 25.94 MB
CDS: on
MetaspaceReclaimPolicy: balanced
 - commit_granule_bytes: 65536.
 - commit_granule_words: 16384.
 - virtual_space_node_default_size: 2097152.
 - enlarge_chunks_in_place: 1.
 - new_chunks_are_fully_committed: 0.
 - uncommit_free_chunks: 1.
 - use_allocation_guard: 0.
 - handle_deallocations: 1.


Internal statistics:

num_allocs_failed_limit: 0.
num_arena_births: 246.
num_arena_deaths: 0.
num_vsnodes_births: 3.
num_vsnodes_deaths: 0.
num_space_committed: 332.
num_space_uncommitted: 0.
num_chunks_returned_to_freelist: 0.
num_chunks_taken_from_freelist: 593.
num_chunk_merges: 0.
num_chunk_splits: 470.
num_chunks_enlarged: 413.
num_purges: 0.
num_inconsistent_stats: 0.

CodeCache: size=32768Kb used=9008Kb max_used=9008Kb free=23760Kb
 bounds [0x03140000, 0x03a10000, 0x05140000]
 total_blobs=5940 nmethods=5632 adapters=236
 compilation: enabled
              stopped_count=0, restarted_count=0
 full_count=0

Compilation events (20 events):
Event: 15.727 Thread 0x267e5d90 5623       1       javax.swing.text.html.StyleSheet$BoxPainter::<init> (117 bytes)
Event: 15.728 Thread 0x267e5d90 nmethod 5623 0x03a08b88 code [0x03a08d60, 0x03a0940c]
Event: 15.731 Thread 0x267e5d90 5625       1       java.util.Spliterators$ArraySpliterator::forEachRemaining (68 bytes)
Event: 15.731 Thread 0x267e5d90 nmethod 5625 0x03a09808 code [0x03a09940, 0x03a09b18]
Event: 15.731 Thread 0x267e5d90 5624       1       java.util.Spliterators$ArraySpliterator::estimateSize (11 bytes)
Event: 15.731 Thread 0x267e5d90 nmethod 5624 0x03a09c88 code [0x03a09da0, 0x03a09e80]
Event: 15.732 Thread 0x267e5d90 5626       1       net.java.dev.spellcast.utilities.LockableListModel::updateSingleFilter (264 bytes)
Event: 15.733 Thread 0x267e5d90 nmethod 5626 0x03a09f88 code [0x03a0a160, 0x03a0a750]
Event: 15.747 Thread 0x267e5d90 5627       1       javax.swing.Box$Filler::<init> (25 bytes)
Event: 15.747 Thread 0x267e5d90 nmethod 5627 0x03a0ad08 code [0x03a0ae60, 0x03a0afbc]
Event: 15.749 Thread 0x267e5d90 5628       1       sun.awt.image.FileImageSource::checkSecurity (2 bytes)
Event: 15.749 Thread 0x267e5d90 nmethod 5628 0x03a0b108 code [0x03a0b220, 0x03a0b2e0]
Event: 15.755 Thread 0x267e5d90 5629       1       java.awt.image.DataBuffer::getOffset (5 bytes)
Event: 15.755 Thread 0x267e5d90 nmethod 5629 0x03a0b408 code [0x03a0b520, 0x03a0b5e0]
Event: 15.759 Thread 0x267e5d90 5630       1       java.util.stream.ReduceOps$Box::<init> (5 bytes)
Event: 15.760 Thread 0x267e5d90 nmethod 5630 0x03a0b708 code [0x03a0b820, 0x03a0b8e0]
Event: 15.764 Thread 0x267e5d90 5631       1       java.lang.reflect.Method::getRoot (5 bytes)
Event: 15.764 Thread 0x267e5d90 nmethod 5631 0x03a0ba08 code [0x03a0bb20, 0x03a0bbe0]
Event: 15.767 Thread 0x267e5d90 5632       1       java.awt.image.BufferedImage::getType (5 bytes)
Event: 15.767 Thread 0x267e5d90 nmethod 5632 0x03a0bd08 code [0x03a0be20, 0x03a0bee0]

GC Heap History (20 events):
Event: 2.909 GC heap before
{Heap before GC invocations=31 (full 0):
 garbage-first heap   total 86016K, used 52180K [0x05200000, 0x25200000)
  region size 1024K, 9 young (9216K), 4 survivors (4096K)
 Metaspace       used 8983K, committed 9088K, reserved 16384K
}
Event: 2.915 GC heap after
{Heap after GC invocations=32 (full 0):
 garbage-first heap   total 86016K, used 50674K [0x05200000, 0x25200000)
  region size 1024K, 2 young (2048K), 2 survivors (2048K)
 Metaspace       used 8983K, committed 9088K, reserved 16384K
}
Event: 6.324 GC heap before
{Heap before GC invocations=33 (full 0):
 garbage-first heap   total 92160K, used 68082K [0x05200000, 0x25200000)
  region size 1024K, 18 young (18432K), 2 survivors (2048K)
 Metaspace       used 13798K, committed 13952K, reserved 16384K
}
Event: 6.327 GC heap after
{Heap after GC invocations=34 (full 0):
 garbage-first heap   total 92160K, used 55296K [0x05200000, 0x25200000)
  region size 1024K, 3 young (3072K), 3 survivors (3072K)
 Metaspace       used 13798K, committed 13952K, reserved 16384K
}
Event: 7.423 GC heap before
{Heap before GC invocations=34 (full 0):
 garbage-first heap   total 92160K, used 73728K [0x05200000, 0x25200000)
  region size 1024K, 21 young (21504K), 3 survivors (3072K)
 Metaspace       used 15732K, committed 15936K, reserved 16384K
}
Event: 7.427 GC heap after
{Heap after GC invocations=35 (full 0):
 garbage-first heap   total 92160K, used 57753K [0x05200000, 0x25200000)
  region size 1024K, 3 young (3072K), 3 survivors (3072K)
 Metaspace       used 15732K, committed 15936K, reserved 16384K
}
Event: 7.549 GC heap before
{Heap before GC invocations=36 (full 0):
 garbage-first heap   total 112640K, used 73113K [0x05200000, 0x25200000)
  region size 1024K, 18 young (18432K), 3 survivors (3072K)
 Metaspace       used 16642K, committed 16832K, reserved 24576K
}
Event: 7.553 GC heap after
{Heap after GC invocations=37 (full 0):
 garbage-first heap   total 112640K, used 60928K [0x05200000, 0x25200000)
  region size 1024K, 3 young (3072K), 3 survivors (3072K)
 Metaspace       used 16642K, committed 16832K, reserved 24576K
}
Event: 7.686 GC heap before
{Heap before GC invocations=37 (full 0):
 garbage-first heap   total 112640K, used 61952K [0x05200000, 0x25200000)
  region size 1024K, 5 young (5120K), 3 survivors (3072K)
 Metaspace       used 16906K, committed 17152K, reserved 24576K
}
Event: 7.690 GC heap after
{Heap after GC invocations=38 (full 0):
 garbage-first heap   total 133120K, used 52235K [0x05200000, 0x25200000)
  region size 1024K, 1 young (1024K), 1 survivors (1024K)
 Metaspace       used 16906K, committed 17152K, reserved 24576K
}
Event: 7.913 GC heap before
{Heap before GC invocations=38 (full 0):
 garbage-first heap   total 133120K, used 57355K [0x05200000, 0x25200000)
  region size 1024K, 6 young (6144K), 1 survivors (1024K)
 Metaspace       used 17088K, committed 17280K, reserved 24576K
}
Event: 7.915 GC heap after
{Heap after GC invocations=39 (full 0):
 garbage-first heap   total 133120K, used 47692K [0x05200000, 0x25200000)
  region size 1024K, 1 young (1024K), 1 survivors (1024K)
 Metaspace       used 17088K, committed 17280K, reserved 24576K
}
Event: 8.396 GC heap before
{Heap before GC invocations=39 (full 0):
 garbage-first heap   total 133120K, used 95820K [0x05200000, 0x25200000)
  region size 1024K, 48 young (49152K), 1 survivors (1024K)
 Metaspace       used 17485K, committed 17728K, reserved 24576K
}
Event: 8.398 GC heap after
{Heap after GC invocations=40 (full 0):
 garbage-first heap   total 133120K, used 50441K [0x05200000, 0x25200000)
  region size 1024K, 4 young (4096K), 4 survivors (4096K)
 Metaspace       used 17485K, committed 17728K, reserved 24576K
}
Event: 8.534 GC heap before
{Heap before GC invocations=40 (full 0):
 garbage-first heap   total 133120K, used 102665K [0x05200000, 0x25200000)
  region size 1024K, 55 young (56320K), 4 survivors (4096K)
 Metaspace       used 17552K, committed 17792K, reserved 24576K
}
Event: 8.536 GC heap after
{Heap after GC invocations=41 (full 0):
 garbage-first heap   total 133120K, used 54024K [0x05200000, 0x25200000)
  region size 1024K, 7 young (7168K), 7 survivors (7168K)
 Metaspace       used 17552K, committed 17792K, reserved 24576K
}
Event: 14.935 GC heap before
{Heap before GC invocations=41 (full 0):
 garbage-first heap   total 133120K, used 103176K [0x05200000, 0x25200000)
  region size 1024K, 55 young (56320K), 7 survivors (7168K)
 Metaspace       used 19426K, committed 19648K, reserved 24576K
}
Event: 14.938 GC heap after
{Heap after GC invocations=42 (full 0):
 garbage-first heap   total 133120K, used 58543K [0x05200000, 0x25200000)
  region size 1024K, 7 young (7168K), 7 survivors (7168K)
 Metaspace       used 19426K, committed 19648K, reserved 24576K
}
Event: 15.735 GC heap before
{Heap before GC invocations=42 (full 0):
 garbage-first heap   total 133120K, used 105647K [0x05200000, 0x25200000)
  region size 1024K, 53 young (54272K), 7 survivors (7168K)
 Metaspace       used 20780K, committed 21056K, reserved 24576K
}
Event: 15.742 GC heap after
{Heap after GC invocations=43 (full 0):
 garbage-first heap   total 133120K, used 69332K [0x05200000, 0x25200000)
  region size 1024K, 7 young (7168K), 7 survivors (7168K)
 Metaspace       used 20780K, committed 21056K, reserved 24576K
}

Deoptimization events (8 events):
Event: 0.135 Thread 0x0168df80 DEOPT PACKING pc=0x0325bea0 sp=0x016de7d0
Event: 0.135 Thread 0x0168df80 DEOPT UNPACKING pc=0x03184b47 sp=0x016de6d0 mode 3
Event: 0.527 Thread 0x0168df80 DEOPT PACKING pc=0x033068e0 sp=0x016dd9e0
Event: 0.527 Thread 0x0168df80 DEOPT UNPACKING pc=0x03184b47 sp=0x016dd8e4 mode 3
Event: 0.951 Thread 0x0168df80 DEOPT PACKING pc=0x03375174 sp=0x016dd370
Event: 0.951 Thread 0x0168df80 DEOPT UNPACKING pc=0x03184b47 sp=0x016dd260 mode 3
Event: 15.712 Thread 0x29c65d98 DEOPT PACKING pc=0x039f8bbe sp=0x2927eb20
Event: 15.712 Thread 0x29c65d98 DEOPT UNPACKING pc=0x03184b47 sp=0x2927e9d8 mode 3

Classes unloaded (0 events):
No events

Classes redefined (0 events):
No events

Internal exceptions (20 events):
Event: 5.864 Thread 0x29deba68 Exception <a 'java/lang/NoSuchMethodError'{0x0a2cfc38}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, int, int, int, int)'> (0x0a2cfc38)
thrown [e:\jenkins\tmp\workspace\build\src\src\hotspot\share\interpreter\linkResolver.cpp, line 766]
Event: 5.901 Thread 0x29deba68 Exception <a 'java/lang/NoSuchMethodError'{0x0a192410}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, java.lang.Object, int, int, int, int)'> (0x0a192410)
thrown [e:\jenkins\tmp\workspace\build\src\src\hotspot\share\interpreter\linkResolver.cpp, line 766]
Event: 5.992 Thread 0x29deba68 Exception <a 'java/lang/NoSuchMethodError'{0x09e6f850}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, int)'> (0x09e6f850)
thrown [e:\jenkins\tmp\workspace\build\src\src\hotspot\share\interpreter\linkResolver.cpp, line 766]
Event: 5.992 Thread 0x29deba68 Exception <a 'java/lang/NoSuchMethodError'{0x09e72fb8}: 'java.lang.Object java.lang.invoke.Invokers$Holder.linkToTargetMethod(java.lang.Object, java.lang.Object, int, java.lang.Object)'> (0x09e72fb8)
thrown [e:\jenkins\tmp\workspace\build\src\src\hotspot\share\interpreter\linkResolver.cpp, line 766]
Event: 6.089 Thread 0x29deba68 Exception <a 'java/lang/NoSuchMethodError'{0x09d41330}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x09d41330)
thrown [e:\jenkins\tmp\workspace\build\src\src\hotspot\share\interpreter\linkResolver.cpp, line 766]
Event: 6.136 Thread 0x29deb740 Exception <a 'java/lang/NoSuchMethodError'{0x09e21f78}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, java.lang.Object, int)'> (0x09e21f78)
thrown [e:\jenkins\tmp\workspace\build\src\src\hotspot\share\interpreter\linkResolver.cpp, line 766]
Event: 6.139 Thread 0x29dea778 Exception <a 'java/lang/NoSuchMethodError'{0x09d8c5b0}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeInterface(java.lang.Object, java.lang.Object, java.lang.Object)'> (0x09d8c5b0)
thrown [e:\jenkins\tmp\workspace\build\src\src\hotspot\share\interpreter\linkResolver.cpp, line 766]
Event: 6.141 Thread 0x29dea778 Exception <a 'java/lang/NoSuchMethodError'{0x09d95d78}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, int, int)'> (0x09d95d78)
thrown [e:\jenkins\tmp\workspace\build\src\src\hotspot\share\interpreter\linkResolver.cpp, line 766]
Event: 6.269 Thread 0x29dea778 Exception <a 'java/lang/NoSuchMethodError'{0x09c953e0}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeInterface(java.lang.Object, java.lang.Object)'> (0x09c953e0)
thrown [e:\jenkins\tmp\workspace\build\src\src\hotspot\share\interpreter\linkResolver.cpp, line 766]
Event: 7.351 Thread 0x29deba68 Exception <a 'java/lang/NoSuchMethodError'{0x09fd0188}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, long, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x09fd0188)
thrown [e:\jenkins\tmp\workspace\build\src\src\hotspot\share\interpreter\linkResolver.cpp, line 766]
Event: 7.351 Thread 0x29deba68 Exception <a 'java/lang/NoSuchMethodError'{0x09fd47b0}: 'java.lang.Object java.lang.invoke.DelegatingMethodHandle$Holder.reinvoke_L(java.lang.Object, long, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x09fd47b0)
thrown [e:\jenkins\tmp\workspace\build\src\src\hotspot\share\interpreter\linkResolver.cpp, line 766]
Event: 7.352 Thread 0x29deba68 Exception <a 'java/lang/NoSuchMethodError'{0x09feaa48}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x09feaa48)
thrown [e:\jenkins\tmp\workspace\build\src\src\hotspot\share\interpreter\linkResolver.cpp, line 766]
Event: 7.352 Thread 0x29deba68 Exception <a 'java/lang/NoSuchMethodError'{0x09fef218}: 'java.lang.Object java.lang.invoke.Invokers$Holder.linkToTargetMethod(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x09fef218)
thrown [e:\jenkins\tmp\workspace\build\src\src\hotspot\share\interpreter\linkResolver.cpp, line 766]
Event: 7.418 Thread 0x29deba68 Exception <a 'java/lang/NoSuchMethodError'{0x09b889f0}: 'java.lang.Object java.lang.invoke.Invokers$Holder.linkToTargetMethod(java.lang.Object, java.lang.Object, int, java.lang.Object, java.lang.Object)'> (0x09b889f0)
thrown [e:\jenkins\tmp\workspace\build\src\src\hotspot\share\interpreter\linkResolver.cpp, line 766]
Event: 11.173 Thread 0x29deba68 Exception <a 'java/lang/NoSuchMethodError'{0x0b7c7eb0}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, int, java.lang.Object)'> (0x0b7c7eb0)
thrown [e:\jenkins\tmp\workspace\build\src\src\hotspot\share\interpreter\linkResolver.cpp, line 766]
Event: 14.630 Thread 0x29deba68 Exception <a 'java/lang/NoSuchMethodError'{0x0a8ebeb0}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, long, java.lang.Object)'> (0x0a8ebeb0)
thrown [e:\jenkins\tmp\workspace\build\src\src\hotspot\share\interpreter\linkResolver.cpp, line 766]
Event: 14.709 Thread 0x29deba68 Exception <a 'java/lang/NoSuchMethodError'{0x0a652698}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, int, int, int, int, int)'> (0x0a652698)
thrown [e:\jenkins\tmp\workspace\build\src\src\hotspot\share\interpreter\linkResolver.cpp, line 766]
Event: 15.044 Thread 0x29deba68 Exception <a 'java/lang/NoSuchMethodError'{0x0d121680}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, int, java.lang.Object, java.lang.Object)'> (0x0d121680)
thrown [e:\jenkins\tmp\workspace\build\src\src\hotspot\share\interpreter\linkResolver.cpp, line 766]
Event: 15.044 Thread 0x29deba68 Exception <a 'java/lang/NoSuchMethodError'{0x0d124c00}: 'java.lang.Object java.lang.invoke.Invokers$Holder.linkToTargetMethod(int, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x0d124c00)
thrown [e:\jenkins\tmp\workspace\build\src\src\hotspot\share\interpreter\linkResolver.cpp, line 766]
Event: 15.712 Thread 0x29c65d98 Implicit null exception at 0x039f89ba to 0x039f8bb9

VM Operations (20 events):
Event: 13.833 Executing VM operation: ICBufferFull
Event: 13.833 Executing VM operation: ICBufferFull done
Event: 14.732 Executing VM operation: ICBufferFull
Event: 14.732 Executing VM operation: ICBufferFull done
Event: 14.935 Executing VM operation: G1CollectForAllocation
Event: 14.938 Executing VM operation: G1CollectForAllocation done
Event: 15.183 Executing VM operation: ICBufferFull
Event: 15.183 Executing VM operation: ICBufferFull done
Event: 15.212 Executing VM operation: HandshakeAllThreads
Event: 15.212 Executing VM operation: HandshakeAllThreads done
Event: 15.267 Executing VM operation: HandshakeAllThreads
Event: 15.267 Executing VM operation: HandshakeAllThreads done
Event: 15.551 Executing VM operation: ICBufferFull
Event: 15.551 Executing VM operation: ICBufferFull done
Event: 15.735 Executing VM operation: G1CollectForAllocation
Event: 15.742 Executing VM operation: G1CollectForAllocation done
Event: 15.766 Executing VM operation: HandshakeAllThreads
Event: 15.766 Executing VM operation: HandshakeAllThreads done
Event: 15.768 Executing VM operation: HandshakeAllThreads
Event: 15.768 Executing VM operation: HandshakeAllThreads done

Events (20 events):
Event: 15.764 loading class javax/swing/plaf/basic/BasicTreeUI$Handler
Event: 15.764 loading class javax/swing/event/TreeExpansionListener
Event: 15.764 loading class javax/swing/event/TreeExpansionListener done
Event: 15.764 loading class javax/swing/event/TreeModelListener
Event: 15.764 loading class javax/swing/event/TreeModelListener done
Event: 15.764 loading class javax/swing/event/TreeSelectionListener
Event: 15.764 loading class javax/swing/event/TreeSelectionListener done
Event: 15.764 loading class javax/swing/plaf/basic/BasicTreeUI$Handler done
Event: 15.765 loading class com/sun/java/swing/plaf/windows/WindowsTreeUI$WindowsTreeCellRenderer
Event: 15.765 loading class javax/swing/tree/DefaultTreeCellRenderer
Event: 15.765 loading class javax/swing/tree/TreeCellRenderer
Event: 15.765 loading class javax/swing/tree/TreeCellRenderer done
Event: 15.765 loading class javax/swing/tree/DefaultTreeCellRenderer done
Event: 15.765 loading class com/sun/java/swing/plaf/windows/WindowsTreeUI$WindowsTreeCellRenderer done
Event: 15.766 loading class sun/swing/ImageIconUIResource
Event: 15.767 loading class sun/swing/ImageIconUIResource done
Event: 15.767 loading class sun/awt/image/ByteArrayImageSource
Event: 15.767 loading class sun/awt/image/ByteArrayImageSource done
Event: 15.767 loading class sun/awt/shell/Win32ShellFolder2
Event: 15.768 loading class sun/awt/shell/Win32ShellFolder2 done


Dynamic libraries:
0x00260000 - 0x0026c000     C:\Program Files (x86)\Eclipse Adoptium\jre-17.0.2.8-hotspot\bin\javaw.exe
0x77510000 - 0x776b3000     C:\WINDOWS\SYSTEM32\ntdll.dll
0x76fc0000 - 0x770b0000     C:\WINDOWS\System32\KERNEL32.DLL
0x766b0000 - 0x768c4000     C:\WINDOWS\System32\KERNELBASE.dll
0x75b90000 - 0x75cb0000     C:\WINDOWS\System32\ucrtbase.dll
0x55590000 - 0x555a4000     C:\Program Files (x86)\Eclipse Adoptium\jre-17.0.2.8-hotspot\bin\jli.dll
0x55570000 - 0x55584000     C:\Program Files (x86)\Eclipse Adoptium\jre-17.0.2.8-hotspot\bin\VCRUNTIME140.dll
0x75730000 - 0x758cc000     C:\WINDOWS\System32\USER32.dll
0x76010000 - 0x76028000     C:\WINDOWS\System32\win32u.dll
0x6e950000 - 0x6eb60000     C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.1110_none_a8625c1886757984\COMCTL32.dll
0x76c70000 - 0x76d2f000     C:\WINDOWS\System32\msvcrt.dll
0x75990000 - 0x759b4000     C:\WINDOWS\System32\GDI32.dll
0x76b90000 - 0x76c6c000     C:\WINDOWS\System32\gdi32full.dll
0x76b10000 - 0x76b8b000     C:\WINDOWS\System32\msvcp_win.dll
0x76050000 - 0x76075000     C:\WINDOWS\System32\IMM32.DLL
0x554f0000 - 0x55561000     C:\Program Files (x86)\Eclipse Adoptium\jre-17.0.2.8-hotspot\bin\msvcp140.dll
0x53d50000 - 0x54573000     C:\Program Files (x86)\Eclipse Adoptium\jre-17.0.2.8-hotspot\bin\server\jvm.dll
0x759c0000 - 0x75a3b000     C:\WINDOWS\System32\ADVAPI32.dll
0x76a90000 - 0x76b06000     C:\WINDOWS\System32\sechost.dll
0x75500000 - 0x755be000     C:\WINDOWS\System32\RPCRT4.dll
0x766a0000 - 0x766a6000     C:\WINDOWS\System32\PSAPI.DLL
0x6dd30000 - 0x6dd38000     C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x74790000 - 0x747b8000     C:\WINDOWS\SYSTEM32\WINMM.dll
0x74690000 - 0x74698000     C:\WINDOWS\SYSTEM32\VERSION.dll
0x756c0000 - 0x75723000     C:\WINDOWS\System32\WS2_32.dll
0x746d0000 - 0x746df000     C:\WINDOWS\SYSTEM32\kernel.appcore.dll
0x554e0000 - 0x554e9000     C:\Program Files (x86)\Eclipse Adoptium\jre-17.0.2.8-hotspot\bin\jimage.dll
0x6eea0000 - 0x6f028000     C:\WINDOWS\SYSTEM32\DBGHELP.DLL
0x6ec90000 - 0x6ecb6000     C:\WINDOWS\SYSTEM32\dbgcore.DLL
0x76f00000 - 0x76f5f000     C:\WINDOWS\System32\bcryptPrimitives.dll
0x554b0000 - 0x554d1000     C:\Program Files (x86)\Eclipse Adoptium\jre-17.0.2.8-hotspot\bin\java.dll
0x760e0000 - 0x76695000     C:\WINDOWS\System32\SHELL32.dll
0x738c0000 - 0x73ecc000     C:\WINDOWS\SYSTEM32\windows.storage.dll
0x75d90000 - 0x76010000     C:\WINDOWS\System32\combase.dll
0x737c0000 - 0x737e4000     C:\WINDOWS\SYSTEM32\Wldp.dll
0x75470000 - 0x754f7000     C:\WINDOWS\System32\SHCORE.dll
0x75660000 - 0x756a5000     C:\WINDOWS\System32\shlwapi.dll
0x737a0000 - 0x737b8000     C:\WINDOWS\SYSTEM32\profapi.dll
0x55490000 - 0x554a4000     C:\Program Files (x86)\Eclipse Adoptium\jre-17.0.2.8-hotspot\bin\net.dll
0x6edd0000 - 0x6ee99000     C:\WINDOWS\SYSTEM32\WINHTTP.dll
0x6f210000 - 0x6f262000     C:\WINDOWS\system32\mswsock.dll
0x53d30000 - 0x53d42000     C:\Program Files (x86)\Eclipse Adoptium\jre-17.0.2.8-hotspot\bin\nio.dll
0x53d10000 - 0x53d24000     C:\Program Files (x86)\Eclipse Adoptium\jre-17.0.2.8-hotspot\bin\zip.dll
0x53ba0000 - 0x53d04000     C:\Program Files (x86)\Eclipse Adoptium\jre-17.0.2.8-hotspot\bin\awt.dll
0x755c0000 - 0x75656000     C:\WINDOWS\System32\OLEAUT32.dll
0x752e0000 - 0x7537f000     C:\WINDOWS\SYSTEM32\apphelp.dll
0x74a80000 - 0x74af4000     C:\WINDOWS\system32\uxtheme.dll
0x75cb0000 - 0x75d84000     C:\WINDOWS\System32\MSCTF.dll
0x75aa0000 - 0x75b83000     C:\WINDOWS\System32\ole32.dll
0x6dee0000 - 0x6df06000     C:\WINDOWS\system32\DWMAPI.DLL
0x75910000 - 0x7598e000     C:\WINDOWS\System32\clbcatq.dll
0x54790000 - 0x54939000     C:\WINDOWS\system32\explorerframe.dll
0x53b90000 - 0x53b9d000     C:\Program Files (x86)\Eclipse Adoptium\jre-17.0.2.8-hotspot\bin\verify.dll
0x53a80000 - 0x53b84000     C:\WINDOWS\system32\opengl32.dll
0x53a40000 - 0x53a7f000     C:\WINDOWS\SYSTEM32\GLU32.dll
0x539c0000 - 0x53a33000     C:\Program Files (x86)\Eclipse Adoptium\jre-17.0.2.8-hotspot\bin\freetype.dll
0x53920000 - 0x539b6000     C:\Program Files (x86)\Eclipse Adoptium\jre-17.0.2.8-hotspot\bin\fontmanager.dll
0x74a50000 - 0x74a5f000     C:\WINDOWS\system32\Wtsapi32.dll
0x6a0b0000 - 0x6a0f7000     C:\WINDOWS\SYSTEM32\WINSTA.dll
0x6a400000 - 0x6a571000     C:\WINDOWS\SYSTEM32\WindowsCodecs.dll
0x76030000 - 0x76049000     C:\WINDOWS\System32\bcrypt.dll
0x6a150000 - 0x6a181000     C:\WINDOWS\system32\dataexchange.dll
0x65d20000 - 0x65f00000     C:\WINDOWS\system32\d3d11.dll
0x69ab0000 - 0x69c14000     C:\WINDOWS\system32\dcomp.dll
0x65c50000 - 0x65d12000     C:\WINDOWS\system32\dxgi.dll
0x65ac0000 - 0x65c4f000     C:\WINDOWS\system32\twinapi.appcore.dll
0x60e10000 - 0x60ec9000     C:\Windows\System32\AppXDeploymentClient.dll
0x52c80000 - 0x53919000     C:\WINDOWS\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_afa18c61a36f2728\ig9icd32.dll
0x528f0000 - 0x52c77000     C:\WINDOWS\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_afa18c61a36f2728\igdml32.dll
0x6dc60000 - 0x6dd19000     C:\WINDOWS\SYSTEM32\textinputframework.dll
0x6e6d0000 - 0x6e94e000     C:\WINDOWS\System32\CoreUIComponents.dll
0x6ed20000 - 0x6edbb000     C:\WINDOWS\System32\CoreMessaging.dll
0x746a0000 - 0x746c9000     C:\WINDOWS\SYSTEM32\ntmarta.dll
0x6f860000 - 0x6f93b000     C:\WINDOWS\SYSTEM32\wintypes.dll
0x528e0000 - 0x528eb000     C:\Program Files (x86)\Eclipse Adoptium\jre-17.0.2.8-hotspot\bin\sunmscapi.dll
0x76de0000 - 0x76eda000     C:\WINDOWS\System32\CRYPT32.dll
0x5d8a0000 - 0x5d8c1000     C:\WINDOWS\SYSTEM32\ncrypt.dll
0x5d870000 - 0x5d898000     C:\WINDOWS\SYSTEM32\NTASN1.dll
0x72370000 - 0x72383000     C:\WINDOWS\SYSTEM32\CRYPTSP.dll
0x72340000 - 0x7236f000     C:\WINDOWS\system32\rsaenh.dll
0x749b0000 - 0x749d5000     C:\WINDOWS\SYSTEM32\USERENV.dll
0x72330000 - 0x7233a000     C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
0x6f140000 - 0x6f172000     C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
0x756b0000 - 0x756b7000     C:\WINDOWS\System32\NSI.dll
0x6ec30000 - 0x6ec44000     C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
0x6eba0000 - 0x6ebb6000     C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
0x6f180000 - 0x6f210000     C:\WINDOWS\SYSTEM32\DNSAPI.dll
0x528d0000 - 0x528d6000     C:\WINDOWS\system32\wshunix.dll
0x6f130000 - 0x6f138000     C:\Windows\System32\rasadhlp.dll
0x6f0d0000 - 0x6f128000     C:\WINDOWS\System32\fwpuclnt.dll
0x6a740000 - 0x6a7cd000     C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.19041.1110_none_c0da534e38c01f4d\comctl32.dll

dbghelp: loaded successfully - version: 4.0.5 - missing functions: none
symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;C:\Program Files (x86)\Eclipse Adoptium\jre-17.0.2.8-hotspot\bin;C:\WINDOWS\SYSTEM32;C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.1110_none_a8625c1886757984;C:\Program Files (x86)\Eclipse Adoptium\jre-17.0.2.8-hotspot\bin\server;C:\WINDOWS\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_afa18c61a36f2728;C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.19041.1110_none_c0da534e38c01f4d

VM Arguments:
java_command: C:\Users\FartM\Desktop\Mafia\KoLmafia-26298.jar
java_class_path (initial): C:\Users\FartM\Desktop\Mafia\KoLmafia-26298.jar
Launcher Type: SUN_STANDARD

[Global flags]
     intx CICompilerCount                          = 1                                         {product} {ergonomic}
    uintx CodeCacheExpansionSize                   = 32768                                  {pd product} {ergonomic}
     uint ConcGCThreads                            = 3                                         {product} {ergonomic}
     uint G1ConcRefinementThreads                  = 10                                        {product} {ergonomic}
   size_t G1HeapRegionSize                         = 1048576                                   {product} {ergonomic}
    uintx GCDrainStackTargetSize                   = 64                                        {product} {ergonomic}
    uintx InitialCodeCacheSize                     = 163840                                 {pd product} {ergonomic}
   size_t InitialHeapSize                          = 33554432                                  {product} {ergonomic}
   size_t MarkStackSize                            = 49152                                     {product} {ergonomic}
   size_t MaxHeapSize                              = 536870912                                 {product} {ergonomic}
   size_t MaxNewSize                               = 321912832                                 {product} {ergonomic}
   size_t MinHeapDeltaBytes                        = 1048576                                   {product} {ergonomic}
   size_t MinHeapSize                              = 6291456                                   {product} {ergonomic}
     bool NeverActAsServerClassMachine             = true                                   {pd product} {ergonomic}
    uintx NonNMethodCodeHeapSize                   = 5242880                                {pd product} {ergonomic}
    uintx NonProfiledCodeHeapSize                  = 0                                      {pd product} {ergonomic}
     bool ProfileInterpreter                       = false                                  {pd product} {ergonomic}
    uintx ProfiledCodeHeapSize                     = 0                                      {pd product} {ergonomic}
    uintx ReservedCodeCacheSize                    = 33554432                               {pd product} {ergonomic}
   size_t SoftMaxHeapSize                          = 536870912                              {manageable} {ergonomic}
     bool UseG1GC                                  = true                                      {product} {ergonomic}
     bool UseLargePagesIndividualAllocation        = false                                  {pd product} {ergonomic}

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

Environment Variables:
JAVA_HOME=C:\Program Files (x86)\Eclipse Adoptium\jdk-17.0.2.8-hotspot\
PATH=C:\Program Files (x86)\Eclipse Adoptium\jre-17.0.2.8-hotspot\bin;C:\Program Files (x86)\Eclipse Adoptium\jdk-17.0.2.8-hotspot\bin;C:\Program Files\ImageMagick-7.1.0-Q16-HDRI;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files\Intel\Intel(R) Management Engine Components\iCLS\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\PuTTY\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\Calibre2\;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\dotnet\;C:\Program Files (x86)\dotnet\;C:\Program Files\Tesseract-OCR;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Users\FartM\AppData\Local\Programs\Python\Python310;C:\Users\FartM\AppData\Local\Programs\Python\Python310\Scripts;C:\Users\FartM\AppData\Local\Microsoft\WindowsApps;C:\Users\FartM\.dotnet\tools;C:\Users\FartM\AppData\Local\Tesseract-OCR
USERNAME=FartM
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 158 Stepping 10, GenuineIntel



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

OS:
 Windows 10 , 64 bit Build 19041 (10.0.19041.1566)
OS uptime: 0 days 0:06 hours

CPU: total 12 (initial active 12) (6 cores per cpu, 2 threads per core) family 6 model 158 stepping 10 microcode 0xb4, cx8, cmov, fxsr, ht, mmx, 3dnowpref, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, lzcnt, tsc, tscinvbit, avx, avx2, aes, erms, clmul, bmi1, bmi2, adx, fma, vzeroupper, clflush, clflushopt

Memory: 4k page, system-wide physical 16242M (11696M free)
TotalPageFile size 19058M (AvailPageFile size 13100M), user-mode portion of virtual address-space 2047M (1178M free)
current process WorkingSet (physical memory assigned to process): 216M, peak: 216M
current process commit charge ("private bytes"): 210M, peak: 210M

vm_info: OpenJDK Server VM (17.0.2+8) for windows-x86 JRE (17.0.2+8), built on Jan 20 2022 04:48:56 by "" with MS VC++ 16.7 (VS2019)

END.
 

fronobulax

Developer
Staff member
Have you changed the mafia Look & Feel? That's the first thing that jumps out at me from the Windows crash. The global setting swingLookAndFeel in settings/GLOBAL_prefs.txt might jog your memory. Still guessing but to the extent that I am reading the dump right I wonder if Java is looking for something that is supposed to be there, and isn't. That sounds like a Java installation problem. Maybe reinstall Java? We package KoLmafia as a Windows executable that has Java "embedded". That might be worth trying once I remember to tell you where to find it.
 

qwertyaznman123

New member
Unsure. r26265 is working with that setting the same. I don't know what swingLookAndFeel is either; it doesn't look like it is set to anything. i.e.

Code:
svnUpdateOnLogin=false
swingLookAndFeel
switchEquipmentForBuffs=true
 

Ryo_Sangnoir

Developer
Staff member
Two things I notice from the dump:

Bits of the error look like https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8249215. Are you running on a Japanese locale on Windows? If not, are you running an English locale or a non-English one?

You've installed the 32-bit version of Java on a 64-bit operating system. While this should work fine, it might be a bit limited on memory, so you could try installing the 64-bit version (the one marked x64) instead.
 

Ryo_Sangnoir

Developer
Staff member
Additionally, I've stopped setting the Referer header in r26301. If you revert back to your previous Java version, I hope r26301 will work for you.
 

qwertyaznman123

New member
Two things I notice from the dump:

Bits of the error look like https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8249215. Are you running on a Japanese locale on Windows? If not, are you running an English locale or a non-English one?

You've installed the 32-bit version of Java on a 64-bit operating system. While this should work fine, it might be a bit limited on memory, so you could try installing the 64-bit version (the one marked x64) instead.
No, I'm in US and running English locale. I thought I clicked x64, so that's weird. I've reinstalled the x64 version after removing the previous version -- the msi file has x64 in the filename, so I'm pretty confident it's the 64-bit version. How would I verify, though?

I also had Java JRE 8 on my computer, maybe that could be something to do with it. Whatever it was, I have the OpenJRE 17 and r26301 is now working.
 

Ryo_Sangnoir

Developer
Staff member
No, I'm in US and running English locale. I thought I clicked x64, so that's weird. I've reinstalled the x64 version after removing the previous version -- the msi file has x64 in the filename, so I'm pretty confident it's the 64-bit version. How would I verify, though?

I also had Java JRE 8 on my computer, maybe that could be something to do with it. Whatever it was, I have the OpenJRE 17 and r26301 is now working.
Very weird!

In general, if something like `java --version` mentions "64" it's the 64-bit version, and if "86" it's the 32-bit version. If it's in Program Files: 64-bit, if in Program Files (x86), 32-bit.

Glad it's working now.
 

VladYvhuce

Member
I recall that I had to manually uninstall Java JRE 8 off of my computer after installing Java 17. So, that might have also been contributing to the problem, yes.
 
Top