Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # A fatal error has been detected by the Java Runtime Environment:
- #
- # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffb5da13b8c, pid=4872, tid=0x00000000000033f0
- #
- # JRE version: OpenJDK Runtime Environment (8.0_312-b07) (build 1.8.0_312-b07)
- # Java VM: OpenJDK 64-Bit Server VM (25.312-b07 mixed mode windows-amd64 compressed oops)
- # Problematic frame:
- # C [lwjgl_stb.dll+0x3b8c]
- #
- # 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:
- # https://bugzilla.redhat.com/enter_bug.cgi
- # The crash happened outside the Java Virtual Machine in native code.
- # See problematic frame for where to report the bug.
- #
- --------------- T H R E A D ---------------
- Current thread (0x0000000003418000): JavaThread "main" [_thread_in_native, id=13296, stack(0x0000000003270000,0x0000000003370000)]
- siginfo: ExceptionCode=0xc0000005, writing address 0x0000000000000004
- Registers:
- RAX=0x00000000000000a0, RBX=0x0000000024daa150, RCX=0x0000000000000082, RDX=0x0000000000000004
- RSP=0x000000000336f0d0, RBP=0x0000000000000004, RSI=0x000000000336f300, RDI=0x000000000336f1d0
- R8 =0x000000000336f240, R9 =0x0000000000000001, R10=0x0000000001350000, R11=0x000000000336db80
- R12=0x0000000000000004, R13=0x0000000000000000, R14=0x000000000336f308, R15=0x0000000000000000
- RIP=0x00007ffb5da13b8c, EFLAGS=0x0000000000010246
- Top of Stack: (sp=0x000000000336f0d0)
- 0x000000000336f0d0: 000000000336f200 0000000000000000
- 0x000000000336f0e0: ffffffff00000000 00007ffb5da5d804
- 0x000000000336f0f0: 0000000000000003 0000000000001000
- 0x000000000336f100: 0000000024d9a7d0 000000000336f278
- 0x000000000336f110: 000000000336f278 000000000336f240
- 0x000000000336f120: 0000000000000000 0000000000000000
- 0x000000000336f130: 0000000000000000 0000000000000008
- 0x000000000336f140: 000000000336f2f8 0000000000000004
- 0x000000000336f150: 0000000000000000 0000000000000004
- 0x000000000336f160: 0000000000000004 0000000000000004
- 0x000000000336f170: 0000000000000004 000000000336f310
- 0x000000000336f180: 0000000024d76d70 00007ffb5da14d5c
- 0x000000000336f190: 0000000024d76d70 0000000000000004
- 0x000000000336f1a0: 0000000000000004 0000000000000004
- 0x000000000336f1b0: 0000000000000000 000000000336f1d0
- 0x000000000336f1c0: 0000000000000008 00007ffb5da573b4
- Instructions: (pc=0x00007ffb5da13b8c)
- 0x00007ffb5da13b6c: 44 24 48 44 89 78 0c 48 85 db 0f 84 96 10 00 00
- 0x00007ffb5da13b7c: 4c 8b 44 24 48 41 8b 00 48 8b 94 24 c8 00 00 00
- 0x00007ffb5da13b8c: 89 02 41 8b 40 04 41 89 04 24 48 85 ed 74 07 41
- 0x00007ffb5da13b9c: 8b 40 08 89 45 00 48 8b 4c 24 60 ff 15 bb 69 07
- Register to memory mapping:
- RAX=0x00000000000000a0 is an unknown value
- RBX=0x0000000024daa150 is an unknown value
- RCX=0x0000000000000082 is an unknown value
- RDX=0x0000000000000004 is an unknown value
- RSP=0x000000000336f0d0 is pointing into the stack for thread: 0x0000000003418000
- RBP=0x0000000000000004 is an unknown value
- RSI=0x000000000336f300 is pointing into the stack for thread: 0x0000000003418000
- RDI=0x000000000336f1d0 is pointing into the stack for thread: 0x0000000003418000
- R8 =0x000000000336f240 is pointing into the stack for thread: 0x0000000003418000
- R9 =0x0000000000000001 is an unknown value
- R10=0x0000000001350000 is an unknown value
- R11=0x000000000336db80 is pointing into the stack for thread: 0x0000000003418000
- R12=0x0000000000000004 is an unknown value
- R13=0x0000000000000000 is an unknown value
- R14=0x000000000336f308 is pointing into the stack for thread: 0x0000000003418000
- R15=0x0000000000000000 is an unknown value
- Stack: [0x0000000003270000,0x0000000003370000], sp=0x000000000336f0d0, free space=1020k
- Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
- C [lwjgl_stb.dll+0x3b8c]
- C [lwjgl_stb.dll+0x4d5c]
- C [lwjgl_stb.dll+0x52b4]
- C 0x00000000034e83c7
- Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
- j org.lwjgl.stb.STBImage.nstbi_load(JJJJI)J+0
- j org.lwjgl.stb.STBImage.stbi_load(Ljava/lang/CharSequence;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;I)Ljava/nio/ByteBuffer;+64
- j Texture.<init>(Ljava/lang/String;)V+113
- j Game.Start()V+26
- j Game.<init>()V+5
- j Launcher.main([Ljava/lang/String;)V+4
- v ~StubRoutines::call_stub
- --------------- P R O C E S S ---------------
- Java Threads: ( => current thread )
- 0x000000002081f000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=9108, stack(0x00000000275d0000,0x00000000276d0000)]
- 0x000000001e440000 JavaThread "Service Thread" daemon [_thread_blocked, id=6884, stack(0x00000000202c0000,0x00000000203c0000)]
- 0x000000001e3fe800 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=13984, stack(0x00000000201c0000,0x00000000202c0000)]
- 0x000000001e3ef800 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=7756, stack(0x00000000200c0000,0x00000000201c0000)]
- 0x000000001e3ef000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=4220, stack(0x000000001ffc0000,0x00000000200c0000)]
- 0x000000001e3f1800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=2488, stack(0x000000001fec0000,0x000000001ffc0000)]
- 0x000000001e3e9000 JavaThread "Attach Listener" daemon [_thread_blocked, id=5396, stack(0x000000001fdc0000,0x000000001fec0000)]
- 0x000000001e3e8000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=11112, stack(0x000000001fcc0000,0x000000001fdc0000)]
- 0x000000001e37a800 JavaThread "Finalizer" daemon [_thread_blocked, id=1940, stack(0x000000001fac0000,0x000000001fbc0000)]
- 0x000000001e373000 JavaThread "Reference Handler" daemon [_thread_blocked, id=11564, stack(0x000000001f9c0000,0x000000001fac0000)]
- =>0x0000000003418000 JavaThread "main" [_thread_in_native, id=13296, stack(0x0000000003270000,0x0000000003370000)]
- Other Threads:
- 0x000000001d18e000 VMThread [stack: 0x000000001f8c0000,0x000000001f9c0000] [id=2344]
- 0x000000001e440800 WatcherThread [stack: 0x00000000203c0000,0x00000000204c0000] [id=2196]
- VM state:not at safepoint (normal execution)
- VM Mutex/Monitor currently owned by a thread: None
- heap address: 0x00000006c0c00000, size: 4084 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:
- PSYoungGen total 76288K, used 9206K [0x000000076af00000, 0x0000000770400000, 0x00000007c0000000)
- eden space 65536K, 14% used [0x000000076af00000,0x000000076b7fd930,0x000000076ef00000)
- from space 10752K, 0% used [0x000000076f980000,0x000000076f980000,0x0000000770400000)
- to space 10752K, 0% used [0x000000076ef00000,0x000000076ef00000,0x000000076f980000)
- ParOldGen total 175104K, used 0K [0x00000006c0c00000, 0x00000006cb700000, 0x000000076af00000)
- object space 175104K, 0% used [0x00000006c0c00000,0x00000006c0c00000,0x00000006cb700000)
- Metaspace used 8192K, capacity 8406K, committed 8576K, reserved 1056768K
- class space used 761K, capacity 858K, committed 896K, reserved 1048576K
- Card table byte_map: [0x0000000012890000,0x0000000013090000] byte_map_base: 0x000000000f28a000
- Marking Bits: (ParMarkBitMap*) 0x0000000069d65110
- Begin Bits: [0x0000000013ff0000, 0x0000000017fc0000)
- End Bits: [0x0000000017fc0000, 0x000000001bf90000)
- Polling page: 0x0000000001930000
- CodeCache: size=245760Kb used=2383Kb max_used=2395Kb free=243376Kb
- bounds [0x00000000034d0000, 0x0000000003740000, 0x00000000124d0000]
- total_blobs=1367 nmethods=506 adapters=774
- compilation: enabled
- Compilation events (250 events):
- Event: 0.157 Thread 0x000000001e3fe800 nmethod 366 0x0000000003698110 code [0x0000000003698360, 0x0000000003699038]
- Event: 0.157 Thread 0x000000001e3fe800 368 3 java.nio.Buffer::checkIndex (22 bytes)
- Event: 0.157 Thread 0x000000001e3fe800 nmethod 368 0x0000000003695590 code [0x0000000003695700, 0x0000000003695988]
- Event: 0.157 Thread 0x000000001e3fe800 369 3 java.nio.DirectLongBufferU::ix (10 bytes)
- Event: 0.157 Thread 0x000000001e3fe800 nmethod 369 0x0000000003695250 code [0x00000000036953a0, 0x0000000003695510]
- Event: 0.157 Thread 0x000000001e3fe800 367 3 java.lang.String::equalsIgnoreCase (48 bytes)
- Event: 0.157 Thread 0x000000001e3fe800 nmethod 367 0x00000000036999d0 code [0x0000000003699b40, 0x0000000003699ea8]
- Event: 0.158 Thread 0x000000001e3fe800 370 3 java.util.regex.Pattern$Single::isSatisfiedBy (14 bytes)
- Event: 0.158 Thread 0x000000001e3fe800 nmethod 370 0x0000000003699fd0 code [0x000000000369a120, 0x000000000369a2d0]
- Event: 0.158 Thread 0x000000001e3fe800 371 1 sun.misc.URLClassPath$Loader::getBaseURL (5 bytes)
- Event: 0.158 Thread 0x000000001e3fe800 nmethod 371 0x000000000369a350 code [0x000000000369a4a0, 0x000000000369a5b0]
- Event: 0.158 Thread 0x000000001e3fe800 372 3 java.util.Arrays::copyOf (19 bytes)
- Event: 0.158 Thread 0x000000001e3fe800 nmethod 372 0x000000000369a610 code [0x000000000369a780, 0x000000000369aaa8]
- Event: 0.158 Thread 0x000000001e3fe800 373 1 sun.misc.URLClassPath$JarLoader::access$700 (5 bytes)
- Event: 0.158 Thread 0x000000001e3fe800 nmethod 373 0x000000000369abd0 code [0x000000000369ad20, 0x000000000369ae10]
- Event: 0.159 Thread 0x000000001e3fe800 374 3 java.lang.Integer::toUnsignedLong (7 bytes)
- Event: 0.159 Thread 0x000000001e3fe800 nmethod 374 0x000000000369b210 code [0x000000000369b360, 0x000000000369b4b0]
- Event: 0.159 Thread 0x000000001e3fe800 375 3 org.lwjgl.system.MemoryUtil::write8 (19 bytes)
- Event: 0.159 Thread 0x000000001e3fe800 nmethod 375 0x000000000369b510 code [0x000000000369b660, 0x000000000369b810]
- Event: 0.159 Thread 0x000000001e3fe800 377 3 java.nio.Buffer::remaining (20 bytes)
- Event: 0.159 Thread 0x000000001e3fe800 nmethod 377 0x000000000369b8d0 code [0x000000000369ba20, 0x000000000369bbd0]
- Event: 0.159 Thread 0x000000001e3fe800 378 3 java.lang.ThreadLocal::get (38 bytes)
- Event: 0.159 Thread 0x000000001e3fe800 nmethod 378 0x000000000369bc50 code [0x000000000369bde0, 0x000000000369c198]
- Event: 0.159 Thread 0x000000001e3fe800 379 3 java.lang.ThreadLocal$ThreadLocalMap::access$000 (6 bytes)
- Event: 0.159 Thread 0x000000001e3fe800 nmethod 379 0x000000000369c390 code [0x000000000369c500, 0x000000000369c668]
- Event: 0.159 Thread 0x000000001e3fe800 380 3 java.lang.ThreadLocal$ThreadLocalMap::getEntry (42 bytes)
- Event: 0.159 Thread 0x000000001e3fe800 nmethod 380 0x000000000369c750 code [0x000000000369c8c0, 0x000000000369cbc8]
- Event: 0.159 Thread 0x000000001e3fe800 381 3 org.lwjgl.system.MemoryUtil::encodeASCIIUnsafe (53 bytes)
- Event: 0.159 Thread 0x000000001e3fe800 nmethod 381 0x000000000369cd10 code [0x000000000369cec0, 0x000000000369d478]
- Event: 0.160 Thread 0x000000001e3fe800 383 ! 3 java.util.zip.InflaterInputStream::read (138 bytes)
- Event: 0.160 Thread 0x000000001e3fe800 nmethod 383 0x000000000369dad0 code [0x000000000369dd40, 0x000000000369ee48]
- Event: 0.160 Thread 0x000000001e3fe800 384 3 java.util.zip.InflaterInputStream::ensureOpen (18 bytes)
- Event: 0.160 Thread 0x000000001e3fe800 nmethod 384 0x000000000369f710 code [0x000000000369f880, 0x000000000369fac8]
- Event: 0.161 Thread 0x000000001e3ef800 nmethod 364 0x00000000036a12d0 code [0x00000000036a1560, 0x00000000036a1e58]
- Event: 0.335 Thread 0x000000001e3fe800 385 1 java.util.zip.ZipCoder::isUTF8 (5 bytes)
- Event: 0.335 Thread 0x000000001e3fe800 nmethod 385 0x00000000036e3410 code [0x00000000036e3560, 0x00000000036e3670]
- Event: 0.335 Thread 0x000000001e3fe800 387 3 java.util.ArrayList::ensureCapacityInternal (13 bytes)
- Event: 0.335 Thread 0x000000001e3fe800 nmethod 387 0x00000000036e38d0 code [0x00000000036e3a60, 0x00000000036e3de8]
- Event: 0.335 Thread 0x000000001e3fe800 388 3 java.util.ArrayList::calculateCapacity (16 bytes)
- Event: 0.335 Thread 0x000000001e3fe800 nmethod 388 0x00000000036e3f50 code [0x00000000036e40c0, 0x00000000036e42f0]
- Event: 0.335 Thread 0x000000001e3fe800 389 3 java.util.ArrayList::ensureExplicitCapacity (26 bytes)
- Event: 0.335 Thread 0x000000001e3fe800 nmethod 389 0x00000000036e4390 code [0x00000000036e4500, 0x00000000036e46e8]
- Event: 0.335 Thread 0x000000001e3fe800 386 3 java.util.ArrayList::add (29 bytes)
- Event: 0.335 Thread 0x000000001e3fe800 nmethod 386 0x00000000036e47d0 code [0x00000000036e4980, 0x00000000036e4f08]
- Event: 0.350 Thread 0x000000001e3fe800 390 3 java.nio.CharBuffer::arrayOffset (35 bytes)
- Event: 0.351 Thread 0x000000001e3fe800 nmethod 390 0x00000000036e5190 code [0x00000000036e5320, 0x00000000036e5638]
- Event: 0.352 Thread 0x000000001e3fe800 391 3 java.util.Arrays::copyOf (19 bytes)
- Event: 0.352 Thread 0x000000001e3fe800 nmethod 391 0x00000000036e5790 code [0x00000000036e5900, 0x00000000036e5c28]
- Event: 0.352 Thread 0x000000001e3fe800 392 3 java.lang.ref.SoftReference::get (29 bytes)
- Event: 0.352 Thread 0x000000001e3fe800 nmethod 392 0x00000000036e5d50 code [0x00000000036e5ea0, 0x00000000036e6090]
- Event: 0.353 Thread 0x000000001e3fe800 393 3 java.lang.invoke.LambdaForm::prepare (43 bytes)
- Event: 0.353 Thread 0x000000001e3fe800 nmethod 393 0x00000000036e6110 code [0x00000000036e62a0, 0x00000000036e65e8]
- Event: 0.353 Thread 0x000000001e3fe800 394 3 java.lang.invoke.MethodHandle::<init> (35 bytes)
- Event: 0.353 Thread 0x000000001e3fe800 nmethod 394 0x00000000036e6710 code [0x00000000036e68a0, 0x00000000036e6c78]
- Event: 0.354 Thread 0x000000001e3fe800 395 3 java.util.zip.ZipFile::access$400 (5 bytes)
- Event: 0.354 Thread 0x000000001e3fe800 nmethod 395 0x00000000036e6e10 code [0x00000000036e6f60, 0x00000000036e7090]
- Event: 0.354 Thread 0x000000001e3fe800 396 3 java.util.zip.CRC32::update (51 bytes)
- Event: 0.354 Thread 0x000000001e3fe800 nmethod 396 0x00000000036e7150 code [0x00000000036e72e0, 0x00000000036e7698]
- Event: 0.355 Thread 0x000000001e3fe800 397 3 java.nio.Buffer::flip (20 bytes)
- Event: 0.355 Thread 0x000000001e3fe800 nmethod 397 0x00000000036e7810 code [0x00000000036e7960, 0x00000000036e7ad0]
- Event: 0.355 Thread 0x000000001e3fe800 398 3 sun.misc.SharedSecrets::getJavaLangAccess (4 bytes)
- Event: 0.355 Thread 0x000000001e3fe800 nmethod 398 0x00000000036e7b50 code [0x00000000036e7ca0, 0x00000000036e7df0]
- Event: 0.355 Thread 0x000000001e3fe800 399 1 sun.nio.ch.NativeThread::current (2 bytes)
- Event: 0.355 Thread 0x000000001e3fe800 nmethod 399 0x00000000036e7e50 code [0x00000000036e7fa0, 0x00000000036e8090]
- Event: 0.355 Thread 0x000000001e3fe800 400 1 java.nio.HeapByteBuffer::isReadOnly (2 bytes)
- Event: 0.355 Thread 0x000000001e3fe800 nmethod 400 0x00000000036e80d0 code [0x00000000036e8220, 0x00000000036e8330]
- Event: 0.355 Thread 0x000000001e3fe800 401 3 sun.nio.ch.Util::isBufferTooLarge (15 bytes)
- Event: 0.355 Thread 0x000000001e3fe800 nmethod 401 0x00000000036e8390 code [0x00000000036e84e0, 0x00000000036e8670]
- Event: 0.355 Thread 0x000000001e3fe800 402 3 java.nio.channels.spi.AbstractInterruptibleChannel::blockedOn (13 bytes)
- Event: 0.355 Thread 0x000000001e3fe800 nmethod 402 0x00000000036e86d0 code [0x00000000036e8860, 0x00000000036e8d70]
- Event: 0.355 Thread 0x000000001e3fe800 404 3 java.nio.DirectByteBuffer::ix (10 bytes)
- Event: 0.355 Thread 0x000000001e3fe800 nmethod 404 0x00000000036e8f90 code [0x00000000036e90e0, 0x00000000036e9230]
- Event: 0.355 Thread 0x000000001e3fe800 403 1 java.nio.DirectByteBuffer::isDirect (2 bytes)
- Event: 0.355 Thread 0x000000001e3fe800 nmethod 403 0x00000000036e9290 code [0x00000000036e93e0, 0x00000000036e94f0]
- Event: 0.356 Thread 0x000000001e3fe800 405 3 java.io.File::isInvalid (48 bytes)
- Event: 0.356 Thread 0x000000001e3fe800 nmethod 405 0x00000000036e9550 code [0x00000000036e96c0, 0x00000000036e9b08]
- Event: 0.356 Thread 0x000000001e3fe800 406 3 java.util.zip.ZipFile::ensureOpen (37 bytes)
- Event: 0.356 Thread 0x000000001e3fe800 nmethod 406 0x00000000036e9c10 code [0x00000000036e9da0, 0x00000000036ea118]
- Event: 0.356 Thread 0x000000001e3fe800 407 3 java.util.zip.ZipCoder::getBytes (192 bytes)
- Event: 0.357 Thread 0x000000001e3fe800 nmethod 407 0x00000000036ea610 code [0x00000000036ea9c0, 0x00000000036ecd18]
- Event: 0.357 Thread 0x000000001e3fe800 410 1 java.lang.System::getSecurityManager (4 bytes)
- Event: 0.357 Thread 0x000000001e3fe800 nmethod 410 0x00000000036eded0 code [0x00000000036ee020, 0x00000000036ee110]
- Event: 0.357 Thread 0x000000001e3fe800 408 s 3 java.lang.StringBuffer::append (13 bytes)
- Event: 0.357 Thread 0x000000001e3fe800 nmethod 408 0x00000000036ee150 code [0x00000000036ee2c0, 0x00000000036ee5e8]
- Event: 0.357 Thread 0x000000001e3fe800 411 1 java.util.Formatter$Flags::valueOf (5 bytes)
- Event: 0.357 Thread 0x000000001e3fe800 nmethod 411 0x00000000036ee6d0 code [0x00000000036ee820, 0x00000000036ee930]
- Event: 0.357 Thread 0x000000001e3fe800 412 3 java.lang.String::lastIndexOf (11 bytes)
- Event: 0.358 Thread 0x000000001e3fe800 nmethod 412 0x00000000036ee990 code [0x00000000036eeb00, 0x00000000036eed88]
- Event: 0.358 Thread 0x000000001e3fe800 413 3 java.lang.String::lastIndexOf (25 bytes)
- Event: 0.358 Thread 0x000000001e3fe800 nmethod 413 0x00000000036eeed0 code [0x00000000036ef040, 0x00000000036ef208]
- Event: 0.359 Thread 0x000000001e3fe800 414 3 java.util.jar.JarFile::getEntry (22 bytes)
- Event: 0.359 Thread 0x000000001e3fe800 nmethod 414 0x00000000036ef310 code [0x00000000036ef4a0, 0x00000000036ef7f8]
- Event: 0.359 Thread 0x000000001e3fe800 415 ! 3 java.util.zip.ZipFile::getEntry (101 bytes)
- Event: 0.359 Thread 0x000000001e3fe800 nmethod 415 0x00000000036ef950 code [0x00000000036efb20, 0x00000000036f0198]
- Event: 0.359 Thread 0x000000001e3fe800 416 1 java.net.URLClassLoader::access$000 (5 bytes)
- Event: 0.359 Thread 0x000000001e3fe800 nmethod 416 0x00000000036f0490 code [0x00000000036f05e0, 0x00000000036f06d0]
- Event: 0.360 Thread 0x000000001e3fe800 418 3 sun.nio.cs.UTF_8$Decoder::decode (779 bytes)
- Event: 0.363 Thread 0x000000001e3fe800 nmethod 418 0x00000000036f1210 code [0x00000000036f1840, 0x00000000036f6398]
- Event: 0.363 Thread 0x000000001e3fe800 422 1 java.lang.Integer::toUnsignedLong (7 bytes)
- Event: 0.363 Thread 0x000000001e3fe800 nmethod 422 0x00000000036f9990 code [0x00000000036f9ae0, 0x00000000036f9bd0]
- Event: 0.363 Thread 0x000000001e3fe800 426 3 java.util.HashMap::putVal (300 bytes)
- Event: 0.364 Thread 0x000000001e3fe800 nmethod 426 0x00000000036fa390 code [0x00000000036fa600, 0x00000000036fb8d8]
- Event: 0.364 Thread 0x000000001e3fe800 421 3 org.lwjgl.system.MemoryUtil::memPutAddress (29 bytes)
- Event: 0.364 Thread 0x000000001e3fe800 nmethod 421 0x00000000036fbf50 code [0x00000000036fc0a0, 0x00000000036fc210]
- Event: 0.364 Thread 0x000000001e3fe800 430 3 java.lang.String::<init> (100 bytes)
- Event: 0.364 Thread 0x000000001e3fe800 nmethod 430 0x00000000036fc290 code [0x00000000036fc440, 0x00000000036fc948]
- Event: 0.364 Thread 0x000000001e3fe800 428 3 org.lwjgl.system.MathUtil::mathHasZeroByte (26 bytes)
- Event: 0.364 Thread 0x000000001e3fe800 nmethod 428 0x00000000036fcc50 code [0x00000000036fcda0, 0x00000000036fcf70]
- Event: 0.364 Thread 0x000000001e3fe800 431 3 org.lwjgl.system.Checks::check (16 bytes)
- Event: 0.364 Thread 0x000000001e3fe800 nmethod 431 0x00000000036fd010 code [0x00000000036fd180, 0x00000000036fd3a8]
- Event: 0.364 Thread 0x000000001e3fe800 433 3 java.util.HashMap::put (13 bytes)
- Event: 0.364 Thread 0x000000001e3fe800 nmethod 433 0x00000000036fd490 code [0x00000000036fd620, 0x00000000036fd9d8]
- Event: 0.364 Thread 0x000000001e3fe800 432 3 java.util.HashMap$Node::<init> (26 bytes)
- Event: 0.364 Thread 0x000000001e3fe800 nmethod 432 0x00000000036fdb10 code [0x00000000036fdc60, 0x00000000036fde70]
- Event: 0.364 Thread 0x000000001e3fe800 435 3 java.util.HashMap::newNode (13 bytes)
- Event: 0.364 Thread 0x000000001e3fe800 nmethod 435 0x00000000036fdf50 code [0x00000000036fe0c0, 0x00000000036fe370]
- Event: 0.364 Thread 0x000000001e3fe800 436 3 java.util.HashMap::afterNodeInsertion (1 bytes)
- Event: 0.364 Thread 0x000000001e3fe800 nmethod 436 0x00000000036fe490 code [0x00000000036fe5e0, 0x00000000036fe730]
- Event: 0.364 Thread 0x000000001e3fe800 437 3 java.nio.Bits::byteOrder (20 bytes)
- Event: 0.364 Thread 0x000000001e3fe800 nmethod 437 0x00000000036fe790 code [0x00000000036fe8e0, 0x00000000036fea30]
- Event: 0.364 Thread 0x000000001e3fe800 434 3 java.nio.ByteBuffer::order (48 bytes)
- Event: 0.364 Thread 0x000000001e3fe800 nmethod 434 0x00000000036fea90 code [0x00000000036fec00, 0x00000000036fee90]
- Event: 0.364 Thread 0x000000001e3fe800 424 3 java.util.Formatter$Flags::contains (22 bytes)
- Event: 0.364 Thread 0x000000001e3fe800 nmethod 424 0x00000000036fef50 code [0x00000000036ff0c0, 0x00000000036ff2d0]
- Event: 0.364 Thread 0x000000001e3fe800 439 3 org.lwjgl.system.MemoryUtil::strlen64NT1 (119 bytes)
- Event: 0.365 Thread 0x000000001e3fe800 nmethod 439 0x00000000036ff750 code [0x00000000036ff900, 0x00000000036ffed0]
- Event: 0.365 Thread 0x000000001e3fe800 442 3 java.nio.Buffer::checkBounds (25 bytes)
- Event: 0.365 Thread 0x000000001e3fe800 nmethod 442 0x0000000003700090 code [0x0000000003700200, 0x0000000003700448]
- Event: 0.365 Thread 0x000000001e3fe800 443 3 java.nio.Bits::copyToArray (68 bytes)
- Event: 0.365 Thread 0x000000001e3fe800 nmethod 443 0x0000000003700910 code [0x0000000003700a80, 0x0000000003700de8]
- Event: 0.365 Thread 0x000000001e3fe800 444 3 java.nio.DirectByteBuffer::get (126 bytes)
- Event: 0.365 Thread 0x000000001e3fe800 nmethod 444 0x0000000003700f10 code [0x00000000037010e0, 0x0000000003701888]
- Event: 0.365 Thread 0x000000001e3fe800 446 ! 3 org.lwjgl.system.MemoryUtil::wrap (78 bytes)
- Event: 0.365 Thread 0x000000001e3fe800 nmethod 446 0x0000000003701bd0 code [0x0000000003701d60, 0x0000000003702178]
- Event: 0.365 Thread 0x000000001e3fe800 438 3 java.lang.String::checkBounds (46 bytes)
- Event: 0.365 Thread 0x000000001e3fe800 nmethod 438 0x0000000003702310 code [0x00000000037024a0, 0x0000000003702808]
- Event: 0.365 Thread 0x000000001e3fe800 441 3 java.util.HashSet::add (20 bytes)
- Event: 0.366 Thread 0x000000001e3fe800 nmethod 441 0x00000000037029d0 code [0x0000000003702b60, 0x0000000003703078]
- Event: 0.366 Thread 0x000000001e3fe800 423 3 java.util.AbstractList::<init> (10 bytes)
- Event: 0.366 Thread 0x000000001e3fe800 nmethod 423 0x0000000003703250 code [0x00000000037033c0, 0x00000000037035d0]
- Event: 0.366 Thread 0x000000001e3fe800 419 3 java.util.BitSet::wordIndex (5 bytes)
- Event: 0.366 Thread 0x000000001e3fe800 nmethod 419 0x0000000003703690 code [0x00000000037037e0, 0x0000000003703910]
- Event: 0.409 Thread 0x000000001e3fe800 447 3 org.lwjgl.system.MemoryUtil::memAddress0 (11 bytes)
- Event: 0.409 Thread 0x000000001e3fe800 nmethod 447 0x0000000003703990 code [0x0000000003703ae0, 0x0000000003703c30]
- Event: 0.409 Thread 0x000000001e3fe800 448 3 org.lwjgl.system.MemoryUtil::memAddress (11 bytes)
- Event: 0.409 Thread 0x000000001e3fe800 nmethod 448 0x0000000003703cd0 code [0x0000000003703e40, 0x0000000003704070]
- Event: 0.409 Thread 0x000000001e3fe800 449 3 org.lwjgl.system.MemoryStack::stackGet (10 bytes)
- Event: 0.409 Thread 0x000000001e3fe800 nmethod 449 0x0000000003704150 code [0x00000000037042c0, 0x00000000037045a8]
- Event: 0.409 Thread 0x000000001e3fe800 450 3 org.lwjgl.system.MemoryStack::nmalloc (61 bytes)
- Event: 0.410 Thread 0x000000001e3fe800 nmethod 450 0x0000000003704650 code [0x00000000037047c0, 0x0000000003704ac8]
- Event: 0.410 Thread 0x000000001e3fe800 451 ! 3 org.lwjgl.system.FunctionProvider::getFunctionAddress (95 bytes)
- Event: 0.410 Thread 0x000000001e3fe800 nmethod 451 0x0000000003704c10 code [0x0000000003704e40, 0x0000000003705c78]
- Event: 0.410 Thread 0x000000001e3fe800 453 3 org.lwjgl.system.Checks::check (17 bytes)
- Event: 0.410 Thread 0x000000001e3fe800 nmethod 453 0x0000000003706250 code [0x00000000037063e0, 0x0000000003706728]
- Event: 0.410 Thread 0x000000001e3fe800 454 3 org.lwjgl.system.CheckIntrinsics::checkIndex (19 bytes)
- Event: 0.410 Thread 0x000000001e3fe800 nmethod 454 0x00000000037068d0 code [0x0000000003706a40, 0x0000000003706ca8]
- Event: 0.410 Thread 0x000000001e3fe800 452 3 org.lwjgl.system.windows.WindowsLibrary::getFunctionAddress (9 bytes)
- Event: 0.410 Thread 0x000000001e3fe800 nmethod 452 0x0000000003706d90 code [0x0000000003706fa0, 0x0000000003707aa8]
- Event: 0.410 Thread 0x000000001e3fe800 455 3 org.lwjgl.opengl.GL$1::getFunctionAddress (81 bytes)
- Event: 0.411 Thread 0x000000001e3fe800 nmethod 455 0x0000000003708010 code [0x00000000037081a0, 0x0000000003708678]
- Event: 0.412 Thread 0x000000001e3fe800 459 3 org.lwjgl.system.MemoryStack::push (38 bytes)
- Event: 0.412 Thread 0x000000001e3fe800 nmethod 459 0x0000000003708bd0 code [0x0000000003708d40, 0x0000000003708f68]
- Event: 0.412 Thread 0x000000001e3fe800 460 3 org.lwjgl.system.MemoryStack::pop (22 bytes)
- Event: 0.412 Thread 0x000000001e3fe800 nmethod 460 0x0000000003709410 code [0x0000000003709560, 0x00000000037096f0]
- Event: 0.412 Thread 0x000000001e3fe800 461 3 org.lwjgl.system.MemoryUtil::memLengthASCII (31 bytes)
- Event: 0.412 Thread 0x000000001e3fe800 nmethod 461 0x00000000037097d0 code [0x0000000003709960, 0x0000000003709cb8]
- Event: 0.413 Thread 0x000000001e3fe800 463 3 java.nio.DirectByteBuffer::get (16 bytes)
- Event: 0.413 Thread 0x000000001e3fe800 nmethod 463 0x0000000003709e10 code [0x0000000003709f80, 0x000000000370a1f0]
- Event: 0.413 Thread 0x000000001e3fe800 457 3 org.lwjgl.PointerBuffer::get (22 bytes)
- Event: 0.413 Thread 0x000000001e3fe800 nmethod 457 0x000000000370a310 code [0x000000000370a4a0, 0x000000000370a928]
- Event: 0.413 Thread 0x000000001e3fe800 458 3 org.lwjgl.system.MemoryUtil::memGetAddress (31 bytes)
- Event: 0.413 Thread 0x000000001e3fe800 nmethod 458 0x000000000370ab90 code [0x000000000370ace0, 0x000000000370ae50]
- Event: 0.414 Thread 0x000000001e3fe800 465 3 org.lwjgl.system.MemoryStack::ASCII (41 bytes)
- Event: 0.415 Thread 0x000000001e3fe800 nmethod 465 0x000000000370b290 code [0x000000000370b460, 0x000000000370bb18]
- Event: 0.415 Thread 0x000000001e3fe800 466 3 org.lwjgl.PointerBuffer::put (24 bytes)
- Event: 0.415 Thread 0x000000001e3fe800 nmethod 466 0x000000000370be10 code [0x000000000370bfa0, 0x000000000370c428]
- Event: 0.417 Thread 0x000000001e3ef000 467 4 org.lwjgl.system.MemoryUtil::encodeASCIIUnsafe (53 bytes)
- Event: 0.419 Thread 0x000000001e3ef000 nmethod 467 0x000000000370f450 code [0x000000000370f5a0, 0x000000000370f718]
- Event: 0.422 Thread 0x000000001e3fe800 468 3 java.util.HashMap::containsKey (18 bytes)
- Event: 0.422 Thread 0x000000001e3fe800 nmethod 468 0x000000000370ed90 code [0x000000000370ef20, 0x000000000370f318]
- Event: 0.423 Thread 0x000000001e3ef800 469 4 org.lwjgl.system.MemoryStack::pop (22 bytes)
- Event: 0.423 Thread 0x000000001e3fe800 470 3 java.util.HashSet::contains (9 bytes)
- Event: 0.423 Thread 0x000000001e3ef800 nmethod 469 0x000000000370d5d0 code [0x000000000370d700, 0x000000000370d7b8]
- Event: 0.423 Thread 0x000000001e3fe800 nmethod 470 0x000000000370cd90 code [0x000000000370cf20, 0x000000000370d418]
- Event: 0.425 Thread 0x000000001e3fe800 471 3 org.lwjgl.system.Checks::checkFunctions (81 bytes)
- Event: 0.425 Thread 0x000000001e3fe800 nmethod 471 0x000000000370fa10 code [0x000000000370fc40, 0x00000000037107e8]
- Event: 0.458 Thread 0x000000001e3fe800 472 1 org.lwjgl.system.CustomBuffer::limit (5 bytes)
- Event: 0.458 Thread 0x000000001e3f1800 473 4 org.lwjgl.PointerBuffer::get (22 bytes)
- Event: 0.458 Thread 0x000000001e3fe800 nmethod 472 0x000000000370cad0 code [0x000000000370cc20, 0x000000000370cd30]
- Event: 0.458 Thread 0x000000001e3fe800 474 3 java.util.WeakHashMap::maskNull (12 bytes)
- Event: 0.458 Thread 0x000000001e3fe800 nmethod 474 0x000000000370c6d0 code [0x000000000370c820, 0x000000000370c9b0]
- Event: 0.458 Thread 0x000000001e3f1800 nmethod 473 0x0000000003712890 code [0x00000000037129c0, 0x0000000003712a78]
- Event: 0.458 Thread 0x000000001e3fe800 475 3 java.util.WeakHashMap::hash (28 bytes)
- Event: 0.459 Thread 0x000000001e3fe800 nmethod 475 0x000000000370e910 code [0x000000000370ea80, 0x000000000370ecc8]
- Event: 0.459 Thread 0x000000001e3fe800 476 1 java.security.CodeSource::getLocation (5 bytes)
- Event: 0.459 Thread 0x000000001e3fe800 nmethod 476 0x000000000370e650 code [0x000000000370e7a0, 0x000000000370e8b0]
- Event: 0.467 Thread 0x000000001e3ef000 477 4 java.util.Arrays::copyOfRange (63 bytes)
- Event: 0.468 Thread 0x000000001e3fe800 478 3 java.util.TreeMap::parentOf (13 bytes)
- Event: 0.468 Thread 0x000000001e3fe800 nmethod 478 0x00000000037124d0 code [0x0000000003712620, 0x00000000037127d0]
- Event: 0.468 Thread 0x000000001e3ef000 nmethod 477 0x0000000003712010 code [0x0000000003712160, 0x0000000003712378]
- Event: 0.469 Thread 0x000000001e3fe800 479 3 java.util.AbstractMap::<init> (5 bytes)
- Event: 0.469 Thread 0x000000001e3fe800 nmethod 479 0x0000000003711c50 code [0x0000000003711da0, 0x0000000003711f50]
- Event: 0.470 Thread 0x000000001e3fe800 480 3 java.util.HashMap::<init> (11 bytes)
- Event: 0.470 Thread 0x000000001e3fe800 nmethod 480 0x00000000037114d0 code [0x0000000003711640, 0x0000000003711850]
- Event: 0.470 Thread 0x000000001e3fe800 481 3 java.util.HashMap$HashIterator::hasNext (13 bytes)
- Event: 0.471 Thread 0x000000001e3fe800 nmethod 481 0x00000000037110d0 code [0x0000000003711220, 0x00000000037113d0]
- Event: 0.471 Thread 0x000000001e3ef800 482 4 java.lang.String::startsWith (72 bytes)
- Event: 0.471 Thread 0x000000001e3fe800 483 s! 3 sun.misc.URLClassPath::getLoader (243 bytes)
- Event: 0.472 Thread 0x000000001e3fe800 nmethod 483 0x0000000003715990 code [0x0000000003715d60, 0x0000000003718568]
- Event: 0.472 Thread 0x000000001e3fe800 484 3 sun.misc.URLClassPath::access$100 (7 bytes)
- Event: 0.472 Thread 0x000000001e3fe800 nmethod 484 0x00000000037155d0 code [0x0000000003715740, 0x00000000037158a8]
- Event: 0.472 Thread 0x000000001e3fe800 485 3 sun.misc.URLClassPath$JarLoader::findResource (18 bytes)
- Event: 0.472 Thread 0x000000001e3fe800 nmethod 485 0x00000000037150d0 code [0x0000000003715240, 0x00000000037154d8]
- Event: 0.472 Thread 0x000000001e3fe800 487 ! 3 sun.misc.URLClassPath$JarLoader::ensureOpen (36 bytes)
- Event: 0.473 Thread 0x000000001e3fe800 nmethod 487 0x0000000003714590 code [0x0000000003714720, 0x0000000003714b68]
- Event: 0.473 Thread 0x000000001e3ef800 nmethod 482 0x0000000003712b50 code [0x0000000003712ca0, 0x0000000003712eb8]
- Event: 0.474 Thread 0x000000001e3fe800 488 3 jdk.internal.org.objectweb.asm.MethodWriter::visitInsn (106 bytes)
- Event: 0.475 Thread 0x000000001e3fe800 nmethod 488 0x0000000003713d90 code [0x0000000003713f40, 0x00000000037143e8]
- Event: 0.475 Thread 0x000000001e3fe800 489 3 java.util.Vector::elementData (7 bytes)
- Event: 0.475 Thread 0x000000001e3fe800 nmethod 489 0x00000000037139d0 code [0x0000000003713b20, 0x0000000003713cb0]
- Event: 0.480 Thread 0x000000001e3fe800 490 s 3 java.util.Vector::elementAt (48 bytes)
- Event: 0.480 Thread 0x000000001e3fe800 nmethod 490 0x000000000371cdd0 code [0x000000000371cfe0, 0x000000000371db68]
- Event: 0.481 Thread 0x000000001e3fe800 491 1 java.awt.image.Raster::getMinX (5 bytes)
- Event: 0.481 Thread 0x000000001e3fe800 nmethod 491 0x000000000371e890 code [0x000000000371e9e0, 0x000000000371eaf0]
- Event: 0.481 Thread 0x000000001e3fe800 493 3 java.io.BufferedInputStream::getBufIfOpen (21 bytes)
- Event: 0.481 Thread 0x000000001e3fe800 nmethod 493 0x000000000371eb50 code [0x000000000371ecc0, 0x000000000371ef08]
- Event: 0.481 Thread 0x000000001e3fe800 492 1 java.awt.image.Raster::getMinY (5 bytes)
- Event: 0.481 Thread 0x000000001e3fe800 nmethod 492 0x000000000371efd0 code [0x000000000371f120, 0x000000000371f230]
- Event: 0.481 Thread 0x000000001e3fe800 494 1 java.awt.image.Raster::getWidth (5 bytes)
- Event: 0.481 Thread 0x000000001e3fe800 nmethod 494 0x000000000371f290 code [0x000000000371f3e0, 0x000000000371f4f0]
- Event: 0.481 Thread 0x000000001e3fe800 495 1 java.awt.image.Raster::getHeight (5 bytes)
- Event: 0.481 Thread 0x000000001e3fe800 nmethod 495 0x000000000371f550 code [0x000000000371f6a0, 0x000000000371f7b0]
- Event: 0.481 Thread 0x000000001e3fe800 496 1 sun.awt.image.ByteInterleavedRaster::getPixelStride (5 bytes)
- Event: 0.481 Thread 0x000000001e3fe800 nmethod 496 0x000000000371f810 code [0x000000000371f960, 0x000000000371fa70]
- Event: 0.481 Thread 0x000000001e3fe800 499 s 1 javax.imageio.ImageReader::abortRequested (5 bytes)
- Event: 0.481 Thread 0x000000001e3fe800 nmethod 499 0x000000000371fad0 code [0x000000000371fc20, 0x000000000371fe90]
- Event: 0.481 Thread 0x000000001e3fe800 497 1 sun.awt.image.ByteInterleavedRaster::getDataStorage (5 bytes)
- Event: 0.481 Thread 0x000000001e3fe800 nmethod 497 0x000000000371ff10 code [0x0000000003720060, 0x0000000003720170]
- Event: 0.481 Thread 0x000000001e3fe800 498 1 sun.awt.image.ByteInterleavedRaster::getScanlineStride (5 bytes)
- Event: 0.481 Thread 0x000000001e3fe800 nmethod 498 0x00000000037201d0 code [0x0000000003720320, 0x0000000003720430]
- Event: 0.484 Thread 0x000000001e3fe800 501 3 java.util.BitSet::get (69 bytes)
- Event: 0.484 Thread 0x000000001e3fe800 nmethod 501 0x0000000003722290 code [0x0000000003722480, 0x0000000003722e68]
- Event: 0.484 Thread 0x000000001e3fe800 502 3 java.lang.ref.SoftReference::<init> (13 bytes)
- Event: 0.484 Thread 0x000000001e3fe800 nmethod 502 0x0000000003723310 code [0x0000000003723480, 0x0000000003723770]
- Event: 0.484 Thread 0x000000001e3fe800 503 3 java.lang.invoke.MethodType::basicType (8 bytes)
- Event: 0.484 Thread 0x000000001e3fe800 nmethod 503 0x0000000003723890 code [0x00000000037239e0, 0x0000000003723bd0]
- Event: 0.487 Thread 0x000000001e3fe800 504 3 java.nio.HeapByteBuffer::ix (7 bytes)
- Event: 0.487 Thread 0x000000001e3fe800 nmethod 504 0x0000000003723c90 code [0x0000000003723de0, 0x0000000003723f30]
- Event: 0.489 Thread 0x000000001e3ef000 506 4 org.lwjgl.system.MemoryUtil::write8 (19 bytes)
- Event: 0.489 Thread 0x000000001e3ef000 nmethod 506 0x0000000003726f50 code [0x0000000003727080, 0x00000000037270d8]
- GC Heap History (0 events):
- No events
- Deoptimization events (0 events):
- No events
- Classes redefined (0 events):
- No events
- Internal exceptions (20 events):
- Event: 0.019 Thread 0x0000000003418000 Exception <a 'java/lang/NoSuchMethodError': Method sun.misc.Unsafe.defineClass(Ljava/lang/String;[BII)Ljava/lang/Class; name or signature does not match> (0x000000076af07cc0) thrown at [C:\cygwin64\tmp\ojdkbuild\lookaside\java-1.8.0-openjdk\hotspot\src\sh
- Event: 0.019 Thread 0x0000000003418000 Exception <a 'java/lang/NoSuchMethodError': Method sun.misc.Unsafe.prefetchRead(Ljava/lang/Object;J)V name or signature does not match> (0x000000076af07fa8) thrown at [C:\cygwin64\tmp\ojdkbuild\lookaside\java-1.8.0-openjdk\hotspot\src\share\vm\prims\jni.c
- Event: 0.079 Thread 0x0000000003418000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.lambda$static$0(Ljava/lang/String;)Ljava/lang/Boolean;> (0x000000076b046f58) thrown at [C:\cygwin64\tmp\ojdkbuild\lookaside\java-1.8.0-openjdk\hotspot\src\share\vm\interpreter\linkResolver.cpp,
- Event: 0.087 Thread 0x0000000003418000 Exception <a 'java/lang/NoSuchFieldError': method resolution failed> (0x000000076b206830) thrown at [C:\cygwin64\tmp\ojdkbuild\lookaside\java-1.8.0-openjdk\hotspot\src\share\vm\prims\methodHandles.cpp, line 1176]
- Event: 0.088 Thread 0x0000000003418000 Exception <a 'java/lang/NoSuchFieldError': method resolution failed> (0x000000076b213c60) thrown at [C:\cygwin64\tmp\ojdkbuild\lookaside\java-1.8.0-openjdk\hotspot\src\share\vm\prims\methodHandles.cpp, line 1176]
- Event: 0.118 Thread 0x0000000003418000 Exception <a 'java/security/PrivilegedActionException'> (0x000000076b367de8) thrown at [C:\cygwin64\tmp\ojdkbuild\lookaside\java-1.8.0-openjdk\hotspot\src\share\vm\prims\jvm.cpp, line 1530]
- Event: 0.118 Thread 0x0000000003418000 Exception <a 'java/security/PrivilegedActionException'> (0x000000076b367ff8) thrown at [C:\cygwin64\tmp\ojdkbuild\lookaside\java-1.8.0-openjdk\hotspot\src\share\vm\prims\jvm.cpp, line 1530]
- Event: 0.118 Thread 0x0000000003418000 Exception <a 'java/security/PrivilegedActionException'> (0x000000076b36a280) thrown at [C:\cygwin64\tmp\ojdkbuild\lookaside\java-1.8.0-openjdk\hotspot\src\share\vm\prims\jvm.cpp, line 1530]
- Event: 0.118 Thread 0x0000000003418000 Exception <a 'java/security/PrivilegedActionException'> (0x000000076b36a490) thrown at [C:\cygwin64\tmp\ojdkbuild\lookaside\java-1.8.0-openjdk\hotspot\src\share\vm\prims\jvm.cpp, line 1530]
- Event: 0.133 Thread 0x0000000003418000 Exception <a 'sun/nio/fs/WindowsException'> (0x000000076b3acee8) thrown at [C:\cygwin64\tmp\ojdkbuild\lookaside\java-1.8.0-openjdk\hotspot\src\share\vm\prims\jni.cpp, line 712]
- Event: 0.133 Thread 0x0000000003418000 Exception <a 'sun/nio/fs/WindowsException'> (0x000000076b3ad790) thrown at [C:\cygwin64\tmp\ojdkbuild\lookaside\java-1.8.0-openjdk\hotspot\src\share\vm\prims\jni.cpp, line 712]
- Event: 0.143 Thread 0x0000000003418000 Exception <a 'sun/nio/fs/WindowsException'> (0x000000076b4053f8) thrown at [C:\cygwin64\tmp\ojdkbuild\lookaside\java-1.8.0-openjdk\hotspot\src\share\vm\prims\jni.cpp, line 712]
- Event: 0.143 Thread 0x0000000003418000 Exception <a 'sun/nio/fs/WindowsException'> (0x000000076b405ad8) thrown at [C:\cygwin64\tmp\ojdkbuild\lookaside\java-1.8.0-openjdk\hotspot\src\share\vm\prims\jni.cpp, line 712]
- Event: 0.355 Thread 0x0000000003418000 Exception <a 'sun/nio/fs/WindowsException'> (0x000000076b5330c0) thrown at [C:\cygwin64\tmp\ojdkbuild\lookaside\java-1.8.0-openjdk\hotspot\src\share\vm\prims\jni.cpp, line 712]
- Event: 0.355 Thread 0x0000000003418000 Exception <a 'sun/nio/fs/WindowsException'> (0x000000076b533800) thrown at [C:\cygwin64\tmp\ojdkbuild\lookaside\java-1.8.0-openjdk\hotspot\src\share\vm\prims\jni.cpp, line 712]
- Event: 0.356 Thread 0x0000000003418000 Exception <a 'sun/nio/fs/WindowsException'> (0x000000076b53be68) thrown at [C:\cygwin64\tmp\ojdkbuild\lookaside\java-1.8.0-openjdk\hotspot\src\share\vm\prims\jni.cpp, line 712]
- Event: 0.357 Thread 0x0000000003418000 Exception <a 'sun/nio/fs/WindowsException'> (0x000000076b53c460) thrown at [C:\cygwin64\tmp\ojdkbuild\lookaside\java-1.8.0-openjdk\hotspot\src\share\vm\prims\jni.cpp, line 712]
- Event: 0.466 Thread 0x0000000003418000 Exception <a 'java/io/FileNotFoundException'> (0x000000076b68cae8) thrown at [C:\cygwin64\tmp\ojdkbuild\lookaside\java-1.8.0-openjdk\hotspot\src\share\vm\prims\jni.cpp, line 712]
- Event: 0.488 Thread 0x0000000003418000 Exception <a 'sun/nio/fs/WindowsException'> (0x000000076b6fde58) thrown at [C:\cygwin64\tmp\ojdkbuild\lookaside\java-1.8.0-openjdk\hotspot\src\share\vm\prims\jni.cpp, line 712]
- Event: 0.488 Thread 0x0000000003418000 Exception <a 'sun/nio/fs/WindowsException'> (0x000000076b6fe560) thrown at [C:\cygwin64\tmp\ojdkbuild\lookaside\java-1.8.0-openjdk\hotspot\src\share\vm\prims\jni.cpp, line 712]
- Events (250 events):
- Event: 0.468 loading class java/lang/ProcessEnvironment$CheckedEntrySet$1 done
- Event: 0.468 loading class java/lang/ProcessEnvironment$CheckedEntry
- Event: 0.468 loading class java/lang/ProcessEnvironment$CheckedEntry done
- Event: 0.468 loading class java/util/TreeMap$Entry
- Event: 0.468 loading class java/util/TreeMap$Entry done
- Event: 0.468 loading class java/awt/Insets
- Event: 0.468 loading class java/awt/Insets done
- Event: 0.468 loading class java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject
- Event: 0.468 loading class java/util/concurrent/locks/Condition
- Event: 0.468 loading class java/util/concurrent/locks/Condition done
- Event: 0.468 loading class java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject done
- Event: 0.468 loading class sun/misc/SoftCache
- Event: 0.468 loading class sun/misc/SoftCache done
- Event: 0.468 loading class sun/awt/AppContext$State
- Event: 0.468 loading class sun/awt/AppContext$State done
- Event: 0.468 loading class sun/awt/AppContext$1
- Event: 0.468 loading class sun/awt/AppContext$1 done
- Event: 0.468 loading class java/awt/EventQueue
- Event: 0.468 loading class java/awt/EventQueue done
- Event: 0.469 loading class java/awt/EventQueue$1
- Event: 0.469 loading class java/awt/EventQueue$1 done
- Event: 0.469 loading class java/awt/EventQueue$2
- Event: 0.469 loading class sun/awt/AWTAccessor$EventQueueAccessor
- Event: 0.469 loading class sun/awt/AWTAccessor$EventQueueAccessor done
- Event: 0.469 loading class java/awt/EventQueue$2 done
- Event: 0.469 loading class java/awt/Queue
- Event: 0.469 loading class java/awt/Queue done
- Event: 0.469 loading class sun/awt/MostRecentKeyValue
- Event: 0.469 loading class sun/awt/MostRecentKeyValue done
- Event: 0.469 loading class sun/awt/PostEventQueue
- Event: 0.469 loading class sun/awt/PostEventQueue done
- Event: 0.469 loading class java/util/Vector$Itr
- Event: 0.469 loading class java/util/Vector$Itr done
- Event: 0.469 loading class javax/imageio/spi/SubRegistry
- Event: 0.469 loading class javax/imageio/spi/SubRegistry done
- Event: 0.469 loading class javax/imageio/spi/PartiallyOrderedSet
- Event: 0.469 loading class javax/imageio/spi/PartiallyOrderedSet done
- Event: 0.469 loading class com/sun/imageio/plugins/gif/GIFImageReaderSpi
- Event: 0.469 loading class com/sun/imageio/plugins/gif/GIFImageReaderSpi done
- Event: 0.469 loading class javax/imageio/stream/ImageInputStream
- Event: 0.469 loading class java/io/DataInput
- Event: 0.469 loading class java/io/DataInput done
- Event: 0.469 loading class javax/imageio/stream/ImageInputStream done
- Event: 0.469 loading class javax/imageio/spi/DigraphNode
- Event: 0.469 loading class javax/imageio/spi/DigraphNode done
- Event: 0.469 loading class com/sun/imageio/plugins/gif/GIFImageWriterSpi
- Event: 0.469 loading class com/sun/imageio/plugins/gif/GIFImageWriterSpi done
- Event: 0.469 loading class javax/imageio/stream/ImageOutputStream
- Event: 0.469 loading class java/io/DataOutput
- Event: 0.470 loading class java/io/DataOutput done
- Event: 0.470 loading class javax/imageio/stream/ImageOutputStream done
- Event: 0.470 loading class com/sun/imageio/plugins/bmp/BMPImageReaderSpi
- Event: 0.470 loading class com/sun/imageio/plugins/bmp/BMPImageReaderSpi done
- Event: 0.470 loading class com/sun/imageio/plugins/bmp/BMPImageWriterSpi
- Event: 0.470 loading class com/sun/imageio/plugins/bmp/BMPImageWriterSpi done
- Event: 0.470 loading class com/sun/imageio/plugins/wbmp/WBMPImageReaderSpi
- Event: 0.470 loading class com/sun/imageio/plugins/wbmp/WBMPImageReaderSpi done
- Event: 0.470 loading class com/sun/imageio/plugins/wbmp/WBMPImageWriterSpi
- Event: 0.470 loading class com/sun/imageio/plugins/wbmp/WBMPImageWriterSpi done
- Event: 0.470 loading class com/sun/imageio/plugins/png/PNGImageReaderSpi
- Event: 0.470 loading class com/sun/imageio/plugins/png/PNGImageReaderSpi done
- Event: 0.470 loading class com/sun/imageio/plugins/png/PNGImageWriterSpi
- Event: 0.470 loading class com/sun/imageio/plugins/png/PNGImageWriterSpi done
- Event: 0.470 loading class com/sun/imageio/plugins/jpeg/JPEGImageReaderSpi
- Event: 0.470 loading class com/sun/imageio/plugins/jpeg/JPEGImageReaderSpi done
- Event: 0.470 loading class com/sun/imageio/plugins/jpeg/JPEG
- Event: 0.470 loading class com/sun/imageio/plugins/jpeg/JPEG done
- Event: 0.470 loading class com/sun/imageio/plugins/jpeg/JPEGImageWriterSpi
- Event: 0.470 loading class com/sun/imageio/plugins/jpeg/JPEGImageWriterSpi done
- Event: 0.470 loading class com/sun/imageio/spi/FileImageInputStreamSpi
- Event: 0.470 loading class com/sun/imageio/spi/FileImageInputStreamSpi done
- Event: 0.470 loading class com/sun/imageio/spi/FileImageOutputStreamSpi
- Event: 0.470 loading class com/sun/imageio/spi/FileImageOutputStreamSpi done
- Event: 0.470 loading class com/sun/imageio/spi/InputStreamImageInputStreamSpi
- Event: 0.470 loading class com/sun/imageio/spi/InputStreamImageInputStreamSpi done
- Event: 0.470 loading class com/sun/imageio/spi/OutputStreamImageOutputStreamSpi
- Event: 0.470 loading class com/sun/imageio/spi/OutputStreamImageOutputStreamSpi done
- Event: 0.470 loading class com/sun/imageio/spi/RAFImageInputStreamSpi
- Event: 0.471 loading class com/sun/imageio/spi/RAFImageInputStreamSpi done
- Event: 0.471 loading class java/io/RandomAccessFile
- Event: 0.471 loading class java/io/RandomAccessFile done
- Event: 0.471 loading class com/sun/imageio/spi/RAFImageOutputStreamSpi
- Event: 0.471 loading class com/sun/imageio/spi/RAFImageOutputStreamSpi done
- Event: 0.471 loading class javax/imageio/spi/IIORegistry$1
- Event: 0.471 loading class javax/imageio/spi/IIORegistry$1 done
- Event: 0.473 loading class javax/imageio/ImageReader
- Event: 0.473 loading class javax/imageio/ImageReader done
- Event: 0.473 loading class javax/imageio/metadata/IIOMetadataFormat
- Event: 0.473 loading class javax/imageio/metadata/IIOMetadataFormat done
- Event: 0.473 loading class javax/imageio/ImageWriter
- Event: 0.473 loading class javax/imageio/ImageTranscoder
- Event: 0.473 loading class javax/imageio/ImageTranscoder done
- Event: 0.473 loading class javax/imageio/ImageWriter done
- Event: 0.473 loading class javax/imageio/ImageTypeSpecifier
- Event: 0.473 loading class javax/imageio/ImageTypeSpecifier done
- Event: 0.473 loading class java/awt/image/RenderedImage
- Event: 0.473 loading class java/awt/image/RenderedImage done
- Event: 0.473 loading class javax/imageio/spi/PartialOrderIterator
- Event: 0.473 loading class javax/imageio/spi/PartialOrderIterator done
- Event: 0.473 loading class javax/imageio/ImageIO$CacheInfo
- Event: 0.473 loading class javax/imageio/ImageIO$CacheInfo done
- Event: 0.473 loading class javax/imageio/stream/FileImageInputStream
- Event: 0.474 loading class javax/imageio/stream/ImageInputStreamImpl
- Event: 0.474 loading class javax/imageio/stream/ImageInputStreamImpl done
- Event: 0.474 loading class javax/imageio/stream/FileImageInputStream done
- Event: 0.474 loading class com/sun/imageio/stream/CloseableDisposerRecord
- Event: 0.474 loading class sun/java2d/DisposerRecord
- Event: 0.474 loading class sun/java2d/DisposerRecord done
- Event: 0.474 loading class com/sun/imageio/stream/CloseableDisposerRecord done
- Event: 0.474 loading class sun/java2d/Disposer
- Event: 0.474 loading class sun/java2d/Disposer done
- Event: 0.474 loading class sun/java2d/Disposer$1
- Event: 0.474 loading class sun/java2d/Disposer$1 done
- Event: 0.475 loading class sun/misc/ThreadGroupUtils
- Event: 0.475 loading class sun/misc/ThreadGroupUtils done
- Event: 0.475 Thread 0x000000002081f000 Thread added: 0x000000002081f000
- Event: 0.475 loading class sun/java2d/DisposerTarget
- Event: 0.475 loading class sun/java2d/DisposerTarget done
- Event: 0.475 loading class javax/imageio/ImageIO$CanDecodeInputFilter
- Event: 0.475 loading class javax/imageio/spi/ServiceRegistry$Filter
- Event: 0.475 loading class javax/imageio/spi/ServiceRegistry$Filter done
- Event: 0.475 loading class javax/imageio/ImageIO$CanDecodeInputFilter done
- Event: 0.475 loading class javax/imageio/spi/FilterIterator
- Event: 0.475 loading class javax/imageio/spi/FilterIterator done
- Event: 0.475 loading class javax/imageio/ImageIO$ImageReaderIterator
- Event: 0.475 loading class javax/imageio/ImageIO$ImageReaderIterator done
- Event: 0.475 loading class com/sun/imageio/plugins/png/PNGImageReader
- Event: 0.475 loading class com/sun/imageio/plugins/png/PNGImageReader done
- Event: 0.475 loading class java/awt/Point
- Event: 0.475 loading class java/awt/geom/Point2D
- Event: 0.476 loading class java/awt/geom/Point2D done
- Event: 0.476 loading class java/awt/Point done
- Event: 0.476 loading class com/sun/imageio/plugins/png/PNGMetadata
- Event: 0.476 loading class javax/imageio/metadata/IIOMetadata
- Event: 0.476 loading class javax/imageio/metadata/IIOMetadata done
- Event: 0.476 loading class com/sun/imageio/plugins/png/PNGMetadata done
- Event: 0.476 loading class javax/imageio/ImageReadParam
- Event: 0.476 loading class javax/imageio/IIOParam
- Event: 0.476 loading class javax/imageio/IIOParam done
- Event: 0.476 loading class javax/imageio/ImageReadParam done
- Event: 0.476 loading class com/sun/imageio/plugins/png/PNGImageDataEnumeration
- Event: 0.476 loading class com/sun/imageio/plugins/png/PNGImageDataEnumeration done
- Event: 0.476 loading class java/io/SequenceInputStream
- Event: 0.476 loading class java/io/SequenceInputStream done
- Event: 0.476 loading class com/sun/imageio/plugins/common/SubImageInputStream
- Event: 0.477 loading class com/sun/imageio/plugins/common/SubImageInputStream done
- Event: 0.477 loading class com/sun/imageio/plugins/common/InputStreamAdapter
- Event: 0.477 loading class com/sun/imageio/plugins/common/InputStreamAdapter done
- Event: 0.477 loading class java/io/DataInputStream
- Event: 0.477 loading class java/io/DataInputStream done
- Event: 0.477 loading class java/awt/color/ColorSpace
- Event: 0.477 loading class java/awt/color/ColorSpace done
- Event: 0.477 loading class java/awt/color/ICC_Profile
- Event: 0.477 loading class java/awt/color/ICC_Profile done
- Event: 0.477 loading class sun/java2d/cmm/ProfileDeferralInfo
- Event: 0.477 loading class sun/java2d/cmm/ProfileDeferralInfo done
- Event: 0.477 loading class sun/java2d/cmm/ProfileDeferralMgr
- Event: 0.477 loading class sun/java2d/cmm/ProfileDeferralMgr done
- Event: 0.477 loading class java/awt/color/ICC_ProfileRGB
- Event: 0.477 loading class java/awt/color/ICC_ProfileRGB done
- Event: 0.477 loading class java/awt/color/ICC_Profile$1
- Event: 0.477 loading class sun/java2d/cmm/ProfileActivator
- Event: 0.477 loading class sun/java2d/cmm/ProfileActivator done
- Event: 0.477 loading class java/awt/color/ICC_Profile$1 done
- Event: 0.477 loading class java/awt/color/ICC_ColorSpace
- Event: 0.477 loading class java/awt/color/ICC_ColorSpace done
- Event: 0.477 loading class javax/imageio/ImageTypeSpecifier$Indexed
- Event: 0.477 loading class javax/imageio/ImageTypeSpecifier$Indexed done
- Event: 0.477 loading class java/awt/image/IndexColorModel
- Event: 0.477 loading class java/awt/image/ColorModel
- Event: 0.477 loading class java/awt/Transparency
- Event: 0.477 loading class java/awt/Transparency done
- Event: 0.478 loading class java/awt/image/ColorModel done
- Event: 0.478 loading class java/awt/image/IndexColorModel done
- Event: 0.478 loading class java/awt/image/ColorModel$1
- Event: 0.478 loading class java/awt/image/ColorModel$1 done
- Event: 0.478 loading class java/awt/image/PixelInterleavedSampleModel
- Event: 0.478 loading class java/awt/image/ComponentSampleModel
- Event: 0.478 loading class java/awt/image/SampleModel
- Event: 0.478 loading class java/awt/image/SampleModel done
- Event: 0.478 loading class java/awt/image/ComponentSampleModel done
- Event: 0.478 loading class java/awt/image/PixelInterleavedSampleModel done
- Event: 0.478 loading class java/awt/Rectangle
- Event: 0.478 loading class java/awt/Shape
- Event: 0.478 loading class java/awt/Shape done
- Event: 0.478 loading class java/awt/geom/Rectangle2D
- Event: 0.478 loading class java/awt/geom/RectangularShape
- Event: 0.478 loading class java/awt/geom/RectangularShape done
- Event: 0.478 loading class java/awt/geom/Rectangle2D done
- Event: 0.478 loading class java/awt/Rectangle done
- Event: 0.479 loading class java/awt/image/Raster
- Event: 0.479 loading class java/awt/image/Raster done
- Event: 0.479 loading class java/awt/image/DataBufferByte
- Event: 0.479 loading class java/awt/image/DataBuffer
- Event: 0.479 loading class java/awt/image/DataBuffer done
- Event: 0.479 loading class java/awt/image/DataBufferByte done
- Event: 0.479 loading class java/awt/image/DataBuffer$1
- Event: 0.479 loading class sun/awt/image/SunWritableRaster$DataStealer
- Event: 0.479 loading class sun/awt/image/SunWritableRaster$DataStealer done
- Event: 0.479 loading class java/awt/image/DataBuffer$1 done
- Event: 0.479 loading class sun/awt/image/SunWritableRaster
- Event: 0.479 loading class java/awt/image/WritableRaster
- Event: 0.479 loading class java/awt/image/WritableRaster done
- Event: 0.479 loading class sun/awt/image/SunWritableRaster done
- Event: 0.479 loading class sun/java2d/StateTrackable$State
- Event: 0.479 loading class sun/java2d/StateTrackable$State done
- Event: 0.479 loading class sun/java2d/StateTrackableDelegate
- Event: 0.479 loading class sun/java2d/StateTrackable
- Event: 0.479 loading class sun/java2d/StateTrackable done
- Event: 0.479 loading class sun/java2d/StateTrackableDelegate done
- Event: 0.479 loading class sun/java2d/StateTrackableDelegate$2
- Event: 0.479 loading class sun/java2d/StateTrackableDelegate$2 done
- Event: 0.479 loading class sun/awt/image/ByteInterleavedRaster
- Event: 0.479 loading class sun/awt/image/ByteComponentRaster
- Event: 0.480 loading class sun/awt/image/ByteComponentRaster done
- Event: 0.480 loading class sun/awt/image/ByteInterleavedRaster done
- Event: 0.480 loading class sun/awt/image/NativeLibLoader
- Event: 0.480 loading class sun/awt/image/NativeLibLoader done
- Event: 0.480 loading class sun/awt/image/NativeLibLoader$1
- Event: 0.480 loading class sun/awt/image/NativeLibLoader$1 done
- Event: 0.480 loading class java/awt/image/BufferedImage
- Event: 0.480 loading class java/awt/image/WritableRenderedImage
- Event: 0.480 loading class java/awt/image/WritableRenderedImage done
- Event: 0.480 loading class java/awt/Image
- Event: 0.480 loading class java/awt/Image done
- Event: 0.480 loading class java/awt/image/BufferedImage done
- Event: 0.480 loading class java/awt/ImageCapabilities
- Event: 0.480 loading class java/awt/ImageCapabilities done
- Event: 0.480 loading class java/awt/Image$1
- Event: 0.480 loading class sun/awt/image/SurfaceManager$ImageAccessor
- Event: 0.480 loading class sun/awt/image/SurfaceManager$ImageAccessor done
- Event: 0.480 loading class java/awt/Image$1 done
- Event: 0.480 loading class sun/awt/image/SurfaceManager
- Event: 0.480 loading class sun/awt/image/SurfaceManager done
- Event: 0.480 loading class java/awt/image/BufferedImage$1
- Event: 0.480 loading class java/awt/image/BufferedImage$1 done
- Event: 0.480 loading class sun/awt/image/IntegerComponentRaster
- Event: 0.481 loading class sun/awt/image/IntegerComponentRaster done
- Event: 0.481 loading class sun/awt/image/BytePackedRaster
- Event: 0.481 loading class sun/awt/image/BytePackedRaster done
- Event: 0.481 loading class com/sun/imageio/plugins/common/ReaderUtil
- Event: 0.481 loading class com/sun/imageio/plugins/common/ReaderUtil done
- Event: 0.481 loading class java/io/RandomAccessFile$1
- Event: 0.481 loading class java/io/RandomAccessFile$1 done
- Event: 0.481 loading class java/nio/HeapIntBuffer
- Event: 0.481 loading class java/nio/HeapIntBuffer done
- Event: 0.481 loading class org/lwjgl/stb/STBImage
- Event: 0.481 loading class org/lwjgl/stb/STBImage done
- Event: 0.484 loading class org/lwjgl/stb/LibSTB
- Event: 0.484 loading class org/lwjgl/stb/LibSTB done
- Dynamic libraries:
- 0x00007ff788cc0000 - 0x00007ff788d4a000 C:\OpenJDK8\jre\bin\javaw.exe
- 0x00007ffb79e40000 - 0x00007ffb7a047000 C:\WINDOWS\SYSTEM32\ntdll.dll
- 0x00007ffb78f50000 - 0x00007ffb7900d000 C:\WINDOWS\System32\KERNEL32.DLL
- 0x00007ffb77410000 - 0x00007ffb77784000 C:\WINDOWS\System32\KERNELBASE.dll
- 0x00007ffb79430000 - 0x00007ffb794dc000 C:\WINDOWS\System32\ADVAPI32.dll
- 0x00007ffb79d50000 - 0x00007ffb79df3000 C:\WINDOWS\System32\msvcrt.dll
- 0x00007ffb78ea0000 - 0x00007ffb78f3d000 C:\WINDOWS\System32\sechost.dll
- 0x00007ffb77e00000 - 0x00007ffb77f21000 C:\WINDOWS\System32\RPCRT4.dll
- 0x00007ffb782b0000 - 0x00007ffb7845c000 C:\WINDOWS\System32\USER32.dll
- 0x00007ffb773e0000 - 0x00007ffb77406000 C:\WINDOWS\System32\win32u.dll
- 0x00007ffb79400000 - 0x00007ffb79429000 C:\WINDOWS\System32\GDI32.dll
- 0x00007ffb77790000 - 0x00007ffb778a2000 C:\WINDOWS\System32\gdi32full.dll
- 0x00007ffb779d0000 - 0x00007ffb77a6d000 C:\WINDOWS\System32\msvcp_win.dll
- 0x00007ffb778b0000 - 0x00007ffb779c1000 C:\WINDOWS\System32\ucrtbase.dll
- 0x00007ffb60d40000 - 0x00007ffb60fe5000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22000.120_none_9d947278b86cc467\COMCTL32.dll
- 0x00007ffb78de0000 - 0x00007ffb78e11000 C:\WINDOWS\System32\IMM32.DLL
- 0x0000000069df0000 - 0x0000000069ec2000 C:\OpenJDK8\jre\bin\msvcr100.dll
- 0x00000000694c0000 - 0x0000000069dee000 C:\OpenJDK8\jre\bin\server\jvm.dll
- 0x00007ffb78e90000 - 0x00007ffb78e98000 C:\WINDOWS\System32\PSAPI.DLL
- 0x00007ffb6e340000 - 0x00007ffb6e373000 C:\WINDOWS\SYSTEM32\WINMM.dll
- 0x00007ffb71eb0000 - 0x00007ffb71eba000 C:\WINDOWS\SYSTEM32\VERSION.dll
- 0x00007ffb73b40000 - 0x00007ffb73b49000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
- 0x00007ffb78550000 - 0x00007ffb785bf000 C:\WINDOWS\System32\WS2_32.dll
- 0x00007ffb70480000 - 0x00007ffb7048f000 C:\OpenJDK8\jre\bin\verify.dll
- 0x00007ffb6bf30000 - 0x00007ffb6bf59000 C:\OpenJDK8\jre\bin\java.dll
- 0x00007ffb70460000 - 0x00007ffb70476000 C:\OpenJDK8\jre\bin\zip.dll
- 0x00007ffb79580000 - 0x00007ffb79d2a000 C:\WINDOWS\System32\SHELL32.dll
- 0x00007ffb754d0000 - 0x00007ffb75d32000 C:\WINDOWS\SYSTEM32\windows.storage.dll
- 0x00007ffb77f30000 - 0x00007ffb782a8000 C:\WINDOWS\System32\combase.dll
- 0x00007ffb75360000 - 0x00007ffb754c6000 C:\WINDOWS\SYSTEM32\wintypes.dll
- 0x00007ffb78460000 - 0x00007ffb7854a000 C:\WINDOWS\System32\SHCORE.dll
- 0x00007ffb78d20000 - 0x00007ffb78d7d000 C:\WINDOWS\System32\shlwapi.dll
- 0x00007ffb77250000 - 0x00007ffb77271000 C:\WINDOWS\SYSTEM32\profapi.dll
- 0x00007ffb6ba40000 - 0x00007ffb6ba5b000 C:\OpenJDK8\jre\bin\net.dll
- 0x00007ffb76940000 - 0x00007ffb769a7000 C:\WINDOWS\system32\mswsock.dll
- 0x00007ffb670a0000 - 0x00007ffb670b1000 C:\OpenJDK8\jre\bin\nio.dll
- 0x00007ffb5dd00000 - 0x00007ffb5dd71000 C:\Users\nottn\AppData\Local\Temp\lwjglnottn\3.3.0-build-21\lwjgl.dll
- 0x00007ffb61b70000 - 0x00007ffb61bd1000 C:\Users\nottn\AppData\Local\Temp\lwjglnottn\3.3.0-build-21\glfw.dll
- 0x00007ffb61790000 - 0x00007ffb617d5000 C:\WINDOWS\SYSTEM32\dinput8.dll
- 0x00007ffb53db0000 - 0x00007ffb53dc1000 C:\WINDOWS\SYSTEM32\xinput1_4.dll
- 0x00007ffb76ff0000 - 0x00007ffb7703c000 C:\WINDOWS\SYSTEM32\cfgmgr32.dll
- 0x00007ffb77040000 - 0x00007ffb7706c000 C:\WINDOWS\SYSTEM32\DEVOBJ.dll
- 0x00007ffb74f60000 - 0x00007ffb74f8f000 C:\WINDOWS\SYSTEM32\dwmapi.dll
- 0x00007ffb5d2e0000 - 0x00007ffb5d4a9000 C:\WINDOWS\SYSTEM32\inputhost.dll
- 0x00007ffb740e0000 - 0x00007ffb74212000 C:\WINDOWS\SYSTEM32\CoreMessaging.dll
- 0x00007ffb77c50000 - 0x00007ffb77cd0000 C:\WINDOWS\System32\bcryptPrimitives.dll
- 0x00007ffb74aa0000 - 0x00007ffb74b4c000 C:\WINDOWS\system32\uxtheme.dll
- 0x00007ffb76ba0000 - 0x00007ffb76bac000 C:\WINDOWS\SYSTEM32\CRYPTBASE.DLL
- 0x00007ffb77cd0000 - 0x00007ffb77dee000 C:\WINDOWS\System32\MSCTF.dll
- 0x00007ffb4ac20000 - 0x00007ffb4ad21000 C:\WINDOWS\SYSTEM32\opengl32.dll
- 0x00007ffb661b0000 - 0x00007ffb661dd000 C:\WINDOWS\SYSTEM32\GLU32.dll
- 0x00007ffb74ba0000 - 0x00007ffb74bd8000 C:\WINDOWS\SYSTEM32\dxcore.dll
- 0x00007ffb76530000 - 0x00007ffb76548000 C:\WINDOWS\SYSTEM32\kernel.appcore.dll
- 0x00007ffb787e0000 - 0x00007ffb7888f000 C:\WINDOWS\System32\clbcatq.dll
- 0x00007ffb2a3b0000 - 0x00007ffb2d36f000 C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_44dc4eefedc0d082\nvoglv64.dll
- 0x00007ffb788b0000 - 0x00007ffb78d1b000 C:\WINDOWS\System32\SETUPAPI.dll
- 0x00007ffb78640000 - 0x00007ffb787da000 C:\WINDOWS\System32\ole32.dll
- 0x00007ffb79320000 - 0x00007ffb793f6000 C:\WINDOWS\System32\OLEAUT32.dll
- 0x00007ffb73970000 - 0x00007ffb73984000 C:\WINDOWS\SYSTEM32\WTSAPI32.dll
- 0x00007ffb76be0000 - 0x00007ffb76bf2000 C:\WINDOWS\SYSTEM32\msasn1.dll
- 0x00007ffb715d0000 - 0x00007ffb71601000 C:\WINDOWS\SYSTEM32\cryptnet.dll
- 0x00007ffb77ae0000 - 0x00007ffb77c42000 C:\WINDOWS\System32\CRYPT32.dll
- 0x00007ffb6ef80000 - 0x00007ffb6f0c9000 C:\WINDOWS\SYSTEM32\drvstore.dll
- 0x00007ffb76c50000 - 0x00007ffb76c8d000 C:\WINDOWS\SYSTEM32\wldp.dll
- 0x00007ffb77a70000 - 0x00007ffb77ad6000 C:\WINDOWS\System32\WINTRUST.dll
- 0x00007ffb74ce0000 - 0x00007ffb74d14000 C:\WINDOWS\SYSTEM32\ntmarta.dll
- 0x00007ffb38010000 - 0x00007ffb382d5000 C:\WINDOWS\system32\nvspcap64.dll
- 0x00007ffb75d50000 - 0x00007ffb75d9d000 C:\WINDOWS\SYSTEM32\powrprof.dll
- 0x00007ffb75e40000 - 0x00007ffb75e53000 C:\WINDOWS\SYSTEM32\UMPDC.dll
- 0x00007ffb75ff0000 - 0x00007ffb76053000 C:\WINDOWS\SYSTEM32\WINSTA.dll
- 0x00007ffb5db80000 - 0x00007ffb5dcad000 C:\WINDOWS\SYSTEM32\textinputframework.dll
- 0x00007ffb71740000 - 0x00007ffb71aad000 C:\WINDOWS\SYSTEM32\CoreUIComponents.dll
- 0x00007ffb61690000 - 0x00007ffb616ed000 C:\Users\nottn\AppData\Local\Temp\lwjglnottn\3.3.0-build-21\lwjgl_opengl.dll
- 0x00007ffb3d050000 - 0x00007ffb3d23d000 C:\OpenJDK8\jre\bin\awt.dll
- 0x00007ffb748f0000 - 0x00007ffb74981000 C:\WINDOWS\SYSTEM32\apphelp.dll
- 0x00007ffb5da10000 - 0x00007ffb5da91000 C:\Users\nottn\AppData\Local\Temp\lwjglnottn\3.3.0-build-21\lwjgl_stb.dll
- 0x00007ffb67640000 - 0x00007ffb67861000 C:\WINDOWS\SYSTEM32\dbghelp.dll
- VM Arguments:
- jvm_args: -Dfile.encoding=Cp1252
- java_command: Launcher
- java_class_path (initial): C:\Users\nottn\eclipse-workspace\Bon Sea\bin;C:\Users\nottn\eclipse-workspace\Bon Sea\library\lwjgl.jar;C:\Users\nottn\eclipse-workspace\Bon Sea\library\lwjgl-glfw.jar;C:\Users\nottn\eclipse-workspace\Bon Sea\library\lwjgl-glfw-javadoc.jar;C:\Users\nottn\eclipse-workspace\Bon Sea\library\lwjgl-glfw-natives-windows.jar;C:\Users\nottn\eclipse-workspace\Bon Sea\library\lwjgl-glfw-sources.jar;C:\Users\nottn\eclipse-workspace\Bon Sea\library\lwjgl-natives-windows.jar;C:\Users\nottn\eclipse-workspace\Bon Sea\library\lwjgl-openal.jar;C:\Users\nottn\eclipse-workspace\Bon Sea\library\lwjgl-openal-javadoc.jar;C:\Users\nottn\eclipse-workspace\Bon Sea\library\lwjgl-openal-natives-windows.jar;C:\Users\nottn\eclipse-workspace\Bon Sea\library\lwjgl-openal-sources.jar;C:\Users\nottn\eclipse-workspace\Bon Sea\library\lwjgl-opengl.jar;C:\Users\nottn\eclipse-workspace\Bon Sea\library\lwjgl-opengl-javadoc.jar;C:\Users\nottn\eclipse-workspace\Bon Sea\library\lwjgl-opengl-natives-windows.jar;C:\Users\nottn\eclipse-workspace\Bon Sea\library\lwjgl-opengl-sources.jar;C:\Users\nottn\eclipse-workspace\Bon Sea\library\lwjgl-stb.jar;C:\Users\nottn\eclipse-workspace\Bon Sea\library\lwjgl-stb-javadoc.jar;C:\Users\nottn\eclipse-workspace\Bon Sea\library\lwjgl-stb-natives-windows.jar;C:\Users\nottn\eclipse-workspace\Bon Sea\library\lwjgl-stb-sources.jar
- Launcher Type: SUN_STANDARD
- Environment Variables:
- PATH=C:/Users/nottn/Downloads/eclipse//plugins/org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_16.0.2.v20210721-1149/jre/bin/server;C:/Users/nottn/Downloads/eclipse//plugins/org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_16.0.2.v20210721-1149/jre/bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\Git\cmd;C:\Users\nottn\scoop\shims;C:\Users\nottn\AppData\Local\Programs\Python\Python310\Scripts\;C:\Users\nottn\AppData\Local\Programs\Python\Python310\;C:\Users\nottn\AppData\Local\Microsoft\WindowsApps;C:\Users\nottn\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\nottn\.dotnet\tools;C:\MinGW\bin;C:\OpenJDK8\bin;;C:\Users\nottn\Downloads\eclipse;
- USERNAME=nottn
- OS=Windows_NT
- PROCESSOR_IDENTIFIER=AMD64 Family 23 Model 113 Stepping 0, AuthenticAMD
- --------------- S Y S T E M ---------------
- OS: Windows 10.0 , 64 bit Build 22000 (10.0.22000.318)
- CPU:total 12 (initial active 12) (12 cores per cpu, 1 threads per core) family 23 model 113 stepping 0, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, mmxext, 3dnowpref, lzcnt, sse4a, tsc, tscinvbit, tscinv, bmi1
- Memory: 4k page, physical 16725336k(11134764k free), swap 19215704k(11346352k free)
- vm_info: OpenJDK 64-Bit Server VM (25.312-b07) for windows-amd64 JRE (1.8.0_312-b07), built on Oct 31 2021 13:50:13 by "build" with MS VC++ 10.0 (VS2010)
Add Comment
Please, Sign In to add comment