Guest User

stbi_load Access Error

a guest
Dec 2nd, 2021
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 64.03 KB | None | 0 0
  1. #
  2. # A fatal error has been detected by the Java Runtime Environment:
  3. #
  4. # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffb5da13b8c, pid=4872, tid=0x00000000000033f0
  5. #
  6. # JRE version: OpenJDK Runtime Environment (8.0_312-b07) (build 1.8.0_312-b07)
  7. # Java VM: OpenJDK 64-Bit Server VM (25.312-b07 mixed mode windows-amd64 compressed oops)
  8. # Problematic frame:
  9. # C [lwjgl_stb.dll+0x3b8c]
  10. #
  11. # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
  12. #
  13. # If you would like to submit a bug report, please visit:
  14. # https://bugzilla.redhat.com/enter_bug.cgi
  15. # The crash happened outside the Java Virtual Machine in native code.
  16. # See problematic frame for where to report the bug.
  17. #
  18.  
  19. --------------- T H R E A D ---------------
  20.  
  21. Current thread (0x0000000003418000): JavaThread "main" [_thread_in_native, id=13296, stack(0x0000000003270000,0x0000000003370000)]
  22.  
  23. siginfo: ExceptionCode=0xc0000005, writing address 0x0000000000000004
  24.  
  25. Registers:
  26. RAX=0x00000000000000a0, RBX=0x0000000024daa150, RCX=0x0000000000000082, RDX=0x0000000000000004
  27. RSP=0x000000000336f0d0, RBP=0x0000000000000004, RSI=0x000000000336f300, RDI=0x000000000336f1d0
  28. R8 =0x000000000336f240, R9 =0x0000000000000001, R10=0x0000000001350000, R11=0x000000000336db80
  29. R12=0x0000000000000004, R13=0x0000000000000000, R14=0x000000000336f308, R15=0x0000000000000000
  30. RIP=0x00007ffb5da13b8c, EFLAGS=0x0000000000010246
  31.  
  32. Top of Stack: (sp=0x000000000336f0d0)
  33. 0x000000000336f0d0: 000000000336f200 0000000000000000
  34. 0x000000000336f0e0: ffffffff00000000 00007ffb5da5d804
  35. 0x000000000336f0f0: 0000000000000003 0000000000001000
  36. 0x000000000336f100: 0000000024d9a7d0 000000000336f278
  37. 0x000000000336f110: 000000000336f278 000000000336f240
  38. 0x000000000336f120: 0000000000000000 0000000000000000
  39. 0x000000000336f130: 0000000000000000 0000000000000008
  40. 0x000000000336f140: 000000000336f2f8 0000000000000004
  41. 0x000000000336f150: 0000000000000000 0000000000000004
  42. 0x000000000336f160: 0000000000000004 0000000000000004
  43. 0x000000000336f170: 0000000000000004 000000000336f310
  44. 0x000000000336f180: 0000000024d76d70 00007ffb5da14d5c
  45. 0x000000000336f190: 0000000024d76d70 0000000000000004
  46. 0x000000000336f1a0: 0000000000000004 0000000000000004
  47. 0x000000000336f1b0: 0000000000000000 000000000336f1d0
  48. 0x000000000336f1c0: 0000000000000008 00007ffb5da573b4
  49.  
  50. Instructions: (pc=0x00007ffb5da13b8c)
  51. 0x00007ffb5da13b6c: 44 24 48 44 89 78 0c 48 85 db 0f 84 96 10 00 00
  52. 0x00007ffb5da13b7c: 4c 8b 44 24 48 41 8b 00 48 8b 94 24 c8 00 00 00
  53. 0x00007ffb5da13b8c: 89 02 41 8b 40 04 41 89 04 24 48 85 ed 74 07 41
  54. 0x00007ffb5da13b9c: 8b 40 08 89 45 00 48 8b 4c 24 60 ff 15 bb 69 07
  55.  
  56.  
  57. Register to memory mapping:
  58.  
  59. RAX=0x00000000000000a0 is an unknown value
  60. RBX=0x0000000024daa150 is an unknown value
  61. RCX=0x0000000000000082 is an unknown value
  62. RDX=0x0000000000000004 is an unknown value
  63. RSP=0x000000000336f0d0 is pointing into the stack for thread: 0x0000000003418000
  64. RBP=0x0000000000000004 is an unknown value
  65. RSI=0x000000000336f300 is pointing into the stack for thread: 0x0000000003418000
  66. RDI=0x000000000336f1d0 is pointing into the stack for thread: 0x0000000003418000
  67. R8 =0x000000000336f240 is pointing into the stack for thread: 0x0000000003418000
  68. R9 =0x0000000000000001 is an unknown value
  69. R10=0x0000000001350000 is an unknown value
  70. R11=0x000000000336db80 is pointing into the stack for thread: 0x0000000003418000
  71. R12=0x0000000000000004 is an unknown value
  72. R13=0x0000000000000000 is an unknown value
  73. R14=0x000000000336f308 is pointing into the stack for thread: 0x0000000003418000
  74. R15=0x0000000000000000 is an unknown value
  75.  
  76.  
  77. Stack: [0x0000000003270000,0x0000000003370000], sp=0x000000000336f0d0, free space=1020k
  78. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  79. C [lwjgl_stb.dll+0x3b8c]
  80. C [lwjgl_stb.dll+0x4d5c]
  81. C [lwjgl_stb.dll+0x52b4]
  82. C 0x00000000034e83c7
  83.  
  84. Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  85. j org.lwjgl.stb.STBImage.nstbi_load(JJJJI)J+0
  86. j org.lwjgl.stb.STBImage.stbi_load(Ljava/lang/CharSequence;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;I)Ljava/nio/ByteBuffer;+64
  87. j Texture.<init>(Ljava/lang/String;)V+113
  88. j Game.Start()V+26
  89. j Game.<init>()V+5
  90. j Launcher.main([Ljava/lang/String;)V+4
  91. v ~StubRoutines::call_stub
  92.  
  93. --------------- P R O C E S S ---------------
  94.  
  95. Java Threads: ( => current thread )
  96. 0x000000002081f000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=9108, stack(0x00000000275d0000,0x00000000276d0000)]
  97. 0x000000001e440000 JavaThread "Service Thread" daemon [_thread_blocked, id=6884, stack(0x00000000202c0000,0x00000000203c0000)]
  98. 0x000000001e3fe800 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=13984, stack(0x00000000201c0000,0x00000000202c0000)]
  99. 0x000000001e3ef800 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=7756, stack(0x00000000200c0000,0x00000000201c0000)]
  100. 0x000000001e3ef000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=4220, stack(0x000000001ffc0000,0x00000000200c0000)]
  101. 0x000000001e3f1800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=2488, stack(0x000000001fec0000,0x000000001ffc0000)]
  102. 0x000000001e3e9000 JavaThread "Attach Listener" daemon [_thread_blocked, id=5396, stack(0x000000001fdc0000,0x000000001fec0000)]
  103. 0x000000001e3e8000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=11112, stack(0x000000001fcc0000,0x000000001fdc0000)]
  104. 0x000000001e37a800 JavaThread "Finalizer" daemon [_thread_blocked, id=1940, stack(0x000000001fac0000,0x000000001fbc0000)]
  105. 0x000000001e373000 JavaThread "Reference Handler" daemon [_thread_blocked, id=11564, stack(0x000000001f9c0000,0x000000001fac0000)]
  106. =>0x0000000003418000 JavaThread "main" [_thread_in_native, id=13296, stack(0x0000000003270000,0x0000000003370000)]
  107.  
  108. Other Threads:
  109. 0x000000001d18e000 VMThread [stack: 0x000000001f8c0000,0x000000001f9c0000] [id=2344]
  110. 0x000000001e440800 WatcherThread [stack: 0x00000000203c0000,0x00000000204c0000] [id=2196]
  111.  
  112. VM state:not at safepoint (normal execution)
  113.  
  114. VM Mutex/Monitor currently owned by a thread: None
  115.  
  116. heap address: 0x00000006c0c00000, size: 4084 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
  117. Narrow klass base: 0x0000000000000000, Narrow klass shift: 3
  118. Compressed class space size: 1073741824 Address: 0x00000007c0000000
  119.  
  120. Heap:
  121. PSYoungGen total 76288K, used 9206K [0x000000076af00000, 0x0000000770400000, 0x00000007c0000000)
  122. eden space 65536K, 14% used [0x000000076af00000,0x000000076b7fd930,0x000000076ef00000)
  123. from space 10752K, 0% used [0x000000076f980000,0x000000076f980000,0x0000000770400000)
  124. to space 10752K, 0% used [0x000000076ef00000,0x000000076ef00000,0x000000076f980000)
  125. ParOldGen total 175104K, used 0K [0x00000006c0c00000, 0x00000006cb700000, 0x000000076af00000)
  126. object space 175104K, 0% used [0x00000006c0c00000,0x00000006c0c00000,0x00000006cb700000)
  127. Metaspace used 8192K, capacity 8406K, committed 8576K, reserved 1056768K
  128. class space used 761K, capacity 858K, committed 896K, reserved 1048576K
  129.  
  130. Card table byte_map: [0x0000000012890000,0x0000000013090000] byte_map_base: 0x000000000f28a000
  131.  
  132. Marking Bits: (ParMarkBitMap*) 0x0000000069d65110
  133. Begin Bits: [0x0000000013ff0000, 0x0000000017fc0000)
  134. End Bits: [0x0000000017fc0000, 0x000000001bf90000)
  135.  
  136. Polling page: 0x0000000001930000
  137.  
  138. CodeCache: size=245760Kb used=2383Kb max_used=2395Kb free=243376Kb
  139. bounds [0x00000000034d0000, 0x0000000003740000, 0x00000000124d0000]
  140. total_blobs=1367 nmethods=506 adapters=774
  141. compilation: enabled
  142.  
  143. Compilation events (250 events):
  144. Event: 0.157 Thread 0x000000001e3fe800 nmethod 366 0x0000000003698110 code [0x0000000003698360, 0x0000000003699038]
  145. Event: 0.157 Thread 0x000000001e3fe800 368 3 java.nio.Buffer::checkIndex (22 bytes)
  146. Event: 0.157 Thread 0x000000001e3fe800 nmethod 368 0x0000000003695590 code [0x0000000003695700, 0x0000000003695988]
  147. Event: 0.157 Thread 0x000000001e3fe800 369 3 java.nio.DirectLongBufferU::ix (10 bytes)
  148. Event: 0.157 Thread 0x000000001e3fe800 nmethod 369 0x0000000003695250 code [0x00000000036953a0, 0x0000000003695510]
  149. Event: 0.157 Thread 0x000000001e3fe800 367 3 java.lang.String::equalsIgnoreCase (48 bytes)
  150. Event: 0.157 Thread 0x000000001e3fe800 nmethod 367 0x00000000036999d0 code [0x0000000003699b40, 0x0000000003699ea8]
  151. Event: 0.158 Thread 0x000000001e3fe800 370 3 java.util.regex.Pattern$Single::isSatisfiedBy (14 bytes)
  152. Event: 0.158 Thread 0x000000001e3fe800 nmethod 370 0x0000000003699fd0 code [0x000000000369a120, 0x000000000369a2d0]
  153. Event: 0.158 Thread 0x000000001e3fe800 371 1 sun.misc.URLClassPath$Loader::getBaseURL (5 bytes)
  154. Event: 0.158 Thread 0x000000001e3fe800 nmethod 371 0x000000000369a350 code [0x000000000369a4a0, 0x000000000369a5b0]
  155. Event: 0.158 Thread 0x000000001e3fe800 372 3 java.util.Arrays::copyOf (19 bytes)
  156. Event: 0.158 Thread 0x000000001e3fe800 nmethod 372 0x000000000369a610 code [0x000000000369a780, 0x000000000369aaa8]
  157. Event: 0.158 Thread 0x000000001e3fe800 373 1 sun.misc.URLClassPath$JarLoader::access$700 (5 bytes)
  158. Event: 0.158 Thread 0x000000001e3fe800 nmethod 373 0x000000000369abd0 code [0x000000000369ad20, 0x000000000369ae10]
  159. Event: 0.159 Thread 0x000000001e3fe800 374 3 java.lang.Integer::toUnsignedLong (7 bytes)
  160. Event: 0.159 Thread 0x000000001e3fe800 nmethod 374 0x000000000369b210 code [0x000000000369b360, 0x000000000369b4b0]
  161. Event: 0.159 Thread 0x000000001e3fe800 375 3 org.lwjgl.system.MemoryUtil::write8 (19 bytes)
  162. Event: 0.159 Thread 0x000000001e3fe800 nmethod 375 0x000000000369b510 code [0x000000000369b660, 0x000000000369b810]
  163. Event: 0.159 Thread 0x000000001e3fe800 377 3 java.nio.Buffer::remaining (20 bytes)
  164. Event: 0.159 Thread 0x000000001e3fe800 nmethod 377 0x000000000369b8d0 code [0x000000000369ba20, 0x000000000369bbd0]
  165. Event: 0.159 Thread 0x000000001e3fe800 378 3 java.lang.ThreadLocal::get (38 bytes)
  166. Event: 0.159 Thread 0x000000001e3fe800 nmethod 378 0x000000000369bc50 code [0x000000000369bde0, 0x000000000369c198]
  167. Event: 0.159 Thread 0x000000001e3fe800 379 3 java.lang.ThreadLocal$ThreadLocalMap::access$000 (6 bytes)
  168. Event: 0.159 Thread 0x000000001e3fe800 nmethod 379 0x000000000369c390 code [0x000000000369c500, 0x000000000369c668]
  169. Event: 0.159 Thread 0x000000001e3fe800 380 3 java.lang.ThreadLocal$ThreadLocalMap::getEntry (42 bytes)
  170. Event: 0.159 Thread 0x000000001e3fe800 nmethod 380 0x000000000369c750 code [0x000000000369c8c0, 0x000000000369cbc8]
  171. Event: 0.159 Thread 0x000000001e3fe800 381 3 org.lwjgl.system.MemoryUtil::encodeASCIIUnsafe (53 bytes)
  172. Event: 0.159 Thread 0x000000001e3fe800 nmethod 381 0x000000000369cd10 code [0x000000000369cec0, 0x000000000369d478]
  173. Event: 0.160 Thread 0x000000001e3fe800 383 ! 3 java.util.zip.InflaterInputStream::read (138 bytes)
  174. Event: 0.160 Thread 0x000000001e3fe800 nmethod 383 0x000000000369dad0 code [0x000000000369dd40, 0x000000000369ee48]
  175. Event: 0.160 Thread 0x000000001e3fe800 384 3 java.util.zip.InflaterInputStream::ensureOpen (18 bytes)
  176. Event: 0.160 Thread 0x000000001e3fe800 nmethod 384 0x000000000369f710 code [0x000000000369f880, 0x000000000369fac8]
  177. Event: 0.161 Thread 0x000000001e3ef800 nmethod 364 0x00000000036a12d0 code [0x00000000036a1560, 0x00000000036a1e58]
  178. Event: 0.335 Thread 0x000000001e3fe800 385 1 java.util.zip.ZipCoder::isUTF8 (5 bytes)
  179. Event: 0.335 Thread 0x000000001e3fe800 nmethod 385 0x00000000036e3410 code [0x00000000036e3560, 0x00000000036e3670]
  180. Event: 0.335 Thread 0x000000001e3fe800 387 3 java.util.ArrayList::ensureCapacityInternal (13 bytes)
  181. Event: 0.335 Thread 0x000000001e3fe800 nmethod 387 0x00000000036e38d0 code [0x00000000036e3a60, 0x00000000036e3de8]
  182. Event: 0.335 Thread 0x000000001e3fe800 388 3 java.util.ArrayList::calculateCapacity (16 bytes)
  183. Event: 0.335 Thread 0x000000001e3fe800 nmethod 388 0x00000000036e3f50 code [0x00000000036e40c0, 0x00000000036e42f0]
  184. Event: 0.335 Thread 0x000000001e3fe800 389 3 java.util.ArrayList::ensureExplicitCapacity (26 bytes)
  185. Event: 0.335 Thread 0x000000001e3fe800 nmethod 389 0x00000000036e4390 code [0x00000000036e4500, 0x00000000036e46e8]
  186. Event: 0.335 Thread 0x000000001e3fe800 386 3 java.util.ArrayList::add (29 bytes)
  187. Event: 0.335 Thread 0x000000001e3fe800 nmethod 386 0x00000000036e47d0 code [0x00000000036e4980, 0x00000000036e4f08]
  188. Event: 0.350 Thread 0x000000001e3fe800 390 3 java.nio.CharBuffer::arrayOffset (35 bytes)
  189. Event: 0.351 Thread 0x000000001e3fe800 nmethod 390 0x00000000036e5190 code [0x00000000036e5320, 0x00000000036e5638]
  190. Event: 0.352 Thread 0x000000001e3fe800 391 3 java.util.Arrays::copyOf (19 bytes)
  191. Event: 0.352 Thread 0x000000001e3fe800 nmethod 391 0x00000000036e5790 code [0x00000000036e5900, 0x00000000036e5c28]
  192. Event: 0.352 Thread 0x000000001e3fe800 392 3 java.lang.ref.SoftReference::get (29 bytes)
  193. Event: 0.352 Thread 0x000000001e3fe800 nmethod 392 0x00000000036e5d50 code [0x00000000036e5ea0, 0x00000000036e6090]
  194. Event: 0.353 Thread 0x000000001e3fe800 393 3 java.lang.invoke.LambdaForm::prepare (43 bytes)
  195. Event: 0.353 Thread 0x000000001e3fe800 nmethod 393 0x00000000036e6110 code [0x00000000036e62a0, 0x00000000036e65e8]
  196. Event: 0.353 Thread 0x000000001e3fe800 394 3 java.lang.invoke.MethodHandle::<init> (35 bytes)
  197. Event: 0.353 Thread 0x000000001e3fe800 nmethod 394 0x00000000036e6710 code [0x00000000036e68a0, 0x00000000036e6c78]
  198. Event: 0.354 Thread 0x000000001e3fe800 395 3 java.util.zip.ZipFile::access$400 (5 bytes)
  199. Event: 0.354 Thread 0x000000001e3fe800 nmethod 395 0x00000000036e6e10 code [0x00000000036e6f60, 0x00000000036e7090]
  200. Event: 0.354 Thread 0x000000001e3fe800 396 3 java.util.zip.CRC32::update (51 bytes)
  201. Event: 0.354 Thread 0x000000001e3fe800 nmethod 396 0x00000000036e7150 code [0x00000000036e72e0, 0x00000000036e7698]
  202. Event: 0.355 Thread 0x000000001e3fe800 397 3 java.nio.Buffer::flip (20 bytes)
  203. Event: 0.355 Thread 0x000000001e3fe800 nmethod 397 0x00000000036e7810 code [0x00000000036e7960, 0x00000000036e7ad0]
  204. Event: 0.355 Thread 0x000000001e3fe800 398 3 sun.misc.SharedSecrets::getJavaLangAccess (4 bytes)
  205. Event: 0.355 Thread 0x000000001e3fe800 nmethod 398 0x00000000036e7b50 code [0x00000000036e7ca0, 0x00000000036e7df0]
  206. Event: 0.355 Thread 0x000000001e3fe800 399 1 sun.nio.ch.NativeThread::current (2 bytes)
  207. Event: 0.355 Thread 0x000000001e3fe800 nmethod 399 0x00000000036e7e50 code [0x00000000036e7fa0, 0x00000000036e8090]
  208. Event: 0.355 Thread 0x000000001e3fe800 400 1 java.nio.HeapByteBuffer::isReadOnly (2 bytes)
  209. Event: 0.355 Thread 0x000000001e3fe800 nmethod 400 0x00000000036e80d0 code [0x00000000036e8220, 0x00000000036e8330]
  210. Event: 0.355 Thread 0x000000001e3fe800 401 3 sun.nio.ch.Util::isBufferTooLarge (15 bytes)
  211. Event: 0.355 Thread 0x000000001e3fe800 nmethod 401 0x00000000036e8390 code [0x00000000036e84e0, 0x00000000036e8670]
  212. Event: 0.355 Thread 0x000000001e3fe800 402 3 java.nio.channels.spi.AbstractInterruptibleChannel::blockedOn (13 bytes)
  213. Event: 0.355 Thread 0x000000001e3fe800 nmethod 402 0x00000000036e86d0 code [0x00000000036e8860, 0x00000000036e8d70]
  214. Event: 0.355 Thread 0x000000001e3fe800 404 3 java.nio.DirectByteBuffer::ix (10 bytes)
  215. Event: 0.355 Thread 0x000000001e3fe800 nmethod 404 0x00000000036e8f90 code [0x00000000036e90e0, 0x00000000036e9230]
  216. Event: 0.355 Thread 0x000000001e3fe800 403 1 java.nio.DirectByteBuffer::isDirect (2 bytes)
  217. Event: 0.355 Thread 0x000000001e3fe800 nmethod 403 0x00000000036e9290 code [0x00000000036e93e0, 0x00000000036e94f0]
  218. Event: 0.356 Thread 0x000000001e3fe800 405 3 java.io.File::isInvalid (48 bytes)
  219. Event: 0.356 Thread 0x000000001e3fe800 nmethod 405 0x00000000036e9550 code [0x00000000036e96c0, 0x00000000036e9b08]
  220. Event: 0.356 Thread 0x000000001e3fe800 406 3 java.util.zip.ZipFile::ensureOpen (37 bytes)
  221. Event: 0.356 Thread 0x000000001e3fe800 nmethod 406 0x00000000036e9c10 code [0x00000000036e9da0, 0x00000000036ea118]
  222. Event: 0.356 Thread 0x000000001e3fe800 407 3 java.util.zip.ZipCoder::getBytes (192 bytes)
  223. Event: 0.357 Thread 0x000000001e3fe800 nmethod 407 0x00000000036ea610 code [0x00000000036ea9c0, 0x00000000036ecd18]
  224. Event: 0.357 Thread 0x000000001e3fe800 410 1 java.lang.System::getSecurityManager (4 bytes)
  225. Event: 0.357 Thread 0x000000001e3fe800 nmethod 410 0x00000000036eded0 code [0x00000000036ee020, 0x00000000036ee110]
  226. Event: 0.357 Thread 0x000000001e3fe800 408 s 3 java.lang.StringBuffer::append (13 bytes)
  227. Event: 0.357 Thread 0x000000001e3fe800 nmethod 408 0x00000000036ee150 code [0x00000000036ee2c0, 0x00000000036ee5e8]
  228. Event: 0.357 Thread 0x000000001e3fe800 411 1 java.util.Formatter$Flags::valueOf (5 bytes)
  229. Event: 0.357 Thread 0x000000001e3fe800 nmethod 411 0x00000000036ee6d0 code [0x00000000036ee820, 0x00000000036ee930]
  230. Event: 0.357 Thread 0x000000001e3fe800 412 3 java.lang.String::lastIndexOf (11 bytes)
  231. Event: 0.358 Thread 0x000000001e3fe800 nmethod 412 0x00000000036ee990 code [0x00000000036eeb00, 0x00000000036eed88]
  232. Event: 0.358 Thread 0x000000001e3fe800 413 3 java.lang.String::lastIndexOf (25 bytes)
  233. Event: 0.358 Thread 0x000000001e3fe800 nmethod 413 0x00000000036eeed0 code [0x00000000036ef040, 0x00000000036ef208]
  234. Event: 0.359 Thread 0x000000001e3fe800 414 3 java.util.jar.JarFile::getEntry (22 bytes)
  235. Event: 0.359 Thread 0x000000001e3fe800 nmethod 414 0x00000000036ef310 code [0x00000000036ef4a0, 0x00000000036ef7f8]
  236. Event: 0.359 Thread 0x000000001e3fe800 415 ! 3 java.util.zip.ZipFile::getEntry (101 bytes)
  237. Event: 0.359 Thread 0x000000001e3fe800 nmethod 415 0x00000000036ef950 code [0x00000000036efb20, 0x00000000036f0198]
  238. Event: 0.359 Thread 0x000000001e3fe800 416 1 java.net.URLClassLoader::access$000 (5 bytes)
  239. Event: 0.359 Thread 0x000000001e3fe800 nmethod 416 0x00000000036f0490 code [0x00000000036f05e0, 0x00000000036f06d0]
  240. Event: 0.360 Thread 0x000000001e3fe800 418 3 sun.nio.cs.UTF_8$Decoder::decode (779 bytes)
  241. Event: 0.363 Thread 0x000000001e3fe800 nmethod 418 0x00000000036f1210 code [0x00000000036f1840, 0x00000000036f6398]
  242. Event: 0.363 Thread 0x000000001e3fe800 422 1 java.lang.Integer::toUnsignedLong (7 bytes)
  243. Event: 0.363 Thread 0x000000001e3fe800 nmethod 422 0x00000000036f9990 code [0x00000000036f9ae0, 0x00000000036f9bd0]
  244. Event: 0.363 Thread 0x000000001e3fe800 426 3 java.util.HashMap::putVal (300 bytes)
  245. Event: 0.364 Thread 0x000000001e3fe800 nmethod 426 0x00000000036fa390 code [0x00000000036fa600, 0x00000000036fb8d8]
  246. Event: 0.364 Thread 0x000000001e3fe800 421 3 org.lwjgl.system.MemoryUtil::memPutAddress (29 bytes)
  247. Event: 0.364 Thread 0x000000001e3fe800 nmethod 421 0x00000000036fbf50 code [0x00000000036fc0a0, 0x00000000036fc210]
  248. Event: 0.364 Thread 0x000000001e3fe800 430 3 java.lang.String::<init> (100 bytes)
  249. Event: 0.364 Thread 0x000000001e3fe800 nmethod 430 0x00000000036fc290 code [0x00000000036fc440, 0x00000000036fc948]
  250. Event: 0.364 Thread 0x000000001e3fe800 428 3 org.lwjgl.system.MathUtil::mathHasZeroByte (26 bytes)
  251. Event: 0.364 Thread 0x000000001e3fe800 nmethod 428 0x00000000036fcc50 code [0x00000000036fcda0, 0x00000000036fcf70]
  252. Event: 0.364 Thread 0x000000001e3fe800 431 3 org.lwjgl.system.Checks::check (16 bytes)
  253. Event: 0.364 Thread 0x000000001e3fe800 nmethod 431 0x00000000036fd010 code [0x00000000036fd180, 0x00000000036fd3a8]
  254. Event: 0.364 Thread 0x000000001e3fe800 433 3 java.util.HashMap::put (13 bytes)
  255. Event: 0.364 Thread 0x000000001e3fe800 nmethod 433 0x00000000036fd490 code [0x00000000036fd620, 0x00000000036fd9d8]
  256. Event: 0.364 Thread 0x000000001e3fe800 432 3 java.util.HashMap$Node::<init> (26 bytes)
  257. Event: 0.364 Thread 0x000000001e3fe800 nmethod 432 0x00000000036fdb10 code [0x00000000036fdc60, 0x00000000036fde70]
  258. Event: 0.364 Thread 0x000000001e3fe800 435 3 java.util.HashMap::newNode (13 bytes)
  259. Event: 0.364 Thread 0x000000001e3fe800 nmethod 435 0x00000000036fdf50 code [0x00000000036fe0c0, 0x00000000036fe370]
  260. Event: 0.364 Thread 0x000000001e3fe800 436 3 java.util.HashMap::afterNodeInsertion (1 bytes)
  261. Event: 0.364 Thread 0x000000001e3fe800 nmethod 436 0x00000000036fe490 code [0x00000000036fe5e0, 0x00000000036fe730]
  262. Event: 0.364 Thread 0x000000001e3fe800 437 3 java.nio.Bits::byteOrder (20 bytes)
  263. Event: 0.364 Thread 0x000000001e3fe800 nmethod 437 0x00000000036fe790 code [0x00000000036fe8e0, 0x00000000036fea30]
  264. Event: 0.364 Thread 0x000000001e3fe800 434 3 java.nio.ByteBuffer::order (48 bytes)
  265. Event: 0.364 Thread 0x000000001e3fe800 nmethod 434 0x00000000036fea90 code [0x00000000036fec00, 0x00000000036fee90]
  266. Event: 0.364 Thread 0x000000001e3fe800 424 3 java.util.Formatter$Flags::contains (22 bytes)
  267. Event: 0.364 Thread 0x000000001e3fe800 nmethod 424 0x00000000036fef50 code [0x00000000036ff0c0, 0x00000000036ff2d0]
  268. Event: 0.364 Thread 0x000000001e3fe800 439 3 org.lwjgl.system.MemoryUtil::strlen64NT1 (119 bytes)
  269. Event: 0.365 Thread 0x000000001e3fe800 nmethod 439 0x00000000036ff750 code [0x00000000036ff900, 0x00000000036ffed0]
  270. Event: 0.365 Thread 0x000000001e3fe800 442 3 java.nio.Buffer::checkBounds (25 bytes)
  271. Event: 0.365 Thread 0x000000001e3fe800 nmethod 442 0x0000000003700090 code [0x0000000003700200, 0x0000000003700448]
  272. Event: 0.365 Thread 0x000000001e3fe800 443 3 java.nio.Bits::copyToArray (68 bytes)
  273. Event: 0.365 Thread 0x000000001e3fe800 nmethod 443 0x0000000003700910 code [0x0000000003700a80, 0x0000000003700de8]
  274. Event: 0.365 Thread 0x000000001e3fe800 444 3 java.nio.DirectByteBuffer::get (126 bytes)
  275. Event: 0.365 Thread 0x000000001e3fe800 nmethod 444 0x0000000003700f10 code [0x00000000037010e0, 0x0000000003701888]
  276. Event: 0.365 Thread 0x000000001e3fe800 446 ! 3 org.lwjgl.system.MemoryUtil::wrap (78 bytes)
  277. Event: 0.365 Thread 0x000000001e3fe800 nmethod 446 0x0000000003701bd0 code [0x0000000003701d60, 0x0000000003702178]
  278. Event: 0.365 Thread 0x000000001e3fe800 438 3 java.lang.String::checkBounds (46 bytes)
  279. Event: 0.365 Thread 0x000000001e3fe800 nmethod 438 0x0000000003702310 code [0x00000000037024a0, 0x0000000003702808]
  280. Event: 0.365 Thread 0x000000001e3fe800 441 3 java.util.HashSet::add (20 bytes)
  281. Event: 0.366 Thread 0x000000001e3fe800 nmethod 441 0x00000000037029d0 code [0x0000000003702b60, 0x0000000003703078]
  282. Event: 0.366 Thread 0x000000001e3fe800 423 3 java.util.AbstractList::<init> (10 bytes)
  283. Event: 0.366 Thread 0x000000001e3fe800 nmethod 423 0x0000000003703250 code [0x00000000037033c0, 0x00000000037035d0]
  284. Event: 0.366 Thread 0x000000001e3fe800 419 3 java.util.BitSet::wordIndex (5 bytes)
  285. Event: 0.366 Thread 0x000000001e3fe800 nmethod 419 0x0000000003703690 code [0x00000000037037e0, 0x0000000003703910]
  286. Event: 0.409 Thread 0x000000001e3fe800 447 3 org.lwjgl.system.MemoryUtil::memAddress0 (11 bytes)
  287. Event: 0.409 Thread 0x000000001e3fe800 nmethod 447 0x0000000003703990 code [0x0000000003703ae0, 0x0000000003703c30]
  288. Event: 0.409 Thread 0x000000001e3fe800 448 3 org.lwjgl.system.MemoryUtil::memAddress (11 bytes)
  289. Event: 0.409 Thread 0x000000001e3fe800 nmethod 448 0x0000000003703cd0 code [0x0000000003703e40, 0x0000000003704070]
  290. Event: 0.409 Thread 0x000000001e3fe800 449 3 org.lwjgl.system.MemoryStack::stackGet (10 bytes)
  291. Event: 0.409 Thread 0x000000001e3fe800 nmethod 449 0x0000000003704150 code [0x00000000037042c0, 0x00000000037045a8]
  292. Event: 0.409 Thread 0x000000001e3fe800 450 3 org.lwjgl.system.MemoryStack::nmalloc (61 bytes)
  293. Event: 0.410 Thread 0x000000001e3fe800 nmethod 450 0x0000000003704650 code [0x00000000037047c0, 0x0000000003704ac8]
  294. Event: 0.410 Thread 0x000000001e3fe800 451 ! 3 org.lwjgl.system.FunctionProvider::getFunctionAddress (95 bytes)
  295. Event: 0.410 Thread 0x000000001e3fe800 nmethod 451 0x0000000003704c10 code [0x0000000003704e40, 0x0000000003705c78]
  296. Event: 0.410 Thread 0x000000001e3fe800 453 3 org.lwjgl.system.Checks::check (17 bytes)
  297. Event: 0.410 Thread 0x000000001e3fe800 nmethod 453 0x0000000003706250 code [0x00000000037063e0, 0x0000000003706728]
  298. Event: 0.410 Thread 0x000000001e3fe800 454 3 org.lwjgl.system.CheckIntrinsics::checkIndex (19 bytes)
  299. Event: 0.410 Thread 0x000000001e3fe800 nmethod 454 0x00000000037068d0 code [0x0000000003706a40, 0x0000000003706ca8]
  300. Event: 0.410 Thread 0x000000001e3fe800 452 3 org.lwjgl.system.windows.WindowsLibrary::getFunctionAddress (9 bytes)
  301. Event: 0.410 Thread 0x000000001e3fe800 nmethod 452 0x0000000003706d90 code [0x0000000003706fa0, 0x0000000003707aa8]
  302. Event: 0.410 Thread 0x000000001e3fe800 455 3 org.lwjgl.opengl.GL$1::getFunctionAddress (81 bytes)
  303. Event: 0.411 Thread 0x000000001e3fe800 nmethod 455 0x0000000003708010 code [0x00000000037081a0, 0x0000000003708678]
  304. Event: 0.412 Thread 0x000000001e3fe800 459 3 org.lwjgl.system.MemoryStack::push (38 bytes)
  305. Event: 0.412 Thread 0x000000001e3fe800 nmethod 459 0x0000000003708bd0 code [0x0000000003708d40, 0x0000000003708f68]
  306. Event: 0.412 Thread 0x000000001e3fe800 460 3 org.lwjgl.system.MemoryStack::pop (22 bytes)
  307. Event: 0.412 Thread 0x000000001e3fe800 nmethod 460 0x0000000003709410 code [0x0000000003709560, 0x00000000037096f0]
  308. Event: 0.412 Thread 0x000000001e3fe800 461 3 org.lwjgl.system.MemoryUtil::memLengthASCII (31 bytes)
  309. Event: 0.412 Thread 0x000000001e3fe800 nmethod 461 0x00000000037097d0 code [0x0000000003709960, 0x0000000003709cb8]
  310. Event: 0.413 Thread 0x000000001e3fe800 463 3 java.nio.DirectByteBuffer::get (16 bytes)
  311. Event: 0.413 Thread 0x000000001e3fe800 nmethod 463 0x0000000003709e10 code [0x0000000003709f80, 0x000000000370a1f0]
  312. Event: 0.413 Thread 0x000000001e3fe800 457 3 org.lwjgl.PointerBuffer::get (22 bytes)
  313. Event: 0.413 Thread 0x000000001e3fe800 nmethod 457 0x000000000370a310 code [0x000000000370a4a0, 0x000000000370a928]
  314. Event: 0.413 Thread 0x000000001e3fe800 458 3 org.lwjgl.system.MemoryUtil::memGetAddress (31 bytes)
  315. Event: 0.413 Thread 0x000000001e3fe800 nmethod 458 0x000000000370ab90 code [0x000000000370ace0, 0x000000000370ae50]
  316. Event: 0.414 Thread 0x000000001e3fe800 465 3 org.lwjgl.system.MemoryStack::ASCII (41 bytes)
  317. Event: 0.415 Thread 0x000000001e3fe800 nmethod 465 0x000000000370b290 code [0x000000000370b460, 0x000000000370bb18]
  318. Event: 0.415 Thread 0x000000001e3fe800 466 3 org.lwjgl.PointerBuffer::put (24 bytes)
  319. Event: 0.415 Thread 0x000000001e3fe800 nmethod 466 0x000000000370be10 code [0x000000000370bfa0, 0x000000000370c428]
  320. Event: 0.417 Thread 0x000000001e3ef000 467 4 org.lwjgl.system.MemoryUtil::encodeASCIIUnsafe (53 bytes)
  321. Event: 0.419 Thread 0x000000001e3ef000 nmethod 467 0x000000000370f450 code [0x000000000370f5a0, 0x000000000370f718]
  322. Event: 0.422 Thread 0x000000001e3fe800 468 3 java.util.HashMap::containsKey (18 bytes)
  323. Event: 0.422 Thread 0x000000001e3fe800 nmethod 468 0x000000000370ed90 code [0x000000000370ef20, 0x000000000370f318]
  324. Event: 0.423 Thread 0x000000001e3ef800 469 4 org.lwjgl.system.MemoryStack::pop (22 bytes)
  325. Event: 0.423 Thread 0x000000001e3fe800 470 3 java.util.HashSet::contains (9 bytes)
  326. Event: 0.423 Thread 0x000000001e3ef800 nmethod 469 0x000000000370d5d0 code [0x000000000370d700, 0x000000000370d7b8]
  327. Event: 0.423 Thread 0x000000001e3fe800 nmethod 470 0x000000000370cd90 code [0x000000000370cf20, 0x000000000370d418]
  328. Event: 0.425 Thread 0x000000001e3fe800 471 3 org.lwjgl.system.Checks::checkFunctions (81 bytes)
  329. Event: 0.425 Thread 0x000000001e3fe800 nmethod 471 0x000000000370fa10 code [0x000000000370fc40, 0x00000000037107e8]
  330. Event: 0.458 Thread 0x000000001e3fe800 472 1 org.lwjgl.system.CustomBuffer::limit (5 bytes)
  331. Event: 0.458 Thread 0x000000001e3f1800 473 4 org.lwjgl.PointerBuffer::get (22 bytes)
  332. Event: 0.458 Thread 0x000000001e3fe800 nmethod 472 0x000000000370cad0 code [0x000000000370cc20, 0x000000000370cd30]
  333. Event: 0.458 Thread 0x000000001e3fe800 474 3 java.util.WeakHashMap::maskNull (12 bytes)
  334. Event: 0.458 Thread 0x000000001e3fe800 nmethod 474 0x000000000370c6d0 code [0x000000000370c820, 0x000000000370c9b0]
  335. Event: 0.458 Thread 0x000000001e3f1800 nmethod 473 0x0000000003712890 code [0x00000000037129c0, 0x0000000003712a78]
  336. Event: 0.458 Thread 0x000000001e3fe800 475 3 java.util.WeakHashMap::hash (28 bytes)
  337. Event: 0.459 Thread 0x000000001e3fe800 nmethod 475 0x000000000370e910 code [0x000000000370ea80, 0x000000000370ecc8]
  338. Event: 0.459 Thread 0x000000001e3fe800 476 1 java.security.CodeSource::getLocation (5 bytes)
  339. Event: 0.459 Thread 0x000000001e3fe800 nmethod 476 0x000000000370e650 code [0x000000000370e7a0, 0x000000000370e8b0]
  340. Event: 0.467 Thread 0x000000001e3ef000 477 4 java.util.Arrays::copyOfRange (63 bytes)
  341. Event: 0.468 Thread 0x000000001e3fe800 478 3 java.util.TreeMap::parentOf (13 bytes)
  342. Event: 0.468 Thread 0x000000001e3fe800 nmethod 478 0x00000000037124d0 code [0x0000000003712620, 0x00000000037127d0]
  343. Event: 0.468 Thread 0x000000001e3ef000 nmethod 477 0x0000000003712010 code [0x0000000003712160, 0x0000000003712378]
  344. Event: 0.469 Thread 0x000000001e3fe800 479 3 java.util.AbstractMap::<init> (5 bytes)
  345. Event: 0.469 Thread 0x000000001e3fe800 nmethod 479 0x0000000003711c50 code [0x0000000003711da0, 0x0000000003711f50]
  346. Event: 0.470 Thread 0x000000001e3fe800 480 3 java.util.HashMap::<init> (11 bytes)
  347. Event: 0.470 Thread 0x000000001e3fe800 nmethod 480 0x00000000037114d0 code [0x0000000003711640, 0x0000000003711850]
  348. Event: 0.470 Thread 0x000000001e3fe800 481 3 java.util.HashMap$HashIterator::hasNext (13 bytes)
  349. Event: 0.471 Thread 0x000000001e3fe800 nmethod 481 0x00000000037110d0 code [0x0000000003711220, 0x00000000037113d0]
  350. Event: 0.471 Thread 0x000000001e3ef800 482 4 java.lang.String::startsWith (72 bytes)
  351. Event: 0.471 Thread 0x000000001e3fe800 483 s! 3 sun.misc.URLClassPath::getLoader (243 bytes)
  352. Event: 0.472 Thread 0x000000001e3fe800 nmethod 483 0x0000000003715990 code [0x0000000003715d60, 0x0000000003718568]
  353. Event: 0.472 Thread 0x000000001e3fe800 484 3 sun.misc.URLClassPath::access$100 (7 bytes)
  354. Event: 0.472 Thread 0x000000001e3fe800 nmethod 484 0x00000000037155d0 code [0x0000000003715740, 0x00000000037158a8]
  355. Event: 0.472 Thread 0x000000001e3fe800 485 3 sun.misc.URLClassPath$JarLoader::findResource (18 bytes)
  356. Event: 0.472 Thread 0x000000001e3fe800 nmethod 485 0x00000000037150d0 code [0x0000000003715240, 0x00000000037154d8]
  357. Event: 0.472 Thread 0x000000001e3fe800 487 ! 3 sun.misc.URLClassPath$JarLoader::ensureOpen (36 bytes)
  358. Event: 0.473 Thread 0x000000001e3fe800 nmethod 487 0x0000000003714590 code [0x0000000003714720, 0x0000000003714b68]
  359. Event: 0.473 Thread 0x000000001e3ef800 nmethod 482 0x0000000003712b50 code [0x0000000003712ca0, 0x0000000003712eb8]
  360. Event: 0.474 Thread 0x000000001e3fe800 488 3 jdk.internal.org.objectweb.asm.MethodWriter::visitInsn (106 bytes)
  361. Event: 0.475 Thread 0x000000001e3fe800 nmethod 488 0x0000000003713d90 code [0x0000000003713f40, 0x00000000037143e8]
  362. Event: 0.475 Thread 0x000000001e3fe800 489 3 java.util.Vector::elementData (7 bytes)
  363. Event: 0.475 Thread 0x000000001e3fe800 nmethod 489 0x00000000037139d0 code [0x0000000003713b20, 0x0000000003713cb0]
  364. Event: 0.480 Thread 0x000000001e3fe800 490 s 3 java.util.Vector::elementAt (48 bytes)
  365. Event: 0.480 Thread 0x000000001e3fe800 nmethod 490 0x000000000371cdd0 code [0x000000000371cfe0, 0x000000000371db68]
  366. Event: 0.481 Thread 0x000000001e3fe800 491 1 java.awt.image.Raster::getMinX (5 bytes)
  367. Event: 0.481 Thread 0x000000001e3fe800 nmethod 491 0x000000000371e890 code [0x000000000371e9e0, 0x000000000371eaf0]
  368. Event: 0.481 Thread 0x000000001e3fe800 493 3 java.io.BufferedInputStream::getBufIfOpen (21 bytes)
  369. Event: 0.481 Thread 0x000000001e3fe800 nmethod 493 0x000000000371eb50 code [0x000000000371ecc0, 0x000000000371ef08]
  370. Event: 0.481 Thread 0x000000001e3fe800 492 1 java.awt.image.Raster::getMinY (5 bytes)
  371. Event: 0.481 Thread 0x000000001e3fe800 nmethod 492 0x000000000371efd0 code [0x000000000371f120, 0x000000000371f230]
  372. Event: 0.481 Thread 0x000000001e3fe800 494 1 java.awt.image.Raster::getWidth (5 bytes)
  373. Event: 0.481 Thread 0x000000001e3fe800 nmethod 494 0x000000000371f290 code [0x000000000371f3e0, 0x000000000371f4f0]
  374. Event: 0.481 Thread 0x000000001e3fe800 495 1 java.awt.image.Raster::getHeight (5 bytes)
  375. Event: 0.481 Thread 0x000000001e3fe800 nmethod 495 0x000000000371f550 code [0x000000000371f6a0, 0x000000000371f7b0]
  376. Event: 0.481 Thread 0x000000001e3fe800 496 1 sun.awt.image.ByteInterleavedRaster::getPixelStride (5 bytes)
  377. Event: 0.481 Thread 0x000000001e3fe800 nmethod 496 0x000000000371f810 code [0x000000000371f960, 0x000000000371fa70]
  378. Event: 0.481 Thread 0x000000001e3fe800 499 s 1 javax.imageio.ImageReader::abortRequested (5 bytes)
  379. Event: 0.481 Thread 0x000000001e3fe800 nmethod 499 0x000000000371fad0 code [0x000000000371fc20, 0x000000000371fe90]
  380. Event: 0.481 Thread 0x000000001e3fe800 497 1 sun.awt.image.ByteInterleavedRaster::getDataStorage (5 bytes)
  381. Event: 0.481 Thread 0x000000001e3fe800 nmethod 497 0x000000000371ff10 code [0x0000000003720060, 0x0000000003720170]
  382. Event: 0.481 Thread 0x000000001e3fe800 498 1 sun.awt.image.ByteInterleavedRaster::getScanlineStride (5 bytes)
  383. Event: 0.481 Thread 0x000000001e3fe800 nmethod 498 0x00000000037201d0 code [0x0000000003720320, 0x0000000003720430]
  384. Event: 0.484 Thread 0x000000001e3fe800 501 3 java.util.BitSet::get (69 bytes)
  385. Event: 0.484 Thread 0x000000001e3fe800 nmethod 501 0x0000000003722290 code [0x0000000003722480, 0x0000000003722e68]
  386. Event: 0.484 Thread 0x000000001e3fe800 502 3 java.lang.ref.SoftReference::<init> (13 bytes)
  387. Event: 0.484 Thread 0x000000001e3fe800 nmethod 502 0x0000000003723310 code [0x0000000003723480, 0x0000000003723770]
  388. Event: 0.484 Thread 0x000000001e3fe800 503 3 java.lang.invoke.MethodType::basicType (8 bytes)
  389. Event: 0.484 Thread 0x000000001e3fe800 nmethod 503 0x0000000003723890 code [0x00000000037239e0, 0x0000000003723bd0]
  390. Event: 0.487 Thread 0x000000001e3fe800 504 3 java.nio.HeapByteBuffer::ix (7 bytes)
  391. Event: 0.487 Thread 0x000000001e3fe800 nmethod 504 0x0000000003723c90 code [0x0000000003723de0, 0x0000000003723f30]
  392. Event: 0.489 Thread 0x000000001e3ef000 506 4 org.lwjgl.system.MemoryUtil::write8 (19 bytes)
  393. Event: 0.489 Thread 0x000000001e3ef000 nmethod 506 0x0000000003726f50 code [0x0000000003727080, 0x00000000037270d8]
  394.  
  395. GC Heap History (0 events):
  396. No events
  397.  
  398. Deoptimization events (0 events):
  399. No events
  400.  
  401. Classes redefined (0 events):
  402. No events
  403.  
  404. Internal exceptions (20 events):
  405. 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
  406. 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
  407. 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,
  408. 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]
  409. 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]
  410. 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]
  411. 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]
  412. 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]
  413. 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]
  414. 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]
  415. 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]
  416. 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]
  417. 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]
  418. 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]
  419. 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]
  420. 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]
  421. 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]
  422. 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]
  423. 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]
  424. 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]
  425.  
  426. Events (250 events):
  427. Event: 0.468 loading class java/lang/ProcessEnvironment$CheckedEntrySet$1 done
  428. Event: 0.468 loading class java/lang/ProcessEnvironment$CheckedEntry
  429. Event: 0.468 loading class java/lang/ProcessEnvironment$CheckedEntry done
  430. Event: 0.468 loading class java/util/TreeMap$Entry
  431. Event: 0.468 loading class java/util/TreeMap$Entry done
  432. Event: 0.468 loading class java/awt/Insets
  433. Event: 0.468 loading class java/awt/Insets done
  434. Event: 0.468 loading class java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject
  435. Event: 0.468 loading class java/util/concurrent/locks/Condition
  436. Event: 0.468 loading class java/util/concurrent/locks/Condition done
  437. Event: 0.468 loading class java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject done
  438. Event: 0.468 loading class sun/misc/SoftCache
  439. Event: 0.468 loading class sun/misc/SoftCache done
  440. Event: 0.468 loading class sun/awt/AppContext$State
  441. Event: 0.468 loading class sun/awt/AppContext$State done
  442. Event: 0.468 loading class sun/awt/AppContext$1
  443. Event: 0.468 loading class sun/awt/AppContext$1 done
  444. Event: 0.468 loading class java/awt/EventQueue
  445. Event: 0.468 loading class java/awt/EventQueue done
  446. Event: 0.469 loading class java/awt/EventQueue$1
  447. Event: 0.469 loading class java/awt/EventQueue$1 done
  448. Event: 0.469 loading class java/awt/EventQueue$2
  449. Event: 0.469 loading class sun/awt/AWTAccessor$EventQueueAccessor
  450. Event: 0.469 loading class sun/awt/AWTAccessor$EventQueueAccessor done
  451. Event: 0.469 loading class java/awt/EventQueue$2 done
  452. Event: 0.469 loading class java/awt/Queue
  453. Event: 0.469 loading class java/awt/Queue done
  454. Event: 0.469 loading class sun/awt/MostRecentKeyValue
  455. Event: 0.469 loading class sun/awt/MostRecentKeyValue done
  456. Event: 0.469 loading class sun/awt/PostEventQueue
  457. Event: 0.469 loading class sun/awt/PostEventQueue done
  458. Event: 0.469 loading class java/util/Vector$Itr
  459. Event: 0.469 loading class java/util/Vector$Itr done
  460. Event: 0.469 loading class javax/imageio/spi/SubRegistry
  461. Event: 0.469 loading class javax/imageio/spi/SubRegistry done
  462. Event: 0.469 loading class javax/imageio/spi/PartiallyOrderedSet
  463. Event: 0.469 loading class javax/imageio/spi/PartiallyOrderedSet done
  464. Event: 0.469 loading class com/sun/imageio/plugins/gif/GIFImageReaderSpi
  465. Event: 0.469 loading class com/sun/imageio/plugins/gif/GIFImageReaderSpi done
  466. Event: 0.469 loading class javax/imageio/stream/ImageInputStream
  467. Event: 0.469 loading class java/io/DataInput
  468. Event: 0.469 loading class java/io/DataInput done
  469. Event: 0.469 loading class javax/imageio/stream/ImageInputStream done
  470. Event: 0.469 loading class javax/imageio/spi/DigraphNode
  471. Event: 0.469 loading class javax/imageio/spi/DigraphNode done
  472. Event: 0.469 loading class com/sun/imageio/plugins/gif/GIFImageWriterSpi
  473. Event: 0.469 loading class com/sun/imageio/plugins/gif/GIFImageWriterSpi done
  474. Event: 0.469 loading class javax/imageio/stream/ImageOutputStream
  475. Event: 0.469 loading class java/io/DataOutput
  476. Event: 0.470 loading class java/io/DataOutput done
  477. Event: 0.470 loading class javax/imageio/stream/ImageOutputStream done
  478. Event: 0.470 loading class com/sun/imageio/plugins/bmp/BMPImageReaderSpi
  479. Event: 0.470 loading class com/sun/imageio/plugins/bmp/BMPImageReaderSpi done
  480. Event: 0.470 loading class com/sun/imageio/plugins/bmp/BMPImageWriterSpi
  481. Event: 0.470 loading class com/sun/imageio/plugins/bmp/BMPImageWriterSpi done
  482. Event: 0.470 loading class com/sun/imageio/plugins/wbmp/WBMPImageReaderSpi
  483. Event: 0.470 loading class com/sun/imageio/plugins/wbmp/WBMPImageReaderSpi done
  484. Event: 0.470 loading class com/sun/imageio/plugins/wbmp/WBMPImageWriterSpi
  485. Event: 0.470 loading class com/sun/imageio/plugins/wbmp/WBMPImageWriterSpi done
  486. Event: 0.470 loading class com/sun/imageio/plugins/png/PNGImageReaderSpi
  487. Event: 0.470 loading class com/sun/imageio/plugins/png/PNGImageReaderSpi done
  488. Event: 0.470 loading class com/sun/imageio/plugins/png/PNGImageWriterSpi
  489. Event: 0.470 loading class com/sun/imageio/plugins/png/PNGImageWriterSpi done
  490. Event: 0.470 loading class com/sun/imageio/plugins/jpeg/JPEGImageReaderSpi
  491. Event: 0.470 loading class com/sun/imageio/plugins/jpeg/JPEGImageReaderSpi done
  492. Event: 0.470 loading class com/sun/imageio/plugins/jpeg/JPEG
  493. Event: 0.470 loading class com/sun/imageio/plugins/jpeg/JPEG done
  494. Event: 0.470 loading class com/sun/imageio/plugins/jpeg/JPEGImageWriterSpi
  495. Event: 0.470 loading class com/sun/imageio/plugins/jpeg/JPEGImageWriterSpi done
  496. Event: 0.470 loading class com/sun/imageio/spi/FileImageInputStreamSpi
  497. Event: 0.470 loading class com/sun/imageio/spi/FileImageInputStreamSpi done
  498. Event: 0.470 loading class com/sun/imageio/spi/FileImageOutputStreamSpi
  499. Event: 0.470 loading class com/sun/imageio/spi/FileImageOutputStreamSpi done
  500. Event: 0.470 loading class com/sun/imageio/spi/InputStreamImageInputStreamSpi
  501. Event: 0.470 loading class com/sun/imageio/spi/InputStreamImageInputStreamSpi done
  502. Event: 0.470 loading class com/sun/imageio/spi/OutputStreamImageOutputStreamSpi
  503. Event: 0.470 loading class com/sun/imageio/spi/OutputStreamImageOutputStreamSpi done
  504. Event: 0.470 loading class com/sun/imageio/spi/RAFImageInputStreamSpi
  505. Event: 0.471 loading class com/sun/imageio/spi/RAFImageInputStreamSpi done
  506. Event: 0.471 loading class java/io/RandomAccessFile
  507. Event: 0.471 loading class java/io/RandomAccessFile done
  508. Event: 0.471 loading class com/sun/imageio/spi/RAFImageOutputStreamSpi
  509. Event: 0.471 loading class com/sun/imageio/spi/RAFImageOutputStreamSpi done
  510. Event: 0.471 loading class javax/imageio/spi/IIORegistry$1
  511. Event: 0.471 loading class javax/imageio/spi/IIORegistry$1 done
  512. Event: 0.473 loading class javax/imageio/ImageReader
  513. Event: 0.473 loading class javax/imageio/ImageReader done
  514. Event: 0.473 loading class javax/imageio/metadata/IIOMetadataFormat
  515. Event: 0.473 loading class javax/imageio/metadata/IIOMetadataFormat done
  516. Event: 0.473 loading class javax/imageio/ImageWriter
  517. Event: 0.473 loading class javax/imageio/ImageTranscoder
  518. Event: 0.473 loading class javax/imageio/ImageTranscoder done
  519. Event: 0.473 loading class javax/imageio/ImageWriter done
  520. Event: 0.473 loading class javax/imageio/ImageTypeSpecifier
  521. Event: 0.473 loading class javax/imageio/ImageTypeSpecifier done
  522. Event: 0.473 loading class java/awt/image/RenderedImage
  523. Event: 0.473 loading class java/awt/image/RenderedImage done
  524. Event: 0.473 loading class javax/imageio/spi/PartialOrderIterator
  525. Event: 0.473 loading class javax/imageio/spi/PartialOrderIterator done
  526. Event: 0.473 loading class javax/imageio/ImageIO$CacheInfo
  527. Event: 0.473 loading class javax/imageio/ImageIO$CacheInfo done
  528. Event: 0.473 loading class javax/imageio/stream/FileImageInputStream
  529. Event: 0.474 loading class javax/imageio/stream/ImageInputStreamImpl
  530. Event: 0.474 loading class javax/imageio/stream/ImageInputStreamImpl done
  531. Event: 0.474 loading class javax/imageio/stream/FileImageInputStream done
  532. Event: 0.474 loading class com/sun/imageio/stream/CloseableDisposerRecord
  533. Event: 0.474 loading class sun/java2d/DisposerRecord
  534. Event: 0.474 loading class sun/java2d/DisposerRecord done
  535. Event: 0.474 loading class com/sun/imageio/stream/CloseableDisposerRecord done
  536. Event: 0.474 loading class sun/java2d/Disposer
  537. Event: 0.474 loading class sun/java2d/Disposer done
  538. Event: 0.474 loading class sun/java2d/Disposer$1
  539. Event: 0.474 loading class sun/java2d/Disposer$1 done
  540. Event: 0.475 loading class sun/misc/ThreadGroupUtils
  541. Event: 0.475 loading class sun/misc/ThreadGroupUtils done
  542. Event: 0.475 Thread 0x000000002081f000 Thread added: 0x000000002081f000
  543. Event: 0.475 loading class sun/java2d/DisposerTarget
  544. Event: 0.475 loading class sun/java2d/DisposerTarget done
  545. Event: 0.475 loading class javax/imageio/ImageIO$CanDecodeInputFilter
  546. Event: 0.475 loading class javax/imageio/spi/ServiceRegistry$Filter
  547. Event: 0.475 loading class javax/imageio/spi/ServiceRegistry$Filter done
  548. Event: 0.475 loading class javax/imageio/ImageIO$CanDecodeInputFilter done
  549. Event: 0.475 loading class javax/imageio/spi/FilterIterator
  550. Event: 0.475 loading class javax/imageio/spi/FilterIterator done
  551. Event: 0.475 loading class javax/imageio/ImageIO$ImageReaderIterator
  552. Event: 0.475 loading class javax/imageio/ImageIO$ImageReaderIterator done
  553. Event: 0.475 loading class com/sun/imageio/plugins/png/PNGImageReader
  554. Event: 0.475 loading class com/sun/imageio/plugins/png/PNGImageReader done
  555. Event: 0.475 loading class java/awt/Point
  556. Event: 0.475 loading class java/awt/geom/Point2D
  557. Event: 0.476 loading class java/awt/geom/Point2D done
  558. Event: 0.476 loading class java/awt/Point done
  559. Event: 0.476 loading class com/sun/imageio/plugins/png/PNGMetadata
  560. Event: 0.476 loading class javax/imageio/metadata/IIOMetadata
  561. Event: 0.476 loading class javax/imageio/metadata/IIOMetadata done
  562. Event: 0.476 loading class com/sun/imageio/plugins/png/PNGMetadata done
  563. Event: 0.476 loading class javax/imageio/ImageReadParam
  564. Event: 0.476 loading class javax/imageio/IIOParam
  565. Event: 0.476 loading class javax/imageio/IIOParam done
  566. Event: 0.476 loading class javax/imageio/ImageReadParam done
  567. Event: 0.476 loading class com/sun/imageio/plugins/png/PNGImageDataEnumeration
  568. Event: 0.476 loading class com/sun/imageio/plugins/png/PNGImageDataEnumeration done
  569. Event: 0.476 loading class java/io/SequenceInputStream
  570. Event: 0.476 loading class java/io/SequenceInputStream done
  571. Event: 0.476 loading class com/sun/imageio/plugins/common/SubImageInputStream
  572. Event: 0.477 loading class com/sun/imageio/plugins/common/SubImageInputStream done
  573. Event: 0.477 loading class com/sun/imageio/plugins/common/InputStreamAdapter
  574. Event: 0.477 loading class com/sun/imageio/plugins/common/InputStreamAdapter done
  575. Event: 0.477 loading class java/io/DataInputStream
  576. Event: 0.477 loading class java/io/DataInputStream done
  577. Event: 0.477 loading class java/awt/color/ColorSpace
  578. Event: 0.477 loading class java/awt/color/ColorSpace done
  579. Event: 0.477 loading class java/awt/color/ICC_Profile
  580. Event: 0.477 loading class java/awt/color/ICC_Profile done
  581. Event: 0.477 loading class sun/java2d/cmm/ProfileDeferralInfo
  582. Event: 0.477 loading class sun/java2d/cmm/ProfileDeferralInfo done
  583. Event: 0.477 loading class sun/java2d/cmm/ProfileDeferralMgr
  584. Event: 0.477 loading class sun/java2d/cmm/ProfileDeferralMgr done
  585. Event: 0.477 loading class java/awt/color/ICC_ProfileRGB
  586. Event: 0.477 loading class java/awt/color/ICC_ProfileRGB done
  587. Event: 0.477 loading class java/awt/color/ICC_Profile$1
  588. Event: 0.477 loading class sun/java2d/cmm/ProfileActivator
  589. Event: 0.477 loading class sun/java2d/cmm/ProfileActivator done
  590. Event: 0.477 loading class java/awt/color/ICC_Profile$1 done
  591. Event: 0.477 loading class java/awt/color/ICC_ColorSpace
  592. Event: 0.477 loading class java/awt/color/ICC_ColorSpace done
  593. Event: 0.477 loading class javax/imageio/ImageTypeSpecifier$Indexed
  594. Event: 0.477 loading class javax/imageio/ImageTypeSpecifier$Indexed done
  595. Event: 0.477 loading class java/awt/image/IndexColorModel
  596. Event: 0.477 loading class java/awt/image/ColorModel
  597. Event: 0.477 loading class java/awt/Transparency
  598. Event: 0.477 loading class java/awt/Transparency done
  599. Event: 0.478 loading class java/awt/image/ColorModel done
  600. Event: 0.478 loading class java/awt/image/IndexColorModel done
  601. Event: 0.478 loading class java/awt/image/ColorModel$1
  602. Event: 0.478 loading class java/awt/image/ColorModel$1 done
  603. Event: 0.478 loading class java/awt/image/PixelInterleavedSampleModel
  604. Event: 0.478 loading class java/awt/image/ComponentSampleModel
  605. Event: 0.478 loading class java/awt/image/SampleModel
  606. Event: 0.478 loading class java/awt/image/SampleModel done
  607. Event: 0.478 loading class java/awt/image/ComponentSampleModel done
  608. Event: 0.478 loading class java/awt/image/PixelInterleavedSampleModel done
  609. Event: 0.478 loading class java/awt/Rectangle
  610. Event: 0.478 loading class java/awt/Shape
  611. Event: 0.478 loading class java/awt/Shape done
  612. Event: 0.478 loading class java/awt/geom/Rectangle2D
  613. Event: 0.478 loading class java/awt/geom/RectangularShape
  614. Event: 0.478 loading class java/awt/geom/RectangularShape done
  615. Event: 0.478 loading class java/awt/geom/Rectangle2D done
  616. Event: 0.478 loading class java/awt/Rectangle done
  617. Event: 0.479 loading class java/awt/image/Raster
  618. Event: 0.479 loading class java/awt/image/Raster done
  619. Event: 0.479 loading class java/awt/image/DataBufferByte
  620. Event: 0.479 loading class java/awt/image/DataBuffer
  621. Event: 0.479 loading class java/awt/image/DataBuffer done
  622. Event: 0.479 loading class java/awt/image/DataBufferByte done
  623. Event: 0.479 loading class java/awt/image/DataBuffer$1
  624. Event: 0.479 loading class sun/awt/image/SunWritableRaster$DataStealer
  625. Event: 0.479 loading class sun/awt/image/SunWritableRaster$DataStealer done
  626. Event: 0.479 loading class java/awt/image/DataBuffer$1 done
  627. Event: 0.479 loading class sun/awt/image/SunWritableRaster
  628. Event: 0.479 loading class java/awt/image/WritableRaster
  629. Event: 0.479 loading class java/awt/image/WritableRaster done
  630. Event: 0.479 loading class sun/awt/image/SunWritableRaster done
  631. Event: 0.479 loading class sun/java2d/StateTrackable$State
  632. Event: 0.479 loading class sun/java2d/StateTrackable$State done
  633. Event: 0.479 loading class sun/java2d/StateTrackableDelegate
  634. Event: 0.479 loading class sun/java2d/StateTrackable
  635. Event: 0.479 loading class sun/java2d/StateTrackable done
  636. Event: 0.479 loading class sun/java2d/StateTrackableDelegate done
  637. Event: 0.479 loading class sun/java2d/StateTrackableDelegate$2
  638. Event: 0.479 loading class sun/java2d/StateTrackableDelegate$2 done
  639. Event: 0.479 loading class sun/awt/image/ByteInterleavedRaster
  640. Event: 0.479 loading class sun/awt/image/ByteComponentRaster
  641. Event: 0.480 loading class sun/awt/image/ByteComponentRaster done
  642. Event: 0.480 loading class sun/awt/image/ByteInterleavedRaster done
  643. Event: 0.480 loading class sun/awt/image/NativeLibLoader
  644. Event: 0.480 loading class sun/awt/image/NativeLibLoader done
  645. Event: 0.480 loading class sun/awt/image/NativeLibLoader$1
  646. Event: 0.480 loading class sun/awt/image/NativeLibLoader$1 done
  647. Event: 0.480 loading class java/awt/image/BufferedImage
  648. Event: 0.480 loading class java/awt/image/WritableRenderedImage
  649. Event: 0.480 loading class java/awt/image/WritableRenderedImage done
  650. Event: 0.480 loading class java/awt/Image
  651. Event: 0.480 loading class java/awt/Image done
  652. Event: 0.480 loading class java/awt/image/BufferedImage done
  653. Event: 0.480 loading class java/awt/ImageCapabilities
  654. Event: 0.480 loading class java/awt/ImageCapabilities done
  655. Event: 0.480 loading class java/awt/Image$1
  656. Event: 0.480 loading class sun/awt/image/SurfaceManager$ImageAccessor
  657. Event: 0.480 loading class sun/awt/image/SurfaceManager$ImageAccessor done
  658. Event: 0.480 loading class java/awt/Image$1 done
  659. Event: 0.480 loading class sun/awt/image/SurfaceManager
  660. Event: 0.480 loading class sun/awt/image/SurfaceManager done
  661. Event: 0.480 loading class java/awt/image/BufferedImage$1
  662. Event: 0.480 loading class java/awt/image/BufferedImage$1 done
  663. Event: 0.480 loading class sun/awt/image/IntegerComponentRaster
  664. Event: 0.481 loading class sun/awt/image/IntegerComponentRaster done
  665. Event: 0.481 loading class sun/awt/image/BytePackedRaster
  666. Event: 0.481 loading class sun/awt/image/BytePackedRaster done
  667. Event: 0.481 loading class com/sun/imageio/plugins/common/ReaderUtil
  668. Event: 0.481 loading class com/sun/imageio/plugins/common/ReaderUtil done
  669. Event: 0.481 loading class java/io/RandomAccessFile$1
  670. Event: 0.481 loading class java/io/RandomAccessFile$1 done
  671. Event: 0.481 loading class java/nio/HeapIntBuffer
  672. Event: 0.481 loading class java/nio/HeapIntBuffer done
  673. Event: 0.481 loading class org/lwjgl/stb/STBImage
  674. Event: 0.481 loading class org/lwjgl/stb/STBImage done
  675. Event: 0.484 loading class org/lwjgl/stb/LibSTB
  676. Event: 0.484 loading class org/lwjgl/stb/LibSTB done
  677.  
  678.  
  679. Dynamic libraries:
  680. 0x00007ff788cc0000 - 0x00007ff788d4a000 C:\OpenJDK8\jre\bin\javaw.exe
  681. 0x00007ffb79e40000 - 0x00007ffb7a047000 C:\WINDOWS\SYSTEM32\ntdll.dll
  682. 0x00007ffb78f50000 - 0x00007ffb7900d000 C:\WINDOWS\System32\KERNEL32.DLL
  683. 0x00007ffb77410000 - 0x00007ffb77784000 C:\WINDOWS\System32\KERNELBASE.dll
  684. 0x00007ffb79430000 - 0x00007ffb794dc000 C:\WINDOWS\System32\ADVAPI32.dll
  685. 0x00007ffb79d50000 - 0x00007ffb79df3000 C:\WINDOWS\System32\msvcrt.dll
  686. 0x00007ffb78ea0000 - 0x00007ffb78f3d000 C:\WINDOWS\System32\sechost.dll
  687. 0x00007ffb77e00000 - 0x00007ffb77f21000 C:\WINDOWS\System32\RPCRT4.dll
  688. 0x00007ffb782b0000 - 0x00007ffb7845c000 C:\WINDOWS\System32\USER32.dll
  689. 0x00007ffb773e0000 - 0x00007ffb77406000 C:\WINDOWS\System32\win32u.dll
  690. 0x00007ffb79400000 - 0x00007ffb79429000 C:\WINDOWS\System32\GDI32.dll
  691. 0x00007ffb77790000 - 0x00007ffb778a2000 C:\WINDOWS\System32\gdi32full.dll
  692. 0x00007ffb779d0000 - 0x00007ffb77a6d000 C:\WINDOWS\System32\msvcp_win.dll
  693. 0x00007ffb778b0000 - 0x00007ffb779c1000 C:\WINDOWS\System32\ucrtbase.dll
  694. 0x00007ffb60d40000 - 0x00007ffb60fe5000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22000.120_none_9d947278b86cc467\COMCTL32.dll
  695. 0x00007ffb78de0000 - 0x00007ffb78e11000 C:\WINDOWS\System32\IMM32.DLL
  696. 0x0000000069df0000 - 0x0000000069ec2000 C:\OpenJDK8\jre\bin\msvcr100.dll
  697. 0x00000000694c0000 - 0x0000000069dee000 C:\OpenJDK8\jre\bin\server\jvm.dll
  698. 0x00007ffb78e90000 - 0x00007ffb78e98000 C:\WINDOWS\System32\PSAPI.DLL
  699. 0x00007ffb6e340000 - 0x00007ffb6e373000 C:\WINDOWS\SYSTEM32\WINMM.dll
  700. 0x00007ffb71eb0000 - 0x00007ffb71eba000 C:\WINDOWS\SYSTEM32\VERSION.dll
  701. 0x00007ffb73b40000 - 0x00007ffb73b49000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
  702. 0x00007ffb78550000 - 0x00007ffb785bf000 C:\WINDOWS\System32\WS2_32.dll
  703. 0x00007ffb70480000 - 0x00007ffb7048f000 C:\OpenJDK8\jre\bin\verify.dll
  704. 0x00007ffb6bf30000 - 0x00007ffb6bf59000 C:\OpenJDK8\jre\bin\java.dll
  705. 0x00007ffb70460000 - 0x00007ffb70476000 C:\OpenJDK8\jre\bin\zip.dll
  706. 0x00007ffb79580000 - 0x00007ffb79d2a000 C:\WINDOWS\System32\SHELL32.dll
  707. 0x00007ffb754d0000 - 0x00007ffb75d32000 C:\WINDOWS\SYSTEM32\windows.storage.dll
  708. 0x00007ffb77f30000 - 0x00007ffb782a8000 C:\WINDOWS\System32\combase.dll
  709. 0x00007ffb75360000 - 0x00007ffb754c6000 C:\WINDOWS\SYSTEM32\wintypes.dll
  710. 0x00007ffb78460000 - 0x00007ffb7854a000 C:\WINDOWS\System32\SHCORE.dll
  711. 0x00007ffb78d20000 - 0x00007ffb78d7d000 C:\WINDOWS\System32\shlwapi.dll
  712. 0x00007ffb77250000 - 0x00007ffb77271000 C:\WINDOWS\SYSTEM32\profapi.dll
  713. 0x00007ffb6ba40000 - 0x00007ffb6ba5b000 C:\OpenJDK8\jre\bin\net.dll
  714. 0x00007ffb76940000 - 0x00007ffb769a7000 C:\WINDOWS\system32\mswsock.dll
  715. 0x00007ffb670a0000 - 0x00007ffb670b1000 C:\OpenJDK8\jre\bin\nio.dll
  716. 0x00007ffb5dd00000 - 0x00007ffb5dd71000 C:\Users\nottn\AppData\Local\Temp\lwjglnottn\3.3.0-build-21\lwjgl.dll
  717. 0x00007ffb61b70000 - 0x00007ffb61bd1000 C:\Users\nottn\AppData\Local\Temp\lwjglnottn\3.3.0-build-21\glfw.dll
  718. 0x00007ffb61790000 - 0x00007ffb617d5000 C:\WINDOWS\SYSTEM32\dinput8.dll
  719. 0x00007ffb53db0000 - 0x00007ffb53dc1000 C:\WINDOWS\SYSTEM32\xinput1_4.dll
  720. 0x00007ffb76ff0000 - 0x00007ffb7703c000 C:\WINDOWS\SYSTEM32\cfgmgr32.dll
  721. 0x00007ffb77040000 - 0x00007ffb7706c000 C:\WINDOWS\SYSTEM32\DEVOBJ.dll
  722. 0x00007ffb74f60000 - 0x00007ffb74f8f000 C:\WINDOWS\SYSTEM32\dwmapi.dll
  723. 0x00007ffb5d2e0000 - 0x00007ffb5d4a9000 C:\WINDOWS\SYSTEM32\inputhost.dll
  724. 0x00007ffb740e0000 - 0x00007ffb74212000 C:\WINDOWS\SYSTEM32\CoreMessaging.dll
  725. 0x00007ffb77c50000 - 0x00007ffb77cd0000 C:\WINDOWS\System32\bcryptPrimitives.dll
  726. 0x00007ffb74aa0000 - 0x00007ffb74b4c000 C:\WINDOWS\system32\uxtheme.dll
  727. 0x00007ffb76ba0000 - 0x00007ffb76bac000 C:\WINDOWS\SYSTEM32\CRYPTBASE.DLL
  728. 0x00007ffb77cd0000 - 0x00007ffb77dee000 C:\WINDOWS\System32\MSCTF.dll
  729. 0x00007ffb4ac20000 - 0x00007ffb4ad21000 C:\WINDOWS\SYSTEM32\opengl32.dll
  730. 0x00007ffb661b0000 - 0x00007ffb661dd000 C:\WINDOWS\SYSTEM32\GLU32.dll
  731. 0x00007ffb74ba0000 - 0x00007ffb74bd8000 C:\WINDOWS\SYSTEM32\dxcore.dll
  732. 0x00007ffb76530000 - 0x00007ffb76548000 C:\WINDOWS\SYSTEM32\kernel.appcore.dll
  733. 0x00007ffb787e0000 - 0x00007ffb7888f000 C:\WINDOWS\System32\clbcatq.dll
  734. 0x00007ffb2a3b0000 - 0x00007ffb2d36f000 C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_44dc4eefedc0d082\nvoglv64.dll
  735. 0x00007ffb788b0000 - 0x00007ffb78d1b000 C:\WINDOWS\System32\SETUPAPI.dll
  736. 0x00007ffb78640000 - 0x00007ffb787da000 C:\WINDOWS\System32\ole32.dll
  737. 0x00007ffb79320000 - 0x00007ffb793f6000 C:\WINDOWS\System32\OLEAUT32.dll
  738. 0x00007ffb73970000 - 0x00007ffb73984000 C:\WINDOWS\SYSTEM32\WTSAPI32.dll
  739. 0x00007ffb76be0000 - 0x00007ffb76bf2000 C:\WINDOWS\SYSTEM32\msasn1.dll
  740. 0x00007ffb715d0000 - 0x00007ffb71601000 C:\WINDOWS\SYSTEM32\cryptnet.dll
  741. 0x00007ffb77ae0000 - 0x00007ffb77c42000 C:\WINDOWS\System32\CRYPT32.dll
  742. 0x00007ffb6ef80000 - 0x00007ffb6f0c9000 C:\WINDOWS\SYSTEM32\drvstore.dll
  743. 0x00007ffb76c50000 - 0x00007ffb76c8d000 C:\WINDOWS\SYSTEM32\wldp.dll
  744. 0x00007ffb77a70000 - 0x00007ffb77ad6000 C:\WINDOWS\System32\WINTRUST.dll
  745. 0x00007ffb74ce0000 - 0x00007ffb74d14000 C:\WINDOWS\SYSTEM32\ntmarta.dll
  746. 0x00007ffb38010000 - 0x00007ffb382d5000 C:\WINDOWS\system32\nvspcap64.dll
  747. 0x00007ffb75d50000 - 0x00007ffb75d9d000 C:\WINDOWS\SYSTEM32\powrprof.dll
  748. 0x00007ffb75e40000 - 0x00007ffb75e53000 C:\WINDOWS\SYSTEM32\UMPDC.dll
  749. 0x00007ffb75ff0000 - 0x00007ffb76053000 C:\WINDOWS\SYSTEM32\WINSTA.dll
  750. 0x00007ffb5db80000 - 0x00007ffb5dcad000 C:\WINDOWS\SYSTEM32\textinputframework.dll
  751. 0x00007ffb71740000 - 0x00007ffb71aad000 C:\WINDOWS\SYSTEM32\CoreUIComponents.dll
  752. 0x00007ffb61690000 - 0x00007ffb616ed000 C:\Users\nottn\AppData\Local\Temp\lwjglnottn\3.3.0-build-21\lwjgl_opengl.dll
  753. 0x00007ffb3d050000 - 0x00007ffb3d23d000 C:\OpenJDK8\jre\bin\awt.dll
  754. 0x00007ffb748f0000 - 0x00007ffb74981000 C:\WINDOWS\SYSTEM32\apphelp.dll
  755. 0x00007ffb5da10000 - 0x00007ffb5da91000 C:\Users\nottn\AppData\Local\Temp\lwjglnottn\3.3.0-build-21\lwjgl_stb.dll
  756. 0x00007ffb67640000 - 0x00007ffb67861000 C:\WINDOWS\SYSTEM32\dbghelp.dll
  757.  
  758. VM Arguments:
  759. jvm_args: -Dfile.encoding=Cp1252
  760. java_command: Launcher
  761. 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
  762. Launcher Type: SUN_STANDARD
  763.  
  764. Environment Variables:
  765. 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;
  766. USERNAME=nottn
  767. OS=Windows_NT
  768. PROCESSOR_IDENTIFIER=AMD64 Family 23 Model 113 Stepping 0, AuthenticAMD
  769.  
  770.  
  771.  
  772. --------------- S Y S T E M ---------------
  773.  
  774. OS: Windows 10.0 , 64 bit Build 22000 (10.0.22000.318)
  775.  
  776. 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
  777.  
  778. Memory: 4k page, physical 16725336k(11134764k free), swap 19215704k(11346352k free)
  779.  
  780. 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