lwjgl3: JVM Access Violation after switching from LWJGL2 to LWJGL3
Environment
- LWJGL version:
3.2.3
- LWJGL build #:
1.2.0
- Java version:
8u201
- Platform:
Windows
- Module:
core, glfw, stb, openal, opengl
Description
Hello, I’m a client developer of the game Wurm Online. Since we’ve switched to LWJGL3 (from LWJGL2), our players have been encountering these rare crashes - majority of the players does not experience them at all, some have them happen on a semi daily basis, and very few can’t run the game for even 15 minutes. I cannot reproduce the issue locally.
I can’t share much code, but I’d like to ask if any of you here would have any idea of any past issues like that, or better hs_err reading skills, since I cannot figure out anything useful from this one.
While the port from LWJGL2 to LWJGL3 has been without an issue, I wonder if this is just something that has been an issue in our code before that, and has only been made visible by this upgrade - such as some native calls that no longer have a safe check.
The issue seems to always be started by the GCTaskThread, which makes me wonder if there’s any finalizers running thread-unsafe native code it should not on LWJGL’s side? I’ve went through all of our finalize()
code and made sure it never calls the LWJGL functions, but in certain cases it does deallocate native memory - I imagine the hs stack trace would point to the actual Java code in case that was the problem though.
Any pointers/suspicions as to the issue, or anything that helps debug it, would be greatly appreciated!
hs_err log 1
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000507f319a, pid=8472, tid=0x0000000000003fb8
#
# JRE version: Java(TM) SE Runtime Environment (8.0_201-b09) (build 1.8.0_201-b09)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.201-b09 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# V [jvm.dll+0x3d319a]
#
# Failed to write core dump. 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
#
--------------- T H R E A D ---------------
Current thread (0x000001ebcb136000): GCTaskThread [stack: 0x000000219c400000,0x000000219c500000] [id=16312]
siginfo: ExceptionCode=0xc0000005, reading address 0x000001eccb1a071b
Registers:
RAX=0x000001ebcb1a24c0, RBX=0x000000219c4ff360, RCX=0x00000000ffffe25b, RDX=0x00000005ed738718
RSP=0x000000219c4fee90, RBP=0x000001ebcb104ca8, RSI=0x000001ebc2ec2140, RDI=0x00000005ed738718
R8 =0x000007ffffffe25b, R9 =0x0000000000001063, R10=0x000001ebcb123390, R11=0x000001ebc4670ca8
R12=0x000000000000c75d, R13=0x0000000000000000, R14=0x000001ebcb122610, R15=0x0000000000000000
RIP=0x00000000507f319a, EFLAGS=0x0000000000010a02
Top of Stack: (sp=0x000000219c4fee90)
0x000000219c4fee90: 000000000000000d 0000000050802f01
0x000000219c4feea0: 000000219c4ff360 000000219c4ff360
0x000000219c4feeb0: 000001ebcb104ca0 000000005080321d
0x000000219c4feec0: 000001ebcb104ca0 000000219c4ff360
0x000000219c4feed0: 000000219c4ff360 000f2d0f0001a0d4
0x000000219c4feee0: 0000000000000000 00000005ed738719
0x000000219c4feef0: 000ea5a200003d7b 000f2d0f0001a0d4
0x000000219c4fef00: 00000005ed027760 000ea5a200003d7a
0x000000219c4fef10: 000000219c4ff080 000000219c4ff160
0x000000219c4fef20: 000001ebcb115de0 000001ebcb115de0
0x000000219c4fef30: 0000000000000001 000000219c4ff080
0x000000219c4fef40: 000000219c4ff360 00000000507f5f9d
0x000000219c4fef50: 000000219c4ff360 0000000000000001
0x000000219c4fef60: 000000219c4ff080 000001ebcb115de0
0x000000219c4fef70: 000000219d1ff670 00000000507f6f9f
0x000000219c4fef80: 00000005ed027785 0000000000000000
Instructions: (pc=0x00000000507f319a)
0x00000000507f317a: 48 d3 ea 89 17 eb 2e 79 2c 4d 2b 42 18 8b 0d 23
0x00000000507f318a: 18 45 00 49 8b 82 30 23 00 00 49 d3 e8 41 8b c8
0x00000000507f319a: 80 3c 08 00 74 0f c6 04 08 00 49 8b 82 88 26 00
0x00000000507f31aa: 00 c6 04 01 00 44 8b 8b c4 01 00 00 4c 8b c7 48
Register to memory mapping:
RAX=0x000001ebcb1a24c0 is an unknown value
RBX=0x000000219c4ff360 is an unknown value
RCX=0x00000000ffffe25b is an unknown value
RDX=0x00000005ed738718 is pointing into object: 0x00000005ed738708
javax.vecmath.Point3f
- klass: 'javax/vecmath/Point3f'
RSP=0x000000219c4fee90 is an unknown value
RBP=0x000001ebcb104ca8 is an unknown value
RSI=0x000001ebc2ec2140 is an unknown value
RDI=0x00000005ed738718 is pointing into object: 0x00000005ed738708
javax.vecmath.Point3f
- klass: 'javax/vecmath/Point3f'
R8 =0x000007ffffffe25b is an unknown value
R9 =0x0000000000001063 is an unknown value
R10=0x000001ebcb123390 is an unknown value
R11=0x000001ebc4670ca8 is an unknown value
R12=0x000000000000c75d is an unknown value
R13=0x0000000000000000 is an unknown value
R14=0x000001ebcb122610 is an unknown value
R15=0x0000000000000000 is an unknown value
Stack: [0x000000219c400000,0x000000219c500000], sp=0x000000219c4fee90, free space=1019k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x3d319a]
V [jvm.dll+0x3e321d]
V [jvm.dll+0x3d5f9d]
V [jvm.dll+0x3d6f9f]
V [jvm.dll+0x2825c0]
V [jvm.dll+0x29fb6a]
C [MSVCR100.dll+0x21db7]
C [MSVCR100.dll+0x21e53]
C [KERNEL32.DLL+0x17bd4]
C [ntdll.dll+0x6ced1]
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x000001ebfdd86000 JavaThread "Sound Loader 2" daemon [_thread_blocked, id=24544, stack(0x000000219f020000,0x000000219f120000)]
0x000001ebfdd78800 JavaThread "Sound Loader 1" daemon [_thread_blocked, id=24112, stack(0x00000021a1820000,0x00000021a1920000)]
0x000001ebfdd7f000 JavaThread "Sound Loader 0" daemon [_thread_blocked, id=19764, stack(0x00000021a1720000,0x00000021a1820000)]
0x000001ebfdd7d800 JavaThread "WOM Model Loader 3" daemon [_thread_blocked, id=9316, stack(0x00000021a1620000,0x00000021a1720000)]
0x000001ebfdd79000 JavaThread "WOM Model Loader 2" daemon [_thread_blocked, id=19928, stack(0x00000021a1520000,0x00000021a1620000)]
0x000001ebfdd7a800 JavaThread "WOM Model Loader 1" daemon [_thread_blocked, id=17444, stack(0x00000021a1420000,0x00000021a1520000)]
0x000001ebfdd7e800 JavaThread "WOM Model Loader 0" daemon [_thread_blocked, id=1668, stack(0x00000021a1320000,0x00000021a1420000)]
0x000001ebfdd7c000 JavaThread "Collada Model Loader 0" daemon [_thread_blocked, id=5516, stack(0x00000021a1220000,0x00000021a1320000)]
0x000001ebf4be1000 JavaThread "Wurm-Fast-Clock-Workaround-Thread" daemon [_thread_blocked, id=24056, stack(0x00000021a1120000,0x00000021a1220000)]
0x000001ebfd101800 JavaThread "Wurm SonarSoundEngine Thread" daemon [_thread_blocked, id=14120, stack(0x00000021a0f20000,0x00000021a1020000)]
0x000001ebfd101000 JavaThread "Java Sound Event Dispatcher" daemon [_thread_blocked, id=17780, stack(0x00000021a0c20000,0x00000021a0d20000)]
0x000001ebfd0f8800 JavaThread "Sound Unloader" daemon [_thread_blocked, id=11316, stack(0x00000021a0920000,0x00000021a0a20000)]
0x000001ebfd103000 JavaThread "Wurm 4.1.102(9470347) main thread" [_thread_blocked, id=12696, stack(0x00000021a0320000,0x00000021a0420000)]
0x000001ebfd104000 JavaThread "Job executor 2" [_thread_blocked, id=2984, stack(0x00000021a0220000,0x00000021a0320000)]
0x000001ebfd100000 JavaThread "Job executor 1" [_thread_blocked, id=24228, stack(0x00000021a0120000,0x00000021a0220000)]
0x000001ebfd104800 JavaThread "Job executor 0" [_thread_blocked, id=12840, stack(0x00000021a0020000,0x00000021a0120000)]
0x000001ebfd102800 JavaThread "Job executor 5" [_thread_blocked, id=20388, stack(0x000000219ff20000,0x00000021a0020000)]
0x000001ebfd105800 JavaThread "Job executor 4" [_thread_blocked, id=19052, stack(0x000000219fe20000,0x000000219ff20000)]
0x000001ebfd0ff800 JavaThread "Job executor 3" [_thread_blocked, id=8220, stack(0x000000219fd20000,0x000000219fe20000)]
0x000001ebfd0f7000 JavaThread "Job executor 2" [_thread_blocked, id=16152, stack(0x000000219fc20000,0x000000219fd20000)]
0x000001ebfd0fe000 JavaThread "Job executor 1" [_thread_blocked, id=17632, stack(0x000000219fb20000,0x000000219fc20000)]
0x000001ebfd0fb000 JavaThread "Job executor 0" [_thread_blocked, id=19836, stack(0x000000219fa20000,0x000000219fb20000)]
0x000001ebfd0fb800 JavaThread "Disposer" daemon [_thread_blocked, id=8728, stack(0x000000219ef20000,0x000000219f020000)]
0x000001ebfd0fc800 JavaThread "Prism Font Disposer" daemon [_thread_blocked, id=18256, stack(0x000000219dd00000,0x000000219de00000)]
0x000001ebf4be5000 JavaThread "Timer-0" [_thread_blocked, id=11256, stack(0x000000219ed20000,0x000000219ee20000)]
0x000001ebf4be2000 JavaThread "Thread-5" daemon [_thread_blocked, id=18216, stack(0x000000219e910000,0x000000219ea10000)]
0x000001ebf4be0800 JavaThread "JavaFX Application Thread" [_thread_in_native, id=9676, stack(0x000000219e7a0000,0x000000219e8a0000)]
0x000001ebf4be7000 JavaThread "Thread-4" daemon [_thread_blocked, id=6348, stack(0x000000219e6a0000,0x000000219e7a0000)]
0x000001ebf4be4000 JavaThread "QuantumRenderer-0" daemon [_thread_blocked, id=4804, stack(0x000000219e5a0000,0x000000219e6a0000)]
0x000001ebf4be2800 JavaThread "JavaFX-Launcher" [_thread_blocked, id=5724, stack(0x000000219e4a0000,0x000000219e5a0000)]
0x000001ebf4be5800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=11776, stack(0x000000219de00000,0x000000219df00000)]
0x000001ebf4be6800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=9372, stack(0x000000219dc00000,0x000000219dd00000)]
0x000001ebf4170000 JavaThread "Service Thread" daemon [_thread_blocked, id=18664, stack(0x000000219da00000,0x000000219db00000)]
0x000001ebf40f0800 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=24004, stack(0x000000219d900000,0x000000219da00000)]
0x000001ebf40ec800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=2620, stack(0x000000219d800000,0x000000219d900000)]
0x000001ebf40e9800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=22236, stack(0x000000219d700000,0x000000219d800000)]
0x000001ebf40e8000 JavaThread "Attach Listener" daemon [_thread_blocked, id=11888, stack(0x000000219d600000,0x000000219d700000)]
0x000001ebf40df000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=16184, stack(0x000000219d500000,0x000000219d600000)]
0x000001ebf40de000 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=23716, stack(0x000000219d400000,0x000000219d500000)]
0x000001ebf408b800 JavaThread "Finalizer" daemon [_thread_blocked, id=23840, stack(0x000000219d300000,0x000000219d400000)]
0x000001ebf407f000 JavaThread "Reference Handler" daemon [_thread_blocked, id=18704, stack(0x000000219d200000,0x000000219d300000)]
0x000001ebcb106800 JavaThread "main" [_thread_blocked, id=1148, stack(0x000000219b850000,0x000000219b950000)]
Other Threads:
0x000001ebf4056000 VMThread [stack: 0x000000219d100000,0x000000219d200000] [id=23080]
0x000001ebf41a1800 WatcherThread [stack: 0x000000219db00000,0x000000219dc00000] [id=21508]
=>0x000001ebcb136000 (exited) GCTaskThread [stack: 0x000000219c400000,0x000000219c500000] [id=16312]
VM state:at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
[0x000001ebcb102990] Threads_lock - owner thread: 0x000001ebf4056000
[0x000001ebcb1031d0] Heap_lock - owner thread: 0x000001ebfd103000
heap address: 0x00000005c1000000, size: 8176 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
Narrow klass base: 0x0000000000000000, Narrow klass shift: 3
Compressed class space size: 1073741824 Address: 0x00000007c0000000
Heap:
garbage-first heap total 780288K, used 721189K [0x00000005c1000000, 0x00000005c1200be8, 0x00000007c0000000)
region size 2048K, 19 young (38912K), 2 survivors (4096K)
Metaspace used 46496K, capacity 48095K, committed 48384K, reserved 1091584K
class space used 4987K, capacity 5295K, committed 5376K, reserved 1048576K
Heap Regions: (Y=young(eden), SU=young(survivor), HS=humongous(starts), HC=humongous(continues), CS=collection set, F=free, TS=gc time stamp, PTAMS=previous top-at-mark-start, NTAMS=next top-at-mark-start)
AC 0 O TS 0 PTAMS 0x00000005c1200000 NTAMS 0x00000005c1200000 space 2048K, 100% used [0x00000005c1000000, 0x00000005c1200000)
AC 0 O TS 0 PTAMS 0x00000005c13ffff8 NTAMS 0x00000005c13ffff8 space 2048K, 99% used [0x00000005c1200000, 0x00000005c1400000)
AC 0 O TS 0 PTAMS 0x00000005c15ffff8 NTAMS 0x00000005c15ffff8 space 2048K, 99% used [0x00000005c1400000, 0x00000005c1600000)
AC 0 O TS 0 PTAMS 0x00000005c17fffe0 NTAMS 0x00000005c17fffe0 space 2048K, 99% used [0x00000005c1600000, 0x00000005c1800000)
AC 0 O TS 0 PTAMS 0x00000005c19ffff8 NTAMS 0x00000005c19ffff8 space 2048K, 99% used [0x00000005c1800000, 0x00000005c1a00000)
AC 0 O TS 0 PTAMS 0x00000005c1bfffe0 NTAMS 0x00000005c1bfffe0 space 2048K, 99% used [0x00000005c1a00000, 0x00000005c1c00000)
AC 0 O TS 0 PTAMS 0x00000005c1e00000 NTAMS 0x00000005c1e00000 space 2048K, 100% used [0x00000005c1c00000, 0x00000005c1e00000)
AC 0 O TS 0 PTAMS 0x00000005c1fffff8 NTAMS 0x00000005c1fffff8 space 2048K, 99% used [0x00000005c1e00000, 0x00000005c2000000)
AC 0 O TS 0 PTAMS 0x00000005c21ffff8 NTAMS 0x00000005c21ffff8 space 2048K, 99% used [0x00000005c2000000, 0x00000005c2200000)
AC 0 O TS 0 PTAMS 0x00000005c23fffe0 NTAMS 0x00000005c23fffe0 space 2048K, 99% used [0x00000005c2200000, 0x00000005c2400000)
AC 0 O TS 0 PTAMS 0x00000005c25ffff0 NTAMS 0x00000005c25ffff0 space 2048K, 99% used [0x00000005c2400000, 0x00000005c2600000)
AC 0 O TS 0 PTAMS 0x00000005c27fffd8 NTAMS 0x00000005c27fffd8 space 2048K, 99% used [0x00000005c2600000, 0x00000005c2800000)
AC 0 O TS 0 PTAMS 0x00000005c29fffc0 NTAMS 0x00000005c29fffc0 space 2048K, 99% used [0x00000005c2800000, 0x00000005c2a00000)
AC 0 O TS 0 PTAMS 0x00000005c2bfffb0 NTAMS 0x00000005c2bfffb0 space 2048K, 99% used [0x00000005c2a00000, 0x00000005c2c00000)
AC 0 O TS 0 PTAMS 0x00000005c2e00000 NTAMS 0x00000005c2e00000 space 2048K, 100% used [0x00000005c2c00000, 0x00000005c2e00000)
AC 0 HS TS 0 PTAMS 0x00000005c2f3aad0 NTAMS 0x00000005c2f3aad0 space 2048K, 61% used [0x00000005c2e00000, 0x00000005c3000000)
AC 0 O TS 0 PTAMS 0x00000005c3200000 NTAMS 0x00000005c3200000 space 2048K, 100% used [0x00000005c3000000, 0x00000005c3200000)
AC 0 O TS 0 PTAMS 0x00000005c3400000 NTAMS 0x00000005c3400000 space 2048K, 100% used [0x00000005c3200000, 0x00000005c3400000)
AC 0 O TS 0 PTAMS 0x00000005c35fffd0 NTAMS 0x00000005c35fffd0 space 2048K, 99% used [0x00000005c3400000, 0x00000005c3600000)
AC 0 O TS 0 PTAMS 0x00000005c37fffc8 NTAMS 0x00000005c37fffc8 space 2048K, 99% used [0x00000005c3600000, 0x00000005c3800000)
AC 0 HS TS 0 PTAMS 0x00000005c3945030 NTAMS 0x00000005c3945030 space 2048K, 63% used [0x00000005c3800000, 0x00000005c3a00000)
AC 0 HS TS 0 PTAMS 0x00000005c3b105e8 NTAMS 0x00000005c3b105e8 space 2048K, 53% used [0x00000005c3a00000, 0x00000005c3c00000)
AC 0 HS TS 0 PTAMS 0x00000005c3d00010 NTAMS 0x00000005c3d00010 space 2048K, 50% used [0x00000005c3c00000, 0x00000005c3e00000)
AC 0 HS TS 0 PTAMS 0x00000005c4000010 NTAMS 0x00000005c4000010 space 4096K, 50% used [0x00000005c3e00000, 0x00000005c4200000)
AC 0 HC TS 0 PTAMS 0x00000005c4000000 NTAMS 0x00000005c4000000 space 2048K, 0% used [0x00000005c4000000, 0x00000005c4200000)
AC 0 HS TS 0 PTAMS 0x00000005c4300010 NTAMS 0x00000005c4300010 space 2048K, 50% used [0x00000005c4200000, 0x00000005c4400000)
AC 0 O TS 0 PTAMS 0x00000005c45fffe8 NTAMS 0x00000005c45fffe8 space 2048K, 99% used [0x00000005c4400000, 0x00000005c4600000)
AC 0 HS TS 0 PTAMS 0x00000005c4700010 NTAMS 0x00000005c4700010 space 2048K, 50% used [0x00000005c4600000, 0x00000005c4800000)
AC 0 O TS 0 PTAMS 0x00000005c4a00000 NTAMS 0x00000005c4a00000 space 2048K, 100% used [0x00000005c4800000, 0x00000005c4a00000)
AC 0 O TS 0 PTAMS 0x00000005c4bffd98 NTAMS 0x00000005c4bffd98 space 2048K, 99% used [0x00000005c4a00000, 0x00000005c4c00000)
AC 0 O TS 0 PTAMS 0x00000005c4dfff40 NTAMS 0x00000005c4dfff40 space 2048K, 99% used [0x00000005c4c00000, 0x00000005c4e00000)
AC 0 O TS 0 PTAMS 0x00000005c4fffff8 NTAMS 0x00000005c4fffff8 space 2048K, 99% used [0x00000005c4e00000, 0x00000005c5000000)
AC 0 O TS 0 PTAMS 0x00000005c515ee30 NTAMS 0x00000005c515ee30 space 2048K, 68% used [0x00000005c5000000, 0x00000005c5200000)
AC 0 O TS 0 PTAMS 0x00000005c53ffc90 NTAMS 0x00000005c53ffc90 space 2048K, 99% used [0x00000005c5200000, 0x00000005c5400000)
AC 0 O TS 0 PTAMS 0x00000005c55fffb8 NTAMS 0x00000005c55fffb8 space 2048K, 99% used [0x00000005c5400000, 0x00000005c5600000)
AC 0 O TS 0 PTAMS 0x00000005c57fff28 NTAMS 0x00000005c57fff28 space 2048K, 99% used [0x00000005c5600000, 0x00000005c5800000)
AC 0 O TS 0 PTAMS 0x00000005c59ffff8 NTAMS 0x00000005c59ffff8 space 2048K, 99% used [0x00000005c5800000, 0x00000005c5a00000)
AC 0 O TS 0 PTAMS 0x00000005c5bffff0 NTAMS 0x00000005c5bffff0 space 2048K, 99% used [0x00000005c5a00000, 0x00000005c5c00000)
AC 0 O TS 0 PTAMS 0x00000005c5dffe88 NTAMS 0x00000005c5dffe88 space 2048K, 99% used [0x00000005c5c00000, 0x00000005c5e00000)
AC 0 O TS 0 PTAMS 0x00000005c5fffd58 NTAMS 0x00000005c5fffd58 space 2048K, 99% used [0x00000005c5e00000, 0x00000005c6000000)
AC 0 O TS 0 PTAMS 0x00000005c61ffff8 NTAMS 0x00000005c61ffff8 space 2048K, 99% used [0x00000005c6000000, 0x00000005c6200000)
AC 0 O TS 0 PTAMS 0x00000005c63ffff8 NTAMS 0x00000005c63ffff8 space 2048K, 99% used [0x00000005c6200000, 0x00000005c6400000)
AC 0 O TS 0 PTAMS 0x00000005c65fffe0 NTAMS 0x00000005c65fffe0 space 2048K, 99% used [0x00000005c6400000, 0x00000005c6600000)
AC 0 O TS 0 PTAMS 0x00000005c67fffe0 NTAMS 0x00000005c67fffe0 space 2048K, 99% used [0x00000005c6600000, 0x00000005c6800000)
AC 0 O TS 0 PTAMS 0x00000005c69fffc0 NTAMS 0x00000005c69fffc0 space 2048K, 99% used [0x00000005c6800000, 0x00000005c6a00000)
AC 0 O TS 0 PTAMS 0x00000005c6bffff0 NTAMS 0x00000005c6bffff0 space 2048K, 99% used [0x00000005c6a00000, 0x00000005c6c00000)
AC 0 O TS 0 PTAMS 0x00000005c6dffff8 NTAMS 0x00000005c6dffff8 space 2048K, 99% used [0x00000005c6c00000, 0x00000005c6e00000)
AC 0 O TS 0 PTAMS 0x00000005c6ffffe8 NTAMS 0x00000005c6ffffe8 space 2048K, 99% used [0x00000005c6e00000, 0x00000005c7000000)
AC 0 O TS 0 PTAMS 0x00000005c71ffff8 NTAMS 0x00000005c71ffff8 space 2048K, 99% used [0x00000005c7000000, 0x00000005c7200000)
AC 0 O TS 0 PTAMS 0x00000005c73fffe0 NTAMS 0x00000005c73fffe0 space 2048K, 99% used [0x00000005c7200000, 0x00000005c7400000)
AC 0 O TS 0 PTAMS 0x00000005c75fffa8 NTAMS 0x00000005c75fffa8 space 2048K, 99% used [0x00000005c7400000, 0x00000005c7600000)
AC 0 O TS 0 PTAMS 0x00000005c77ffff8 NTAMS 0x00000005c77ffff8 space 2048K, 99% used [0x00000005c7600000, 0x00000005c7800000)
AC 0 O TS 0 PTAMS 0x00000005c79fffe8 NTAMS 0x00000005c79fffe8 space 2048K, 99% used [0x00000005c7800000, 0x00000005c7a00000)
AC 0 O TS 0 PTAMS 0x00000005c7bffff8 NTAMS 0x00000005c7bffff8 space 2048K, 99% used [0x00000005c7a00000, 0x00000005c7c00000)
AC 0 O TS 0 PTAMS 0x00000005c7dfff60 NTAMS 0x00000005c7dfff60 space 2048K, 99% used [0x00000005c7c00000, 0x00000005c7e00000)
AC 0 O TS 0 PTAMS 0x00000005c7ffffe0 NTAMS 0x00000005c7ffffe0 space 2048K, 99% used [0x00000005c7e00000, 0x00000005c8000000)
AC 0 O TS 0 PTAMS 0x00000005c81ffff8 NTAMS 0x00000005c81ffff8 space 2048K, 99% used [0x00000005c8000000, 0x00000005c8200000)
AC 0 O TS 0 PTAMS 0x00000005c8400000 NTAMS 0x00000005c8400000 space 2048K, 100% used [0x00000005c8200000, 0x00000005c8400000)
AC 0 O TS 0 PTAMS 0x00000005c85ffff8 NTAMS 0x00000005c85ffff8 space 2048K, 99% used [0x00000005c8400000, 0x00000005c8600000)
AC 0 O TS 0 PTAMS 0x00000005c87fffe8 NTAMS 0x00000005c87fffe8 space 2048K, 99% used [0x00000005c8600000, 0x00000005c8800000)
AC 0 O TS 0 PTAMS 0x00000005c89e3780 NTAMS 0x00000005c89e3780 space 2048K, 94% used [0x00000005c8800000, 0x00000005c8a00000)
AC 0 O TS 0 PTAMS 0x00000005c8bfff80 NTAMS 0x00000005c8bfff80 space 2048K, 99% used [0x00000005c8a00000, 0x00000005c8c00000)
AC 0 O TS 0 PTAMS 0x00000005c8dfff68 NTAMS 0x00000005c8dfff68 space 2048K, 99% used [0x00000005c8c00000, 0x00000005c8e00000)
AC 0 O TS 0 PTAMS 0x00000005c8ffff50 NTAMS 0x00000005c8ffff50 space 2048K, 99% used [0x00000005c8e00000, 0x00000005c9000000)
AC 0 O TS 0 PTAMS 0x00000005c91fffd8 NTAMS 0x00000005c91fffd8 space 2048K, 99% used [0x00000005c9000000, 0x00000005c9200000)
AC 0 O TS 0 PTAMS 0x00000005c93fffe8 NTAMS 0x00000005c93fffe8 space 2048K, 99% used [0x00000005c9200000, 0x00000005c9400000)
AC 0 O TS 0 PTAMS 0x00000005c95fffb8 NTAMS 0x00000005c95fffb8 space 2048K, 99% used [0x00000005c9400000, 0x00000005c9600000)
AC 0 O TS 0 PTAMS 0x00000005c97ffff0 NTAMS 0x00000005c97ffff0 space 2048K, 99% used [0x00000005c9600000, 0x00000005c9800000)
AC 0 O TS 0 PTAMS 0x00000005c99fffc8 NTAMS 0x00000005c99fffc8 space 2048K, 99% used [0x00000005c9800000, 0x00000005c9a00000)
AC 0 O TS 0 PTAMS 0x00000005c9bffff0 NTAMS 0x00000005c9bffff0 space 2048K, 99% used [0x00000005c9a00000, 0x00000005c9c00000)
AC 0 O TS 0 PTAMS 0x00000005c9dffff8 NTAMS 0x00000005c9dffff8 space 2048K, 99% used [0x00000005c9c00000, 0x00000005c9e00000)
AC 0 HS TS 0 PTAMS 0x00000005c9fd4c10 NTAMS 0x00000005c9fd4c10 space 2048K, 91% used [0x00000005c9e00000, 0x00000005ca000000)
AC 0 O TS 0 PTAMS 0x00000005ca1cd620 NTAMS 0x00000005ca1cd620 space 2048K, 90% used [0x00000005ca000000, 0x00000005ca200000)
AC 0 O TS 0 PTAMS 0x00000005ca3fffd8 NTAMS 0x00000005ca3fffd8 space 2048K, 99% used [0x00000005ca200000, 0x00000005ca400000)
AC 0 O TS 0 PTAMS 0x00000005ca5fffc8 NTAMS 0x00000005ca5fffc8 space 2048K, 99% used [0x00000005ca400000, 0x00000005ca600000)
AC 0 O TS 0 PTAMS 0x00000005ca7fffc8 NTAMS 0x00000005ca7fffc8 space 2048K, 99% used [0x00000005ca600000, 0x00000005ca800000)
AC 0 O TS 0 PTAMS 0x00000005ca9fffa8 NTAMS 0x00000005ca9fffa8 space 2048K, 99% used [0x00000005ca800000, 0x00000005caa00000)
AC 0 O TS 0 PTAMS 0x00000005cabfffb8 NTAMS 0x00000005cabfffb8 space 2048K, 99% used [0x00000005caa00000, 0x00000005cac00000)
AC 0 O TS 0 PTAMS 0x00000005cadfffc0 NTAMS 0x00000005cadfffc0 space 2048K, 99% used [0x00000005cac00000, 0x00000005cae00000)
AC 0 O TS 0 PTAMS 0x00000005caffffb8 NTAMS 0x00000005caffffb8 space 2048K, 99% used [0x00000005cae00000, 0x00000005cb000000)
AC 0 O TS 0 PTAMS 0x00000005cb1ffff8 NTAMS 0x00000005cb1ffff8 space 2048K, 99% used [0x00000005cb000000, 0x00000005cb200000)
AC 0 O TS 0 PTAMS 0x00000005cb3fffb8 NTAMS 0x00000005cb3fffb8 space 2048K, 99% used [0x00000005cb200000, 0x00000005cb400000)
AC 0 O TS 0 PTAMS 0x00000005cb5ffdc8 NTAMS 0x00000005cb5ffdc8 space 2048K, 99% used [0x00000005cb400000, 0x00000005cb600000)
AC 0 O TS 0 PTAMS 0x00000005cb7fffc0 NTAMS 0x00000005cb7fffc0 space 2048K, 99% used [0x00000005cb600000, 0x00000005cb800000)
AC 0 O TS 0 PTAMS 0x00000005cb9fffc8 NTAMS 0x00000005cb9fffc8 space 2048K, 99% used [0x00000005cb800000, 0x00000005cba00000)
AC 0 O TS 0 PTAMS 0x00000005cbbffe90 NTAMS 0x00000005cbbffe90 space 2048K, 99% used [0x00000005cba00000, 0x00000005cbc00000)
AC 0 O TS 0 PTAMS 0x00000005cbdffe30 NTAMS 0x00000005cbdffe30 space 2048K, 99% used [0x00000005cbc00000, 0x00000005cbe00000)
AC 0 O TS 0 PTAMS 0x00000005cbfffff0 NTAMS 0x00000005cbfffff0 space 2048K, 99% used [0x00000005cbe00000, 0x00000005cc000000)
AC 0 O TS 0 PTAMS 0x00000005cc1fffd0 NTAMS 0x00000005cc1fffd0 space 2048K, 99% used [0x00000005cc000000, 0x00000005cc200000)
AC 0 O TS 0 PTAMS 0x00000005cc3ffd88 NTAMS 0x00000005cc3ffd88 space 2048K, 99% used [0x00000005cc200000, 0x00000005cc400000)
AC 0 O TS 0 PTAMS 0x00000005cc5ffc78 NTAMS 0x00000005cc5ffc78 space 2048K, 99% used [0x00000005cc400000, 0x00000005cc600000)
AC 0 O TS 0 PTAMS 0x00000005cc7ffff8 NTAMS 0x00000005cc7ffff8 space 2048K, 99% used [0x00000005cc600000, 0x00000005cc800000)
AC 0 O TS 0 PTAMS 0x00000005cc9fffd0 NTAMS 0x00000005cc9fffd0 space 2048K, 99% used [0x00000005cc800000, 0x00000005cca00000)
AC 0 O TS 0 PTAMS 0x00000005ccbfffe0 NTAMS 0x00000005ccbfffe0 space 2048K, 99% used [0x00000005cca00000, 0x00000005ccc00000)
AC 0 O TS 0 PTAMS 0x00000005ccdfffc0 NTAMS 0x00000005ccdfffc0 space 2048K, 99% used [0x00000005ccc00000, 0x00000005cce00000)
AC 0 O TS 0 PTAMS 0x00000005ccfffe18 NTAMS 0x00000005ccfffe18 space 2048K, 99% used [0x00000005cce00000, 0x00000005cd000000)
AC 0 O TS 0 PTAMS 0x00000005cd1fffd8 NTAMS 0x00000005cd1fffd8 space 2048K, 99% used [0x00000005cd000000, 0x00000005cd200000)
AC 0 O TS 0 PTAMS 0x00000005cd3fffd8 NTAMS 0x00000005cd3fffd8 space 2048K, 99% used [0x00000005cd200000, 0x00000005cd400000)
AC 0 O TS 0 PTAMS 0x00000005cd5fffe8 NTAMS 0x00000005cd5fffe8 space 2048K, 99% used [0x00000005cd400000, 0x00000005cd600000)
AC 0 O TS 0 PTAMS 0x00000005cd7ffe20 NTAMS 0x00000005cd7ffe20 space 2048K, 99% used [0x00000005cd600000, 0x00000005cd800000)
AC 0 O TS 0 PTAMS 0x00000005cd9fffc0 NTAMS 0x00000005cd9fffc0 space 2048K, 99% used [0x00000005cd800000, 0x00000005cda00000)
AC 0 O TS 0 PTAMS 0x00000005cdbffff8 NTAMS 0x00000005cdbffff8 space 2048K, 99% used [0x00000005cda00000, 0x00000005cdc00000)
AC 0 O TS 0 PTAMS 0x00000005cddfffc8 NTAMS 0x00000005cddfffc8 space 2048K, 99% used [0x00000005cdc00000, 0x00000005cde00000)
AC 0 O TS 0 PTAMS 0x00000005cdfffe30 NTAMS 0x00000005cdfffe30 space 2048K, 99% used [0x00000005cde00000, 0x00000005ce000000)
AC 0 O TS 0 PTAMS 0x00000005ce1fffe8 NTAMS 0x00000005ce1fffe8 space 2048K, 99% used [0x00000005ce000000, 0x00000005ce200000)
AC 0 O TS 0 PTAMS 0x00000005ce3ffff0 NTAMS 0x00000005ce3ffff0 space 2048K, 99% used [0x00000005ce200000, 0x00000005ce400000)
AC 0 O TS 0 PTAMS 0x00000005ce5fff98 NTAMS 0x00000005ce5fff98 space 2048K, 99% used [0x00000005ce400000, 0x00000005ce600000)
AC 0 O TS 0 PTAMS 0x00000005ce7fff58 NTAMS 0x00000005ce7fff58 space 2048K, 99% used [0x00000005ce600000, 0x00000005ce800000)
AC 0 O TS 0 PTAMS 0x00000005ce9fffd8 NTAMS 0x00000005ce9fffd8 space 2048K, 99% used [0x00000005ce800000, 0x00000005cea00000)
AC 0 O TS 0 PTAMS 0x00000005cebfffe8 NTAMS 0x00000005cebfffe8 space 2048K, 99% used [0x00000005cea00000, 0x00000005cec00000)
AC 0 O TS 0 PTAMS 0x00000005cedfffb0 NTAMS 0x00000005cedfffb0 space 2048K, 99% used [0x00000005cec00000, 0x00000005cee00000)
AC 0 O TS 0 PTAMS 0x00000005ceffff70 NTAMS 0x00000005ceffff70 space 2048K, 99% used [0x00000005cee00000, 0x00000005cf000000)
AC 0 O TS 0 PTAMS 0x00000005cf1fff80 NTAMS 0x00000005cf1fff80 space 2048K, 99% used [0x00000005cf000000, 0x00000005cf200000)
AC 0 O TS 0 PTAMS 0x00000005cf3fffc0 NTAMS 0x00000005cf3fffc0 space 2048K, 99% used [0x00000005cf200000, 0x00000005cf400000)
AC 0 O TS 0 PTAMS 0x00000005cf5fffe8 NTAMS 0x00000005cf5fffe8 space 2048K, 99% used [0x00000005cf400000, 0x00000005cf600000)
AC 0 O TS 0 PTAMS 0x00000005cf7fffb8 NTAMS 0x00000005cf7fffb8 space 2048K, 99% used [0x00000005cf600000, 0x00000005cf800000)
AC 0 O TS 0 PTAMS 0x00000005cf9ffff8 NTAMS 0x00000005cf9ffff8 space 2048K, 99% used [0x00000005cf800000, 0x00000005cfa00000)
AC 0 O TS 0 PTAMS 0x00000005cfbfffd8 NTAMS 0x00000005cfbfffd8 space 2048K, 99% used [0x00000005cfa00000, 0x00000005cfc00000)
AC 0 O TS 0 PTAMS 0x00000005cfdfff68 NTAMS 0x00000005cfdfff68 space 2048K, 99% used [0x00000005cfc00000, 0x00000005cfe00000)
AC 0 O TS 0 PTAMS 0x00000005cfffffc0 NTAMS 0x00000005cfffffc0 space 2048K, 99% used [0x00000005cfe00000, 0x00000005d0000000)
AC 0 O TS 0 PTAMS 0x00000005d01fffe8 NTAMS 0x00000005d01fffe8 space 2048K, 99% used [0x00000005d0000000, 0x00000005d0200000)
AC 0 O TS 0 PTAMS 0x00000005d03ffdc0 NTAMS 0x00000005d03ffdc0 space 2048K, 99% used [0x00000005d0200000, 0x00000005d0400000)
AC 0 O TS 0 PTAMS 0x00000005d05fffb8 NTAMS 0x00000005d05fffb8 space 2048K, 99% used [0x00000005d0400000, 0x00000005d0600000)
AC 0 O TS 0 PTAMS 0x00000005d07fffc8 NTAMS 0x00000005d07fffc8 space 2048K, 99% used [0x00000005d0600000, 0x00000005d0800000)
AC 0 O TS 0 PTAMS 0x00000005d09ffe80 NTAMS 0x00000005d09ffe80 space 2048K, 99% used [0x00000005d0800000, 0x00000005d0a00000)
AC 0 O TS 0 PTAMS 0x00000005d0bffff8 NTAMS 0x00000005d0bffff8 space 2048K, 99% used [0x00000005d0a00000, 0x00000005d0c00000)
AC 0 O TS 0 PTAMS 0x00000005d0e00000 NTAMS 0x00000005d0e00000 space 2048K, 100% used [0x00000005d0c00000, 0x00000005d0e00000)
AC 0 O TS 0 PTAMS 0x00000005d0ffffc8 NTAMS 0x00000005d0ffffc8 space 2048K, 99% used [0x00000005d0e00000, 0x00000005d1000000)
AC 0 O TS 0 PTAMS 0x00000005d11fffd8 NTAMS 0x00000005d11fffd8 space 2048K, 99% used [0x00000005d1000000, 0x00000005d1200000)
AC 0 O TS 0 PTAMS 0x00000005d13fffc0 NTAMS 0x00000005d13fffc0 space 2048K, 99% used [0x00000005d1200000, 0x00000005d1400000)
AC 0 O TS 0 PTAMS 0x00000005d15ffd90 NTAMS 0x00000005d15ffd90 space 2048K, 99% used [0x00000005d1400000, 0x00000005d1600000)
AC 0 O TS 0 PTAMS 0x00000005d17fffc0 NTAMS 0x00000005d17fffc0 space 2048K, 99% used [0x00000005d1600000, 0x00000005d1800000)
AC 0 O TS 0 PTAMS 0x00000005d19feff0 NTAMS 0x00000005d19feff0 space 2048K, 99% used [0x00000005d1800000, 0x00000005d1a00000)
AC 0 O TS 0 PTAMS 0x00000005d1bffff8 NTAMS 0x00000005d1bffff8 space 2048K, 99% used [0x00000005d1a00000, 0x00000005d1c00000)
AC 0 O TS 0 PTAMS 0x00000005d1dfffb8 NTAMS 0x00000005d1dfffb8 space 2048K, 99% used [0x00000005d1c00000, 0x00000005d1e00000)
AC 0 O TS 0 PTAMS 0x00000005d1ffffd8 NTAMS 0x00000005d1ffffd8 space 2048K, 99% used [0x00000005d1e00000, 0x00000005d2000000)
AC 0 O TS 0 PTAMS 0x00000005d21fff28 NTAMS 0x00000005d21fff28 space 2048K, 99% used [0x00000005d2000000, 0x00000005d2200000)
AC 0 O TS 0 PTAMS 0x00000005d23fffc8 NTAMS 0x00000005d23fffc8 space 2048K, 99% used [0x00000005d2200000, 0x00000005d2400000)
AC 0 O TS 0 PTAMS 0x00000005d25fffd8 NTAMS 0x00000005d25fffd8 space 2048K, 99% used [0x00000005d2400000, 0x00000005d2600000)
AC 0 O TS 0 PTAMS 0x00000005d27ffff8 NTAMS 0x00000005d27ffff8 space 2048K, 99% used [0x00000005d2600000, 0x00000005d2800000)
AC 0 O TS 0 PTAMS 0x00000005d29ffff8 NTAMS 0x00000005d29ffff8 space 2048K, 99% used [0x00000005d2800000, 0x00000005d2a00000)
AC 0 O TS 0 PTAMS 0x00000005d2bfffc0 NTAMS 0x00000005d2bfffc0 space 2048K, 99% used [0x00000005d2a00000, 0x00000005d2c00000)
AC 0 O TS 0 PTAMS 0x00000005d2e00000 NTAMS 0x00000005d2e00000 space 2048K, 100% used [0x00000005d2c00000, 0x00000005d2e00000)
AC 0 O TS 0 PTAMS 0x00000005d2ffffe0 NTAMS 0x00000005d2ffffe0 space 2048K, 99% used [0x00000005d2e00000, 0x00000005d3000000)
AC 0 O TS 0 PTAMS 0x00000005d31fffd0 NTAMS 0x00000005d31fffd0 space 2048K, 99% used [0x00000005d3000000, 0x00000005d3200000)
AC 0 O TS 0 PTAMS 0x00000005d33ffff0 NTAMS 0x00000005d33ffff0 space 2048K, 99% used [0x00000005d3200000, 0x00000005d3400000)
AC 0 O TS 0 PTAMS 0x00000005d3600000 NTAMS 0x00000005d3600000 space 2048K, 100% used [0x00000005d3400000, 0x00000005d3600000)
AC 0 O TS 0 PTAMS 0x00000005d37ffff8 NTAMS 0x00000005d37ffff8 space 2048K, 99% used [0x00000005d3600000, 0x00000005d3800000)
AC 0 O TS 0 PTAMS 0x00000005d39fffc8 NTAMS 0x00000005d39fffc8 space 2048K, 99% used [0x00000005d3800000, 0x00000005d3a00000)
AC 0 O TS 0 PTAMS 0x00000005d3bffd20 NTAMS 0x00000005d3bffd20 space 2048K, 99% used [0x00000005d3a00000, 0x00000005d3c00000)
AC 0 O TS 0 PTAMS 0x00000005d3dfffd8 NTAMS 0x00000005d3dfffd8 space 2048K, 99% used [0x00000005d3c00000, 0x00000005d3e00000)
AC 0 O TS 0 PTAMS 0x00000005d3ffffb8 NTAMS 0x00000005d3ffffb8 space 2048K, 99% used [0x00000005d3e00000, 0x00000005d4000000)
AC 0 O TS 0 PTAMS 0x00000005d41fffb8 NTAMS 0x00000005d41fffb8 space 2048K, 99% used [0x00000005d4000000, 0x00000005d4200000)
AC 0 O TS 0 PTAMS 0x00000005d43fffc8 NTAMS 0x00000005d43fffc8 space 2048K, 99% used [0x00000005d4200000, 0x00000005d4400000)
AC 0 O TS 0 PTAMS 0x00000005d45fffe0 NTAMS 0x00000005d45fffe0 space 2048K, 99% used [0x00000005d4400000, 0x00000005d4600000)
AC 0 O TS 0 PTAMS 0x00000005d47fffc8 NTAMS 0x00000005d47fffc8 space 2048K, 99% used [0x00000005d4600000, 0x00000005d4800000)
AC 0 O TS 0 PTAMS 0x00000005d49fffc8 NTAMS 0x00000005d49fffc8 space 2048K, 99% used [0x00000005d4800000, 0x00000005d4a00000)
AC 0 O TS 0 PTAMS 0x00000005d4bffff8 NTAMS 0x00000005d4bffff8 space 2048K, 99% used [0x00000005d4a00000, 0x00000005d4c00000)
AC 0 O TS 0 PTAMS 0x00000005d4dfed90 NTAMS 0x00000005d4dfed90 space 2048K, 99% used [0x00000005d4c00000, 0x00000005d4e00000)
AC 0 O TS 0 PTAMS 0x00000005d4ffffe0 NTAMS 0x00000005d4ffffe0 space 2048K, 99% used [0x00000005d4e00000, 0x00000005d5000000)
AC 0 O TS 0 PTAMS 0x00000005d51ffff0 NTAMS 0x00000005d51ffff0 space 2048K, 99% used [0x00000005d5000000, 0x00000005d5200000)
AC 0 O TS 0 PTAMS 0x00000005d53ffd68 NTAMS 0x00000005d53ffd68 space 2048K, 99% used [0x00000005d5200000, 0x00000005d5400000)
AC 0 O TS 0 PTAMS 0x00000005d55fff20 NTAMS 0x00000005d55fff20 space 2048K, 99% used [0x00000005d5400000, 0x00000005d5600000)
AC 0 O TS 0 PTAMS 0x00000005d57fffd0 NTAMS 0x00000005d57fffd0 space 2048K, 99% used [0x00000005d5600000, 0x00000005d5800000)
AC 0 O TS 0 PTAMS 0x00000005d59fffe8 NTAMS 0x00000005d59fffe8 space 2048K, 99% used [0x00000005d5800000, 0x00000005d5a00000)
AC 0 O TS 0 PTAMS 0x00000005d5bfffe0 NTAMS 0x00000005d5bfffe0 space 2048K, 99% used [0x00000005d5a00000, 0x00000005d5c00000)
AC 0 O TS 0 PTAMS 0x00000005d5dffff0 NTAMS 0x00000005d5dffff0 space 2048K, 99% used [0x00000005d5c00000, 0x00000005d5e00000)
AC 0 O TS 0 PTAMS 0x00000005d5ffffe8 NTAMS 0x00000005d5ffffe8 space 2048K, 99% used [0x00000005d5e00000, 0x00000005d6000000)
AC 0 O TS 0 PTAMS 0x00000005d61fff18 NTAMS 0x00000005d61fff18 space 2048K, 99% used [0x00000005d6000000, 0x00000005d6200000)
AC 0 O TS 0 PTAMS 0x00000005d63ffe60 NTAMS 0x00000005d63ffe60 space 2048K, 99% used [0x00000005d6200000, 0x00000005d6400000)
AC 0 O TS 0 PTAMS 0x00000005d6600000 NTAMS 0x00000005d6600000 space 2048K, 100% used [0x00000005d6400000, 0x00000005d6600000)
AC 0 O TS 0 PTAMS 0x00000005d6800000 NTAMS 0x00000005d6800000 space 2048K, 100% used [0x00000005d6600000, 0x00000005d6800000)
AC 0 O TS 0 PTAMS 0x00000005d6a00000 NTAMS 0x00000005d6a00000 space 2048K, 100% used [0x00000005d6800000, 0x00000005d6a00000)
AC 0 O TS 0 PTAMS 0x00000005d6bfffd8 NTAMS 0x00000005d6bfffd8 space 2048K, 99% used [0x00000005d6a00000, 0x00000005d6c00000)
AC 0 O TS 0 PTAMS 0x00000005d6dfffe0 NTAMS 0x00000005d6dfffe0 space 2048K, 99% used [0x00000005d6c00000, 0x00000005d6e00000)
AC 0 O TS 0 PTAMS 0x00000005d6fffff0 NTAMS 0x00000005d6fffff0 space 2048K, 99% used [0x00000005d6e00000, 0x00000005d7000000)
AC 0 O TS 0 PTAMS 0x00000005d7200000 NTAMS 0x00000005d7200000 space 2048K, 100% used [0x00000005d7000000, 0x00000005d7200000)
AC 0 O TS 0 PTAMS 0x00000005d73fffc0 NTAMS 0x00000005d73fffc0 space 2048K, 99% used [0x00000005d7200000, 0x00000005d7400000)
AC 0 O TS 0 PTAMS 0x00000005d75ffff8 NTAMS 0x00000005d75ffff8 space 2048K, 99% used [0x00000005d7400000, 0x00000005d7600000)
AC 0 O TS 0 PTAMS 0x00000005d7800000 NTAMS 0x00000005d7800000 space 2048K, 100% used [0x00000005d7600000, 0x00000005d7800000)
AC 0 O TS 0 PTAMS 0x00000005d79fffd8 NTAMS 0x00000005d79fffd8 space 2048K, 99% used [0x00000005d7800000, 0x00000005d7a00000)
AC 0 O TS 0 PTAMS 0x00000005d7bfffd8 NTAMS 0x00000005d7bfffd8 space 2048K, 99% used [0x00000005d7a00000, 0x00000005d7c00000)
AC 0 O TS 0 PTAMS 0x00000005d7dfffc0 NTAMS 0x00000005d7dfffc0 space 2048K, 99% used [0x00000005d7c00000, 0x00000005d7e00000)
AC 0 O TS 0 PTAMS 0x00000005d7ffffc8 NTAMS 0x00000005d7ffffc8 space 2048K, 99% used [0x00000005d7e00000, 0x00000005d8000000)
AC 0 O TS 0 PTAMS 0x00000005d81ff520 NTAMS 0x00000005d81ff520 space 2048K, 99% used [0x00000005d8000000, 0x00000005d8200000)
AC 0 O TS 0 PTAMS 0x00000005d83fffb8 NTAMS 0x00000005d83fffb8 space 2048K, 99% used [0x00000005d8200000, 0x00000005d8400000)
AC 0 O TS 0 PTAMS 0x00000005d85fffe8 NTAMS 0x00000005d85fffe8 space 2048K, 99% used [0x00000005d8400000, 0x00000005d8600000)
AC 0 O TS 0 PTAMS 0x00000005d8800000 NTAMS 0x00000005d8800000 space 2048K, 100% used [0x00000005d8600000, 0x00000005d8800000)
AC 0 HS TS 0 PTAMS 0x00000005d8955560 NTAMS 0x00000005d8955560 space 2048K, 66% used [0x00000005d8800000, 0x00000005d8a00000)
AC 0 O TS 0 PTAMS 0x00000005d8c00000 NTAMS 0x00000005d8c00000 space 2048K, 100% used [0x00000005d8a00000, 0x00000005d8c00000)
AC 0 O TS 0 PTAMS 0x00000005d8dfffb8 NTAMS 0x00000005d8dfffb8 space 2048K, 99% used [0x00000005d8c00000, 0x00000005d8e00000)
AC 0 HS TS 0 PTAMS 0x00000005d8f55560 NTAMS 0x00000005d8f55560 space 2048K, 66% used [0x00000005d8e00000, 0x00000005d9000000)
AC 0 O TS 0 PTAMS 0x00000005d91fffb8 NTAMS 0x00000005d91fffb8 space 2048K, 99% used [0x00000005d9000000, 0x00000005d9200000)
AC 0 O TS 0 PTAMS 0x00000005d9400000 NTAMS 0x00000005d9400000 space 2048K, 100% used [0x00000005d9200000, 0x00000005d9400000)
AC 0 O TS 0 PTAMS 0x00000005d95ffff8 NTAMS 0x00000005d95ffff8 space 2048K, 99% used [0x00000005d9400000, 0x00000005d9600000)
AC 0 O TS 0 PTAMS 0x00000005d97fffb8 NTAMS 0x00000005d97fffb8 space 2048K, 99% used [0x00000005d9600000, 0x00000005d9800000)
AC 0 O TS 0 PTAMS 0x00000005d99fffe8 NTAMS 0x00000005d99fffe8 space 2048K, 99% used [0x00000005d9800000, 0x00000005d9a00000)
AC 0 O TS 0 PTAMS 0x00000005d9c00000 NTAMS 0x00000005d9c00000 space 2048K, 100% used [0x00000005d9a00000, 0x00000005d9c00000)
AC 0 O TS 0 PTAMS 0x00000005d9dffff8 NTAMS 0x00000005d9dffff8 space 2048K, 99% used [0x00000005d9c00000, 0x00000005d9e00000)
AC 0 O TS 0 PTAMS 0x00000005d9ffffe8 NTAMS 0x00000005d9ffffe8 space 2048K, 99% used [0x00000005d9e00000, 0x00000005da000000)
AC 0 O TS 0 PTAMS 0x00000005da1fffe8 NTAMS 0x00000005da1fffe8 space 2048K, 99% used [0x00000005da000000, 0x00000005da200000)
AC 0 O TS 0 PTAMS 0x00000005da3fffd0 NTAMS 0x00000005da3fffd0 space 2048K, 99% used [0x00000005da200000, 0x00000005da400000)
AC 0 O TS 0 PTAMS 0x00000005da5ff700 NTAMS 0x00000005da5ff700 space 2048K, 99% used [0x00000005da400000, 0x00000005da600000)
AC 0 O TS 0 PTAMS 0x00000005da7ffff0 NTAMS 0x00000005da7ffff0 space 2048K, 99% used [0x00000005da600000, 0x00000005da800000)
AC 0 O TS 0 PTAMS 0x00000005da9fffc8 NTAMS 0x00000005da9fffc8 space 2048K, 99% used [0x00000005da800000, 0x00000005daa00000)
AC 0 O TS 0 PTAMS 0x00000005dabfffd0 NTAMS 0x00000005dabfffd0 space 2048K, 99% used [0x00000005daa00000, 0x00000005dac00000)
AC 0 O TS 0 PTAMS 0x00000005dae00000 NTAMS 0x00000005dae00000 space 2048K, 100% used [0x00000005dac00000, 0x00000005dae00000)
AC 0 O TS 0 PTAMS 0x00000005daffff20 NTAMS 0x00000005daffff20 space 2048K, 99% used [0x00000005dae00000, 0x00000005db000000)
AC 0 O TS 0 PTAMS 0x00000005db1ffff0 NTAMS 0x00000005db1ffff0 space 2048K, 99% used [0x00000005db000000, 0x00000005db200000)
AC 0 O TS 0 PTAMS 0x00000005db400000 NTAMS 0x00000005db400000 space 2048K, 100% used [0x00000005db200000, 0x00000005db400000)
AC 0 O TS 0 PTAMS 0x00000005db5fffe8 NTAMS 0x00000005db5fffe8 space 2048K, 99% used [0x00000005db400000, 0x00000005db600000)
AC 0 O TS 0 PTAMS 0x00000005db7fffe8 NTAMS 0x00000005db7fffe8 space 2048K, 99% used [0x00000005db600000, 0x00000005db800000)
AC 0 O TS 0 PTAMS 0x00000005db9fffe8 NTAMS 0x00000005db9fffe8 space 2048K, 99% used [0x00000005db800000, 0x00000005dba00000)
AC 0 O TS 0 PTAMS 0x00000005dbbffff0 NTAMS 0x00000005dbbffff0 space 2048K, 99% used [0x00000005dba00000, 0x00000005dbc00000)
AC 0 O TS 0 PTAMS 0x00000005dbe00000 NTAMS 0x00000005dbe00000 space 2048K, 100% used [0x00000005dbc00000, 0x00000005dbe00000)
AC 0 O TS 0 PTAMS 0x00000005dbffffe8 NTAMS 0x00000005dbffffe8 space 2048K, 99% used [0x00000005dbe00000, 0x00000005dc000000)
AC 0 O TS 0 PTAMS 0x00000005dc1ffff0 NTAMS 0x00000005dc1ffff0 space 2048K, 99% used [0x00000005dc000000, 0x00000005dc200000)
AC 0 O TS 0 PTAMS 0x00000005dc3fff70 NTAMS 0x00000005dc3fff70 space 2048K, 99% used [0x00000005dc200000, 0x00000005dc400000)
AC 0 O TS 0 PTAMS 0x00000005dc5fff68 NTAMS 0x00000005dc5fff68 space 2048K, 99% used [0x00000005dc400000, 0x00000005dc600000)
AC 0 O TS 0 PTAMS 0x00000005dc800000 NTAMS 0x00000005dc800000 space 2048K, 100% used [0x00000005dc600000, 0x00000005dc800000)
AC 0 O TS 0 PTAMS 0x00000005dc9ffff8 NTAMS 0x00000005dc9ffff8 space 2048K, 99% used [0x00000005dc800000, 0x00000005dca00000)
AC 0 O TS 0 PTAMS 0x00000005dcbfffe8 NTAMS 0x00000005dcbfffe8 space 2048K, 99% used [0x00000005dca00000, 0x00000005dcc00000)
AC 0 O TS 0 PTAMS 0x00000005dce00000 NTAMS 0x00000005dce00000 space 2048K, 100% used [0x00000005dcc00000, 0x00000005dce00000)
AC 0 O TS 0 PTAMS 0x00000005dd000000 NTAMS 0x00000005dd000000 space 2048K, 100% used [0x00000005dce00000, 0x00000005dd000000)
AC 0 O TS 0 PTAMS 0x00000005dd200000 NTAMS 0x00000005dd200000 space 2048K, 100% used [0x00000005dd000000, 0x00000005dd200000)
AC 0 O TS 0 PTAMS 0x00000005dd3fffe8 NTAMS 0x00000005dd3fffe8 space 2048K, 99% used [0x00000005dd200000, 0x00000005dd400000)
AC 0 O TS 0 PTAMS 0x00000005dd5ffbd0 NTAMS 0x00000005dd5ffbd0 space 2048K, 99% used [0x00000005dd400000, 0x00000005dd600000)
AC 0 O TS 0 PTAMS 0x00000005dd7ffff0 NTAMS 0x00000005dd7ffff0 space 2048K, 99% used [0x00000005dd600000, 0x00000005dd800000)
AC 0 O TS 0 PTAMS 0x00000005dd9fffc8 NTAMS 0x00000005dd9fffc8 space 2048K, 99% used [0x00000005dd800000, 0x00000005dda00000)
AC 0 O TS 0 PTAMS 0x00000005ddbfffc8 NTAMS 0x00000005ddbfffc8 space 2048K, 99% used [0x00000005dda00000, 0x00000005ddc00000)
AC 0 O TS 0 PTAMS 0x00000005dddfffb0 NTAMS 0x00000005dddfffb0 space 2048K, 99% used [0x00000005ddc00000, 0x00000005dde00000)
AC 0 O TS 0 PTAMS 0x00000005ddffffe8 NTAMS 0x00000005ddffffe8 space 2048K, 99% used [0x00000005dde00000, 0x00000005de000000)
AC 0 O TS 0 PTAMS 0x00000005de1ffff0 NTAMS 0x00000005de1ffff0 space 2048K, 99% used [0x00000005de000000, 0x00000005de200000)
AC 0 O TS 0 PTAMS 0x00000005de3fde78 NTAMS 0x00000005de3fde78 space 2048K, 99% used [0x00000005de200000, 0x00000005de400000)
AC 0 HS TS 0 PTAMS 0x00000005de500010 NTAMS 0x00000005de500010 space 2048K, 50% used [0x00000005de400000, 0x00000005de600000)
AC 0 O TS 0 PTAMS 0x00000005de7ffcc0 NTAMS 0x00000005de7ffcc0 space 2048K, 99% used [0x00000005de600000, 0x00000005de800000)
AC 0 O TS 0 PTAMS 0x00000005de9ffff0 NTAMS 0x00000005de9ffff0 space 2048K, 99% used [0x00000005de800000, 0x00000005dea00000)
AC 0 O TS 0 PTAMS 0x00000005debffff8 NTAMS 0x00000005debffff8 space 2048K, 99% used [0x00000005dea00000, 0x00000005dec00000)
AC 0 O TS 0 PTAMS 0x00000005dedfffb0 NTAMS 0x00000005dedfffb0 space 2048K, 99% used [0x00000005dec00000, 0x00000005dee00000)
AC 0 O TS 0 PTAMS 0x00000005deffffc0 NTAMS 0x00000005deffffc0 space 2048K, 99% used [0x00000005dee00000, 0x00000005df000000)
AC 0 O TS 0 PTAMS 0x00000005df1fffe8 NTAMS 0x00000005df1fffe8 space 2048K, 99% used [0x00000005df000000, 0x00000005df200000)
AC 0 O TS 0 PTAMS 0x00000005df3fffe8 NTAMS 0x00000005df3fffe8 space 2048K, 99% used [0x00000005df200000, 0x00000005df400000)
AC 0 O TS 0 PTAMS 0x00000005df5fffd0 NTAMS 0x00000005df5fffd0 space 2048K, 99% used [0x00000005df400000, 0x00000005df600000)
AC 0 O TS 0 PTAMS 0x00000005df800000 NTAMS 0x00000005df800000 space 2048K, 100% used [0x00000005df600000, 0x00000005df800000)
AC 0 O TS 0 PTAMS 0x00000005dfa00000 NTAMS 0x00000005dfa00000 space 2048K, 100% used [0x00000005df800000, 0x00000005dfa00000)
AC 0 O TS 0 PTAMS 0x00000005dfbffff8 NTAMS 0x00000005dfbffff8 space 2048K, 99% used [0x00000005dfa00000, 0x00000005dfc00000)
AC 0 HS TS 0 PTAMS 0x00000005e0155550 NTAMS 0x00000005e0155550 space 6144K, 88% used [0x00000005dfc00000, 0x00000005e0200000)
AC 0 HC TS 0 PTAMS 0x00000005dfe00000 NTAMS 0x00000005dfe00000 space 2048K, 100% used [0x00000005dfe00000, 0x00000005e0000000)
AC 0 HC TS 0 PTAMS 0x00000005e0000000 NTAMS 0x00000005e0000000 space 2048K, 66% used [0x00000005e0000000, 0x00000005e0200000)
AC 0 O TS 0 PTAMS 0x00000005e0400000 NTAMS 0x00000005e0400000 space 2048K, 100% used [0x00000005e0200000, 0x00000005e0400000)
AC 0 O TS 0 PTAMS 0x00000005e05ffff0 NTAMS 0x00000005e05ffff0 space 2048K, 99% used [0x00000005e0400000, 0x00000005e0600000)
AC 0 O TS 0 PTAMS 0x00000005e0800000 NTAMS 0x00000005e0800000 space 2048K, 100% used [0x00000005e0600000, 0x00000005e0800000)
AC 0 O TS 0 PTAMS 0x00000005e09fd348 NTAMS 0x00000005e09fd348 space 2048K, 99% used [0x00000005e0800000, 0x00000005e0a00000)
AC 0 O TS 0 PTAMS 0x00000005e0bfffe0 NTAMS 0x00000005e0bfffe0 space 2048K, 99% used [0x00000005e0a00000, 0x00000005e0c00000)
AC 0 O TS 0 PTAMS 0x00000005e0e00000 NTAMS 0x00000005e0e00000 space 2048K, 100% used [0x00000005e0c00000, 0x00000005e0e00000)
AC 0 O TS 0 PTAMS 0x00000005e1000000 NTAMS 0x00000005e1000000 space 2048K, 100% used [0x00000005e0e00000, 0x00000005e1000000)
AC 0 O TS 0 PTAMS 0x00000005e1200000 NTAMS 0x00000005e1200000 space 2048K, 100% used [0x00000005e1000000, 0x00000005e1200000)
AC 0 O TS 0 PTAMS 0x00000005e1400000 NTAMS 0x00000005e1400000 space 2048K, 100% used [0x00000005e1200000, 0x00000005e1400000)
AC 0 O TS 0 PTAMS 0x00000005e1600000 NTAMS 0x00000005e1600000 space 2048K, 100% used [0x00000005e1400000, 0x00000005e1600000)
AC 0 O TS 0 PTAMS 0x00000005e1800000 NTAMS 0x00000005e1800000 space 2048K, 100% used [0x00000005e1600000, 0x00000005e1800000)
AC 0 O TS 0 PTAMS 0x00000005e1a00000 NTAMS 0x00000005e1a00000 space 2048K, 100% used [0x00000005e1800000, 0x00000005e1a00000)
AC 0 O TS 0 PTAMS 0x00000005e1c00000 NTAMS 0x00000005e1c00000 space 2048K, 100% used [0x00000005e1a00000, 0x00000005e1c00000)
AC 0 O TS 0 PTAMS 0x00000005e1e00000 NTAMS 0x00000005e1e00000 space 2048K, 100% used [0x00000005e1c00000, 0x00000005e1e00000)
AC 0 O TS 1 PTAMS 0x00000005e1f00008 NTAMS 0x00000005e1f00008 space 2048K, 50% used [0x00000005e1e00000, 0x00000005e2000000)
AC 0 O TS 0 PTAMS 0x00000005e2200000 NTAMS 0x00000005e2200000 space 2048K, 100% used [0x00000005e2000000, 0x00000005e2200000)
AC 0 O TS 0 PTAMS 0x00000005e2400000 NTAMS 0x00000005e2400000 space 2048K, 100% used [0x00000005e2200000, 0x00000005e2400000)
AC 0 O TS 0 PTAMS 0x00000005e2600000 NTAMS 0x00000005e2600000 space 2048K, 100% used [0x00000005e2400000, 0x00000005e2600000)
AC 0 O TS 0 PTAMS 0x00000005e2800000 NTAMS 0x00000005e2800000 space 2048K, 100% used [0x00000005e2600000, 0x00000005e2800000)
AC 0 O TS 0 PTAMS 0x00000005e2a00000 NTAMS 0x00000005e2a00000 space 2048K, 100% used [0x00000005e2800000, 0x00000005e2a00000)
AC 0 O TS 0 PTAMS 0x00000005e2c00000 NTAMS 0x00000005e2c00000 space 2048K, 100% used [0x00000005e2a00000, 0x00000005e2c00000)
AC 0 O TS 0 PTAMS 0x00000005e2e00000 NTAMS 0x00000005e2e00000 space 2048K, 100% used [0x00000005e2c00000, 0x00000005e2e00000)
AC 0 O TS 0 PTAMS 0x00000005e3000000 NTAMS 0x00000005e3000000 space 2048K, 100% used [0x00000005e2e00000, 0x00000005e3000000)
AC 0 O TS 0 PTAMS 0x00000005e3200000 NTAMS 0x00000005e3200000 space 2048K, 100% used [0x00000005e3000000, 0x00000005e3200000)
AC 0 O TS 0 PTAMS 0x00000005e3400000 NTAMS 0x00000005e3400000 space 2048K, 100% used [0x00000005e3200000, 0x00000005e3400000)
AC 0 O TS 0 PTAMS 0x00000005e3600000 NTAMS 0x00000005e3600000 space 2048K, 100% used [0x00000005e3400000, 0x00000005e3600000)
AC 0 F TS 0 PTAMS 0x00000005e3600000 NTAMS 0x00000005e3600000 space 2048K, 0% used [0x00000005e3600000, 0x00000005e3800000)
AC 0 O TS 0 PTAMS 0x00000005e3a00000 NTAMS 0x00000005e3a00000 space 2048K, 100% used [0x00000005e3800000, 0x00000005e3a00000)
AC 0 O TS 0 PTAMS 0x00000005e3c00000 NTAMS 0x00000005e3c00000 space 2048K, 100% used [0x00000005e3a00000, 0x00000005e3c00000)
AC 0 O TS 0 PTAMS 0x00000005e3e00000 NTAMS 0x00000005e3e00000 space 2048K, 100% used [0x00000005e3c00000, 0x00000005e3e00000)
AC 0 O TS 0 PTAMS 0x00000005e4000000 NTAMS 0x00000005e4000000 space 2048K, 100% used [0x00000005e3e00000, 0x00000005e4000000)
AC 0 O TS 0 PTAMS 0x00000005e4200000 NTAMS 0x00000005e4200000 space 2048K, 100% used [0x00000005e4000000, 0x00000005e4200000)
AC 0 O TS 0 PTAMS 0x00000005e4400000 NTAMS 0x00000005e4400000 space 2048K, 100% used [0x00000005e4200000, 0x00000005e4400000)
AC 0 O TS 0 PTAMS 0x00000005e4600000 NTAMS 0x00000005e4600000 space 2048K, 100% used [0x00000005e4400000, 0x00000005e4600000)
AC 0 O TS 0 PTAMS 0x00000005e4800000 NTAMS 0x00000005e4800000 space 2048K, 100% used [0x00000005e4600000, 0x00000005e4800000)
AC 0 O TS 0 PTAMS 0x00000005e4a00000 NTAMS 0x00000005e4a00000 space 2048K, 100% used [0x00000005e4800000, 0x00000005e4a00000)
AC 0 O TS 0 PTAMS 0x00000005e4c00000 NTAMS 0x00000005e4c00000 space 2048K, 100% used [0x00000005e4a00000, 0x00000005e4c00000)
AC 0 O TS 0 PTAMS 0x00000005e4e00000 NTAMS 0x00000005e4e00000 space 2048K, 100% used [0x00000005e4c00000, 0x00000005e4e00000)
AC 0 O TS 0 PTAMS 0x00000005e5000000 NTAMS 0x00000005e5000000 space 2048K, 100% used [0x00000005e4e00000, 0x00000005e5000000)
AC 0 O TS 0 PTAMS 0x00000005e5200000 NTAMS 0x00000005e5200000 space 2048K, 100% used [0x00000005e5000000, 0x00000005e5200000)
AC 0 O TS 0 PTAMS 0x00000005e5400000 NTAMS 0x00000005e5400000 space 2048K, 100% used [0x00000005e5200000, 0x00000005e5400000)
AC 0 O TS 0 PTAMS 0x00000005e5600000 NTAMS 0x00000005e5600000 space 2048K, 100% used [0x00000005e5400000, 0x00000005e5600000)
AC 0 O TS 0 PTAMS 0x00000005e5800000 NTAMS 0x00000005e5800000 space 2048K, 100% used [0x00000005e5600000, 0x00000005e5800000)
AC 0 HS TS 0 PTAMS 0x00000005e5eb8010 NTAMS 0x00000005e5eb8010 space 8192K, 83% used [0x00000005e5800000, 0x00000005e6000000)
AC 0 HC TS 0 PTAMS 0x00000005e5a00000 NTAMS 0x00000005e5a00000 space 2048K, 100% used [0x00000005e5a00000, 0x00000005e5c00000)
AC 0 HC TS 0 PTAMS 0x00000005e5c00000 NTAMS 0x00000005e5c00000 space 2048K, 100% used [0x00000005e5c00000, 0x00000005e5e00000)
AC 0 HC TS 0 PTAMS 0x00000005e5e00000 NTAMS 0x00000005e5e00000 space 2048K, 35% used [0x00000005e5e00000, 0x00000005e6000000)
AC 0 O TS 0 PTAMS 0x00000005e6200000 NTAMS 0x00000005e6200000 space 2048K, 100% used [0x00000005e6000000, 0x00000005e6200000)
AC 0 HS TS 0 PTAMS 0x00000005e6200000 NTAMS 0x00000005e6200000 space 2048K, 67% used [0x00000005e6200000, 0x00000005e6400000)
AC 0 O TS 0 PTAMS 0x00000005e6600000 NTAMS 0x00000005e6600000 space 2048K, 100% used [0x00000005e6400000, 0x00000005e6600000)
AC 0 HS TS 0 PTAMS 0x00000005e6600000 NTAMS 0x00000005e6600000 space 2048K, 67% used [0x00000005e6600000, 0x00000005e6800000)
AC 0 O TS 0 PTAMS 0x00000005e6a00000 NTAMS 0x00000005e6a00000 space 2048K, 100% used [0x00000005e6800000, 0x00000005e6a00000)
AC 0 F TS 0 PTAMS 0x00000005e6a00000 NTAMS 0x00000005e6a00000 space 2048K, 0% used [0x00000005e6a00000, 0x00000005e6c00000)
AC 0 O TS 0 PTAMS 0x00000005e6e00000 NTAMS 0x00000005e6e00000 space 2048K, 100% used [0x00000005e6c00000, 0x00000005e6e00000)
AC 0 O TS 0 PTAMS 0x00000005e7000000 NTAMS 0x00000005e7000000 space 2048K, 100% used [0x00000005e6e00000, 0x00000005e7000000)
AC 0 F TS 0 PTAMS 0x00000005e7000000 NTAMS 0x00000005e7000000 space 2048K, 0% used [0x00000005e7000000, 0x00000005e7200000)
AC 0 O TS 0 PTAMS 0x00000005e7400000 NTAMS 0x00000005e7400000 space 2048K, 100% used [0x00000005e7200000, 0x00000005e7400000)
AC 0 O TS 0 PTAMS 0x00000005e7600000 NTAMS 0x00000005e7600000 space 2048K, 100% used [0x00000005e7400000, 0x00000005e7600000)
AC 0 O TS 0 PTAMS 0x00000005e7800000 NTAMS 0x00000005e7800000 space 2048K, 100% used [0x00000005e7600000, 0x00000005e7800000)
AC 0 O TS 0 PTAMS 0x00000005e7a00000 NTAMS 0x00000005e7a00000 space 2048K, 100% used [0x00000005e7800000, 0x00000005e7a00000)
AC 0 O TS 0 PTAMS 0x00000005e7c00000 NTAMS 0x00000005e7c00000 space 2048K, 100% used [0x00000005e7a00000, 0x00000005e7c00000)
AC 0 O TS 0 PTAMS 0x00000005e7e00000 NTAMS 0x00000005e7e00000 space 2048K, 100% used [0x00000005e7c00000, 0x00000005e7e00000)
AC 0 O TS 0 PTAMS 0x00000005e8000000 NTAMS 0x00000005e8000000 space 2048K, 100% used [0x00000005e7e00000, 0x00000005e8000000)
AC 0 O TS 0 PTAMS 0x00000005e8200000 NTAMS 0x00000005e8200000 space 2048K, 100% used [0x00000005e8000000, 0x00000005e8200000)
AC 0 HS TS 0 PTAMS 0x00000005e8300010 NTAMS 0x00000005e8300010 space 2048K, 50% used [0x00000005e8200000, 0x00000005e8400000)
AC 0 F TS 0 PTAMS 0x00000005e8400000 NTAMS 0x00000005e8400000 space 2048K, 0% used [0x00000005e8400000, 0x00000005e8600000)
AC 0 F TS 0 PTAMS 0x00000005e8600000 NTAMS 0x00000005e8600000 space 2048K, 0% used [0x00000005e8600000, 0x00000005e8800000)
AC 0 F TS 0 PTAMS 0x00000005e8800000 NTAMS 0x00000005e8800000 space 2048K, 0% used [0x00000005e8800000, 0x00000005e8a00000)
AC 0 HS TS 0 PTAMS 0x00000005e8e00010 NTAMS 0x00000005e8e00010 space 6144K, 66% used [0x00000005e8a00000, 0x00000005e9000000)
AC 0 HC TS 0 PTAMS 0x00000005e8c00000 NTAMS 0x00000005e8c00000 space 2048K, 100% used [0x00000005e8c00000, 0x00000005e8e00000)
AC 0 HC TS 0 PTAMS 0x00000005e8e00000 NTAMS 0x00000005e8e00000 space 2048K, 0% used [0x00000005e8e00000, 0x00000005e9000000)
AC 0 HS TS 0 PTAMS 0x00000005e9ecc010 NTAMS 0x00000005e9ecc010 space 16384K, 92% used [0x00000005e9000000, 0x00000005ea000000)
AC 0 HC TS 0 PTAMS 0x00000005e9200000 NTAMS 0x00000005e9200000 space 2048K, 100% used [0x00000005e9200000, 0x00000005e9400000)
AC 0 HC TS 0 PTAMS 0x00000005e9400000 NTAMS 0x00000005e9400000 space 2048K, 100% used [0x00000005e9400000, 0x00000005e9600000)
AC 0 HC TS 0 PTAMS 0x00000005e9600000 NTAMS 0x00000005e9600000 space 2048K, 100% used [0x00000005e9600000, 0x00000005e9800000)
AC 0 HC TS 0 PTAMS 0x00000005e9800000 NTAMS 0x00000005e9800000 space 2048K, 100% used [0x00000005e9800000, 0x00000005e9a00000)
AC 0 HC TS 0 PTAMS 0x00000005e9a00000 NTAMS 0x00000005e9a00000 space 2048K, 100% used [0x00000005e9a00000, 0x00000005e9c00000)
AC 0 HC TS 0 PTAMS 0x00000005e9c00000 NTAMS 0x00000005e9c00000 space 2048K, 100% used [0x00000005e9c00000, 0x00000005e9e00000)
AC 0 HC TS 0 PTAMS 0x00000005e9e00000 NTAMS 0x00000005e9e00000 space 2048K, 39% used [0x00000005e9e00000, 0x00000005ea000000)
AC 0 F TS 0 PTAMS 0x00000005ea000000 NTAMS 0x00000005ea000000 space 2048K, 0% used [0x00000005ea000000, 0x00000005ea200000)
AC 0 HS TS 0 PTAMS 0x00000005ea358890 NTAMS 0x00000005ea358890 space 2048K, 67% used [0x00000005ea200000, 0x00000005ea400000)
AC 0 F TS 0 PTAMS 0x00000005ea400000 NTAMS 0x00000005ea400000 space 2048K, 0% used [0x00000005ea400000, 0x00000005ea600000)
AC 0 HS TS 0 PTAMS 0x00000005eabb8010 NTAMS 0x00000005eabb8010 space 6144K, 95% used [0x00000005ea600000, 0x00000005eac00000)
AC 0 HC TS 0 PTAMS 0x00000005ea800000 NTAMS 0x00000005ea800000 space 2048K, 100% used [0x00000005ea800000, 0x00000005eaa00000)
AC 0 HC TS 0 PTAMS 0x00000005eaa00000 NTAMS 0x00000005eaa00000 space 2048K, 85% used [0x00000005eaa00000, 0x00000005eac00000)
AC 0 HS TS 0 PTAMS 0x00000005eb1b8010 NTAMS 0x00000005eb1b8010 space 6144K, 95% used [0x00000005eac00000, 0x00000005eb200000)
AC 0 HC TS 0 PTAMS 0x00000005eae00000 NTAMS 0x00000005eae00000 space 2048K, 100% used [0x00000005eae00000, 0x00000005eb000000)
AC 0 HC TS 0 PTAMS 0x00000005eb000000 NTAMS 0x00000005eb000000 space 2048K, 85% used [0x00000005eb000000, 0x00000005eb200000)
AC 0 O TS 0 PTAMS 0x00000005eb400000 NTAMS 0x00000005eb400000 space 2048K, 100% used [0x00000005eb200000, 0x00000005eb400000)
AC 0 O TS 0 PTAMS 0x00000005eb600000 NTAMS 0x00000005eb600000 space 2048K, 100% used [0x00000005eb400000, 0x00000005eb600000)
AC 0 F TS 0 PTAMS 0x00000005eb600000 NTAMS 0x00000005eb600000 space 2048K, 0% used [0x00000005eb600000, 0x00000005eb800000)
AC 0 F TS 0 PTAMS 0x00000005eb800000 NTAMS 0x00000005eb800000 space 2048K, 0% used [0x00000005eb800000, 0x00000005eba00000)
AC 0 HS TS 0 PTAMS 0x00000005ec0b8010 NTAMS 0x00000005ec0b8010 space 8192K, 83% used [0x00000005eba00000, 0x00000005ec200000)
AC 0 HC TS 0 PTAMS 0x00000005ebc00000 NTAMS 0x00000005ebc00000 space 2048K, 100% used [0x00000005ebc00000, 0x00000005ebe00000)
AC 0 HC TS 0 PTAMS 0x00000005ebe00000 NTAMS 0x00000005ebe00000 space 2048K, 100% used [0x00000005ebe00000, 0x00000005ec000000)
AC 0 HC TS 0 PTAMS 0x00000005ec000000 NTAMS 0x00000005ec000000 space 2048K, 35% used [0x00000005ec000000, 0x00000005ec200000)
AC 0 F TS 0 PTAMS 0x00000005ec200000 NTAMS 0x00000005ec200000 space 2048K, 0% used [0x00000005ec200000, 0x00000005ec400000)
AC 0 F TS 0 PTAMS 0x00000005ec400000 NTAMS 0x00000005ec400000 space 2048K, 0% used [0x00000005ec400000, 0x00000005ec600000)
AC 0 O TS 0 PTAMS 0x00000005ec800000 NTAMS 0x00000005ec800000 space 2048K, 100% used [0x00000005ec600000, 0x00000005ec800000)
AC 0 F TS 0 PTAMS 0x00000005ec800000 NTAMS 0x00000005ec800000 space 2048K, 0% used [0x00000005ec800000, 0x00000005eca00000)
AC 0 HS TS 0 PTAMS 0x00000005ecb86740 NTAMS 0x00000005ecb86740 space 2048K, 76% used [0x00000005eca00000, 0x00000005ecc00000)
AC 0 F TS 0 PTAMS 0x00000005ecc00000 NTAMS 0x00000005ecc00000 space 2048K, 0% used [0x00000005ecc00000, 0x00000005ece00000)
AC 0 F TS 0 PTAMS 0x00000005ece00000 NTAMS 0x00000005ece00000 space 2048K, 0% used [0x00000005ece00000, 0x00000005ed000000)
AC 0 S TS 1 PTAMS 0x00000005ed000000 NTAMS 0x00000005ed000000 space 2048K, 93% used [0x00000005ed000000, 0x00000005ed200000)
AC 0 S TS 1 PTAMS 0x00000005ed200000 NTAMS 0x00000005ed200000 space 2048K, 100% used [0x00000005ed200000, 0x00000005ed400000)
AC 0 E CS TS 0 PTAMS 0x00000005ed400000 NTAMS 0x00000005ed400000 space 2048K, 100% used [0x00000005ed400000, 0x00000005ed600000)
AC 0 E CS TS 0 PTAMS 0x00000005ed600000 NTAMS 0x00000005ed600000 space 2048K, 100% used [0x00000005ed600000, 0x00000005ed800000)
AC 0 E CS TS 0 PTAMS 0x00000005ed800000 NTAMS 0x00000005ed800000 space 2048K, 100% used [0x00000005ed800000, 0x00000005eda00000)
AC 0 E CS TS 0 PTAMS 0x00000005eda00000 NTAMS 0x00000005eda00000 space 2048K, 100% used [0x00000005eda00000, 0x00000005edc00000)
AC 0 E CS TS 0 PTAMS 0x00000005f0600000 NTAMS 0x00000005f0600000 space 2048K, 100% used [0x00000005f0600000, 0x00000005f0800000)
AC 0 E CS TS 0 PTAMS 0x00000005f0800000 NTAMS 0x00000005f0800000 space 2048K, 100% used [0x00000005f0800000, 0x00000005f0a00000)
AC 0 E CS TS 0 PTAMS 0x00000005f0a00000 NTAMS 0x00000005f0a00000 space 2048K, 100% used [0x00000005f0a00000, 0x00000005f0c00000)
AC 0 E CS TS 0 PTAMS 0x00000005f0c00000 NTAMS 0x00000005f0c00000 space 2048K, 100% used [0x00000005f0c00000, 0x00000005f0e00000)
AC 0 HS TS 0 PTAMS 0x00000005f1ccc010 NTAMS 0x00000005f1ccc010 space 16384K, 92% used [0x00000005f0e00000, 0x00000005f1e00000)
AC 0 HC TS 0 PTAMS 0x00000005f1000000 NTAMS 0x00000005f1000000 space 2048K, 100% used [0x00000005f1000000, 0x00000005f1200000)
AC 0 HC TS 0 PTAMS 0x00000005f1200000 NTAMS 0x00000005f1200000 space 2048K, 100% used [0x00000005f1200000, 0x00000005f1400000)
AC 0 HC TS 0 PTAMS 0x00000005f1400000 NTAMS 0x00000005f1400000 space 2048K, 100% used [0x00000005f1400000, 0x00000005f1600000)
AC 0 HC TS 0 PTAMS 0x00000005f1600000 NTAMS 0x00000005f1600000 space 2048K, 100% used [0x00000005f1600000, 0x00000005f1800000)
AC 0 HC TS 0 PTAMS 0x00000005f1800000 NTAMS 0x00000005f1800000 space 2048K, 100% used [0x00000005f1800000, 0x00000005f1a00000)
AC 0 HC TS 0 PTAMS 0x00000005f1a00000 NTAMS 0x00000005f1a00000 space 2048K, 100% used [0x00000005f1a00000, 0x00000005f1c00000)
AC 0 HC TS 0 PTAMS 0x00000005f1c00000 NTAMS 0x00000005f1c00000 space 2048K, 39% used [0x00000005f1c00000, 0x00000005f1e00000)
AC 0 E CS TS 0 PTAMS 0x00000005f1e00000 NTAMS 0x00000005f1e00000 space 2048K, 100% used [0x00000005f1e00000, 0x00000005f2000000)
AC 0 E CS TS 0 PTAMS 0x00000005f2000000 NTAMS 0x00000005f2000000 space 2048K, 100% used [0x00000005f2000000, 0x00000005f2200000)
AC 0 E CS TS 0 PTAMS 0x00000005f2200000 NTAMS 0x00000005f2200000 space 2048K, 100% used [0x00000005f2200000, 0x00000005f2400000)
AC 0 E CS TS 0 PTAMS 0x00000005f2400000 NTAMS 0x00000005f2400000 space 2048K, 100% used [0x00000005f2400000, 0x00000005f2600000)
AC 0 E CS TS 0 PTAMS 0x00000005f3600000 NTAMS 0x00000005f3600000 space 2048K, 100% used [0x00000005f3600000, 0x00000005f3800000)
AC 0 E CS TS 0 PTAMS 0x00000005f3800000 NTAMS 0x00000005f3800000 space 2048K, 100% used [0x00000005f3800000, 0x00000005f3a00000)
AC 0 E CS TS 0 PTAMS 0x00000005f3a00000 NTAMS 0x00000005f3a00000 space 2048K, 92% used [0x00000005f3a00000, 0x00000005f3c00000)
AC 0 E CS TS 0 PTAMS 0x00000005f3c00000 NTAMS 0x00000005f3c00000 space 2048K, 100% used [0x00000005f3c00000, 0x00000005f3e00000)
AC 0 E CS TS 0 PTAMS 0x00000005f3e00000 NTAMS 0x00000005f3e00000 space 2048K, 100% used [0x00000005f3e00000, 0x00000005f4000000)
AC 0 E CS TS 0 PTAMS 0x00000005f4000000 NTAMS 0x00000005f4000000 space 2048K, 100% used [0x00000005f4000000, 0x00000005f4200000)
AC 0 E CS TS 0 PTAMS 0x00000005f4200000 NTAMS 0x00000005f4200000 space 2048K, 100% used [0x00000005f4200000, 0x00000005f4400000)
Card table byte_map: [0x000001ebde6b0000,0x000001ebdf6b0000] byte_map_base: 0x000001ebdb8a8000
Marking Bits (Prev, Next): (CMBitMap*) 0x000001ebcb1a3600, (CMBitMap*) 0x000001ebcb1a35a8
Prev Bits: [0x000001ebe8670000, 0x000001ebf0630000)
Next Bits: [0x000001ebe06b0000, 0x000001ebe8670000)
Polling page: 0x000001ebcb050000
CodeCache: size=245760Kb used=35665Kb max_used=36226Kb free=210094Kb
bounds [0x000001ebce6b0000, 0x000001ebd0aa0000, 0x000001ebdd6b0000]
total_blobs=10335 nmethods=8612 adapters=1634
compilation: enabled
Compilation events (10 events):
Event: 894.932 Thread 0x000001ebf40f0800 13030 3 class.xs64DqLwkT::<init> (16 bytes)
Event: 894.932 Thread 0x000001ebf40f0800 nmethod 13030 0x000001ebd05ed390 code [0x000001ebd05ed4e0, 0x000001ebd05ed698]
Event: 894.932 Thread 0x000001ebf40f0800 13031 3 class.zUP610U1fr::FZOk5L6Gfy (37 bytes)
Event: 894.933 Thread 0x000001ebf40f0800 nmethod 13031 0x000001ebd0829d90 code [0x000001ebd0829fe0, 0x000001ebd082af60]
Event: 894.933 Thread 0x000001ebf40f0800 13032 3 class.dJ2LHqiT90::FZOk5L6Gfy (120 bytes)
Event: 894.933 Thread 0x000001ebf40f0800 nmethod 13032 0x000001ebceefd250 code [0x000001ebceefd4c0, 0x000001ebceefe490]
Event: 894.953 Thread 0x000001ebf40ec800 13033 4 class.cHJYkgydCr::FZOk5L6Gfy (44 bytes)
Event: 894.956 Thread 0x000001ebf40ec800 nmethod 13033 0x000001ebd02c2190 code [0x000001ebd02c2340, 0x000001ebd02c27f8]
Event: 895.482 Thread 0x000001ebf40f0800 13034 3 class.lwT7WfLrk::FZOk5L6Gfy (515 bytes)
Event: 895.483 Thread 0x000001ebf40f0800 nmethod 13034 0x000001ebd069e810 code [0x000001ebd069ec40, 0x000001ebd069fd20]
GC Heap History (10 events):
Event: 888.694 GC heap after
Heap after GC invocations=220 (full 2):
garbage-first heap total 780288K, used 712440K [0x00000005c1000000, 0x00000005c1200be8, 0x00000007c0000000)
region size 2048K, 3 young (6144K), 3 survivors (6144K)
Metaspace used 46494K, capacity 48095K, committed 48384K, reserved 1091584K
class space used 4987K, capacity 5295K, committed 5376K, reserved 1048576K
}
Event: 891.273 GC heap before
{Heap before GC invocations=221 (full 2):
garbage-first heap total 780288K, used 729716K [0x00000005c1000000, 0x00000005c1200be8, 0x00000007c0000000)
region size 2048K, 19 young (38912K), 3 survivors (6144K)
Metaspace used 46494K, capacity 48095K, committed 48384K, reserved 1091584K
class space used 4987K, capacity 5295K, committed 5376K, reserved 1048576K
Event: 891.287 GC heap after
Heap after GC invocations=222 (full 2):
garbage-first heap total 780288K, used 699649K [0x00000005c1000000, 0x00000005c1200be8, 0x00000007c0000000)
region size 2048K, 3 young (6144K), 3 survivors (6144K)
Metaspace used 46494K, capacity 48095K, committed 48384K, reserved 1091584K
class space used 4987K, capacity 5295K, committed 5376K, reserved 1048576K
}
Event: 893.682 GC heap before
{Heap before GC invocations=222 (full 2):
garbage-first heap total 780288K, used 732417K [0x00000005c1000000, 0x00000005c1200be8, 0x00000007c0000000)
region size 2048K, 19 young (38912K), 3 survivors (6144K)
Metaspace used 46494K, capacity 48095K, committed 48384K, reserved 1091584K
class space used 4987K, capacity 5295K, committed 5376K, reserved 1048576K
Event: 893.697 GC heap after
Heap after GC invocations=223 (full 2):
garbage-first heap total 780288K, used 691561K [0x00000005c1000000, 0x00000005c1200be8, 0x00000007c0000000)
region size 2048K, 3 young (6144K), 3 survivors (6144K)
Metaspace used 46494K, capacity 48095K, committed 48384K, reserved 1091584K
class space used 4987K, capacity 5295K, committed 5376K, reserved 1048576K
}
Event: 895.893 GC heap before
{Heap before GC invocations=223 (full 2):
garbage-first heap total 780288K, used 724329K [0x00000005c1000000, 0x00000005c1200be8, 0x00000007c0000000)
region size 2048K, 19 young (38912K), 3 survivors (6144K)
Metaspace used 46496K, capacity 48095K, committed 48384K, reserved 1091584K
class space used 4987K, capacity 5295K, committed 5376K, reserved 1048576K
Event: 895.910 GC heap after
Heap after GC invocations=224 (full 2):
garbage-first heap total 780288K, used 690936K [0x00000005c1000000, 0x00000005c1200be8, 0x00000007c0000000)
region size 2048K, 3 young (6144K), 3 survivors (6144K)
Metaspace used 46496K, capacity 48095K, committed 48384K, reserved 1091584K
class space used 4987K, capacity 5295K, committed 5376K, reserved 1048576K
}
Event: 896.226 GC heap before
{Heap before GC invocations=224 (full 2):
garbage-first heap total 780288K, used 695032K [0x00000005c1000000, 0x00000005c1200be8, 0x00000007c0000000)
region size 2048K, 6 young (12288K), 3 survivors (6144K)
Metaspace used 46496K, capacity 48095K, committed 48384K, reserved 1091584K
class space used 4987K, capacity 5295K, committed 5376K, reserved 1048576K
Event: 896.231 GC heap after
Heap after GC invocations=225 (full 2):
garbage-first heap total 780288K, used 695908K [0x00000005c1000000, 0x00000005c1200be8, 0x00000007c0000000)
region size 2048K, 2 young (4096K), 2 survivors (4096K)
Metaspace used 46496K, capacity 48095K, committed 48384K, reserved 1091584K
class space used 4987K, capacity 5295K, committed 5376K, reserved 1048576K
}
Event: 898.931 GC heap before
{Heap before GC invocations=226 (full 2):
garbage-first heap total 780288K, used 721189K [0x00000005c1000000, 0x00000005c1200be8, 0x00000007c0000000)
region size 2048K, 19 young (38912K), 2 survivors (4096K)
Metaspace used 46496K, capacity 48095K, committed 48384K, reserved 1091584K
class space used 4987K, capacity 5295K, committed 5376K, reserved 1048576K
Deoptimization events (10 events):
Event: 811.038 Thread 0x000001ebfd103000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000001ebd07e21a8 method=class.ug2L2oHav9.FZOk5L6Gfy(IIIIZ)V @ 108
Event: 841.942 Thread 0x000001ebfd103000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001ebcf7608e4 method=class.xalt4RF34.FZOk5L6Gfy(Lclass/YTQEWFwHv;)V @ 32
Event: 868.954 Thread 0x000001ebfd0fe000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001ebd062fb90 method=class.Z1D1PsSfGi.FZOk5L6Gfy(Lclass/bM9lf9H6vw;Lclass/Lnn0KGgx7A;Lclass/YTQEWFwHv;Lclass/YTQEWFwHv;Lclass/YTQEWFwHv;Lclass/f1BdzKtTv;Lclass/LOz1ry93q;Lclass/izlyKzYS9u;Lclass
Event: 870.352 Thread 0x000001ebfd103000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001ebcfe120bc method=class.JBgHUFEM2g.FZOk5L6Gfy()Z @ 227
Event: 870.407 Thread 0x000001ebfd103000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001ebcf4f571c method=class.lwT7WfLrk.FZOk5L6Gfy(FF)Z @ 72
Event: 874.392 Thread 0x000001ebfd103000 Uncommon trap: reason=predicate action=maybe_recompile pc=0x000001ebd064b190 method=java.util.TimSort.binarySort([Ljava/lang/Object;IIILjava/util/Comparator;)V @ 37
Event: 875.255 Thread 0x000001ebfd103000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001ebd0341818 method=class.N44t0I063H.XwhlvVTrl()V @ 217
Event: 875.752 Thread 0x000001ebfd0fb000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001ebd08caa60 method=class.AUpqV6NB7.FZOk5L6Gfy(Ljava/lang/Object;)V @ 1206
Event: 878.941 Thread 0x000001ebfd102800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001ebcfd7b800 method=class.p6aMoxXNv.FZOk5L6Gfy(Ljava/nio/FloatBuffer;Lclass/PfNKZ0uaUW;)V @ 65
Event: 887.896 Thread 0x000001ebfd103000 Uncommon trap: reason=null_check action=make_not_entrant pc=0x000001ebcea291e8 method=class.YqDHAJZe3c.FZOk5L6Gfy(Ljava/lang/String;)V @ 20
Classes redefined (0 events):
No events
Internal exceptions (10 events):
Event: 702.293 Thread 0x000001ebfdd7f000 Exception <a 'java/io/IOException'> (0x00000005f1d5ba18) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u201\12322\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 702.293 Thread 0x000001ebfdd7f000 Exception <a 'java/io/IOException'> (0x00000005f1d5bea8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u201\12322\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 702.293 Thread 0x000001ebfdd7f000 Exception <a 'java/io/IOException'> (0x00000005f1d5c5b8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u201\12322\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 702.293 Thread 0x000001ebfdd7f000 Exception <a 'java/io/IOException'> (0x00000005f1d5ca00) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u201\12322\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 702.293 Thread 0x000001ebfdd7f000 Exception <a 'java/io/IOException'> (0x00000005f1d5ce48) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u201\12322\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 765.013 Thread 0x000001ebfd103000 Implicit null exception at 0x000001ebcfe0bbd8 to 0x000001ebcfe0c00d
Event: 845.909 Thread 0x000001ebfd103000 Exception <a 'java/io/IOException'> (0x00000005f1acc600) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u201\12322\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 845.909 Thread 0x000001ebfd103000 Exception <a 'java/io/IOException'> (0x00000005f1acca48) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u201\12322\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 845.909 Thread 0x000001ebfd103000 Exception <a 'java/io/IOException'> (0x00000005f1acce90) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u201\12322\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 887.896 Thread 0x000001ebfd103000 Implicit null exception at 0x000001ebcea28900 to 0x000001ebcea291dd
Events (10 events):
Event: 896.475 Executing VM operation: RevokeBias done
Event: 896.476 Executing VM operation: RevokeBias
Event: 896.476 Executing VM operation: RevokeBias done
Event: 896.476 Executing VM operation: RevokeBias
Event: 896.476 Executing VM operation: RevokeBias done
Event: 896.476 Executing VM operation: RevokeBias
Event: 896.476 Executing VM operation: RevokeBias done
Event: 896.476 Executing VM operation: RevokeBias
Event: 896.476 Executing VM operation: RevokeBias done
Event: 898.931 Executing VM operation: G1IncCollectionPause
Dynamic libraries:
0x00007ff78a420000 - 0x00007ff78a94d000 T:\Wurm Online\WurmLauncher64.exe
0x00007ffd533e0000 - 0x00007ffd535d0000 C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ffd53090000 - 0x00007ffd53142000 C:\WINDOWS\System32\KERNEL32.DLL
0x00007ffd510c0000 - 0x00007ffd51363000 C:\WINDOWS\System32\KERNELBASE.dll
0x00007ffd4e400000 - 0x00007ffd4e48f000 C:\WINDOWS\SYSTEM32\apphelp.dll
0x00007ffcf7ee0000 - 0x00007ffcf8372000 C:\WINDOWS\SYSTEM32\AcLayers.DLL
0x00007ffd53260000 - 0x00007ffd532fe000 C:\WINDOWS\System32\msvcrt.dll
0x00007ffd51e30000 - 0x00007ffd51fc4000 C:\WINDOWS\System32\USER32.dll
0x00007ffd51090000 - 0x00007ffd510b1000 C:\WINDOWS\System32\win32u.dll
0x00007ffd53370000 - 0x00007ffd53396000 C:\WINDOWS\System32\GDI32.dll
0x00007ffd50ef0000 - 0x00007ffd51084000 C:\WINDOWS\System32\gdi32full.dll
0x00007ffd51370000 - 0x00007ffd5140e000 C:\WINDOWS\System32\msvcp_win.dll
0x00007ffd50ca0000 - 0x00007ffd50d9a000 C:\WINDOWS\System32\ucrtbase.dll
0x00007ffd52bc0000 - 0x00007ffd52c12000 C:\WINDOWS\System32\SHLWAPI.dll
0x00007ffd52440000 - 0x00007ffd52776000 C:\WINDOWS\System32\combase.dll
0x00007ffd52e40000 - 0x00007ffd52f60000 C:\WINDOWS\System32\RPCRT4.dll
0x00007ffd50420000 - 0x00007ffd504a0000 C:\WINDOWS\System32\bcryptPrimitives.dll
0x00007ffd52fd0000 - 0x00007ffd53073000 C:\WINDOWS\System32\ADVAPI32.dll
0x00007ffd52780000 - 0x00007ffd52817000 C:\WINDOWS\System32\sechost.dll
0x000001ebc5f00000 - 0x000001ebc5f03000 C:\WINDOWS\SYSTEM32\sfc.dll
0x00007ffd43cb0000 - 0x00007ffd43d39000 C:\WINDOWS\SYSTEM32\WINSPOOL.DRV
0x00007ffd502b0000 - 0x00007ffd502c1000 C:\WINDOWS\System32\kernel.appcore.dll
0x00007ffd51410000 - 0x00007ffd51436000 C:\WINDOWS\System32\bcrypt.dll
0x00007ffd4c960000 - 0x00007ffd4ca4f000 C:\WINDOWS\SYSTEM32\PROPSYS.dll
0x00007ffd52d70000 - 0x00007ffd52e34000 C:\WINDOWS\System32\OLEAUT32.dll
0x00007ffd51510000 - 0x00007ffd515b9000 C:\WINDOWS\System32\shcore.dll
0x00007ffd4f7e0000 - 0x00007ffd4f81a000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
0x00007ffd32940000 - 0x00007ffd32951000 C:\WINDOWS\SYSTEM32\sfc_os.DLL
0x00007ffd35930000 - 0x00007ffd35941000 C:\WINDOWS\SYSTEM32\SortWindows61.dll
0x00007ffd52820000 - 0x00007ffd5284e000 C:\WINDOWS\System32\IMM32.DLL
0x00007ffd52af0000 - 0x00007ffd52bc0000 C:\WINDOWS\System32\COMDLG32.dll
0x00007ffd51740000 - 0x00007ffd51e25000 C:\WINDOWS\System32\SHELL32.dll
0x00007ffd51440000 - 0x00007ffd5148a000 C:\WINDOWS\System32\cfgmgr32.dll
0x00007ffd504c0000 - 0x00007ffd50c40000 C:\WINDOWS\System32\windows.storage.dll
0x00007ffd437f0000 - 0x00007ffd43a75000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.18362.752_none_e6c0b5ed1312b70c\COMCTL32.dll
0x00007ffd502f0000 - 0x00007ffd50313000 C:\WINDOWS\System32\profapi.dll
0x00007ffd50320000 - 0x00007ffd5036a000 C:\WINDOWS\System32\powrprof.dll
0x00007ffd502a0000 - 0x00007ffd502b0000 C:\WINDOWS\System32\UMPDC.dll
0x00007ffd504a0000 - 0x00007ffd504b7000 C:\WINDOWS\System32\cryptsp.dll
0x00007ffd515e0000 - 0x00007ffd51737000 C:\WINDOWS\System32\ole32.dll
0x00007ffd53300000 - 0x00007ffd5336f000 C:\WINDOWS\System32\WS2_32.dll
0x00007ffd50da0000 - 0x00007ffd50ee9000 C:\WINDOWS\System32\CRYPT32.dll
0x00007ffd502d0000 - 0x00007ffd502e2000 C:\WINDOWS\System32\MSASN1.dll
0x00007ffd52f60000 - 0x00007ffd52fc8000 C:\WINDOWS\System32\WLDAP32.dll
0x00007ffd48f50000 - 0x00007ffd48f57000 C:\WINDOWS\SYSTEM32\MSIMG32.dll
0x00007ffd4e540000 - 0x00007ffd4e5d9000 C:\WINDOWS\SYSTEM32\UxTheme.dll
0x00007ffd3d900000 - 0x00007ffd3d999000 C:\WINDOWS\SYSTEM32\MSVCP140.dll
0x00007ffd3cef0000 - 0x00007ffd3cf07000 C:\WINDOWS\SYSTEM32\VCRUNTIME140.dll
0x00007ffd52c20000 - 0x00007ffd52d56000 C:\WINDOWS\System32\MSCTF.dll
0x00007ffd34b30000 - 0x00007ffd34bce000 C:\WINDOWS\System32\TextInputFramework.dll
0x00007ffd4ac40000 - 0x00007ffd4af6a000 C:\WINDOWS\System32\CoreUIComponents.dll
0x00007ffd4e1f0000 - 0x00007ffd4e2c4000 C:\WINDOWS\System32\CoreMessaging.dll
0x00007ffd4f2c0000 - 0x00007ffd4f2f1000 C:\WINDOWS\SYSTEM32\ntmarta.dll
0x00007ffd4bf60000 - 0x00007ffd4c0b3000 C:\WINDOWS\SYSTEM32\wintypes.dll
0x00007ffd44090000 - 0x00007ffd44336000 C:\WINDOWS\System32\iertutil.dll
0x00007ffd3dc90000 - 0x00007ffd3dc9c000 C:\WINDOWS\SYSTEM32\secur32.dll
0x00007ffd50190000 - 0x00007ffd501bf000 C:\WINDOWS\SYSTEM32\SSPICLI.DLL
0x00007ffd4fac0000 - 0x00007ffd4fb27000 C:\WINDOWS\system32\mswsock.dll
0x00007ffd4f820000 - 0x00007ffd4f8ea000 C:\WINDOWS\SYSTEM32\DNSAPI.dll
0x00007ffd52ae0000 - 0x00007ffd52ae8000 C:\WINDOWS\System32\NSI.dll
0x00007ffd4a690000 - 0x00007ffd4a69a000 C:\Windows\System32\rasadhlp.dll
0x00007ffd4a220000 - 0x00007ffd4a297000 C:\WINDOWS\System32\fwpuclnt.dll
0x00007ffd4f570000 - 0x00007ffd4f5f8000 C:\WINDOWS\system32\schannel.DLL
0x00007ffd2d550000 - 0x00007ffd2d565000 C:\WINDOWS\SYSTEM32\mskeyprotect.dll
0x00007ffd4fdc0000 - 0x00007ffd4fde6000 C:\WINDOWS\SYSTEM32\ncrypt.dll
0x00007ffd4fd80000 - 0x00007ffd4fdbb000 C:\WINDOWS\SYSTEM32\NTASN1.dll
0x00007ffd2d6a0000 - 0x00007ffd2d6c5000 C:\WINDOWS\system32\ncryptsslp.dll
0x00007ffd30370000 - 0x00007ffd30403000 C:\WINDOWS\SYSTEM32\DUser.dll
0x00007ffd1f7b0000 - 0x00007ffd1f7bd000 C:\WINDOWS\SYSTEM32\atlthunk.dll
0x0000000050420000 - 0x0000000050cc4000 T:\Wurm Online\win64\runtime\bin\server\jvm.dll
0x00007ffd53080000 - 0x00007ffd53088000 C:\WINDOWS\System32\PSAPI.DLL
0x0000000051a60000 - 0x0000000051b31000 T:\Wurm Online\win64\runtime\bin\MSVCR100.dll
0x00007ffd3aee0000 - 0x00007ffd3aee9000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x00007ffd4c100000 - 0x00007ffd4c124000 C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ffd4a3d0000 - 0x00007ffd4a3da000 C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007ffd4c0d0000 - 0x00007ffd4c0fd000 C:\WINDOWS\SYSTEM32\WINMMBASE.dll
0x00007ffd370b0000 - 0x00007ffd370bf000 T:\Wurm Online\win64\runtime\bin\verify.dll
0x00007ffd2c6d0000 - 0x00007ffd2c6f9000 T:\Wurm Online\win64\runtime\bin\java.dll
0x00007ffd2f990000 - 0x00007ffd2f9a6000 T:\Wurm Online\win64\runtime\bin\zip.dll
0x00007ffcfa410000 - 0x00007ffcfa5a9000 T:\Wurm Online\win64\runtime\bin\awt.dll
0x00007ffd4ea00000 - 0x00007ffd4ea2d000 C:\WINDOWS\system32\DWMAPI.DLL
0x00007ffcf9de0000 - 0x00007ffcf9f36000 C:\WINDOWS\system32\opengl32.dll
0x00007ffd29090000 - 0x00007ffd290bc000 C:\WINDOWS\SYSTEM32\GLU32.dll
0x00007ffd4ef40000 - 0x00007ffd4ef60000 C:\WINDOWS\SYSTEM32\dxcore.dll
0x00007ffd447e0000 - 0x00007ffd449a7000 C:\WINDOWS\system32\d3d9.dll
0x00007ffd47530000 - 0x00007ffd4761f000 C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_e0a5a1b06de180e3\nvldumdx.dll
0x00007ffd4a3a0000 - 0x00007ffd4a3cf000 C:\WINDOWS\SYSTEM32\cryptnet.dll
0x00007ffd4fc40000 - 0x00007ffd4fc4c000 C:\WINDOWS\SYSTEM32\cryptbase.dll
0x00007ffd50c40000 - 0x00007ffd50c9c000 C:\WINDOWS\System32\WINTRUST.DLL
0x00007ffd515c0000 - 0x00007ffd515dd000 C:\WINDOWS\System32\imagehlp.dll
0x00007ffd4f640000 - 0x00007ffd4f673000 C:\WINDOWS\system32\rsaenh.dll
0x00007ffd0d080000 - 0x00007ffd0e5a3000 C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_e0a5a1b06de180e3\nvd3dumx.dll
0x00007ffd36cc0000 - 0x00007ffd36f84000 C:\WINDOWS\system32\nvspcap64.dll
0x00007ffd4ee80000 - 0x00007ffd4eea2000 C:\WINDOWS\SYSTEM32\gpapi.dll
0x00007ffd2c690000 - 0x00007ffd2c6aa000 T:\Wurm Online\win64\runtime\bin\net.dll
0x00007ffd47350000 - 0x00007ffd47525000 C:\WINDOWS\SYSTEM32\urlmon.dll
0x00007ffd249f0000 - 0x00007ffd24a01000 T:\Wurm Online\win64\runtime\bin\nio.dll
0x00007ffd24220000 - 0x00007ffd24284000 C:\Users\Spoof\AppData\Local\Temp\lwjglSpoof\3.2.3-1.2.0\lwjgl.dll
0x00007ffd12430000 - 0x00007ffd12492000 C:\Users\Spoof\AppData\Local\Temp\lwjglSpoof\3.2.3-1.2.0\glfw.dll
0x00007ffd23f10000 - 0x00007ffd23f53000 C:\WINDOWS\SYSTEM32\dinput8.dll
0x00007ffd2e4e0000 - 0x00007ffd2e4f1000 C:\WINDOWS\SYSTEM32\xinput1_4.dll
0x00007ffd500a0000 - 0x00007ffd500ca000 C:\WINDOWS\SYSTEM32\DEVOBJ.dll
0x00007ffd34a10000 - 0x00007ffd34b2a000 C:\WINDOWS\SYSTEM32\inputhost.dll
0x00007ffd4ee70000 - 0x00007ffd4ee7e000 C:\WINDOWS\SYSTEM32\HID.DLL
0x00007ffd51fd0000 - 0x00007ffd52440000 C:\WINDOWS\System32\SETUPAPI.DLL
0x000001ebcd2f0000 - 0x000001ebcd2f3000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-console-l1-1-0.dll
0x000001ebcd300000 - 0x000001ebcd303000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-datetime-l1-1-0.dll
0x000001ebcd310000 - 0x000001ebcd313000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-debug-l1-1-0.dll
0x000001ebcd320000 - 0x000001ebcd323000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-errorhandling-l1-1-0.dll
0x000001ebcd330000 - 0x000001ebcd334000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-file-l1-1-0.dll
0x000001ebff1d0000 - 0x000001ebff1d3000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-file-l1-2-0.dll
0x000001ebff1e0000 - 0x000001ebff1e3000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-file-l2-1-0.dll
0x000001ebff1f0000 - 0x000001ebff1f3000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-handle-l1-1-0.dll
0x000001ebff200000 - 0x000001ebff203000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-heap-l1-1-0.dll
0x000001ebff210000 - 0x000001ebff213000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-interlocked-l1-1-0.dll
0x000001ebff220000 - 0x000001ebff223000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-libraryloader-l1-1-0.dll
0x000001ebff230000 - 0x000001ebff233000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-localization-l1-2-0.dll
0x000001ebff240000 - 0x000001ebff243000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-memory-l1-1-0.dll
0x000001ebff250000 - 0x000001ebff253000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-namedpipe-l1-1-0.dll
0x000001ebff260000 - 0x000001ebff263000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-processenvironment-l1-1-0.dll
0x000001ebff270000 - 0x000001ebff273000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-processthreads-l1-1-0.dll
0x000001ebff280000 - 0x000001ebff283000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-processthreads-l1-1-1.dll
0x000001ebff290000 - 0x000001ebff293000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-profile-l1-1-0.dll
0x000001ebff2a0000 - 0x000001ebff2a3000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-rtlsupport-l1-1-0.dll
0x000001ebff2b0000 - 0x000001ebff2b3000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-string-l1-1-0.dll
0x000001ebff2c0000 - 0x000001ebff2c3000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-synch-l1-1-0.dll
0x000001ebff2d0000 - 0x000001ebff2d3000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-synch-l1-2-0.dll
0x000001ebff2e0000 - 0x000001ebff2e3000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-sysinfo-l1-1-0.dll
VM Arguments:
jvm_args: -Dworkdir=T:\Wurm Online -Djava.library.path=T:\Wurm Online -XX:+UseG1GC -XX:MaxGCPauseMillis=8 -XX:+UseStringDeduplication -XX:+AggressiveOpts -XX:MinHeapFreeRatio=11 -XX:MaxHeapFreeRatio=18 -Xverify:none
java_command: <unknown>
java_class_path (initial): T:\Wurm Online\client_live.jar
Launcher Type: generic
Environment Variables:
PATH=C:\WINDOWS\system32;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\NVIDIA Corporation\NVIDIA NGX;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Users\Spoof\AppData\Local\Microsoft\WindowsApps
USERNAME=Spoof
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 158 Stepping 12, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 10.0 , 64 bit Build 18362 (10.0.18362.752)
CPU:total 6 (initial active 6) (6 cores per cpu, 1 threads per core) family 6 model 158 stepping 12, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, rtm, 3dnowpref, lzcnt, tsc, tscinvbit, bmi1, bmi2, adx
Memory: 4k page, physical 33485252k(17732728k free), swap 48845252k(23534380k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (25.201-b09) for windows-amd64 JRE (1.8.0_201-b09), built on Dec 15 2018 18:36:39 by "java_re" with MS VC++ 10.0 (VS2010)
time: Fri Mar 27 22:25:25 2020
timezone: Pacific Daylight Time
elapsed time: 898 seconds (0d 0h 14m 58s)
hs_err log 2
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000507f4242, pid=8428, tid=0x0000000000001ffc
#
# JRE version: Java(TM) SE Runtime Environment (8.0_201-b09) (build 1.8.0_201-b09)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.201-b09 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# V [jvm.dll+0x3d4242]
#
# Failed to write core dump. 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
#
--------------- T H R E A D ---------------
Current thread (0x000001bcec088800): GCTaskThread [stack: 0x0000004383f00000,0x0000004384000000] [id=8188]
siginfo: ExceptionCode=0xc0000005, writing address 0x0000000000008809
Registers:
RAX=0x0000000000008880, RBX=0x00236e090000887f, RCX=0x000000000000887f, RDX=0x000001bcec0643a0
RSP=0x0000004383fff180, RBP=0x0000004383fff7f0, RSI=0x0000000000000000, RDI=0x000001bcec075de0
R8 =0x0000000000000002, R9 =0x000000002626ec3e, R10=0x0000000000000002, R11=0x000001bcec083390
R12=0x0000000000000006, R13=0x0000004383fff250, R14=0x0000000000000000, R15=0x0000000000000000
RIP=0x00000000507f4242, EFLAGS=0x0000000000010202
Top of Stack: (sp=0x0000004383fff180)
0x0000004383fff180: 002358eb0000d7fd 000000005080321d
0x0000004383fff190: 002358eb0000d7fd 0000004383fff630
0x0000004383fff1a0: 00236e090000887f 00236e080000887f
0x0000004383fff1b0: 0000000000000000 002233ae0001c4db
0x0000004383fff1c0: 002233ae0001c4dc 002233ae0001c4da
0x0000004383fff1d0: 00000005edd70368 002233ae0001c4db
0x0000004383fff1e0: 0000004383fff350 0000004383fff430
0x0000004383fff1f0: 000001bcec081e30 0000004383fff430
0x0000004383fff200: 000001bcec075de0 000001bcec075de0
0x0000004383fff210: 0000000000000000 00000000507f5fb7
0x0000004383fff220: 00236e0900008880 0000004383fff630
0x0000004383fff230: 0000004383fff350 000001bcec075de0
0x0000004383fff240: 00000043852ff370 00000000507f6f9f
0x0000004383fff250: 00000005edba89b9 0000000000000000
0x0000004383fff260: 0000000000000000 00000043852ff370
0x0000004383fff270: 0000004383fff2c0 0000000000000000
Instructions: (pc=0x00000000507f4242)
0x00000000507f4222: a0 00 00 00 25 ff ff 01 00 89 84 24 a0 00 00 00
0x00000000507f4232: 75 07 ff 84 24 a4 00 00 00 48 8b 8c 24 a0 00 00
0x00000000507f4242: 00 48 89 5c 24 58 48 89 4c 24 40 e9 84 00 00 00
0x00000000507f4252: 0f 85 95 00 00 00 48 8b 47 10 8d 4e ff 83 e1 01
Register to memory mapping:
RAX=0x0000000000008880 is an unknown value
RBX=0x00236e090000887f is an unknown value
RCX=0x000000000000887f is an unknown value
RDX=0x000001bcec0643a0 is an unknown value
RSP=0x0000004383fff180 is an unknown value
RBP=0x0000004383fff7f0 is an unknown value
RSI=0x0000000000000000 is an unknown value
RDI=0x000001bcec075de0 is an unknown value
R8 =0x0000000000000002 is an unknown value
R9 =0x000000002626ec3e is an unknown value
R10=0x0000000000000002 is an unknown value
R11=0x000001bcec083390 is an unknown value
R12=0x0000000000000006 is an unknown value
R13=0x0000004383fff250 is an unknown value
R14=0x0000000000000000 is an unknown value
R15=0x0000000000000000 is an unknown value
Stack: [0x0000004383f00000,0x0000004384000000], sp=0x0000004383fff180, free space=1020k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x3d4242]
V [jvm.dll+0x3d5fb7]
V [jvm.dll+0x3d6f9f]
V [jvm.dll+0x2825c0]
V [jvm.dll+0x29fb6a]
C [MSVCR100.dll+0x21db7]
C [MSVCR100.dll+0x21e53]
C [KERNEL32.DLL+0x17bd4]
C [ntdll.dll+0x6ced1]
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x000001bd063b2800 JavaThread "Sound Loader 2" daemon [_thread_blocked, id=22628, stack(0x0000004386f00000,0x0000004387000000)]
0x000001bd063ac800 JavaThread "Sound Loader 1" daemon [_thread_blocked, id=17364, stack(0x0000004389800000,0x0000004389900000)]
0x000001bd063ae000 JavaThread "Sound Loader 0" daemon [_thread_blocked, id=18112, stack(0x0000004389700000,0x0000004389800000)]
0x000001bc95656000 JavaThread "WOM Model Loader 3" daemon [_thread_blocked, id=8392, stack(0x0000004389500000,0x0000004389600000)]
0x000001bc95655800 JavaThread "WOM Model Loader 2" daemon [_thread_blocked, id=7136, stack(0x0000004389400000,0x0000004389500000)]
0x000001bc95651000 JavaThread "WOM Model Loader 1" daemon [_thread_blocked, id=10600, stack(0x0000004389300000,0x0000004389400000)]
0x000001bc95654800 JavaThread "WOM Model Loader 0" daemon [_thread_blocked, id=21376, stack(0x0000004389200000,0x0000004389300000)]
0x000001bc95654000 JavaThread "Collada Model Loader 0" daemon [_thread_blocked, id=14720, stack(0x0000004389100000,0x0000004389200000)]
0x000001bc95650000 JavaThread "Wurm-Fast-Clock-Workaround-Thread" daemon [_thread_blocked, id=17084, stack(0x0000004388f00000,0x0000004389000000)]
0x000001bc95652800 JavaThread "Wurm SonarSoundEngine Thread" daemon [_thread_blocked, id=24288, stack(0x0000004388d00000,0x0000004388e00000)]
0x000001bc95648800 JavaThread "Java Sound Event Dispatcher" daemon [_thread_blocked, id=13844, stack(0x0000004388a00000,0x0000004388b00000)]
0x000001bc9564f800 JavaThread "Sound Unloader" daemon [_thread_blocked, id=11520, stack(0x0000004388700000,0x0000004388800000)]
0x000001bc9564e800 JavaThread "Wurm 4.1.102(9470347) main thread" [_thread_blocked, id=20808, stack(0x0000004388200000,0x0000004388300000)]
0x000001bc95648000 JavaThread "Job executor 2" [_thread_blocked, id=8036, stack(0x0000004388100000,0x0000004388200000)]
0x000001bc9564d000 JavaThread "Job executor 1" [_thread_blocked, id=10212, stack(0x0000004388000000,0x0000004388100000)]
0x000001bc95647000 JavaThread "Job executor 0" [_thread_blocked, id=15648, stack(0x0000004387f00000,0x0000004388000000)]
0x000001bc95649800 JavaThread "Job executor 5" [_thread_blocked, id=5156, stack(0x0000004387e00000,0x0000004387f00000)]
0x000001bc9564c800 JavaThread "Job executor 4" [_thread_blocked, id=14624, stack(0x0000004387d00000,0x0000004387e00000)]
0x000001bc9564e000 JavaThread "Job executor 3" [_thread_blocked, id=20512, stack(0x0000004387c00000,0x0000004387d00000)]
0x000001bc9564b800 JavaThread "Job executor 2" [_thread_blocked, id=12800, stack(0x0000004387b00000,0x0000004387c00000)]
0x000001bc9564b000 JavaThread "Job executor 1" [_thread_blocked, id=18856, stack(0x0000004387a00000,0x0000004387b00000)]
0x000001bc9564a000 JavaThread "Job executor 0" [_thread_blocked, id=23892, stack(0x0000004387900000,0x0000004387a00000)]
0x000001bca2f1c800 JavaThread "Disposer" daemon [_thread_blocked, id=3932, stack(0x0000004386e00000,0x0000004386f00000)]
0x000001bca2f1b800 JavaThread "Prism Font Disposer" daemon [_thread_blocked, id=22904, stack(0x0000004385e00000,0x0000004385f00000)]
0x000001bc964da800 JavaThread "Timer-0" [_thread_blocked, id=24448, stack(0x0000004386c00000,0x0000004386d00000)]
0x000001bc963c3000 JavaThread "Thread-5" daemon [_thread_blocked, id=22676, stack(0x00000043867f0000,0x00000043868f0000)]
0x000001bc96294000 JavaThread "JavaFX Application Thread" [_thread_in_native, id=5160, stack(0x0000004386680000,0x0000004386780000)]
0x000001bc96291000 JavaThread "Thread-4" daemon [_thread_blocked, id=13484, stack(0x0000004386580000,0x0000004386680000)]
0x000001bc962d8000 JavaThread "QuantumRenderer-0" daemon [_thread_blocked, id=1804, stack(0x0000004386480000,0x0000004386580000)]
0x000001bc959f7800 JavaThread "JavaFX-Launcher" [_thread_blocked, id=13848, stack(0x0000004386380000,0x0000004386480000)]
0x000001bc95c09000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=18416, stack(0x0000004385f00000,0x0000004386000000)]
0x000001bc959ff000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=18376, stack(0x0000004385d00000,0x0000004385e00000)]
0x000001bc95162000 JavaThread "Service Thread" daemon [_thread_blocked, id=17352, stack(0x0000004385b00000,0x0000004385c00000)]
0x000001bc950db000 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=20316, stack(0x0000004385a00000,0x0000004385b00000)]
0x000001bc950d6800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=18576, stack(0x0000004385900000,0x0000004385a00000)]
0x000001bc950d4000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=2368, stack(0x0000004385800000,0x0000004385900000)]
0x000001bc950c9800 JavaThread "Attach Listener" daemon [_thread_blocked, id=24548, stack(0x0000004385700000,0x0000004385800000)]
0x000001bc950c9000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=6560, stack(0x0000004385600000,0x0000004385700000)]
0x000001bc950c8000 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=7452, stack(0x0000004385500000,0x0000004385600000)]
0x000001bc9507a000 JavaThread "Finalizer" daemon [_thread_blocked, id=16956, stack(0x0000004385400000,0x0000004385500000)]
0x000001bc95069800 JavaThread "Reference Handler" daemon [_thread_blocked, id=18204, stack(0x0000004385300000,0x0000004385400000)]
0x000001bcec066800 JavaThread "main" [_thread_blocked, id=6864, stack(0x0000004383a00000,0x0000004383b00000)]
Other Threads:
0x000001bc95040800 VMThread [stack: 0x0000004385200000,0x0000004385300000] [id=15644]
0x000001bc9516c000 WatcherThread [stack: 0x0000004385c00000,0x0000004385d00000] [id=23052]
=>0x000001bcec088800 (exited) GCTaskThread [stack: 0x0000004383f00000,0x0000004384000000] [id=8188]
VM state:at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
[0x000001bcec061cd0] Threads_lock - owner thread: 0x000001bc95040800
[0x000001bcec0622d0] Heap_lock - owner thread: 0x000001bc9564c800
heap address: 0x00000005c1000000, size: 8176 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
Narrow klass base: 0x0000000000000000, Narrow klass shift: 3
Compressed class space size: 1073741824 Address: 0x00000007c0000000
Heap:
garbage-first heap total 778240K, used 685406K [0x00000005c1000000, 0x00000005c1200be0, 0x00000007c0000000)
region size 2048K, 19 young (38912K), 3 survivors (6144K)
Metaspace used 46499K, capacity 48193K, committed 48384K, reserved 1091584K
class space used 4988K, capacity 5326K, committed 5376K, reserved 1048576K
Heap Regions: (Y=young(eden), SU=young(survivor), HS=humongous(starts), HC=humongous(continues), CS=collection set, F=free, TS=gc time stamp, PTAMS=previous top-at-mark-start, NTAMS=next top-at-mark-start)
AC 0 O TS 0 PTAMS 0x00000005c11fffa0 NTAMS 0x00000005c11fffa0 space 2048K, 99% used [0x00000005c1000000, 0x00000005c1200000)
AC 0 O TS 0 PTAMS 0x00000005c13ffff8 NTAMS 0x00000005c13ffff8 space 2048K, 99% used [0x00000005c1200000, 0x00000005c1400000)
AC 0 O TS 0 PTAMS 0x00000005c15ffff0 NTAMS 0x00000005c15ffff0 space 2048K, 99% used [0x00000005c1400000, 0x00000005c1600000)
AC 0 O TS 0 PTAMS 0x00000005c17ffe68 NTAMS 0x00000005c17ffe68 space 2048K, 99% used [0x00000005c1600000, 0x00000005c1800000)
AC 0 O TS 0 PTAMS 0x00000005c1a00000 NTAMS 0x00000005c1a00000 space 2048K, 100% used [0x00000005c1800000, 0x00000005c1a00000)
AC 0 O TS 0 PTAMS 0x00000005c1c00000 NTAMS 0x00000005c1c00000 space 2048K, 100% used [0x00000005c1a00000, 0x00000005c1c00000)
AC 0 O TS 0 PTAMS 0x00000005c1dffff8 NTAMS 0x00000005c1dffff8 space 2048K, 99% used [0x00000005c1c00000, 0x00000005c1e00000)
AC 0 O TS 0 PTAMS 0x00000005c1fffff0 NTAMS 0x00000005c1fffff0 space 2048K, 99% used [0x00000005c1e00000, 0x00000005c2000000)
AC 0 O TS 0 PTAMS 0x00000005c21ffff0 NTAMS 0x00000005c21ffff0 space 2048K, 99% used [0x00000005c2000000, 0x00000005c2200000)
AC 0 O TS 0 PTAMS 0x00000005c23ffff8 NTAMS 0x00000005c23ffff8 space 2048K, 99% used [0x00000005c2200000, 0x00000005c2400000)
AC 0 O TS 0 PTAMS 0x00000005c25ffff0 NTAMS 0x00000005c25ffff0 space 2048K, 99% used [0x00000005c2400000, 0x00000005c2600000)
AC 0 O TS 0 PTAMS 0x00000005c2800000 NTAMS 0x00000005c2800000 space 2048K, 100% used [0x00000005c2600000, 0x00000005c2800000)
AC 0 O TS 0 PTAMS 0x00000005c29ffff0 NTAMS 0x00000005c29ffff0 space 2048K, 99% used [0x00000005c2800000, 0x00000005c2a00000)
AC 0 O TS 0 PTAMS 0x00000005c2bffff8 NTAMS 0x00000005c2bffff8 space 2048K, 99% used [0x00000005c2a00000, 0x00000005c2c00000)
AC 0 O TS 0 PTAMS 0x00000005c2dffff0 NTAMS 0x00000005c2dffff0 space 2048K, 99% used [0x00000005c2c00000, 0x00000005c2e00000)
AC 0 O TS 0 PTAMS 0x00000005c2f72418 NTAMS 0x00000005c2f72418 space 2048K, 72% used [0x00000005c2e00000, 0x00000005c3000000)
AC 0 O TS 0 PTAMS 0x00000005c31fff30 NTAMS 0x00000005c31fff30 space 2048K, 99% used [0x00000005c3000000, 0x00000005c3200000)
AC 0 HS TS 0 PTAMS 0x00000005c333aad0 NTAMS 0x00000005c333aad0 space 2048K, 61% used [0x00000005c3200000, 0x00000005c3400000)
AC 0 O TS 0 PTAMS 0x00000005c35d6068 NTAMS 0x00000005c35d6068 space 2048K, 91% used [0x00000005c3400000, 0x00000005c3600000)
AC 0 O TS 0 PTAMS 0x00000005c37f03c0 NTAMS 0x00000005c37f03c0 space 2048K, 96% used [0x00000005c3600000, 0x00000005c3800000)
AC 0 HS TS 0 PTAMS 0x00000005c3900010 NTAMS 0x00000005c3900010 space 2048K, 50% used [0x00000005c3800000, 0x00000005c3a00000)
AC 0 HS TS 0 PTAMS 0x00000005c3b45030 NTAMS 0x00000005c3b45030 space 2048K, 63% used [0x00000005c3a00000, 0x00000005c3c00000)
AC 0 HS TS 0 PTAMS 0x00000005c3d105e8 NTAMS 0x00000005c3d105e8 space 2048K, 53% used [0x00000005c3c00000, 0x00000005c3e00000)
AC 0 HS TS 0 PTAMS 0x00000005c3f00010 NTAMS 0x00000005c3f00010 space 2048K, 50% used [0x00000005c3e00000, 0x00000005c4000000)
AC 0 HS TS 0 PTAMS 0x00000005c4100010 NTAMS 0x00000005c4100010 space 2048K, 50% used [0x00000005c4000000, 0x00000005c4200000)
AC 0 HS TS 0 PTAMS 0x00000005c4400010 NTAMS 0x00000005c4400010 space 4096K, 50% used [0x00000005c4200000, 0x00000005c4600000)
AC 0 HC TS 0 PTAMS 0x00000005c4400000 NTAMS 0x00000005c4400000 space 2048K, 0% used [0x00000005c4400000, 0x00000005c4600000)
AC 0 O TS 0 PTAMS 0x00000005c47ffff8 NTAMS 0x00000005c47ffff8 space 2048K, 99% used [0x00000005c4600000, 0x00000005c4800000)
AC 0 O TS 0 PTAMS 0x00000005c49fffd8 NTAMS 0x00000005c49fffd8 space 2048K, 99% used [0x00000005c4800000, 0x00000005c4a00000)
AC 0 O TS 0 PTAMS 0x00000005c4bffff0 NTAMS 0x00000005c4bffff0 space 2048K, 99% used [0x00000005c4a00000, 0x00000005c4c00000)
AC 0 O TS 0 PTAMS 0x00000005c4df9810 NTAMS 0x00000005c4df9810 space 2048K, 98% used [0x00000005c4c00000, 0x00000005c4e00000)
AC 0 O TS 0 PTAMS 0x00000005c4f38000 NTAMS 0x00000005c4f38000 space 2048K, 60% used [0x00000005c4e00000, 0x00000005c5000000)
AC 0 O TS 0 PTAMS 0x00000005c51fffd8 NTAMS 0x00000005c51fffd8 space 2048K, 99% used [0x00000005c5000000, 0x00000005c5200000)
AC 0 O TS 0 PTAMS 0x00000005c53fffd8 NTAMS 0x00000005c53fffd8 space 2048K, 99% used [0x00000005c5200000, 0x00000005c5400000)
AC 0 O TS 0 PTAMS 0x00000005c55fffe0 NTAMS 0x00000005c55fffe0 space 2048K, 99% used [0x00000005c5400000, 0x00000005c5600000)
AC 0 O TS 0 PTAMS 0x00000005c57ffff8 NTAMS 0x00000005c57ffff8 space 2048K, 99% used [0x00000005c5600000, 0x00000005c5800000)
AC 0 O TS 0 PTAMS 0x00000005c59ffff8 NTAMS 0x00000005c59ffff8 space 2048K, 99% used [0x00000005c5800000, 0x00000005c5a00000)
AC 0 O TS 0 PTAMS 0x00000005c5bffff8 NTAMS 0x00000005c5bffff8 space 2048K, 99% used [0x00000005c5a00000, 0x00000005c5c00000)
AC 0 O TS 0 PTAMS 0x00000005c5dffff8 NTAMS 0x00000005c5dffff8 space 2048K, 99% used [0x00000005c5c00000, 0x00000005c5e00000)
AC 0 O TS 0 PTAMS 0x00000005c5fffff8 NTAMS 0x00000005c5fffff8 space 2048K, 99% used [0x00000005c5e00000, 0x00000005c6000000)
AC 0 O TS 0 PTAMS 0x00000005c61ffff8 NTAMS 0x00000005c61ffff8 space 2048K, 99% used [0x00000005c6000000, 0x00000005c6200000)
AC 0 O TS 0 PTAMS 0x00000005c63ffdb8 NTAMS 0x00000005c63ffdb8 space 2048K, 99% used [0x00000005c6200000, 0x00000005c6400000)
AC 0 O TS 0 PTAMS 0x00000005c65ffff8 NTAMS 0x00000005c65ffff8 space 2048K, 99% used [0x00000005c6400000, 0x00000005c6600000)
AC 0 O TS 0 PTAMS 0x00000005c67fe578 NTAMS 0x00000005c67fe578 space 2048K, 99% used [0x00000005c6600000, 0x00000005c6800000)
AC 0 O TS 0 PTAMS 0x00000005c69fc8a8 NTAMS 0x00000005c69fc8a8 space 2048K, 99% used [0x00000005c6800000, 0x00000005c6a00000)
AC 0 O TS 0 PTAMS 0x00000005c6bfffc0 NTAMS 0x00000005c6bfffc0 space 2048K, 99% used [0x00000005c6a00000, 0x00000005c6c00000)
AC 0 O TS 0 PTAMS 0x00000005c6dfffd8 NTAMS 0x00000005c6dfffd8 space 2048K, 99% used [0x00000005c6c00000, 0x00000005c6e00000)
AC 0 O TS 0 PTAMS 0x00000005c6ffffc8 NTAMS 0x00000005c6ffffc8 space 2048K, 99% used [0x00000005c6e00000, 0x00000005c7000000)
AC 0 O TS 0 PTAMS 0x00000005c71fe728 NTAMS 0x00000005c71fe728 space 2048K, 99% used [0x00000005c7000000, 0x00000005c7200000)
AC 0 O TS 0 PTAMS 0x00000005c73fffe8 NTAMS 0x00000005c73fffe8 space 2048K, 99% used [0x00000005c7200000, 0x00000005c7400000)
AC 0 O TS 0 PTAMS 0x00000005c75ffc40 NTAMS 0x00000005c75ffc40 space 2048K, 99% used [0x00000005c7400000, 0x00000005c7600000)
AC 0 O TS 0 PTAMS 0x00000005c77fff78 NTAMS 0x00000005c77fff78 space 2048K, 99% used [0x00000005c7600000, 0x00000005c7800000)
AC 0 O TS 0 PTAMS 0x00000005c79fffe8 NTAMS 0x00000005c79fffe8 space 2048K, 99% used [0x00000005c7800000, 0x00000005c7a00000)
AC 0 O TS 0 PTAMS 0x00000005c7c00000 NTAMS 0x00000005c7c00000 space 2048K, 100% used [0x00000005c7a00000, 0x00000005c7c00000)
AC 0 O TS 0 PTAMS 0x00000005c7dfffc0 NTAMS 0x00000005c7dfffc0 space 2048K, 99% used [0x00000005c7c00000, 0x00000005c7e00000)
AC 0 O TS 0 PTAMS 0x00000005c7fffff8 NTAMS 0x00000005c7fffff8 space 2048K, 99% used [0x00000005c7e00000, 0x00000005c8000000)
AC 0 O TS 0 PTAMS 0x00000005c81ffff8 NTAMS 0x00000005c81ffff8 space 2048K, 99% used [0x00000005c8000000, 0x00000005c8200000)
AC 0 O TS 0 PTAMS 0x00000005c83fffe0 NTAMS 0x00000005c83fffe0 space 2048K, 99% used [0x00000005c8200000, 0x00000005c8400000)
AC 0 O TS 0 PTAMS 0x00000005c85fff98 NTAMS 0x00000005c85fff98 space 2048K, 99% used [0x00000005c8400000, 0x00000005c8600000)
AC 0 O TS 0 PTAMS 0x00000005c87fffe8 NTAMS 0x00000005c87fffe8 space 2048K, 99% used [0x00000005c8600000, 0x00000005c8800000)
AC 0 O TS 0 PTAMS 0x00000005c89fffc8 NTAMS 0x00000005c89fffc8 space 2048K, 99% used [0x00000005c8800000, 0x00000005c8a00000)
AC 0 O TS 0 PTAMS 0x00000005c8bfffb8 NTAMS 0x00000005c8bfffb8 space 2048K, 99% used [0x00000005c8a00000, 0x00000005c8c00000)
AC 0 O TS 0 PTAMS 0x00000005c8dfffd8 NTAMS 0x00000005c8dfffd8 space 2048K, 99% used [0x00000005c8c00000, 0x00000005c8e00000)
AC 0 O TS 0 PTAMS 0x00000005c8ffffb8 NTAMS 0x00000005c8ffffb8 space 2048K, 99% used [0x00000005c8e00000, 0x00000005c9000000)
AC 0 O TS 0 PTAMS 0x00000005c91ffff0 NTAMS 0x00000005c91ffff0 space 2048K, 99% used [0x00000005c9000000, 0x00000005c9200000)
AC 0 O TS 0 PTAMS 0x00000005c93ffc58 NTAMS 0x00000005c93ffc58 space 2048K, 99% used [0x00000005c9200000, 0x00000005c9400000)
AC 0 O TS 0 PTAMS 0x00000005c95fffc0 NTAMS 0x00000005c95fffc0 space 2048K, 99% used [0x00000005c9400000, 0x00000005c9600000)
AC 0 O TS 0 PTAMS 0x00000005c9800000 NTAMS 0x00000005c9800000 space 2048K, 100% used [0x00000005c9600000, 0x00000005c9800000)
AC 0 HS TS 0 PTAMS 0x00000005c99d4c10 NTAMS 0x00000005c99d4c10 space 2048K, 91% used [0x00000005c9800000, 0x00000005c9a00000)
AC 0 O TS 0 PTAMS 0x00000005c9bfffe0 NTAMS 0x00000005c9bfffe0 space 2048K, 99% used [0x00000005c9a00000, 0x00000005c9c00000)
AC 0 O TS 0 PTAMS 0x00000005c9dfffd0 NTAMS 0x00000005c9dfffd0 space 2048K, 99% used [0x00000005c9c00000, 0x00000005c9e00000)
AC 0 O TS 0 PTAMS 0x00000005c9fffc68 NTAMS 0x00000005c9fffc68 space 2048K, 99% used [0x00000005c9e00000, 0x00000005ca000000)
AC 0 O TS 0 PTAMS 0x00000005ca1fffe0 NTAMS 0x00000005ca1fffe0 space 2048K, 99% used [0x00000005ca000000, 0x00000005ca200000)
AC 0 O TS 0 PTAMS 0x00000005ca3fffb8 NTAMS 0x00000005ca3fffb8 space 2048K, 99% used [0x00000005ca200000, 0x00000005ca400000)
AC 0 O TS 0 PTAMS 0x00000005ca5fffe8 NTAMS 0x00000005ca5fffe8 space 2048K, 99% used [0x00000005ca400000, 0x00000005ca600000)
AC 0 O TS 0 PTAMS 0x00000005ca800000 NTAMS 0x00000005ca800000 space 2048K, 100% used [0x00000005ca600000, 0x00000005ca800000)
AC 0 O TS 0 PTAMS 0x00000005ca9fffe0 NTAMS 0x00000005ca9fffe0 space 2048K, 99% used [0x00000005ca800000, 0x00000005caa00000)
AC 0 O TS 0 PTAMS 0x00000005cabfffe8 NTAMS 0x00000005cabfffe8 space 2048K, 99% used [0x00000005caa00000, 0x00000005cac00000)
AC 0 O TS 0 PTAMS 0x00000005cadffd18 NTAMS 0x00000005cadffd18 space 2048K, 99% used [0x00000005cac00000, 0x00000005cae00000)
AC 0 O TS 0 PTAMS 0x00000005caffffd0 NTAMS 0x00000005caffffd0 space 2048K, 99% used [0x00000005cae00000, 0x00000005cb000000)
AC 0 O TS 0 PTAMS 0x00000005cb1ffff8 NTAMS 0x00000005cb1ffff8 space 2048K, 99% used [0x00000005cb000000, 0x00000005cb200000)
AC 0 O TS 0 PTAMS 0x00000005cb3ffe08 NTAMS 0x00000005cb3ffe08 space 2048K, 99% used [0x00000005cb200000, 0x00000005cb400000)
AC 0 O TS 0 PTAMS 0x00000005cb5ffff0 NTAMS 0x00000005cb5ffff0 space 2048K, 99% used [0x00000005cb400000, 0x00000005cb600000)
AC 0 O TS 0 PTAMS 0x00000005cb7ffc88 NTAMS 0x00000005cb7ffc88 space 2048K, 99% used [0x00000005cb600000, 0x00000005cb800000)
AC 0 O TS 0 PTAMS 0x00000005cb9ffcc0 NTAMS 0x00000005cb9ffcc0 space 2048K, 99% used [0x00000005cb800000, 0x00000005cba00000)
AC 0 O TS 0 PTAMS 0x00000005cbbfffb8 NTAMS 0x00000005cbbfffb8 space 2048K, 99% used [0x00000005cba00000, 0x00000005cbc00000)
AC 0 O TS 0 PTAMS 0x00000005cbdfffd8 NTAMS 0x00000005cbdfffd8 space 2048K, 99% used [0x00000005cbc00000, 0x00000005cbe00000)
AC 0 O TS 0 PTAMS 0x00000005cbffffc0 NTAMS 0x00000005cbffffc0 space 2048K, 99% used [0x00000005cbe00000, 0x00000005cc000000)
AC 0 O TS 0 PTAMS 0x00000005cc1ffff0 NTAMS 0x00000005cc1ffff0 space 2048K, 99% used [0x00000005cc000000, 0x00000005cc200000)
AC 0 O TS 0 PTAMS 0x00000005cc3fffc8 NTAMS 0x00000005cc3fffc8 space 2048K, 99% used [0x00000005cc200000, 0x00000005cc400000)
AC 0 O TS 0 PTAMS 0x00000005cc5ffc20 NTAMS 0x00000005cc5ffc20 space 2048K, 99% used [0x00000005cc400000, 0x00000005cc600000)
AC 0 O TS 0 PTAMS 0x00000005cc7ffff8 NTAMS 0x00000005cc7ffff8 space 2048K, 99% used [0x00000005cc600000, 0x00000005cc800000)
AC 0 O TS 0 PTAMS 0x00000005cc9ffff0 NTAMS 0x00000005cc9ffff0 space 2048K, 99% used [0x00000005cc800000, 0x00000005cca00000)
AC 0 O TS 0 PTAMS 0x00000005ccbffd30 NTAMS 0x00000005ccbffd30 space 2048K, 99% used [0x00000005cca00000, 0x00000005ccc00000)
AC 0 O TS 0 PTAMS 0x00000005ccdffff0 NTAMS 0x00000005ccdffff0 space 2048K, 99% used [0x00000005ccc00000, 0x00000005cce00000)
AC 0 O TS 0 PTAMS 0x00000005ccffffd8 NTAMS 0x00000005ccffffd8 space 2048K, 99% used [0x00000005cce00000, 0x00000005cd000000)
AC 0 O TS 0 PTAMS 0x00000005cd1fffc8 NTAMS 0x00000005cd1fffc8 space 2048K, 99% used [0x00000005cd000000, 0x00000005cd200000)
AC 0 O TS 0 PTAMS 0x00000005cd3ffff0 NTAMS 0x00000005cd3ffff0 space 2048K, 99% used [0x00000005cd200000, 0x00000005cd400000)
AC 0 O TS 0 PTAMS 0x00000005cd5ffff0 NTAMS 0x00000005cd5ffff0 space 2048K, 99% used [0x00000005cd400000, 0x00000005cd600000)
AC 0 O TS 0 PTAMS 0x00000005cd7ffff0 NTAMS 0x00000005cd7ffff0 space 2048K, 99% used [0x00000005cd600000, 0x00000005cd800000)
AC 0 O TS 0 PTAMS 0x00000005cd9fffe8 NTAMS 0x00000005cd9fffe8 space 2048K, 99% used [0x00000005cd800000, 0x00000005cda00000)
AC 0 O TS 0 PTAMS 0x00000005cdbfffd8 NTAMS 0x00000005cdbfffd8 space 2048K, 99% used [0x00000005cda00000, 0x00000005cdc00000)
AC 0 O TS 0 PTAMS 0x00000005cddfffc8 NTAMS 0x00000005cddfffc8 space 2048K, 99% used [0x00000005cdc00000, 0x00000005cde00000)
AC 0 O TS 0 PTAMS 0x00000005cdffffd8 NTAMS 0x00000005cdffffd8 space 2048K, 99% used [0x00000005cde00000, 0x00000005ce000000)
AC 0 O TS 0 PTAMS 0x00000005ce1fffd0 NTAMS 0x00000005ce1fffd0 space 2048K, 99% used [0x00000005ce000000, 0x00000005ce200000)
AC 0 O TS 0 PTAMS 0x00000005ce3fffb8 NTAMS 0x00000005ce3fffb8 space 2048K, 99% used [0x00000005ce200000, 0x00000005ce400000)
AC 0 O TS 0 PTAMS 0x00000005ce5fffc8 NTAMS 0x00000005ce5fffc8 space 2048K, 99% used [0x00000005ce400000, 0x00000005ce600000)
AC 0 O TS 0 PTAMS 0x00000005ce7fffd8 NTAMS 0x00000005ce7fffd8 space 2048K, 99% used [0x00000005ce600000, 0x00000005ce800000)
AC 0 O TS 0 PTAMS 0x00000005ce9ffdb0 NTAMS 0x00000005ce9ffdb0 space 2048K, 99% used [0x00000005ce800000, 0x00000005cea00000)
AC 0 O TS 0 PTAMS 0x00000005cebfffc8 NTAMS 0x00000005cebfffc8 space 2048K, 99% used [0x00000005cea00000, 0x00000005cec00000)
AC 0 O TS 0 PTAMS 0x00000005cedffdb8 NTAMS 0x00000005cedffdb8 space 2048K, 99% used [0x00000005cec00000, 0x00000005cee00000)
AC 0 O TS 0 PTAMS 0x00000005cefffe68 NTAMS 0x00000005cefffe68 space 2048K, 99% used [0x00000005cee00000, 0x00000005cf000000)
AC 0 O TS 0 PTAMS 0x00000005cf1fffd8 NTAMS 0x00000005cf1fffd8 space 2048K, 99% used [0x00000005cf000000, 0x00000005cf200000)
AC 0 O TS 0 PTAMS 0x00000005cf3ffff0 NTAMS 0x00000005cf3ffff0 space 2048K, 99% used [0x00000005cf200000, 0x00000005cf400000)
AC 0 O TS 0 PTAMS 0x00000005cf5fff70 NTAMS 0x00000005cf5fff70 space 2048K, 99% used [0x00000005cf400000, 0x00000005cf600000)
AC 0 O TS 0 PTAMS 0x00000005cf7fffe8 NTAMS 0x00000005cf7fffe8 space 2048K, 99% used [0x00000005cf600000, 0x00000005cf800000)
AC 0 O TS 0 PTAMS 0x00000005cf9fffb0 NTAMS 0x00000005cf9fffb0 space 2048K, 99% used [0x00000005cf800000, 0x00000005cfa00000)
AC 0 O TS 0 PTAMS 0x00000005cfbfffb8 NTAMS 0x00000005cfbfffb8 space 2048K, 99% used [0x00000005cfa00000, 0x00000005cfc00000)
AC 0 O TS 0 PTAMS 0x00000005cfdfff98 NTAMS 0x00000005cfdfff98 space 2048K, 99% used [0x00000005cfc00000, 0x00000005cfe00000)
AC 0 O TS 0 PTAMS 0x00000005cfffffb8 NTAMS 0x00000005cfffffb8 space 2048K, 99% used [0x00000005cfe00000, 0x00000005d0000000)
AC 0 O TS 0 PTAMS 0x00000005d01fff80 NTAMS 0x00000005d01fff80 space 2048K, 99% used [0x00000005d0000000, 0x00000005d0200000)
AC 0 O TS 0 PTAMS 0x00000005d0400000 NTAMS 0x00000005d0400000 space 2048K, 100% used [0x00000005d0200000, 0x00000005d0400000)
AC 0 O TS 0 PTAMS 0x00000005d0600000 NTAMS 0x00000005d0600000 space 2048K, 100% used [0x00000005d0400000, 0x00000005d0600000)
AC 0 O TS 0 PTAMS 0x00000005d07fffe0 NTAMS 0x00000005d07fffe0 space 2048K, 99% used [0x00000005d0600000, 0x00000005d0800000)
AC 0 O TS 0 PTAMS 0x00000005d09ffff0 NTAMS 0x00000005d09ffff0 space 2048K, 99% used [0x00000005d0800000, 0x00000005d0a00000)
AC 0 O TS 0 PTAMS 0x00000005d0bfffe0 NTAMS 0x00000005d0bfffe0 space 2048K, 99% used [0x00000005d0a00000, 0x00000005d0c00000)
AC 0 O TS 0 PTAMS 0x00000005d0dffff8 NTAMS 0x00000005d0dffff8 space 2048K, 99% used [0x00000005d0c00000, 0x00000005d0e00000)
AC 0 O TS 0 PTAMS 0x00000005d0ffffc8 NTAMS 0x00000005d0ffffc8 space 2048K, 99% used [0x00000005d0e00000, 0x00000005d1000000)
AC 0 O TS 0 PTAMS 0x00000005d11fffc8 NTAMS 0x00000005d11fffc8 space 2048K, 99% used [0x00000005d1000000, 0x00000005d1200000)
AC 0 O TS 0 PTAMS 0x00000005d13fffe8 NTAMS 0x00000005d13fffe8 space 2048K, 99% used [0x00000005d1200000, 0x00000005d1400000)
AC 0 O TS 0 PTAMS 0x00000005d15ffed8 NTAMS 0x00000005d15ffed8 space 2048K, 99% used [0x00000005d1400000, 0x00000005d1600000)
AC 0 O TS 0 PTAMS 0x00000005d17ffc90 NTAMS 0x00000005d17ffc90 space 2048K, 99% used [0x00000005d1600000, 0x00000005d1800000)
AC 0 O TS 0 PTAMS 0x00000005d19fffd0 NTAMS 0x00000005d19fffd0 space 2048K, 99% used [0x00000005d1800000, 0x00000005d1a00000)
AC 0 O TS 0 PTAMS 0x00000005d1bffff0 NTAMS 0x00000005d1bffff0 space 2048K, 99% used [0x00000005d1a00000, 0x00000005d1c00000)
AC 0 O TS 0 PTAMS 0x00000005d1dffff8 NTAMS 0x00000005d1dffff8 space 2048K, 99% used [0x00000005d1c00000, 0x00000005d1e00000)
AC 0 O TS 0 PTAMS 0x00000005d1ffffe8 NTAMS 0x00000005d1ffffe8 space 2048K, 99% used [0x00000005d1e00000, 0x00000005d2000000)
AC 0 O TS 0 PTAMS 0x00000005d21fffe0 NTAMS 0x00000005d21fffe0 space 2048K, 99% used [0x00000005d2000000, 0x00000005d2200000)
AC 0 O TS 0 PTAMS 0x00000005d23ff2d8 NTAMS 0x00000005d23ff2d8 space 2048K, 99% used [0x00000005d2200000, 0x00000005d2400000)
AC 0 O TS 0 PTAMS 0x00000005d25fffb8 NTAMS 0x00000005d25fffb8 space 2048K, 99% used [0x00000005d2400000, 0x00000005d2600000)
AC 0 O TS 0 PTAMS 0x00000005d27fd490 NTAMS 0x00000005d27fd490 space 2048K, 99% used [0x00000005d2600000, 0x00000005d2800000)
AC 0 O TS 0 PTAMS 0x00000005d29fffc8 NTAMS 0x00000005d29fffc8 space 2048K, 99% used [0x00000005d2800000, 0x00000005d2a00000)
AC 0 O TS 0 PTAMS 0x00000005d2bfffe0 NTAMS 0x00000005d2bfffe0 space 2048K, 99% used [0x00000005d2a00000, 0x00000005d2c00000)
AC 0 O TS 0 PTAMS 0x00000005d2dfffc0 NTAMS 0x00000005d2dfffc0 space 2048K, 99% used [0x00000005d2c00000, 0x00000005d2e00000)
AC 0 O TS 0 PTAMS 0x00000005d2ffff98 NTAMS 0x00000005d2ffff98 space 2048K, 99% used [0x00000005d2e00000, 0x00000005d3000000)
AC 0 O TS 0 PTAMS 0x00000005d31ffff8 NTAMS 0x00000005d31ffff8 space 2048K, 99% used [0x00000005d3000000, 0x00000005d3200000)
AC 0 O TS 0 PTAMS 0x00000005d33fffc8 NTAMS 0x00000005d33fffc8 space 2048K, 99% used [0x00000005d3200000, 0x00000005d3400000)
AC 0 O TS 0 PTAMS 0x00000005d35fffc0 NTAMS 0x00000005d35fffc0 space 2048K, 99% used [0x00000005d3400000, 0x00000005d3600000)
AC 0 O TS 0 PTAMS 0x00000005d37fffe8 NTAMS 0x00000005d37fffe8 space 2048K, 99% used [0x00000005d3600000, 0x00000005d3800000)
AC 0 O TS 0 PTAMS 0x00000005d39fffc0 NTAMS 0x00000005d39fffc0 space 2048K, 99% used [0x00000005d3800000, 0x00000005d3a00000)
AC 0 O TS 0 PTAMS 0x00000005d3bfff98 NTAMS 0x00000005d3bfff98 space 2048K, 99% used [0x00000005d3a00000, 0x00000005d3c00000)
AC 0 O TS 0 PTAMS 0x00000005d3dfffd8 NTAMS 0x00000005d3dfffd8 space 2048K, 99% used [0x00000005d3c00000, 0x00000005d3e00000)
AC 0 O TS 0 PTAMS 0x00000005d4000000 NTAMS 0x00000005d4000000 space 2048K, 100% used [0x00000005d3e00000, 0x00000005d4000000)
AC 0 O TS 0 PTAMS 0x00000005d41fff78 NTAMS 0x00000005d41fff78 space 2048K, 99% used [0x00000005d4000000, 0x00000005d4200000)
AC 0 O TS 0 PTAMS 0x00000005d4400000 NTAMS 0x00000005d4400000 space 2048K, 100% used [0x00000005d4200000, 0x00000005d4400000)
AC 0 O TS 0 PTAMS 0x00000005d45ffc78 NTAMS 0x00000005d45ffc78 space 2048K, 99% used [0x00000005d4400000, 0x00000005d4600000)
AC 0 HS TS 0 PTAMS 0x00000005d4755560 NTAMS 0x00000005d4755560 space 2048K, 66% used [0x00000005d4600000, 0x00000005d4800000)
AC 0 O TS 0 PTAMS 0x00000005d49febc0 NTAMS 0x00000005d49febc0 space 2048K, 99% used [0x00000005d4800000, 0x00000005d4a00000)
AC 0 O TS 0 PTAMS 0x00000005d4bfffc8 NTAMS 0x00000005d4bfffc8 space 2048K, 99% used [0x00000005d4a00000, 0x00000005d4c00000)
AC 0 O TS 0 PTAMS 0x00000005d4dffff0 NTAMS 0x00000005d4dffff0 space 2048K, 99% used [0x00000005d4c00000, 0x00000005d4e00000)
AC 0 O TS 0 PTAMS 0x00000005d4ffffc8 NTAMS 0x00000005d4ffffc8 space 2048K, 99% used [0x00000005d4e00000, 0x00000005d5000000)
AC 0 O TS 0 PTAMS 0x00000005d51fffb8 NTAMS 0x00000005d51fffb8 space 2048K, 99% used [0x00000005d5000000, 0x00000005d5200000)
AC 0 O TS 0 PTAMS 0x00000005d53fff08 NTAMS 0x00000005d53fff08 space 2048K, 99% used [0x00000005d5200000, 0x00000005d5400000)
AC 0 O TS 0 PTAMS 0x00000005d5600000 NTAMS 0x00000005d5600000 space 2048K, 100% used [0x00000005d5400000, 0x00000005d5600000)
AC 0 O TS 0 PTAMS 0x00000005d57fffd8 NTAMS 0x00000005d57fffd8 space 2048K, 99% used [0x00000005d5600000, 0x00000005d5800000)
AC 0 O TS 0 PTAMS 0x00000005d59fef80 NTAMS 0x00000005d59fef80 space 2048K, 99% used [0x00000005d5800000, 0x00000005d5a00000)
AC 0 O TS 0 PTAMS 0x00000005d5bffff8 NTAMS 0x00000005d5bffff8 space 2048K, 99% used [0x00000005d5a00000, 0x00000005d5c00000)
AC 0 O TS 0 PTAMS 0x00000005d5dffef8 NTAMS 0x00000005d5dffef8 space 2048K, 99% used [0x00000005d5c00000, 0x00000005d5e00000)
AC 0 O TS 0 PTAMS 0x00000005d5ffffe8 NTAMS 0x00000005d5ffffe8 space 2048K, 99% used [0x00000005d5e00000, 0x00000005d6000000)
AC 0 O TS 0 PTAMS 0x00000005d61ffef0 NTAMS 0x00000005d61ffef0 space 2048K, 99% used [0x00000005d6000000, 0x00000005d6200000)
AC 0 O TS 0 PTAMS 0x00000005d63ffff8 NTAMS 0x00000005d63ffff8 space 2048K, 99% used [0x00000005d6200000, 0x00000005d6400000)
AC 0 O TS 0 PTAMS 0x00000005d65ffff8 NTAMS 0x00000005d65ffff8 space 2048K, 99% used [0x00000005d6400000, 0x00000005d6600000)
AC 0 O TS 0 PTAMS 0x00000005d67fff00 NTAMS 0x00000005d67fff00 space 2048K, 99% used [0x00000005d6600000, 0x00000005d6800000)
AC 0 O TS 0 PTAMS 0x00000005d69ff460 NTAMS 0x00000005d69ff460 space 2048K, 99% used [0x00000005d6800000, 0x00000005d6a00000)
AC 0 O TS 0 PTAMS 0x00000005d6bfffb8 NTAMS 0x00000005d6bfffb8 space 2048K, 99% used [0x00000005d6a00000, 0x00000005d6c00000)
AC 0 O TS 0 PTAMS 0x00000005d6dfffd8 NTAMS 0x00000005d6dfffd8 space 2048K, 99% used [0x00000005d6c00000, 0x00000005d6e00000)
AC 0 O TS 0 PTAMS 0x00000005d6fffff0 NTAMS 0x00000005d6fffff0 space 2048K, 99% used [0x00000005d6e00000, 0x00000005d7000000)
AC 0 O TS 0 PTAMS 0x00000005d71fffd0 NTAMS 0x00000005d71fffd0 space 2048K, 99% used [0x00000005d7000000, 0x00000005d7200000)
AC 0 O TS 0 PTAMS 0x00000005d73fff10 NTAMS 0x00000005d73fff10 space 2048K, 99% used [0x00000005d7200000, 0x00000005d7400000)
AC 0 O TS 0 PTAMS 0x00000005d75fffe8 NTAMS 0x00000005d75fffe8 space 2048K, 99% used [0x00000005d7400000, 0x00000005d7600000)
AC 0 O TS 0 PTAMS 0x00000005d77fffe0 NTAMS 0x00000005d77fffe0 space 2048K, 99% used [0x00000005d7600000, 0x00000005d7800000)
AC 0 O TS 0 PTAMS 0x00000005d79fffb8 NTAMS 0x00000005d79fffb8 space 2048K, 99% used [0x00000005d7800000, 0x00000005d7a00000)
AC 0 O TS 0 PTAMS 0x00000005d7bfffb0 NTAMS 0x00000005d7bfffb0 space 2048K, 99% used [0x00000005d7a00000, 0x00000005d7c00000)
AC 0 O TS 0 PTAMS 0x00000005d7dffff8 NTAMS 0x00000005d7dffff8 space 2048K, 99% used [0x00000005d7c00000, 0x00000005d7e00000)
AC 0 O TS 0 PTAMS 0x00000005d7ffffd0 NTAMS 0x00000005d7ffffd0 space 2048K, 99% used [0x00000005d7e00000, 0x00000005d8000000)
AC 0 O TS 0 PTAMS 0x00000005d81fff80 NTAMS 0x00000005d81fff80 space 2048K, 99% used [0x00000005d8000000, 0x00000005d8200000)
AC 0 O TS 0 PTAMS 0x00000005d83fffb8 NTAMS 0x00000005d83fffb8 space 2048K, 99% used [0x00000005d8200000, 0x00000005d8400000)
AC 0 O TS 0 PTAMS 0x00000005d85fff78 NTAMS 0x00000005d85fff78 space 2048K, 99% used [0x00000005d8400000, 0x00000005d8600000)
AC 0 O TS 0 PTAMS 0x00000005d87fffd8 NTAMS 0x00000005d87fffd8 space 2048K, 99% used [0x00000005d8600000, 0x00000005d8800000)
AC 0 O TS 0 PTAMS 0x00000005d89fffc8 NTAMS 0x00000005d89fffc8 space 2048K, 99% used [0x00000005d8800000, 0x00000005d8a00000)
AC 0 O TS 0 PTAMS 0x00000005d8bffff8 NTAMS 0x00000005d8bffff8 space 2048K, 99% used [0x00000005d8a00000, 0x00000005d8c00000)
AC 0 O TS 0 PTAMS 0x00000005d8e00000 NTAMS 0x00000005d8e00000 space 2048K, 100% used [0x00000005d8c00000, 0x00000005d8e00000)
AC 0 O TS 0 PTAMS 0x00000005d9000000 NTAMS 0x00000005d9000000 space 2048K, 100% used [0x00000005d8e00000, 0x00000005d9000000)
AC 0 O TS 0 PTAMS 0x00000005d91ffa60 NTAMS 0x00000005d91ffa60 space 2048K, 99% used [0x00000005d9000000, 0x00000005d9200000)
AC 0 O TS 0 PTAMS 0x00000005d9400000 NTAMS 0x00000005d9400000 space 2048K, 100% used [0x00000005d9200000, 0x00000005d9400000)
AC 0 O TS 0 PTAMS 0x00000005d95fffb8 NTAMS 0x00000005d95fffb8 space 2048K, 99% used [0x00000005d9400000, 0x00000005d9600000)
AC 0 HS TS 0 PTAMS 0x00000005d9700010 NTAMS 0x00000005d9700010 space 2048K, 50% used [0x00000005d9600000, 0x00000005d9800000)
AC 0 O TS 0 PTAMS 0x00000005d99ffdc0 NTAMS 0x00000005d99ffdc0 space 2048K, 99% used [0x00000005d9800000, 0x00000005d9a00000)
AC 0 O TS 0 PTAMS 0x00000005d9bfff20 NTAMS 0x00000005d9bfff20 space 2048K, 99% used [0x00000005d9a00000, 0x00000005d9c00000)
AC 0 O TS 0 PTAMS 0x00000005d9dfffe0 NTAMS 0x00000005d9dfffe0 space 2048K, 99% used [0x00000005d9c00000, 0x00000005d9e00000)
AC 0 O TS 0 PTAMS 0x00000005d9ffde90 NTAMS 0x00000005d9ffde90 space 2048K, 99% used [0x00000005d9e00000, 0x00000005da000000)
AC 0 O TS 0 PTAMS 0x00000005da1fffb8 NTAMS 0x00000005da1fffb8 space 2048K, 99% used [0x00000005da000000, 0x00000005da200000)
AC 0 O TS 0 PTAMS 0x00000005da3ffff8 NTAMS 0x00000005da3ffff8 space 2048K, 99% used [0x00000005da200000, 0x00000005da400000)
AC 0 O TS 0 PTAMS 0x00000005da5fffe0 NTAMS 0x00000005da5fffe0 space 2048K, 99% used [0x00000005da400000, 0x00000005da600000)
AC 0 O TS 0 PTAMS 0x00000005da7fffe8 NTAMS 0x00000005da7fffe8 space 2048K, 99% used [0x00000005da600000, 0x00000005da800000)
AC 0 O TS 0 PTAMS 0x00000005daa00000 NTAMS 0x00000005daa00000 space 2048K, 100% used [0x00000005da800000, 0x00000005daa00000)
AC 0 O TS 0 PTAMS 0x00000005dabffff0 NTAMS 0x00000005dabffff0 space 2048K, 99% used [0x00000005daa00000, 0x00000005dac00000)
AC 0 O TS 0 PTAMS 0x00000005dadfffb8 NTAMS 0x00000005dadfffb8 space 2048K, 99% used [0x00000005dac00000, 0x00000005dae00000)
AC 0 O TS 0 PTAMS 0x00000005daffffe0 NTAMS 0x00000005daffffe0 space 2048K, 99% used [0x00000005dae00000, 0x00000005db000000)
AC 0 O TS 0 PTAMS 0x00000005db200000 NTAMS 0x00000005db200000 space 2048K, 100% used [0x00000005db000000, 0x00000005db200000)
AC 0 O TS 0 PTAMS 0x00000005db3ffff8 NTAMS 0x00000005db3ffff8 space 2048K, 99% used [0x00000005db200000, 0x00000005db400000)
AC 0 O TS 0 PTAMS 0x00000005db5fffd8 NTAMS 0x00000005db5fffd8 space 2048K, 99% used [0x00000005db400000, 0x00000005db600000)
AC 0 O TS 0 PTAMS 0x00000005db7ffff0 NTAMS 0x00000005db7ffff0 space 2048K, 99% used [0x00000005db600000, 0x00000005db800000)
AC 0 O TS 0 PTAMS 0x00000005db9fd228 NTAMS 0x00000005db9fd228 space 2048K, 99% used [0x00000005db800000, 0x00000005dba00000)
AC 0 O TS 0 PTAMS 0x00000005dbbffff0 NTAMS 0x00000005dbbffff0 space 2048K, 99% used [0x00000005dba00000, 0x00000005dbc00000)
AC 0 O TS 0 PTAMS 0x00000005dbe00000 NTAMS 0x00000005dbe00000 space 2048K, 100% used [0x00000005dbc00000, 0x00000005dbe00000)
AC 0 O TS 0 PTAMS 0x00000005dbfffff8 NTAMS 0x00000005dbfffff8 space 2048K, 99% used [0x00000005dbe00000, 0x00000005dc000000)
AC 0 O TS 0 PTAMS 0x00000005dc200000 NTAMS 0x00000005dc200000 space 2048K, 100% used [0x00000005dc000000, 0x00000005dc200000)
AC 0 O TS 0 PTAMS 0x00000005dc3ffff0 NTAMS 0x00000005dc3ffff0 space 2048K, 99% used [0x00000005dc200000, 0x00000005dc400000)
AC 0 O TS 0 PTAMS 0x00000005dc5ffff8 NTAMS 0x00000005dc5ffff8 space 2048K, 99% used [0x00000005dc400000, 0x00000005dc600000)
AC 0 O TS 0 PTAMS 0x00000005dc800000 NTAMS 0x00000005dc800000 space 2048K, 100% used [0x00000005dc600000, 0x00000005dc800000)
AC 0 O TS 0 PTAMS 0x00000005dc9ffff8 NTAMS 0x00000005dc9ffff8 space 2048K, 99% used [0x00000005dc800000, 0x00000005dca00000)
AC 0 O TS 0 PTAMS 0x00000005dcbff520 NTAMS 0x00000005dcbff520 space 2048K, 99% used [0x00000005dca00000, 0x00000005dcc00000)
AC 0 O TS 0 PTAMS 0x00000005dcdffee0 NTAMS 0x00000005dcdffee0 space 2048K, 99% used [0x00000005dcc00000, 0x00000005dce00000)
AC 0 O TS 0 PTAMS 0x00000005dcffffc0 NTAMS 0x00000005dcffffc0 space 2048K, 99% used [0x00000005dce00000, 0x00000005dd000000)
AC 0 O TS 0 PTAMS 0x00000005dd200000 NTAMS 0x00000005dd200000 space 2048K, 100% used [0x00000005dd000000, 0x00000005dd200000)
AC 0 O TS 0 PTAMS 0x00000005dd3fffc0 NTAMS 0x00000005dd3fffc0 space 2048K, 99% used [0x00000005dd200000, 0x00000005dd400000)
AC 0 O TS 0 PTAMS 0x00000005dd5fffc0 NTAMS 0x00000005dd5fffc0 space 2048K, 99% used [0x00000005dd400000, 0x00000005dd600000)
AC 0 O TS 0 PTAMS 0x00000005dd7fffc0 NTAMS 0x00000005dd7fffc0 space 2048K, 99% used [0x00000005dd600000, 0x00000005dd800000)
AC 0 O TS 0 PTAMS 0x00000005dda00000 NTAMS 0x00000005dda00000 space 2048K, 100% used [0x00000005dd800000, 0x00000005dda00000)
AC 0 O TS 0 PTAMS 0x00000005ddbfffe0 NTAMS 0x00000005ddbfffe0 space 2048K, 99% used [0x00000005dda00000, 0x00000005ddc00000)
AC 0 O TS 0 PTAMS 0x00000005dddfff90 NTAMS 0x00000005dddfff90 space 2048K, 99% used [0x00000005ddc00000, 0x00000005dde00000)
AC 0 F TS 0 PTAMS 0x00000005dde00000 NTAMS 0x00000005dde00000 space 2048K, 0% used [0x00000005dde00000, 0x00000005de000000)
AC 0 O TS 0 PTAMS 0x00000005de1ffe58 NTAMS 0x00000005de1ffe58 space 2048K, 99% used [0x00000005de000000, 0x00000005de200000)
AC 0 O TS 0 PTAMS 0x00000005de3fd578 NTAMS 0x00000005de3fd578 space 2048K, 99% used [0x00000005de200000, 0x00000005de400000)
AC 0 O TS 0 PTAMS 0x00000005de5fffc8 NTAMS 0x00000005de5fffc8 space 2048K, 99% used [0x00000005de400000, 0x00000005de600000)
AC 0 O TS 0 PTAMS 0x00000005de7ffff0 NTAMS 0x00000005de7ffff0 space 2048K, 99% used [0x00000005de600000, 0x00000005de800000)
AC 0 O TS 0 PTAMS 0x00000005de9ffff8 NTAMS 0x00000005de9ffff8 space 2048K, 99% used [0x00000005de800000, 0x00000005dea00000)
AC 0 O TS 0 PTAMS 0x00000005dec00000 NTAMS 0x00000005dec00000 space 2048K, 100% used [0x00000005dea00000, 0x00000005dec00000)
AC 0 O TS 0 PTAMS 0x00000005dedfffd8 NTAMS 0x00000005dedfffd8 space 2048K, 99% used [0x00000005dec00000, 0x00000005dee00000)
AC 0 O TS 0 PTAMS 0x00000005df000000 NTAMS 0x00000005df000000 space 2048K, 100% used [0x00000005dee00000, 0x00000005df000000)
AC 0 O TS 0 PTAMS 0x00000005df200000 NTAMS 0x00000005df200000 space 2048K, 100% used [0x00000005df000000, 0x00000005df200000)
AC 0 O TS 0 PTAMS 0x00000005df400000 NTAMS 0x00000005df400000 space 2048K, 100% used [0x00000005df200000, 0x00000005df400000)
AC 0 O TS 0 PTAMS 0x00000005df600000 NTAMS 0x00000005df600000 space 2048K, 100% used [0x00000005df400000, 0x00000005df600000)
AC 0 O TS 0 PTAMS 0x00000005df800000 NTAMS 0x00000005df800000 space 2048K, 100% used [0x00000005df600000, 0x00000005df800000)
AC 0 O TS 0 PTAMS 0x00000005df9fffb8 NTAMS 0x00000005df9fffb8 space 2048K, 99% used [0x00000005df800000, 0x00000005dfa00000)
AC 0 O TS 0 PTAMS 0x00000005dfc00000 NTAMS 0x00000005dfc00000 space 2048K, 100% used [0x00000005dfa00000, 0x00000005dfc00000)
AC 0 O TS 0 PTAMS 0x00000005dfe00000 NTAMS 0x00000005dfe00000 space 2048K, 100% used [0x00000005dfc00000, 0x00000005dfe00000)
AC 0 O TS 0 PTAMS 0x00000005e0000000 NTAMS 0x00000005e0000000 space 2048K, 100% used [0x00000005dfe00000, 0x00000005e0000000)
AC 0 O TS 0 PTAMS 0x00000005e0200000 NTAMS 0x00000005e0200000 space 2048K, 100% used [0x00000005e0000000, 0x00000005e0200000)
AC 0 O TS 0 PTAMS 0x00000005e0400000 NTAMS 0x00000005e0400000 space 2048K, 100% used [0x00000005e0200000, 0x00000005e0400000)
AC 0 O TS 0 PTAMS 0x00000005e0600000 NTAMS 0x00000005e0600000 space 2048K, 100% used [0x00000005e0400000, 0x00000005e0600000)
AC 0 O TS 0 PTAMS 0x00000005e0800000 NTAMS 0x00000005e0800000 space 2048K, 100% used [0x00000005e0600000, 0x00000005e0800000)
AC 0 O TS 0 PTAMS 0x00000005e0a00000 NTAMS 0x00000005e0a00000 space 2048K, 100% used [0x00000005e0800000, 0x00000005e0a00000)
AC 0 O TS 0 PTAMS 0x00000005e0c00000 NTAMS 0x00000005e0c00000 space 2048K, 100% used [0x00000005e0a00000, 0x00000005e0c00000)
AC 0 O TS 0 PTAMS 0x00000005e0e00000 NTAMS 0x00000005e0e00000 space 2048K, 100% used [0x00000005e0c00000, 0x00000005e0e00000)
AC 0 O TS 0 PTAMS 0x00000005e1000000 NTAMS 0x00000005e1000000 space 2048K, 100% used [0x00000005e0e00000, 0x00000005e1000000)
AC 0 O TS 0 PTAMS 0x00000005e1200000 NTAMS 0x00000005e1200000 space 2048K, 100% used [0x00000005e1000000, 0x00000005e1200000)
AC 0 O TS 0 PTAMS 0x00000005e1400000 NTAMS 0x00000005e1400000 space 2048K, 100% used [0x00000005e1200000, 0x00000005e1400000)
AC 0 O TS 0 PTAMS 0x00000005e1600000 NTAMS 0x00000005e1600000 space 2048K, 100% used [0x00000005e1400000, 0x00000005e1600000)
AC 0 O TS 0 PTAMS 0x00000005e1800000 NTAMS 0x00000005e1800000 space 2048K, 100% used [0x00000005e1600000, 0x00000005e1800000)
AC 0 F TS 0 PTAMS 0x00000005e1800000 NTAMS 0x00000005e1800000 space 2048K, 0% used [0x00000005e1800000, 0x00000005e1a00000)
AC 0 O TS 0 PTAMS 0x00000005e1c00000 NTAMS 0x00000005e1c00000 space 2048K, 100% used [0x00000005e1a00000, 0x00000005e1c00000)
AC 0 O TS 0 PTAMS 0x00000005e1e00000 NTAMS 0x00000005e1e00000 space 2048K, 100% used [0x00000005e1c00000, 0x00000005e1e00000)
AC 0 O TS 0 PTAMS 0x00000005e2000000 NTAMS 0x00000005e2000000 space 2048K, 100% used [0x00000005e1e00000, 0x00000005e2000000)
AC 0 O TS 0 PTAMS 0x00000005e2200000 NTAMS 0x00000005e2200000 space 2048K, 100% used [0x00000005e2000000, 0x00000005e2200000)
AC 0 O TS 0 PTAMS 0x00000005e2400000 NTAMS 0x00000005e2400000 space 2048K, 100% used [0x00000005e2200000, 0x00000005e2400000)
AC 0 O TS 0 PTAMS 0x00000005e2600000 NTAMS 0x00000005e2600000 space 2048K, 100% used [0x00000005e2400000, 0x00000005e2600000)
AC 0 O TS 0 PTAMS 0x00000005e2800000 NTAMS 0x00000005e2800000 space 2048K, 100% used [0x00000005e2600000, 0x00000005e2800000)
AC 0 O TS 0 PTAMS 0x00000005e2a00000 NTAMS 0x00000005e2a00000 space 2048K, 100% used [0x00000005e2800000, 0x00000005e2a00000)
AC 0 O TS 0 PTAMS 0x00000005e2c00000 NTAMS 0x00000005e2c00000 space 2048K, 100% used [0x00000005e2a00000, 0x00000005e2c00000)
AC 0 O TS 0 PTAMS 0x00000005e2e00000 NTAMS 0x00000005e2e00000 space 2048K, 100% used [0x00000005e2c00000, 0x00000005e2e00000)
AC 0 O TS 0 PTAMS 0x00000005e3000000 NTAMS 0x00000005e3000000 space 2048K, 100% used [0x00000005e2e00000, 0x00000005e3000000)
AC 0 F TS 0 PTAMS 0x00000005e3000000 NTAMS 0x00000005e3000000 space 2048K, 0% used [0x00000005e3000000, 0x00000005e3200000)
AC 0 O TS 0 PTAMS 0x00000005e3400000 NTAMS 0x00000005e3400000 space 2048K, 100% used [0x00000005e3200000, 0x00000005e3400000)
AC 0 O TS 0 PTAMS 0x00000005e3600000 NTAMS 0x00000005e3600000 space 2048K, 100% used [0x00000005e3400000, 0x00000005e3600000)
AC 0 O TS 0 PTAMS 0x00000005e3800000 NTAMS 0x00000005e3800000 space 2048K, 100% used [0x00000005e3600000, 0x00000005e3800000)
AC 0 F TS 0 PTAMS 0x00000005e3800000 NTAMS 0x00000005e3800000 space 2048K, 0% used [0x00000005e3800000, 0x00000005e3a00000)
AC 0 O TS 0 PTAMS 0x00000005e3c00000 NTAMS 0x00000005e3c00000 space 2048K, 100% used [0x00000005e3a00000, 0x00000005e3c00000)
AC 0 O TS 0 PTAMS 0x00000005e3e00000 NTAMS 0x00000005e3e00000 space 2048K, 100% used [0x00000005e3c00000, 0x00000005e3e00000)
AC 0 O TS 0 PTAMS 0x00000005e4000000 NTAMS 0x00000005e4000000 space 2048K, 100% used [0x00000005e3e00000, 0x00000005e4000000)
AC 0 O TS 0 PTAMS 0x00000005e4200000 NTAMS 0x00000005e4200000 space 2048K, 100% used [0x00000005e4000000, 0x00000005e4200000)
AC 0 O TS 1 PTAMS 0x00000005e42c8e00 NTAMS 0x00000005e42c8e00 space 2048K, 39% used [0x00000005e4200000, 0x00000005e4400000)
AC 0 HS TS 0 PTAMS 0x00000005e4400000 NTAMS 0x00000005e4400000 space 2048K, 69% used [0x00000005e4400000, 0x00000005e4600000)
AC 0 O TS 0 PTAMS 0x00000005e4800000 NTAMS 0x00000005e4800000 space 2048K, 100% used [0x00000005e4600000, 0x00000005e4800000)
AC 0 F TS 0 PTAMS 0x00000005e4800000 NTAMS 0x00000005e4800000 space 2048K, 0% used [0x00000005e4800000, 0x00000005e4a00000)
AC 0 O TS 0 PTAMS 0x00000005e4c00000 NTAMS 0x00000005e4c00000 space 2048K, 100% used [0x00000005e4a00000, 0x00000005e4c00000)
AC 0 O TS 0 PTAMS 0x00000005e4e00000 NTAMS 0x00000005e4e00000 space 2048K, 100% used [0x00000005e4c00000, 0x00000005e4e00000)
AC 0 HS TS 0 PTAMS 0x00000005e4f55560 NTAMS 0x00000005e4f55560 space 2048K, 66% used [0x00000005e4e00000, 0x00000005e5000000)
AC 0 F TS 0 PTAMS 0x00000005e5000000 NTAMS 0x00000005e5000000 space 2048K, 0% used [0x00000005e5000000, 0x00000005e5200000)
AC 0 HS TS 0 PTAMS 0x00000005e5300010 NTAMS 0x00000005e5300010 space 2048K, 50% used [0x00000005e5200000, 0x00000005e5400000)
AC 0 O TS 0 PTAMS 0x00000005e5600000 NTAMS 0x00000005e5600000 space 2048K, 100% used [0x00000005e5400000, 0x00000005e5600000)
AC 0 O TS 0 PTAMS 0x00000005e5800000 NTAMS 0x00000005e5800000 space 2048K, 100% used [0x00000005e5600000, 0x00000005e5800000)
AC 0 O TS 0 PTAMS 0x00000005e5a00000 NTAMS 0x00000005e5a00000 space 2048K, 100% used [0x00000005e5800000, 0x00000005e5a00000)
AC 0 F TS 0 PTAMS 0x00000005e5a00000 NTAMS 0x00000005e5a00000 space 2048K, 0% used [0x00000005e5a00000, 0x00000005e5c00000)
AC 0 O TS 0 PTAMS 0x00000005e5e00000 NTAMS 0x00000005e5e00000 space 2048K, 100% used [0x00000005e5c00000, 0x00000005e5e00000)
AC 0 F TS 0 PTAMS 0x00000005e5e00000 NTAMS 0x00000005e5e00000 space 2048K, 0% used [0x00000005e5e00000, 0x00000005e6000000)
AC 0 F TS 0 PTAMS 0x00000005e6000000 NTAMS 0x00000005e6000000 space 2048K, 0% used [0x00000005e6000000, 0x00000005e6200000)
AC 0 O TS 0 PTAMS 0x00000005e6400000 NTAMS 0x00000005e6400000 space 2048K, 100% used [0x00000005e6200000, 0x00000005e6400000)
AC 0 F TS 0 PTAMS 0x00000005e6400000 NTAMS 0x00000005e6400000 space 2048K, 0% used [0x00000005e6400000, 0x00000005e6600000)
AC 0 HS TS 0 PTAMS 0x00000005e736c010 NTAMS 0x00000005e736c010 space 14336K, 95% used [0x00000005e6600000, 0x00000005e7400000)
AC 0 HC TS 0 PTAMS 0x00000005e6800000 NTAMS 0x00000005e6800000 space 2048K, 100% used [0x00000005e6800000, 0x00000005e6a00000)
AC 0 HC TS 0 PTAMS 0x00000005e6a00000 NTAMS 0x00000005e6a00000 space 2048K, 100% used [0x00000005e6a00000, 0x00000005e6c00000)
AC 0 HC TS 0 PTAMS 0x00000005e6c00000 NTAMS 0x00000005e6c00000 space 2048K, 100% used [0x00000005e6c00000, 0x00000005e6e00000)
AC 0 HC TS 0 PTAMS 0x00000005e6e00000 NTAMS 0x00000005e6e00000 space 2048K, 100% used [0x00000005e6e00000, 0x00000005e7000000)
AC 0 HC TS 0 PTAMS 0x00000005e7000000 NTAMS 0x00000005e7000000 space 2048K, 100% used [0x00000005e7000000, 0x00000005e7200000)
AC 0 HC TS 0 PTAMS 0x00000005e7200000 NTAMS 0x00000005e7200000 space 2048K, 71% used [0x00000005e7200000, 0x00000005e7400000)
AC 0 F TS 0 PTAMS 0x00000005e7400000 NTAMS 0x00000005e7400000 space 2048K, 0% used [0x00000005e7400000, 0x00000005e7600000)
AC 0 F TS 0 PTAMS 0x00000005e7600000 NTAMS 0x00000005e7600000 space 2048K, 0% used [0x00000005e7600000, 0x00000005e7800000)
AC 0 F TS 0 PTAMS 0x00000005e7800000 NTAMS 0x00000005e7800000 space 2048K, 0% used [0x00000005e7800000, 0x00000005e7a00000)
AC 0 O TS 0 PTAMS 0x00000005e7c00000 NTAMS 0x00000005e7c00000 space 2048K, 100% used [0x00000005e7a00000, 0x00000005e7c00000)
AC 0 O TS 0 PTAMS 0x00000005e7e00000 NTAMS 0x00000005e7e00000 space 2048K, 100% used [0x00000005e7c00000, 0x00000005e7e00000)
AC 0 F TS 0 PTAMS 0x00000005e7e00000 NTAMS 0x00000005e7e00000 space 2048K, 0% used [0x00000005e7e00000, 0x00000005e8000000)
AC 0 F TS 0 PTAMS 0x00000005e8000000 NTAMS 0x00000005e8000000 space 2048K, 0% used [0x00000005e8000000, 0x00000005e8200000)
AC 0 F TS 0 PTAMS 0x00000005e8200000 NTAMS 0x00000005e8200000 space 2048K, 0% used [0x00000005e8200000, 0x00000005e8400000)
AC 0 HS TS 0 PTAMS 0x00000005e916c010 NTAMS 0x00000005e916c010 space 14336K, 95% used [0x00000005e8400000, 0x00000005e9200000)
AC 0 HC TS 0 PTAMS 0x00000005e8600000 NTAMS 0x00000005e8600000 space 2048K, 100% used [0x00000005e8600000, 0x00000005e8800000)
AC 0 HC TS 0 PTAMS 0x00000005e8800000 NTAMS 0x00000005e8800000 space 2048K, 100% used [0x00000005e8800000, 0x00000005e8a00000)
AC 0 HC TS 0 PTAMS 0x00000005e8a00000 NTAMS 0x00000005e8a00000 space 2048K, 100% used [0x00000005e8a00000, 0x00000005e8c00000)
AC 0 HC TS 0 PTAMS 0x00000005e8c00000 NTAMS 0x00000005e8c00000 space 2048K, 100% used [0x00000005e8c00000, 0x00000005e8e00000)
AC 0 HC TS 0 PTAMS 0x00000005e8e00000 NTAMS 0x00000005e8e00000 space 2048K, 100% used [0x00000005e8e00000, 0x00000005e9000000)
AC 0 HC TS 0 PTAMS 0x00000005e9000000 NTAMS 0x00000005e9000000 space 2048K, 71% used [0x00000005e9000000, 0x00000005e9200000)
AC 0 HS TS 0 PTAMS 0x00000005e98b8010 NTAMS 0x00000005e98b8010 space 8192K, 83% used [0x00000005e9200000, 0x00000005e9a00000)
AC 0 HC TS 0 PTAMS 0x00000005e9400000 NTAMS 0x00000005e9400000 space 2048K, 100% used [0x00000005e9400000, 0x00000005e9600000)
AC 0 HC TS 0 PTAMS 0x00000005e9600000 NTAMS 0x00000005e9600000 space 2048K, 100% used [0x00000005e9600000, 0x00000005e9800000)
AC 0 HC TS 0 PTAMS 0x00000005e9800000 NTAMS 0x00000005e9800000 space 2048K, 35% used [0x00000005e9800000, 0x00000005e9a00000)
AC 0 F TS 0 PTAMS 0x00000005e9a00000 NTAMS 0x00000005e9a00000 space 2048K, 0% used [0x00000005e9a00000, 0x00000005e9c00000)
AC 0 F TS 0 PTAMS 0x00000005e9c00000 NTAMS 0x00000005e9c00000 space 2048K, 0% used [0x00000005e9c00000, 0x00000005e9e00000)
AC 0 F TS 0 PTAMS 0x00000005e9e00000 NTAMS 0x00000005e9e00000 space 2048K, 0% used [0x00000005e9e00000, 0x00000005ea000000)
AC 0 F TS 0 PTAMS 0x00000005ea000000 NTAMS 0x00000005ea000000 space 2048K, 0% used [0x00000005ea000000, 0x00000005ea200000)
AC 0 F TS 0 PTAMS 0x00000005ea200000 NTAMS 0x00000005ea200000 space 2048K, 0% used [0x00000005ea200000, 0x00000005ea400000)
AC 0 O TS 0 PTAMS 0x00000005ea600000 NTAMS 0x00000005ea600000 space 2048K, 100% used [0x00000005ea400000, 0x00000005ea600000)
AC 0 F TS 0 PTAMS 0x00000005ea600000 NTAMS 0x00000005ea600000 space 2048K, 0% used [0x00000005ea600000, 0x00000005ea800000)
AC 0 F TS 0 PTAMS 0x00000005ea800000 NTAMS 0x00000005ea800000 space 2048K, 0% used [0x00000005ea800000, 0x00000005eaa00000)
AC 0 F TS 0 PTAMS 0x00000005eaa00000 NTAMS 0x00000005eaa00000 space 2048K, 0% used [0x00000005eaa00000, 0x00000005eac00000)
AC 0 F TS 0 PTAMS 0x00000005eac00000 NTAMS 0x00000005eac00000 space 2048K, 0% used [0x00000005eac00000, 0x00000005eae00000)
AC 0 F TS 0 PTAMS 0x00000005eae00000 NTAMS 0x00000005eae00000 space 2048K, 0% used [0x00000005eae00000, 0x00000005eb000000)
AC 0 O TS 0 PTAMS 0x00000005eb200000 NTAMS 0x00000005eb200000 space 2048K, 100% used [0x00000005eb000000, 0x00000005eb200000)
AC 0 F TS 0 PTAMS 0x00000005eb200000 NTAMS 0x00000005eb200000 space 2048K, 0% used [0x00000005eb200000, 0x00000005eb400000)
AC 0 F TS 0 PTAMS 0x00000005eb400000 NTAMS 0x00000005eb400000 space 2048K, 0% used [0x00000005eb400000, 0x00000005eb600000)
AC 0 F TS 0 PTAMS 0x00000005eb600000 NTAMS 0x00000005eb600000 space 2048K, 0% used [0x00000005eb600000, 0x00000005eb800000)
AC 0 F TS 0 PTAMS 0x00000005eb800000 NTAMS 0x00000005eb800000 space 2048K, 0% used [0x00000005eb800000, 0x00000005eba00000)
AC 0 HS TS 0 PTAMS 0x00000005ecbb8010 NTAMS 0x00000005ecbb8010 space 6144K, 95% used [0x00000005ec600000, 0x00000005ecc00000)
AC 0 HC TS 0 PTAMS 0x00000005ec800000 NTAMS 0x00000005ec800000 space 2048K, 100% used [0x00000005ec800000, 0x00000005eca00000)
AC 0 HC TS 0 PTAMS 0x00000005eca00000 NTAMS 0x00000005eca00000 space 2048K, 85% used [0x00000005eca00000, 0x00000005ecc00000)
AC 0 HS TS 0 PTAMS 0x00000005ed1b8010 NTAMS 0x00000005ed1b8010 space 6144K, 95% used [0x00000005ecc00000, 0x00000005ed200000)
AC 0 HC TS 0 PTAMS 0x00000005ece00000 NTAMS 0x00000005ece00000 space 2048K, 100% used [0x00000005ece00000, 0x00000005ed000000)
AC 0 HC TS 0 PTAMS 0x00000005ed000000 NTAMS 0x00000005ed000000 space 2048K, 85% used [0x00000005ed000000, 0x00000005ed200000)
AC 0 F TS 0 PTAMS 0x00000005ed200000 NTAMS 0x00000005ed200000 space 2048K, 0% used [0x00000005ed200000, 0x00000005ed400000)
AC 0 F TS 0 PTAMS 0x00000005ed400000 NTAMS 0x00000005ed400000 space 2048K, 0% used [0x00000005ed400000, 0x00000005ed600000)
AC 0 F TS 0 PTAMS 0x00000005ed600000 NTAMS 0x00000005ed600000 space 2048K, 0% used [0x00000005ed600000, 0x00000005ed800000)
AC 0 S TS 1 PTAMS 0x00000005ed800000 NTAMS 0x00000005ed800000 space 2048K, 44% used [0x00000005ed800000, 0x00000005eda00000)
AC 0 S TS 1 PTAMS 0x00000005eda00000 NTAMS 0x00000005eda00000 space 2048K, 100% used [0x00000005eda00000, 0x00000005edc00000)
AC 0 S TS 1 PTAMS 0x00000005edc00000 NTAMS 0x00000005edc00000 space 2048K, 100% used [0x00000005edc00000, 0x00000005ede00000)
AC 0 E CS TS 0 PTAMS 0x00000005ede00000 NTAMS 0x00000005ede00000 space 2048K, 100% used [0x00000005ede00000, 0x00000005ee000000)
AC 0 E CS TS 0 PTAMS 0x00000005ee000000 NTAMS 0x00000005ee000000 space 2048K, 100% used [0x00000005ee000000, 0x00000005ee200000)
AC 0 E CS TS 0 PTAMS 0x00000005ee200000 NTAMS 0x00000005ee200000 space 2048K, 100% used [0x00000005ee200000, 0x00000005ee400000)
AC 0 E CS TS 0 PTAMS 0x00000005ee400000 NTAMS 0x00000005ee400000 space 2048K, 100% used [0x00000005ee400000, 0x00000005ee600000)
AC 0 E CS TS 0 PTAMS 0x00000005ee600000 NTAMS 0x00000005ee600000 space 2048K, 100% used [0x00000005ee600000, 0x00000005ee800000)
AC 0 E CS TS 0 PTAMS 0x00000005ee800000 NTAMS 0x00000005ee800000 space 2048K, 100% used [0x00000005ee800000, 0x00000005eea00000)
AC 0 E CS TS 0 PTAMS 0x00000005eea00000 NTAMS 0x00000005eea00000 space 2048K, 100% used [0x00000005eea00000, 0x00000005eec00000)
AC 0 E CS TS 0 PTAMS 0x00000005eec00000 NTAMS 0x00000005eec00000 space 2048K, 100% used [0x00000005eec00000, 0x00000005eee00000)
AC 0 E CS TS 0 PTAMS 0x00000005eee00000 NTAMS 0x00000005eee00000 space 2048K, 100% used [0x00000005eee00000, 0x00000005ef000000)
AC 0 E CS TS 0 PTAMS 0x00000005ef000000 NTAMS 0x00000005ef000000 space 2048K, 100% used [0x00000005ef000000, 0x00000005ef200000)
AC 0 HS TS 0 PTAMS 0x00000005f00cc010 NTAMS 0x00000005f00cc010 space 16384K, 92% used [0x00000005ef200000, 0x00000005f0200000)
AC 0 HC TS 0 PTAMS 0x00000005ef400000 NTAMS 0x00000005ef400000 space 2048K, 100% used [0x00000005ef400000, 0x00000005ef600000)
AC 0 HC TS 0 PTAMS 0x00000005ef600000 NTAMS 0x00000005ef600000 space 2048K, 100% used [0x00000005ef600000, 0x00000005ef800000)
AC 0 HC TS 0 PTAMS 0x00000005ef800000 NTAMS 0x00000005ef800000 space 2048K, 100% used [0x00000005ef800000, 0x00000005efa00000)
AC 0 HC TS 0 PTAMS 0x00000005efa00000 NTAMS 0x00000005efa00000 space 2048K, 100% used [0x00000005efa00000, 0x00000005efc00000)
AC 0 HC TS 0 PTAMS 0x00000005efc00000 NTAMS 0x00000005efc00000 space 2048K, 100% used [0x00000005efc00000, 0x00000005efe00000)
AC 0 HC TS 0 PTAMS 0x00000005efe00000 NTAMS 0x00000005efe00000 space 2048K, 100% used [0x00000005efe00000, 0x00000005f0000000)
AC 0 HC TS 0 PTAMS 0x00000005f0000000 NTAMS 0x00000005f0000000 space 2048K, 39% used [0x00000005f0000000, 0x00000005f0200000)
AC 0 E CS TS 0 PTAMS 0x00000005f1400000 NTAMS 0x00000005f1400000 space 2048K, 100% used [0x00000005f1400000, 0x00000005f1600000)
AC 0 E CS TS 0 PTAMS 0x00000005f1600000 NTAMS 0x00000005f1600000 space 2048K, 100% used [0x00000005f1600000, 0x00000005f1800000)
AC 0 E CS TS 0 PTAMS 0x00000005f1800000 NTAMS 0x00000005f1800000 space 2048K, 100% used [0x00000005f1800000, 0x00000005f1a00000)
AC 0 E CS TS 0 PTAMS 0x00000005f1a00000 NTAMS 0x00000005f1a00000 space 2048K, 100% used [0x00000005f1a00000, 0x00000005f1c00000)
AC 0 E CS TS 0 PTAMS 0x00000005f1c00000 NTAMS 0x00000005f1c00000 space 2048K, 100% used [0x00000005f1c00000, 0x00000005f1e00000)
AC 0 E CS TS 0 PTAMS 0x00000005f1e00000 NTAMS 0x00000005f1e00000 space 2048K, 100% used [0x00000005f1e00000, 0x00000005f2000000)
AC 0 E CS TS 0 PTAMS 0x00000005f2000000 NTAMS 0x00000005f2000000 space 2048K, 100% used [0x00000005f2000000, 0x00000005f2200000)
AC 0 E CS TS 0 PTAMS 0x00000005f2200000 NTAMS 0x00000005f2200000 space 2048K, 100% used [0x00000005f2200000, 0x00000005f2400000)
AC 0 E CS TS 0 PTAMS 0x00000005f2400000 NTAMS 0x00000005f2400000 space 2048K, 100% used [0x00000005f2400000, 0x00000005f2600000)
Card table byte_map: [0x000001bc80000000,0x000001bc81000000] byte_map_base: 0x000001bc7d1f8000
Marking Bits (Prev, Next): (CMBitMap*) 0x000001bcec0fbc28, (CMBitMap*) 0x000001bcec0fbc80
Prev Bits: [0x000001bc82000000, 0x000001bc89fc0000)
Next Bits: [0x000001bc89fc0000, 0x000001bc91f80000)
Polling page: 0x000001bcebf50000
CodeCache: size=245760Kb used=34307Kb max_used=34952Kb free=211452Kb
bounds [0x000001bcef5f0000, 0x000001bcf18d0000, 0x000001bcfe5f0000]
total_blobs=10329 nmethods=8606 adapters=1634
compilation: enabled
Compilation events (10 events):
Event: 1408.273 Thread 0x000001bc950db000 12923 3 class.eMF6CsPnmB::FZOk5L6Gfy (128 bytes)
Event: 1408.273 Thread 0x000001bc950db000 nmethod 12923 0x000001bceff62b90 code [0x000001bceff62dc0, 0x000001bceff63e60]
Event: 1411.847 Thread 0x000001bc950d6800 12924 4 class.UnxIz1yclc::FZOk5L6Gfy (410 bytes)
Event: 1411.873 Thread 0x000001bc950d6800 nmethod 12924 0x000001bcf1192390 code [0x000001bcf1192820, 0x000001bcf11950e8]
Event: 1414.483 Thread 0x000001bc950d4000 12925 4 class.SX8cjl6T::mMV5oPkCW (51 bytes)
Event: 1414.485 Thread 0x000001bc950d4000 nmethod 12925 0x000001bcf160ae90 code [0x000001bcf160afc0, 0x000001bcf160b378]
Event: 1416.638 Thread 0x000001bc950db000 12926 3 class.KyQ2cVbc0X::FZOk5L6Gfy (134 bytes)
Event: 1416.639 Thread 0x000001bc950db000 nmethod 12926 0x000001bcef7b6650 code [0x000001bcef7b68c0, 0x000001bcef7b7510]
Event: 1416.979 Thread 0x000001bc950d6800 12927 4 javax.vecmath.Point3f::<init> (6 bytes)
Event: 1416.980 Thread 0x000001bc950d6800 nmethod 12927 0x000001bcf0a50b90 code [0x000001bcf0a50cc0, 0x000001bcf0a50d58]
GC Heap History (10 events):
Event: 1411.040 GC heap after
Heap after GC invocations=669 (full 3):
garbage-first heap total 778240K, used 671443K [0x00000005c1000000, 0x00000005c1200be0, 0x00000007c0000000)
region size 2048K, 3 young (6144K), 3 survivors (6144K)
Metaspace used 46490K, capacity 48129K, committed 48384K, reserved 1091584K
class space used 4988K, capacity 5326K, committed 5376K, reserved 1048576K
}
Event: 1413.050 GC heap before
{Heap before GC invocations=670 (full 3):
garbage-first heap total 778240K, used 691923K [0x00000005c1000000, 0x00000005c1200be0, 0x00000007c0000000)
region size 2048K, 19 young (38912K), 3 survivors (6144K)
Metaspace used 46490K, capacity 48129K, committed 48384K, reserved 1091584K
class space used 4988K, capacity 5326K, committed 5376K, reserved 1048576K
Event: 1413.062 GC heap after
Heap after GC invocations=671 (full 3):
garbage-first heap total 778240K, used 660283K [0x00000005c1000000, 0x00000005c1200be0, 0x00000007c0000000)
region size 2048K, 3 young (6144K), 3 survivors (6144K)
Metaspace used 46490K, capacity 48129K, committed 48384K, reserved 1091584K
class space used 4988K, capacity 5326K, committed 5376K, reserved 1048576K
}
Event: 1415.011 GC heap before
{Heap before GC invocations=671 (full 3):
garbage-first heap total 778240K, used 693051K [0x00000005c1000000, 0x00000005c1200be0, 0x00000007c0000000)
region size 2048K, 19 young (38912K), 3 survivors (6144K)
Metaspace used 46490K, capacity 48129K, committed 48384K, reserved 1091584K
class space used 4988K, capacity 5326K, committed 5376K, reserved 1048576K
Event: 1415.022 GC heap after
Heap after GC invocations=672 (full 3):
garbage-first heap total 778240K, used 651373K [0x00000005c1000000, 0x00000005c1200be0, 0x00000007c0000000)
region size 2048K, 3 young (6144K), 3 survivors (6144K)
Metaspace used 46490K, capacity 48129K, committed 48384K, reserved 1091584K
class space used 4988K, capacity 5326K, committed 5376K, reserved 1048576K
}
Event: 1416.750 GC heap before
{Heap before GC invocations=672 (full 3):
garbage-first heap total 778240K, used 684141K [0x00000005c1000000, 0x00000005c1200be0, 0x00000007c0000000)
region size 2048K, 19 young (38912K), 3 survivors (6144K)
Metaspace used 46499K, capacity 48193K, committed 48384K, reserved 1091584K
class space used 4988K, capacity 5326K, committed 5376K, reserved 1048576K
Event: 1416.762 GC heap after
Heap after GC invocations=673 (full 3):
garbage-first heap total 778240K, used 652008K [0x00000005c1000000, 0x00000005c1200be0, 0x00000007c0000000)
region size 2048K, 3 young (6144K), 3 survivors (6144K)
Metaspace used 46499K, capacity 48193K, committed 48384K, reserved 1091584K
class space used 4988K, capacity 5326K, committed 5376K, reserved 1048576K
}
Event: 1417.145 GC heap before
{Heap before GC invocations=673 (full 3):
garbage-first heap total 778240K, used 658152K [0x00000005c1000000, 0x00000005c1200be0, 0x00000007c0000000)
region size 2048K, 7 young (14336K), 3 survivors (6144K)
Metaspace used 46499K, capacity 48193K, committed 48384K, reserved 1091584K
class space used 4988K, capacity 5326K, committed 5376K, reserved 1048576K
Event: 1417.150 GC heap after
Heap after GC invocations=674 (full 3):
garbage-first heap total 778240K, used 659404K [0x00000005c1000000, 0x00000005c1200be0, 0x00000007c0000000)
region size 2048K, 3 young (6144K), 3 survivors (6144K)
Metaspace used 46499K, capacity 48193K, committed 48384K, reserved 1091584K
class space used 4988K, capacity 5326K, committed 5376K, reserved 1048576K
}
Event: 1419.267 GC heap before
{Heap before GC invocations=675 (full 3):
garbage-first heap total 778240K, used 685406K [0x00000005c1000000, 0x00000005c1200be0, 0x00000007c0000000)
region size 2048K, 19 young (38912K), 3 survivors (6144K)
Metaspace used 46499K, capacity 48193K, committed 48384K, reserved 1091584K
class space used 4988K, capacity 5326K, committed 5376K, reserved 1048576K
Deoptimization events (10 events):
Event: 1352.263 Thread 0x000001bc9564e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001bcf1718038 method=class.VnfewXSljT.FZOk5L6Gfy(Lclass/bM9lf9H6vw;Lclass/Lnn0KGgx7A;Lclass/YTQEWFwHv;Lclass/ONkY2XpGCF;)V @ 499
Event: 1365.910 Thread 0x000001bc9564e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001bcf05f762c method=class.WSAJiyiumf.FZOk5L6Gfy(FFFFFFFBIF)V @ 3070
Event: 1382.198 Thread 0x000001bc9564b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001bcf15dd650 method=class.xalt4RF34.mMV5oPkCW()F @ 29
Event: 1382.199 Thread 0x000001bc9564e000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001bcf15dd650 method=class.xalt4RF34.mMV5oPkCW()F @ 29
Event: 1382.200 Thread 0x000001bc9564e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001bcf03f9048 method=class.xalt4RF34.mMV5oPkCW()F @ 29
Event: 1382.200 Thread 0x000001bc9564e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001bcf0d01b88 method=class.xalt4RF34.mMV5oPkCW()F @ 29
Event: 1382.200 Thread 0x000001bc9564e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001bcf0c3cfb8 method=class.xalt4RF34.mMV5oPkCW()F @ 29
Event: 1382.246 Thread 0x000001bc9564e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001bcf1732764 method=class.xalt4RF34.mMV5oPkCW()F @ 29
Event: 1382.246 Thread 0x000001bc9564e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001bcf0948874 method=class.xalt4RF34.mMV5oPkCW()F @ 29
Event: 1392.789 Thread 0x000001bc9564b000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001bcf1770c04 method=class.ug2L2oHav9.XwhlvVTrl(Lclass/bM9lf9H6vw;)V @ 56
Classes redefined (0 events):
No events
Internal exceptions (10 events):
Event: 1216.308 Thread 0x000001bd063ac800 Exception <a 'java/io/IOException'> (0x00000005e7b06b30) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u201\12322\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 1216.308 Thread 0x000001bd063ac800 Exception <a 'java/io/IOException'> (0x00000005e7b06f78) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u201\12322\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 1216.308 Thread 0x000001bd063ac800 Exception <a 'java/io/IOException'> (0x00000005e7b073c0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u201\12322\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 1216.308 Thread 0x000001bd063ac800 Exception <a 'java/io/IOException'> (0x00000005e7b07d60) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u201\12322\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 1216.308 Thread 0x000001bd063ac800 Exception <a 'java/io/IOException'> (0x00000005e7b081a8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u201\12322\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 1216.308 Thread 0x000001bd063ac800 Exception <a 'java/io/IOException'> (0x00000005e7b085f0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u201\12322\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 1229.180 Thread 0x000001bc9564e800 Implicit null exception at 0x000001bcf160b6a2 to 0x000001bcf160bf85
Event: 1229.180 Thread 0x000001bc9564e800 Implicit null exception at 0x000001bcf12ae4d0 to 0x000001bcf12afad1
Event: 1229.180 Thread 0x000001bc9564e800 Implicit null exception at 0x000001bceffe367b to 0x000001bceffe36f1
Event: 1339.005 Thread 0x000001bc9564e800 Implicit null exception at 0x000001bcefeadc27 to 0x000001bcefeae225
Events (10 events):
Event: 1415.022 Executing VM operation: G1IncCollectionPause done
Event: 1416.750 Executing VM operation: G1IncCollectionPause
Event: 1416.762 Executing VM operation: G1IncCollectionPause done
Event: 1417.145 Executing VM operation: G1IncCollectionPause
Event: 1417.150 Executing VM operation: G1IncCollectionPause done
Event: 1417.370 Executing VM operation: CGC_Operation
Event: 1417.376 Executing VM operation: CGC_Operation done
Event: 1417.376 Executing VM operation: CGC_Operation
Event: 1417.377 Executing VM operation: CGC_Operation done
Event: 1419.267 Executing VM operation: G1IncCollectionPause
Dynamic libraries:
0x00007ff78a420000 - 0x00007ff78a94d000 T:\Wurm Online\WurmLauncher64.exe
0x00007ffd533e0000 - 0x00007ffd535d0000 C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ffd53090000 - 0x00007ffd53142000 C:\WINDOWS\System32\KERNEL32.DLL
0x00007ffd510c0000 - 0x00007ffd51363000 C:\WINDOWS\System32\KERNELBASE.dll
0x00007ffd4e400000 - 0x00007ffd4e48f000 C:\WINDOWS\SYSTEM32\apphelp.dll
0x00007ffcf7ee0000 - 0x00007ffcf8372000 C:\WINDOWS\SYSTEM32\AcLayers.DLL
0x00007ffd53260000 - 0x00007ffd532fe000 C:\WINDOWS\System32\msvcrt.dll
0x00007ffd51e30000 - 0x00007ffd51fc4000 C:\WINDOWS\System32\USER32.dll
0x00007ffd51090000 - 0x00007ffd510b1000 C:\WINDOWS\System32\win32u.dll
0x00007ffd53370000 - 0x00007ffd53396000 C:\WINDOWS\System32\GDI32.dll
0x00007ffd50ef0000 - 0x00007ffd51084000 C:\WINDOWS\System32\gdi32full.dll
0x00007ffd51370000 - 0x00007ffd5140e000 C:\WINDOWS\System32\msvcp_win.dll
0x00007ffd50ca0000 - 0x00007ffd50d9a000 C:\WINDOWS\System32\ucrtbase.dll
0x00007ffd52bc0000 - 0x00007ffd52c12000 C:\WINDOWS\System32\SHLWAPI.dll
0x00007ffd52440000 - 0x00007ffd52776000 C:\WINDOWS\System32\combase.dll
0x00007ffd52e40000 - 0x00007ffd52f60000 C:\WINDOWS\System32\RPCRT4.dll
0x00007ffd50420000 - 0x00007ffd504a0000 C:\WINDOWS\System32\bcryptPrimitives.dll
0x00007ffd52fd0000 - 0x00007ffd53073000 C:\WINDOWS\System32\ADVAPI32.dll
0x00007ffd52780000 - 0x00007ffd52817000 C:\WINDOWS\System32\sechost.dll
0x000001bce6e00000 - 0x000001bce6e03000 C:\WINDOWS\SYSTEM32\sfc.dll
0x00007ffd43cb0000 - 0x00007ffd43d39000 C:\WINDOWS\SYSTEM32\WINSPOOL.DRV
0x00007ffd502b0000 - 0x00007ffd502c1000 C:\WINDOWS\System32\kernel.appcore.dll
0x00007ffd51410000 - 0x00007ffd51436000 C:\WINDOWS\System32\bcrypt.dll
0x00007ffd4c960000 - 0x00007ffd4ca4f000 C:\WINDOWS\SYSTEM32\PROPSYS.dll
0x00007ffd52d70000 - 0x00007ffd52e34000 C:\WINDOWS\System32\OLEAUT32.dll
0x00007ffd51510000 - 0x00007ffd515b9000 C:\WINDOWS\System32\shcore.dll
0x00007ffd4f7e0000 - 0x00007ffd4f81a000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
0x00007ffd32940000 - 0x00007ffd32951000 C:\WINDOWS\SYSTEM32\sfc_os.DLL
0x00007ffd35930000 - 0x00007ffd35941000 C:\WINDOWS\SYSTEM32\SortWindows61.dll
0x00007ffd52820000 - 0x00007ffd5284e000 C:\WINDOWS\System32\IMM32.DLL
0x00007ffd52af0000 - 0x00007ffd52bc0000 C:\WINDOWS\System32\COMDLG32.dll
0x00007ffd51740000 - 0x00007ffd51e25000 C:\WINDOWS\System32\SHELL32.dll
0x00007ffd51440000 - 0x00007ffd5148a000 C:\WINDOWS\System32\cfgmgr32.dll
0x00007ffd504c0000 - 0x00007ffd50c40000 C:\WINDOWS\System32\windows.storage.dll
0x00007ffd437f0000 - 0x00007ffd43a75000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.18362.752_none_e6c0b5ed1312b70c\COMCTL32.dll
0x00007ffd502f0000 - 0x00007ffd50313000 C:\WINDOWS\System32\profapi.dll
0x00007ffd50320000 - 0x00007ffd5036a000 C:\WINDOWS\System32\powrprof.dll
0x00007ffd502a0000 - 0x00007ffd502b0000 C:\WINDOWS\System32\UMPDC.dll
0x00007ffd504a0000 - 0x00007ffd504b7000 C:\WINDOWS\System32\cryptsp.dll
0x00007ffd515e0000 - 0x00007ffd51737000 C:\WINDOWS\System32\ole32.dll
0x00007ffd53300000 - 0x00007ffd5336f000 C:\WINDOWS\System32\WS2_32.dll
0x00007ffd50da0000 - 0x00007ffd50ee9000 C:\WINDOWS\System32\CRYPT32.dll
0x00007ffd502d0000 - 0x00007ffd502e2000 C:\WINDOWS\System32\MSASN1.dll
0x00007ffd52f60000 - 0x00007ffd52fc8000 C:\WINDOWS\System32\WLDAP32.dll
0x00007ffd3d900000 - 0x00007ffd3d999000 C:\WINDOWS\SYSTEM32\MSVCP140.dll
0x00007ffd4e540000 - 0x00007ffd4e5d9000 C:\WINDOWS\SYSTEM32\UxTheme.dll
0x00007ffd48f50000 - 0x00007ffd48f57000 C:\WINDOWS\SYSTEM32\MSIMG32.dll
0x00007ffd3cef0000 - 0x00007ffd3cf07000 C:\WINDOWS\SYSTEM32\VCRUNTIME140.dll
0x00007ffd52c20000 - 0x00007ffd52d56000 C:\WINDOWS\System32\MSCTF.dll
0x00007ffd34b30000 - 0x00007ffd34bce000 C:\WINDOWS\System32\TextInputFramework.dll
0x00007ffd4e1f0000 - 0x00007ffd4e2c4000 C:\WINDOWS\System32\CoreMessaging.dll
0x00007ffd4ac40000 - 0x00007ffd4af6a000 C:\WINDOWS\System32\CoreUIComponents.dll
0x00007ffd4f2c0000 - 0x00007ffd4f2f1000 C:\WINDOWS\SYSTEM32\ntmarta.dll
0x00007ffd4bf60000 - 0x00007ffd4c0b3000 C:\WINDOWS\SYSTEM32\wintypes.dll
0x00007ffd44090000 - 0x00007ffd44336000 C:\WINDOWS\System32\iertutil.dll
0x00007ffd3dc90000 - 0x00007ffd3dc9c000 C:\WINDOWS\SYSTEM32\secur32.dll
0x00007ffd50190000 - 0x00007ffd501bf000 C:\WINDOWS\SYSTEM32\SSPICLI.DLL
0x00007ffd4fac0000 - 0x00007ffd4fb27000 C:\WINDOWS\system32\mswsock.dll
0x00007ffd4f820000 - 0x00007ffd4f8ea000 C:\WINDOWS\SYSTEM32\DNSAPI.dll
0x00007ffd52ae0000 - 0x00007ffd52ae8000 C:\WINDOWS\System32\NSI.dll
0x00007ffd4a690000 - 0x00007ffd4a69a000 C:\Windows\System32\rasadhlp.dll
0x00007ffd4a220000 - 0x00007ffd4a297000 C:\WINDOWS\System32\fwpuclnt.dll
0x00007ffd4f570000 - 0x00007ffd4f5f8000 C:\WINDOWS\system32\schannel.DLL
0x00007ffd2d550000 - 0x00007ffd2d565000 C:\WINDOWS\SYSTEM32\mskeyprotect.dll
0x00007ffd4fdc0000 - 0x00007ffd4fde6000 C:\WINDOWS\SYSTEM32\ncrypt.dll
0x00007ffd4fd80000 - 0x00007ffd4fdbb000 C:\WINDOWS\SYSTEM32\NTASN1.dll
0x00007ffd2d6a0000 - 0x00007ffd2d6c5000 C:\WINDOWS\system32\ncryptsslp.dll
0x00007ffd30370000 - 0x00007ffd30403000 C:\WINDOWS\SYSTEM32\DUser.dll
0x00007ffd1f7b0000 - 0x00007ffd1f7bd000 C:\WINDOWS\SYSTEM32\atlthunk.dll
0x0000000050420000 - 0x0000000050cc4000 T:\Wurm Online\win64\runtime\bin\server\jvm.dll
0x00007ffd53080000 - 0x00007ffd53088000 C:\WINDOWS\System32\PSAPI.DLL
0x0000000051a60000 - 0x0000000051b31000 T:\Wurm Online\win64\runtime\bin\MSVCR100.dll
0x00007ffd4c100000 - 0x00007ffd4c124000 C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ffd4a3d0000 - 0x00007ffd4a3da000 C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007ffd4c0d0000 - 0x00007ffd4c0fd000 C:\WINDOWS\SYSTEM32\WINMMBASE.dll
0x00007ffd3aee0000 - 0x00007ffd3aee9000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x00007ffd370b0000 - 0x00007ffd370bf000 T:\Wurm Online\win64\runtime\bin\verify.dll
0x00007ffd2f990000 - 0x00007ffd2f9b9000 T:\Wurm Online\win64\runtime\bin\java.dll
0x00007ffd2c6e0000 - 0x00007ffd2c6f6000 T:\Wurm Online\win64\runtime\bin\zip.dll
0x00007ffcfa410000 - 0x00007ffcfa5a9000 T:\Wurm Online\win64\runtime\bin\awt.dll
0x00007ffd4ea00000 - 0x00007ffd4ea2d000 C:\WINDOWS\system32\DWMAPI.DLL
0x00007ffcf9de0000 - 0x00007ffcf9f36000 C:\WINDOWS\system32\opengl32.dll
0x00007ffd29090000 - 0x00007ffd290bc000 C:\WINDOWS\SYSTEM32\GLU32.dll
0x00007ffd4ef40000 - 0x00007ffd4ef60000 C:\WINDOWS\SYSTEM32\dxcore.dll
0x00007ffd447e0000 - 0x00007ffd449a7000 C:\WINDOWS\system32\d3d9.dll
0x00007ffd47530000 - 0x00007ffd4761f000 C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_e0a5a1b06de180e3\nvldumdx.dll
0x00007ffd4a3a0000 - 0x00007ffd4a3cf000 C:\WINDOWS\SYSTEM32\cryptnet.dll
0x00007ffd4fc40000 - 0x00007ffd4fc4c000 C:\WINDOWS\SYSTEM32\cryptbase.dll
0x00007ffd50c40000 - 0x00007ffd50c9c000 C:\WINDOWS\System32\WINTRUST.DLL
0x00007ffd515c0000 - 0x00007ffd515dd000 C:\WINDOWS\System32\imagehlp.dll
0x00007ffd4f640000 - 0x00007ffd4f673000 C:\WINDOWS\system32\rsaenh.dll
0x00007ffd0d080000 - 0x00007ffd0e5a3000 C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_e0a5a1b06de180e3\nvd3dumx.dll
0x00007ffd36cc0000 - 0x00007ffd36f84000 C:\WINDOWS\system32\nvspcap64.dll
0x00007ffd4ee80000 - 0x00007ffd4eea2000 C:\WINDOWS\SYSTEM32\gpapi.dll
0x00007ffd2c690000 - 0x00007ffd2c6aa000 T:\Wurm Online\win64\runtime\bin\net.dll
0x00007ffd47350000 - 0x00007ffd47525000 C:\WINDOWS\SYSTEM32\urlmon.dll
0x00007ffd249f0000 - 0x00007ffd24a01000 T:\Wurm Online\win64\runtime\bin\nio.dll
0x00007ffd24220000 - 0x00007ffd24284000 C:\Users\Spoof\AppData\Local\Temp\lwjglSpoof\3.2.3-1.2.0\lwjgl.dll
0x00007ffd12430000 - 0x00007ffd12492000 C:\Users\Spoof\AppData\Local\Temp\lwjglSpoof\3.2.3-1.2.0\glfw.dll
0x00007ffd23f10000 - 0x00007ffd23f53000 C:\WINDOWS\SYSTEM32\dinput8.dll
0x00007ffd2e4e0000 - 0x00007ffd2e4f1000 C:\WINDOWS\SYSTEM32\xinput1_4.dll
0x00007ffd500a0000 - 0x00007ffd500ca000 C:\WINDOWS\SYSTEM32\DEVOBJ.dll
0x00007ffd34a10000 - 0x00007ffd34b2a000 C:\WINDOWS\SYSTEM32\inputhost.dll
0x00007ffd4ee70000 - 0x00007ffd4ee7e000 C:\WINDOWS\SYSTEM32\HID.DLL
0x00007ffd51fd0000 - 0x00007ffd52440000 C:\WINDOWS\System32\SETUPAPI.DLL
0x000001bca02c0000 - 0x000001bca02c3000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-console-l1-1-0.dll
0x000001bca02d0000 - 0x000001bca02d3000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-datetime-l1-1-0.dll
0x000001bca02e0000 - 0x000001bca02e3000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-debug-l1-1-0.dll
0x000001bca02f0000 - 0x000001bca02f3000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-errorhandling-l1-1-0.dll
0x000001bca0300000 - 0x000001bca0304000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-file-l1-1-0.dll
0x000001bca0310000 - 0x000001bca0313000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-file-l1-2-0.dll
0x000001bca0320000 - 0x000001bca0323000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-file-l2-1-0.dll
0x000001bca0330000 - 0x000001bca0333000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-handle-l1-1-0.dll
0x000001bca0340000 - 0x000001bca0343000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-heap-l1-1-0.dll
0x000001bca0350000 - 0x000001bca0353000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-interlocked-l1-1-0.dll
0x000001bca0360000 - 0x000001bca0363000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-libraryloader-l1-1-0.dll
0x000001bca0370000 - 0x000001bca0373000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-localization-l1-2-0.dll
0x000001bca0380000 - 0x000001bca0383000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-memory-l1-1-0.dll
0x000001bca0390000 - 0x000001bca0393000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-namedpipe-l1-1-0.dll
0x000001bca03a0000 - 0x000001bca03a3000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-processenvironment-l1-1-0.dll
0x000001bca03b0000 - 0x000001bca03b3000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-processthreads-l1-1-0.dll
0x000001bca03c0000 - 0x000001bca03c3000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-processthreads-l1-1-1.dll
0x000001bca03d0000 - 0x000001bca03d3000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-profile-l1-1-0.dll
0x000001bca03e0000 - 0x000001bca03e3000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-rtlsupport-l1-1-0.dll
0x000001bca03f0000 - 0x000001bca03f3000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-string-l1-1-0.dll
0x000001bca0400000 - 0x000001bca0403000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-synch-l1-1-0.dll
0x000001bca0410000 - 0x000001bca0413000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-synch-l1-2-0.dll
0x000001bca0420000 - 0x000001bca0423000 T:\Wurm Online\win64\runtime\bin\api-ms-win-core-sysinfo-l1-1-0.dll
VM Arguments:
jvm_args: -Dworkdir=T:\Wurm Online -Djava.library.path=T:\Wurm Online -XX:+UseG1GC -XX:MaxGCPauseMillis=8 -XX:+UseStringDeduplication -XX:+AggressiveOpts -XX:MinHeapFreeRatio=11 -XX:MaxHeapFreeRatio=18 -Xverify:none
java_command: <unknown>
java_class_path (initial): T:\Wurm Online\client_live.jar
Launcher Type: generic
Environment Variables:
PATH=C:\WINDOWS\system32;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\NVIDIA Corporation\NVIDIA NGX;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Users\Spoof\AppData\Local\Microsoft\WindowsApps
USERNAME=Spoof
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 158 Stepping 12, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 10.0 , 64 bit Build 18362 (10.0.18362.752)
CPU:total 6 (initial active 6) (6 cores per cpu, 1 threads per core) family 6 model 158 stepping 12, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, rtm, 3dnowpref, lzcnt, tsc, tscinvbit, bmi1, bmi2, adx
Memory: 4k page, physical 33485252k(18277972k free), swap 48845252k(24623812k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (25.201-b09) for windows-amd64 JRE (1.8.0_201-b09), built on Dec 15 2018 18:36:39 by "java_re" with MS VC++ 10.0 (VS2010)
time: Fri Mar 27 22:49:10 2020
timezone: Pacific Daylight Time
elapsed time: 1419 seconds (0d 0h 23m 39s)
About this issue
- Original URL
- State: open
- Created 4 years ago
- Comments: 20 (9 by maintainers)
https://builds.shipilev.net publishes many different versions of the JVM if you need a fastdebug jvm.