Guest User

Untitled

a guest
Aug 6th, 2016
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.48 KB | None | 0 0
  1. #
  2. # A fatal error has been detected by the Java Runtime Environment:
  3. #
  4. # EXCEPTION_ILLEGAL_INSTRUCTION (0xc000001d) at pc=0x000007fef059ca90, pid=2108, tid=0x000000000000012c
  5. #
  6. # JRE version: Java(TM) SE Runtime Environment (8.0_101-b13) (build 1.8.0_101-b13)
  7. # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.101-b13 mixed mode windows-amd64 compressed oops)
  8. # Problematic frame:
  9. # C [msvcr120.dll+0x8ca90]
  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. # http://bugreport.java.com/bugreport/crash.jsp
  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 (0x0000000058688800): JavaThread "JavaFX Application Thread" [_thread_in_native, id=300, stack(0x000000005aa90000,0x000000005ab90000)]
  22.  
  23. siginfo: ExceptionCode=0xc000001d
  24.  
  25. Registers:
  26. RAX=0x000000005ab8d1c8, RBX=0x000000005a779c10, RCX=0x000000005a7787a8, RDX=0x3ff0000000000000
  27. RSP=0x000000005ab8d140, RBP=0x000000005ab8d1d9, RSI=0x00000000540efe40, RDI=0x000000005a765fb0
  28. R8 =0x00000000000001ff, R9 =0x000000005a764460, R10=0x0000000000000011, R11=0x0000000000000045
  29. R12=0x000000005480ff50, R13=0x000000005480ff10, R14=0x000000005a765fb0, R15=0x000000005421f970
  30. RIP=0x000007fef059ca90, EFLAGS=0x0000000000010202
  31.  
  32. Top of Stack: (sp=0x000000005ab8d140)
  33. 0x000000005ab8d140: 000000005a765fc8 fffffffffffffffe
  34. 0x000000005ab8d150: 000000040000007d 0000000000000000
  35. 0x000000005ab8d160: 0000000000000004 00000000026ff120
  36. 0x000000005ab8d170: 000000005a765fb0 000000005c39327a
  37. 0x000000005ab8d180: 00000000540efe40 00000000540efe40
  38. 0x000000005ab8d190: 0000000000000000 000000005a772048
  39. 0x000000005ab8d1a0: 0000000000000000 000000005b818510
  40. 0x000000005ab8d1b0: fffffffffffffffe 000000005b81869c
  41. 0x000000005ab8d1c0: fffffffffffffffe 000000005a779c10
  42. 0x000000005ab8d1d0: 000000005a779c10 000000005421f970
  43. 0x000000005ab8d1e0: 0000000000000000 0000000000000000
  44. 0x000000005ab8d1f0: 0000000000000000 0000000000000000
  45. 0x000000005ab8d200: 0000000000000000 0000000000000000
  46. 0x000000005ab8d210: 000000000057db50 000000005a765fb0
  47. 0x000000005ab8d220: 000000005480ff10 000000005480ff50
  48. 0x000000005ab8d230: 000000005ab8d370 000000005c2af595
  49.  
  50. Instructions: (pc=0x000007fef059ca90)
  51. 0x000007fef059ca70: 66 0f ef c0 48 83 c4 38 c3 0f 1f 80 00 00 00 00
  52. 0x000007fef059ca80: 48 83 c4 38 c3 66 66 66 0f 1f 84 00 00 00 00 00
  53. 0x000007fef059ca90: c5 fb c2 15 37 7d 02 00 02 c5 fb c2 1d 36 7d 02
  54. 0x000007fef059caa0: 00 05 c5 e0 54 d2 c5 f9 2e d2 7a 14 c5 f9 2e 05
  55.  
  56.  
  57. Register to memory mapping:
  58.  
  59. RAX=0x000000005ab8d1c8 is pointing into the stack for thread: 0x0000000058688800
  60. RBX=0x000000005a779c10 is an unknown value
  61. RCX=0x000000005a7787a8 is an unknown value
  62. RDX=0x3ff0000000000000 is an unknown value
  63. RSP=0x000000005ab8d140 is pointing into the stack for thread: 0x0000000058688800
  64. RBP=0x000000005ab8d1d9 is pointing into the stack for thread: 0x0000000058688800
  65. RSI=0x00000000540efe40 is an unknown value
  66. RDI=0x000000005a765fb0 is an unknown value
  67. R8 =0x00000000000001ff is an unknown value
  68. R9 =0x000000005a764460 is an unknown value
  69. R10=0x0000000000000011 is an unknown value
  70. R11=0x0000000000000045 is an unknown value
  71. R12=0x000000005480ff50 is an unknown value
  72. R13=0x000000005480ff10 is an unknown value
  73. R14=0x000000005a765fb0 is an unknown value
  74. R15=0x000000005421f970 is an unknown value
  75.  
  76.  
  77. Stack: [0x000000005aa90000,0x000000005ab90000], sp=0x000000005ab8d140, free space=1012k
  78. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  79. C [msvcr120.dll+0x8ca90]
  80. C [jfxwebkit.dll+0xc8327a]
  81. C [jfxwebkit.dll+0xb9f595]
  82. C [jfxwebkit.dll+0xba62d2]
  83. C [jfxwebkit.dll+0x43194f]
  84. C [jfxwebkit.dll+0x4354ce]
  85. C [jfxwebkit.dll+0x435822]
  86. C [jfxwebkit.dll+0x43567f]
  87. C [jfxwebkit.dll+0x451927]
  88. C [jfxwebkit.dll+0x451c56]
  89. C [jfxwebkit.dll+0x452a5c]
  90. C [jfxwebkit.dll+0x431ebb]
  91. C [jfxwebkit.dll+0x88e10a]
  92. C 0x0000000002b07974
  93.  
  94. Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  95. j com.sun.webkit.WebPage.twkUpdateContent(JLcom/sun/webkit/graphics/WCRenderQueue;IIII)V+0
  96. j com.sun.webkit.WebPage.updateDirty(Lcom/sun/webkit/graphics/WCRectangle;)V+218
  97. j com.sun.webkit.WebPage.updateContent(Lcom/sun/webkit/graphics/WCRectangle;)V+48
  98. j com.sun.javafx.sg.prism.web.NGWebView.update()V+68
  99. j javafx.scene.web.WebView.handleStagePulse()V+78
  100. j javafx.scene.web.WebView.lambda$new$29()V+1
  101. j javafx.scene.web.WebView$$Lambda$131.pulse()V+4
  102. j com.sun.javafx.tk.Toolkit.lambda$runPulse$30(Lcom/sun/javafx/tk/TKPulseListener;)Ljava/lang/Void;+1
  103. j com.sun.javafx.tk.Toolkit$$Lambda$149.run()Ljava/lang/Object;+4
  104. v ~StubRoutines::call_stub
  105. J 2003 java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object; (0 bytes) @ 0x000000000315e2e6 [0x000000000315e280+0x66]
  106. j com.sun.javafx.tk.Toolkit.runPulse(Lcom/sun/javafx/tk/TKPulseListener;Ljava/security/AccessControlContext;)V+21
  107. j com.sun.javafx.tk.Toolkit.firePulse()V+129
  108. j com.sun.javafx.tk.quantum.QuantumToolkit.pulse(Z)V+97
  109. j com.sun.javafx.tk.quantum.QuantumToolkit.pulse()V+2
  110. j com.sun.javafx.tk.quantum.QuantumToolkit.lambda$runToolkit$404()V+1
  111. j com.sun.javafx.tk.quantum.QuantumToolkit$$Lambda$63.run()V+4
  112. j com.sun.glass.ui.InvokeLaterDispatcher$Future.run()V+4
  113. v ~StubRoutines::call_stub
  114. j com.sun.glass.ui.win.WinApplication._runLoop(Ljava/lang/Runnable;)V+0
  115. j com.sun.glass.ui.win.WinApplication.lambda$null$148(ILjava/lang/Runnable;)V+8
  116. j com.sun.glass.ui.win.WinApplication$$Lambda$59.run()V+12
  117. j java.lang.Thread.run()V+11
  118. v ~StubRoutines::call_stub
  119.  
  120. --------------- P R O C E S S ---------------
  121.  
  122. Java Threads: ( => current thread )
  123. 0x000000005891b000 JavaThread "URL-Loader-1" daemon [_thread_in_native, id=4048, stack(0x000000005e7f0000,0x000000005e8f0000)]
  124. 0x0000000058919800 JavaThread "Image Fetcher 1" daemon [_thread_blocked, id=4876, stack(0x000000005e650000,0x000000005e750000)]
  125. 0x0000000058918800 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=1848, stack(0x000000005e510000,0x000000005e610000)]
  126. 0x0000000058918000 JavaThread "Disposer" daemon [_thread_blocked, id=5064, stack(0x000000005e2c0000,0x000000005e3c0000)]
  127. 0x0000000058917000 JavaThread "DestroyJavaVM" [_thread_blocked, id=2212, stack(0x0000000002720000,0x0000000002820000)]
  128. 0x0000000058916800 JavaThread "pool-2-thread-1" daemon [_thread_in_native, id=1092, stack(0x0000000056860000,0x0000000056960000)]
  129. 0x0000000058915800 JavaThread "Thread-10" daemon [_thread_in_native, id=2224, stack(0x000000005abb0000,0x000000005acb0000)]
  130. 0x0000000058c52800 JavaThread "Thread-9" daemon [_thread_blocked, id=4708, stack(0x0000000057b40000,0x0000000057c40000)]
  131. =>0x0000000058688800 JavaThread "JavaFX Application Thread" [_thread_in_native, id=300, stack(0x000000005aa90000,0x000000005ab90000)]
  132. 0x0000000058685000 JavaThread "Thread-8" daemon [_thread_blocked, id=1724, stack(0x000000005a850000,0x000000005a950000)]
  133. 0x0000000058c5b000 JavaThread "QuantumRenderer-0" daemon [_thread_blocked, id=2928, stack(0x0000000057eb0000,0x0000000057fb0000)]
  134. 0x00000000588c0000 JavaThread "TimerQueue" daemon [_thread_blocked, id=3728, stack(0x000000005a450000,0x000000005a550000)]
  135. 0x0000000058f98800 JavaThread "AsyncAppender-Async" daemon [_thread_blocked, id=4716, stack(0x0000000056520000,0x0000000056620000)]
  136. 0x0000000055479000 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=2976, stack(0x0000000057a40000,0x0000000057b40000)]
  137. 0x0000000055117000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=4920, stack(0x0000000055c30000,0x0000000055d30000)]
  138. 0x0000000054d1c000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=2636, stack(0x0000000055d90000,0x0000000055e90000)]
  139. 0x0000000054d1b000 JavaThread "AWT-Shutdown" [_thread_blocked, id=4816, stack(0x0000000055ad0000,0x0000000055bd0000)]
  140. 0x0000000054d1a000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3820, stack(0x00000000558f0000,0x00000000559f0000)]
  141. 0x000000005499f800 JavaThread "Service Thread" daemon [_thread_blocked, id=4152, stack(0x0000000054230000,0x0000000054330000)]
  142. 0x0000000054929000 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=4792, stack(0x0000000054e20000,0x0000000054f20000)]
  143. 0x0000000054920800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=684, stack(0x0000000054600000,0x0000000054700000)]
  144. 0x00000000530c6000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=4080, stack(0x0000000054820000,0x0000000054920000)]
  145. 0x00000000530c4000 JavaThread "Attach Listener" daemon [_thread_blocked, id=3744, stack(0x0000000054700000,0x0000000054800000)]
  146. 0x00000000530c1000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4600, stack(0x0000000054460000,0x0000000054560000)]
  147. 0x00000000530a8800 JavaThread "Finalizer" daemon [_thread_blocked, id=1036, stack(0x0000000054330000,0x0000000054430000)]
  148. 0x0000000053061800 JavaThread "Reference Handler" daemon [_thread_blocked, id=3692, stack(0x0000000054110000,0x0000000054210000)]
  149.  
  150. Other Threads:
  151. 0x0000000053059800 VMThread [stack: 0x0000000053fe0000,0x00000000540e0000] [id=5108]
  152. 0x00000000549d5000 WatcherThread [stack: 0x0000000054fa0000,0x00000000550a0000] [id=4592]
  153.  
  154. VM state:not at safepoint (normal execution)
  155.  
  156. VM Mutex/Monitor currently owned by a thread: None
  157.  
  158. Heap:
  159. PSYoungGen total 29184K, used 7937K [0x00000000fd580000, 0x0000000100000000, 0x0000000100000000)
  160. eden space 14848K, 0% used [0x00000000fd580000,0x00000000fd59a498,0x00000000fe400000)
  161. from space 14336K, 54% used [0x00000000fe400000,0x00000000feba6028,0x00000000ff200000)
  162. to space 14336K, 0% used [0x00000000ff200000,0x00000000ff200000,0x0000000100000000)
  163. ParOldGen total 77824K, used 19677K [0x00000000f8000000, 0x00000000fcc00000, 0x00000000fd580000)
  164. object space 77824K, 25% used [0x00000000f8000000,0x00000000f93376b8,0x00000000fcc00000)
  165. Metaspace used 30360K, capacity 31076K, committed 31360K, reserved 1077248K
  166. class space used 4191K, capacity 4390K, committed 4480K, reserved 1048576K
  167.  
  168. Card table byte_map: [0x0000000000150000,0x00000000001a0000] byte_map_base: 0xffffffffff990000
  169.  
  170. Marking Bits: (ParMarkBitMap*) 0x00000000608ea6d0
  171. Begin Bits: [0x00000000122d0000, 0x00000000124d0000)
  172. End Bits: [0x00000000124d0000, 0x00000000126d0000)
  173.  
  174. Polling page: 0x0000000000120000
  175.  
  176. CodeCache: size=245760Kb used=7548Kb max_used=7562Kb free=238211Kb
  177. bounds [0x0000000002af0000, 0x0000000003260000, 0x0000000011af0000]
  178. total_blobs=3059 nmethods=2273 adapters=699
  179. compilation: enabled
  180.  
  181. Compilation events (10 events):
  182. Event: 3.515 Thread 0x0000000054929000 2268 3 java.util.Arrays::hashCode (56 bytes)
  183. Event: 3.515 Thread 0x0000000054920800 2270 % ! 4 java.util.concurrent.ConcurrentHashMap::transfer @ 99 (832 bytes)
  184. Event: 3.515 Thread 0x0000000054929000 nmethod 2268 0x000000000324ee50 code [0x000000000324efc0, 0x000000000324f348]
  185. Event: 3.515 Thread 0x0000000054929000 2269 3 java.lang.invoke.MethodHandles$Lookup::checkSymbolicClass (42 bytes)
  186. Event: 3.516 Thread 0x0000000054929000 nmethod 2269 0x000000000324f490 code [0x000000000324f6c0, 0x0000000003250178]
  187. Event: 3.516 Thread 0x0000000054929000 2272 3 jdk.internal.org.objectweb.asm.Type::getDescriptor (87 bytes)
  188. Event: 3.516 Thread 0x0000000054929000 nmethod 2272 0x0000000003250690 code [0x00000000032508e0, 0x0000000003251e48]
  189. Event: 3.524 Thread 0x0000000054929000 2273 3 java.util.LinkedList$ListItr::checkForComodification (23 bytes)
  190. Event: 3.524 Thread 0x0000000054929000 nmethod 2273 0x0000000003252950 code [0x0000000003252ac0, 0x0000000003252ce8]
  191. Event: 3.528 Thread 0x0000000054920800 nmethod 2270% 0x0000000003256810 code [0x00000000032569a0, 0x00000000032577a8]
  192.  
  193. GC Heap History (10 events):
  194. Event: 2.874 GC heap before
  195. {Heap before GC invocations=4 (full 0):
  196. PSYoungGen total 38400K, used 38383K [0x00000000fd580000, 0x0000000100000000, 0x0000000100000000)
  197. eden space 33280K, 100% used [0x00000000fd580000,0x00000000ff600000,0x00000000ff600000)
  198. from space 5120K, 99% used [0x00000000ff600000,0x00000000ffafbfd0,0x00000000ffb00000)
  199. to space 5120K, 0% used [0x00000000ffb00000,0x00000000ffb00000,0x0000000100000000)
  200. ParOldGen total 87552K, used 28023K [0x00000000f8000000, 0x00000000fd580000, 0x00000000fd580000)
  201. object space 87552K, 32% used [0x00000000f8000000,0x00000000f9b5dd48,0x00000000fd580000)
  202. Metaspace used 19482K, capacity 19816K, committed 20096K, reserved 1067008K
  203. class space used 2426K, capacity 2566K, committed 2688K, reserved 1048576K
  204. Event: 2.879 GC heap after
  205. Heap after GC invocations=4 (full 0):
  206. PSYoungGen total 38400K, used 5088K [0x00000000fd580000, 0x0000000100000000, 0x0000000100000000)
  207. eden space 33280K, 0% used [0x00000000fd580000,0x00000000fd580000,0x00000000ff600000)
  208. from space 5120K, 99% used [0x00000000ffb00000,0x00000000ffff8200,0x0000000100000000)
  209. to space 5120K, 0% used [0x00000000ff600000,0x00000000ff600000,0x00000000ffb00000)
  210. ParOldGen total 87552K, used 31131K [0x00000000f8000000, 0x00000000fd580000, 0x00000000fd580000)
  211. object space 87552K, 35% used [0x00000000f8000000,0x00000000f9e66d70,0x00000000fd580000)
  212. Metaspace used 19482K, capacity 19816K, committed 20096K, reserved 1067008K
  213. class space used 2426K, capacity 2566K, committed 2688K, reserved 1048576K
  214. }
  215. Event: 3.134 GC heap before
  216. {Heap before GC invocations=5 (full 0):
  217. PSYoungGen total 38400K, used 29834K [0x00000000fd580000, 0x0000000100000000, 0x0000000100000000)
  218. eden space 33280K, 74% used [0x00000000fd580000,0x00000000fedaa740,0x00000000ff600000)
  219. from space 5120K, 99% used [0x00000000ffb00000,0x00000000ffff8200,0x0000000100000000)
  220. to space 5120K, 0% used [0x00000000ff600000,0x00000000ff600000,0x00000000ffb00000)
  221. ParOldGen total 87552K, used 31131K [0x00000000f8000000, 0x00000000fd580000, 0x00000000fd580000)
  222. object space 87552K, 35% used [0x00000000f8000000,0x00000000f9e66d70,0x00000000fd580000)
  223. Metaspace used 20792K, capacity 21024K, committed 21248K, reserved 1067008K
  224. class space used 2616K, capacity 2732K, committed 2816K, reserved 1048576K
  225. Event: 3.142 GC heap after
  226. Heap after GC invocations=5 (full 0):
  227. PSYoungGen total 38400K, used 5096K [0x00000000fd580000, 0x0000000100000000, 0x0000000100000000)
  228. eden space 33280K, 0% used [0x00000000fd580000,0x00000000fd580000,0x00000000ff600000)
  229. from space 5120K, 99% used [0x00000000ff600000,0x00000000ffafa110,0x00000000ffb00000)
  230. to space 5120K, 0% used [0x00000000ffb00000,0x00000000ffb00000,0x0000000100000000)
  231. ParOldGen total 87552K, used 35168K [0x00000000f8000000, 0x00000000fd580000, 0x00000000fd580000)
  232. object space 87552K, 40% used [0x00000000f8000000,0x00000000fa258100,0x00000000fd580000)
  233. Metaspace used 20792K, capacity 21024K, committed 21248K, reserved 1067008K
  234. class space used 2616K, capacity 2732K, committed 2816K, reserved 1048576K
  235. }
  236. Event: 3.142 GC heap before
  237. {Heap before GC invocations=6 (full 1):
  238. PSYoungGen total 38400K, used 5096K [0x00000000fd580000, 0x0000000100000000, 0x0000000100000000)
  239. eden space 33280K, 0% used [0x00000000fd580000,0x00000000fd580000,0x00000000ff600000)
  240. from space 5120K, 99% used [0x00000000ff600000,0x00000000ffafa110,0x00000000ffb00000)
  241. to space 5120K, 0% used [0x00000000ffb00000,0x00000000ffb00000,0x0000000100000000)
  242. ParOldGen total 87552K, used 35168K [0x00000000f8000000, 0x00000000fd580000, 0x00000000fd580000)
  243. object space 87552K, 40% used [0x00000000f8000000,0x00000000fa258100,0x00000000fd580000)
  244. Metaspace used 20792K, capacity 21024K, committed 21248K, reserved 1067008K
  245. class space used 2616K, capacity 2732K, committed 2816K, reserved 1048576K
  246. Event: 3.187 GC heap after
  247. Heap after GC invocations=6 (full 1):
  248. PSYoungGen total 38400K, used 0K [0x00000000fd580000, 0x0000000100000000, 0x0000000100000000)
  249. eden space 33280K, 0% used [0x00000000fd580000,0x00000000fd580000,0x00000000ff600000)
  250. from space 5120K, 0% used [0x00000000ff600000,0x00000000ff600000,0x00000000ffb00000)
  251. to space 5120K, 0% used [0x00000000ffb00000,0x00000000ffb00000,0x0000000100000000)
  252. ParOldGen total 77824K, used 19220K [0x00000000f8000000, 0x00000000fcc00000, 0x00000000fd580000)
  253. object space 77824K, 24% used [0x00000000f8000000,0x00000000f92c5318,0x00000000fcc00000)
  254. Metaspace used 20792K, capacity 21024K, committed 21248K, reserved 1067008K
  255. class space used 2616K, capacity 2732K, committed 2816K, reserved 1048576K
  256. }
  257. Event: 3.362 GC heap before
  258. {Heap before GC invocations=7 (full 1):
  259. PSYoungGen total 38400K, used 33280K [0x00000000fd580000, 0x0000000100000000, 0x0000000100000000)
  260. eden space 33280K, 100% used [0x00000000fd580000,0x00000000ff600000,0x00000000ff600000)
  261. from space 5120K, 0% used [0x00000000ff600000,0x00000000ff600000,0x00000000ffb00000)
  262. to space 5120K, 0% used [0x00000000ffb00000,0x00000000ffb00000,0x0000000100000000)
  263. ParOldGen total 77824K, used 19220K [0x00000000f8000000, 0x00000000fcc00000, 0x00000000fd580000)
  264. object space 77824K, 24% used [0x00000000f8000000,0x00000000f92c5318,0x00000000fcc00000)
  265. Metaspace used 26876K, capacity 27380K, committed 27648K, reserved 1073152K
  266. class space used 3562K, capacity 3754K, committed 3840K, reserved 1048576K
  267. Event: 3.370 GC heap after
  268. Heap after GC invocations=7 (full 1):
  269. PSYoungGen total 19968K, used 5112K [0x00000000fd580000, 0x0000000100000000, 0x0000000100000000)
  270. eden space 14848K, 0% used [0x00000000fd580000,0x00000000fd580000,0x00000000fe400000)
  271. from space 5120K, 99% used [0x00000000ffb00000,0x00000000ffffe030,0x0000000100000000)
  272. to space 14336K, 0% used [0x00000000fe400000,0x00000000fe400000,0x00000000ff200000)
  273. ParOldGen total 77824K, used 19669K [0x00000000f8000000, 0x00000000fcc00000, 0x00000000fd580000)
  274. object space 77824K, 25% used [0x00000000f8000000,0x00000000f93356b8,0x00000000fcc00000)
  275. Metaspace used 26876K, capacity 27380K, committed 27648K, reserved 1073152K
  276. class space used 3562K, capacity 3754K, committed 3840K, reserved 1048576K
  277. }
  278. Event: 3.525 GC heap before
  279. {Heap before GC invocations=8 (full 1):
  280. PSYoungGen total 19968K, used 19960K [0x00000000fd580000, 0x0000000100000000, 0x0000000100000000)
  281. eden space 14848K, 100% used [0x00000000fd580000,0x00000000fe400000,0x00000000fe400000)
  282. from space 5120K, 99% used [0x00000000ffb00000,0x00000000ffffe030,0x0000000100000000)
  283. to space 14336K, 0% used [0x00000000fe400000,0x00000000fe400000,0x00000000ff200000)
  284. ParOldGen total 77824K, used 19669K [0x00000000f8000000, 0x00000000fcc00000, 0x00000000fd580000)
  285. object space 77824K, 25% used [0x00000000f8000000,0x00000000f93356b8,0x00000000fcc00000)
  286. Metaspace used 30346K, capacity 31076K, committed 31360K, reserved 1077248K
  287. class space used 4190K, capacity 4390K, committed 4480K, reserved 1048576K
  288. Event: 3.528 GC heap after
  289. Heap after GC invocations=8 (full 1):
  290. PSYoungGen total 29184K, used 7832K [0x00000000fd580000, 0x0000000100000000, 0x0000000100000000)
  291. eden space 14848K, 0% used [0x00000000fd580000,0x00000000fd580000,0x00000000fe400000)
  292. from space 14336K, 54% used [0x00000000fe400000,0x00000000feba6028,0x00000000ff200000)
  293. to space 14336K, 0% used [0x00000000ff200000,0x00000000ff200000,0x0000000100000000)
  294. ParOldGen total 77824K, used 19677K [0x00000000f8000000, 0x00000000fcc00000, 0x00000000fd580000)
  295. object space 77824K, 25% used [0x00000000f8000000,0x00000000f93376b8,0x00000000fcc00000)
  296. Metaspace used 30346K, capacity 31076K, committed 31360K, reserved 1077248K
  297. class space used 4190K, capacity 4390K, committed 4480K, reserved 1048576K
  298. }
  299.  
  300. Deoptimization events (10 events):
  301. Event: 3.444 Thread 0x0000000058688800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000030e28c0 method=java.util.HashMap.getNode(ILjava/lang/Object;)Ljava/util/HashMap$Node; @ 84
  302. Event: 3.445 Thread 0x0000000058688800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002f128ac method=java.util.HashMap.resize()[Ljava/util/HashMap$Node; @ 206
  303. Event: 3.473 Thread 0x0000000058688800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000031d8810 method=java.io.DataInputStream.readShort()S @ 4
  304. Event: 3.473 Thread 0x0000000058688800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000031d8810 method=java.io.DataInputStream.readShort()S @ 4
  305. Event: 3.474 Thread 0x0000000058688800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000031d8810 method=java.io.DataInputStream.readShort()S @ 4
  306. Event: 3.474 Thread 0x0000000058688800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000031d8810 method=java.io.DataInputStream.readShort()S @ 4
  307. Event: 3.478 Thread 0x0000000058688800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002c60118 method=java.lang.String.equals(Ljava/lang/Object;)Z @ 8
  308. Event: 3.509 Thread 0x0000000058916800 Uncommon trap: reason=predicate action=maybe_recompile pc=0x000000000313315c method=sun.net.www.ParseUtil.encodePath(Ljava/lang/String;Z)Ljava/lang/String; @ 36
  309. Event: 3.510 Thread 0x0000000058688800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000002dea938 method=java.util.regex.Pattern$BmpCharProperty.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 16
  310. Event: 3.510 Thread 0x0000000058688800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000002dea938 method=java.util.regex.Pattern$BmpCharProperty.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 16
  311.  
  312. Internal exceptions (10 events):
  313. Event: 3.231 Thread 0x0000000058f98800 Exception <a 'java/io/IOException'> (0x00000000fd6e6ed8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u101\7261\hotspot\src\share\vm\prims\jni.cpp, line 709]
  314. Event: 3.286 Thread 0x000000000243d800 Exception <a 'java/lang/NullPointerException'> (0x00000000fd9ae688) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u101\7261\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 1178]
  315. Event: 3.302 Thread 0x0000000058688800 Exception <a 'java/lang/NullPointerException'> (0x00000000fdca2ab0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u101\7261\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 1178]
  316. Event: 3.302 Thread 0x0000000058688800 Exception <a 'java/lang/NullPointerException'> (0x00000000fdca2ab0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u101\7261\hotspot\src\share\vm\prims\jvm.cpp, line 1390]
  317. Event: 3.356 Thread 0x0000000058f98800 Exception <a 'java/io/IOException'> (0x00000000fd6e7830) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u101\7261\hotspot\src\share\vm\prims\jni.cpp, line 709]
  318. Event: 3.356 Thread 0x0000000058f98800 Exception <a 'java/io/IOException'> (0x00000000fd6e7a90) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u101\7261\hotspot\src\share\vm\prims\jni.cpp, line 709]
  319. Event: 3.371 Thread 0x0000000058f98800 Exception <a 'java/io/IOException'> (0x00000000fd5e3738) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u101\7261\hotspot\src\share\vm\prims\jni.cpp, line 709]
  320. Event: 3.371 Thread 0x0000000058f98800 Exception <a 'java/io/IOException'> (0x00000000fd5e3998) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u101\7261\hotspot\src\share\vm\prims\jni.cpp, line 709]
  321. Event: 3.511 Thread 0x0000000058688800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000fe3b99c8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u101\7261\hotspot\src\share\vm\prims\jni.cpp, line 709]
  322. Event: 3.512 Thread 0x0000000058688800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000fe3bb208) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u101\7261\hotspot\src\share\vm\prims\jni.cpp, line 709]
  323.  
  324. Events (10 events):
  325. Event: 3.524 loading class com/sun/webkit/graphics/BufferData
  326. Event: 3.524 loading class com/sun/webkit/graphics/BufferData done
  327. Event: 3.524 loading class com/sun/webkit/graphics/WCPathIterator
  328. Event: 3.524 loading class com/sun/webkit/graphics/WCPathIterator done
  329. Event: 3.525 loading class com/sun/javafx/geom/Ellipse2D
  330. Event: 3.525 loading class com/sun/javafx/geom/Ellipse2D done
  331. Event: 3.525 loading class com/sun/javafx/geom/Arc2D
  332. Event: 3.525 loading class com/sun/javafx/geom/Arc2D done
  333. Event: 3.525 Executing VM operation: ParallelGCFailedAllocation
  334. Event: 3.528 Executing VM operation: ParallelGCFailedAllocation done
  335.  
  336.  
  337. Dynamic libraries:
  338. 0x000000013fd20000 - 0x000000013fd57000 C:\Program Files\Java\jre1.8.0_101\bin\javaw.exe
  339. 0x00000000774e0000 - 0x000000007768b000 C:\Windows\SYSTEM32\ntdll.dll
  340. 0x00000000773c0000 - 0x00000000774df000 C:\Windows\system32\kernel32.dll
  341. 0x000007fefd700000 - 0x000007fefd76b000 C:\Windows\system32\KERNELBASE.dll
  342. 0x000007fefe100000 - 0x000007fefe1db000 C:\Windows\system32\ADVAPI32.dll
  343. 0x000007fefdc40000 - 0x000007fefdcdf000 C:\Windows\system32\msvcrt.dll
  344. 0x000007fefdd60000 - 0x000007fefdd7f000 C:\Windows\SYSTEM32\sechost.dll
  345. 0x000007fefdd80000 - 0x000007fefdeae000 C:\Windows\system32\RPCRT4.dll
  346. 0x00000000772c0000 - 0x00000000773ba000 C:\Windows\system32\USER32.dll
  347. 0x000007fefe090000 - 0x000007fefe0f7000 C:\Windows\system32\GDI32.dll
  348. 0x000007feff520000 - 0x000007feff52e000 C:\Windows\system32\LPK.dll
  349. 0x000007fefe6a0000 - 0x000007fefe76a000 C:\Windows\system32\USP10.dll
  350. 0x000007fefbef0000 - 0x000007fefc0e4000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7600.16385_none_fa645303170382f6\COMCTL32.dll
  351. 0x000007fefe4e0000 - 0x000007fefe551000 C:\Windows\system32\SHLWAPI.dll
  352. 0x000007fefdeb0000 - 0x000007fefdede000 C:\Windows\system32\IMM32.DLL
  353. 0x000007fefdf80000 - 0x000007fefe089000 C:\Windows\system32\MSCTF.dll
  354. 0x0000000060970000 - 0x0000000060a42000 C:\Program Files\Java\jre1.8.0_101\bin\msvcr100.dll
  355. 0x00000000600d0000 - 0x000000006096a000 C:\Program Files\Java\jre1.8.0_101\bin\server\jvm.dll
  356. 0x000007feee550000 - 0x000007feee559000 C:\Windows\system32\WSOCK32.dll
  357. 0x000007fefe280000 - 0x000007fefe2cd000 C:\Windows\system32\WS2_32.dll
  358. 0x000007fefe560000 - 0x000007fefe568000 C:\Windows\system32\NSI.dll
  359. 0x000007fef7010000 - 0x000007fef704b000 C:\Windows\system32\WINMM.dll
  360. 0x000007fefc5b0000 - 0x000007fefc5bc000 C:\Windows\system32\VERSION.dll
  361. 0x00000000776b0000 - 0x00000000776b7000 C:\Windows\system32\PSAPI.DLL
  362. 0x0000000061d40000 - 0x0000000061d4f000 C:\Program Files\Java\jre1.8.0_101\bin\verify.dll
  363. 0x00000000600a0000 - 0x00000000600c9000 C:\Program Files\Java\jre1.8.0_101\bin\java.dll
  364. 0x0000000060080000 - 0x0000000060096000 C:\Program Files\Java\jre1.8.0_101\bin\zip.dll
  365. 0x000007fefe790000 - 0x000007feff516000 C:\Windows\system32\SHELL32.dll
  366. 0x000007fefe2d0000 - 0x000007fefe4d1000 C:\Windows\system32\ole32.dll
  367. 0x000007fefd440000 - 0x000007fefd44f000 C:\Windows\system32\profapi.dll
  368. 0x000000005fee0000 - 0x0000000060078000 C:\Program Files\Java\jre1.8.0_101\bin\awt.dll
  369. 0x000007feff530000 - 0x000007feff607000 C:\Windows\system32\OLEAUT32.dll
  370. 0x000007fefbba0000 - 0x000007fefbbb8000 C:\Windows\system32\DWMAPI.DLL
  371. 0x000007fefbc00000 - 0x000007fefbc56000 C:\Windows\system32\uxtheme.dll
  372. 0x000007fefd370000 - 0x000007fefd37f000 C:\Windows\system32\CRYPTBASE.dll
  373. 0x000000005fe90000 - 0x000000005fed7000 C:\Program Files\Java\jre1.8.0_101\bin\fontmanager.dll
  374. 0x000007fefe1e0000 - 0x000007fefe279000 C:\Windows\system32\CLBCatQ.DLL
  375. 0x000007fefb660000 - 0x000007fefb78a000 C:\Windows\system32\WindowsCodecs.dll
  376. 0x000007fefd310000 - 0x000007fefd367000 C:\Windows\system32\apphelp.dll
  377. 0x000007fefa410000 - 0x000007fefa445000 C:\Windows\system32\EhStorShell.dll
  378. 0x000007feff610000 - 0x000007feff7e7000 C:\Windows\system32\SETUPAPI.dll
  379. 0x000007fefd6c0000 - 0x000007fefd6f6000 C:\Windows\system32\CFGMGR32.dll
  380. 0x000007fefd4f0000 - 0x000007fefd50a000 C:\Windows\system32\DEVOBJ.dll
  381. 0x000007fefbc70000 - 0x000007fefbd9c000 C:\Windows\system32\PROPSYS.dll
  382. 0x000007fefa330000 - 0x000007fefa3ae000 C:\Windows\System32\cscui.dll
  383. 0x000007fefa320000 - 0x000007fefa32c000 C:\Windows\System32\CSCDLL.dll
  384. 0x000007fefa240000 - 0x000007fefa24f000 C:\Windows\system32\CSCAPI.dll
  385. 0x000007fefa1c0000 - 0x000007fefa240000 C:\Windows\system32\ntshrui.dll
  386. 0x000007fefcfb0000 - 0x000007fefcfd3000 C:\Windows\system32\srvcli.dll
  387. 0x000007fefbaf0000 - 0x000007fefbafb000 C:\Windows\system32\slc.dll
  388. 0x000000005fe70000 - 0x000000005fe8a000 C:\Program Files\Java\jre1.8.0_101\bin\net.dll
  389. 0x000007fefccb0000 - 0x000007fefcd04000 C:\Windows\system32\mswsock.dll
  390. 0x000007fefcca0000 - 0x000007fefcca7000 C:\Windows\System32\wship6.dll
  391. 0x000000005fe50000 - 0x000000005fe61000 C:\Program Files\Java\jre1.8.0_101\bin\nio.dll
  392. 0x000000005fe00000 - 0x000000005fe42000 C:\Program Files\Java\jre1.8.0_101\bin\t2k.dll
  393. 0x000000005fdd0000 - 0x000000005fdf4000 C:\Program Files\Java\jre1.8.0_101\bin\sunec.dll
  394. 0x000007fefcd10000 - 0x000007fefcd27000 C:\Windows\system32\CRYPTSP.dll
  395. 0x000007fefca10000 - 0x000007fefca57000 C:\Windows\system32\rsaenh.dll
  396. 0x000007fefc790000 - 0x000007fefc7ae000 C:\Windows\system32\USERENV.dll
  397. 0x000007fefadd0000 - 0x000007fefadf7000 C:\Windows\system32\IPHLPAPI.DLL
  398. 0x000007fefadb0000 - 0x000007fefadbb000 C:\Windows\system32\WINNSI.DLL
  399. 0x000007fefac10000 - 0x000007fefac21000 C:\Windows\system32\dhcpcsvc6.DLL
  400. 0x000007fefac30000 - 0x000007fefac48000 C:\Windows\system32\dhcpcsvc.DLL
  401. 0x0000000061d30000 - 0x0000000061d3b000 C:\Program Files\Java\jre1.8.0_101\bin\sunmscapi.dll
  402. 0x000007fefd550000 - 0x000007fefd6b6000 C:\Windows\system32\CRYPT32.dll
  403. 0x000007fefd4e0000 - 0x000007fefd4ef000 C:\Windows\system32\MSASN1.dll
  404. 0x000007fefb490000 - 0x000007fefb4a5000 C:\Windows\system32\NLAapi.dll
  405. 0x000007fefcb30000 - 0x000007fefcb8b000 C:\Windows\system32\DNSAPI.dll
  406. 0x000007feedde0000 - 0x000007feeddeb000 C:\Windows\System32\winrnr.dll
  407. 0x000007feec400000 - 0x000007feec415000 C:\Windows\system32\napinsp.dll
  408. 0x000007feec3e0000 - 0x000007feec3f9000 C:\Windows\system32\pnrpnsp.dll
  409. 0x000007fefac70000 - 0x000007fefacc3000 C:\Windows\System32\fwpuclnt.dll
  410. 0x000007fef6870000 - 0x000007fef6878000 C:\Windows\system32\rasadhlp.dll
  411. 0x000007fefc680000 - 0x000007fefc687000 C:\Windows\System32\wshtcpip.dll
  412. 0x000000005fdb0000 - 0x000000005fdc7000 C:\Program Files\Java\jre1.8.0_101\bin\unpack.dll
  413. 0x000000005fd90000 - 0x000000005fd9d000 C:\Program Files\Java\jre1.8.0_101\bin\management.dll
  414. 0x000007fef0510000 - 0x000007fef05ff000 C:\Program Files\Java\jre1.8.0_101\bin\msvcr120.dll
  415. 0x000007feefff0000 - 0x000007fef0096000 C:\Program Files\Java\jre1.8.0_101\bin\msvcp120.dll
  416. 0x000000005fd60000 - 0x000000005fd82000 C:\Program Files\Java\jre1.8.0_101\bin\prism_d3d.dll
  417. 0x000007feeb600000 - 0x000007feeb7ff000 C:\Windows\system32\d3d9.dll
  418. 0x000007fefaed0000 - 0x000007fefaed7000 C:\Windows\system32\d3d8thk.dll
  419. 0x000000005fd40000 - 0x000000005fd5c000 C:\Program Files\Java\jre1.8.0_101\bin\prism_sw.dll
  420. 0x000000005fcf0000 - 0x000000005fd33000 C:\Program Files\Java\jre1.8.0_101\bin\glass.dll
  421. 0x000007fefdee0000 - 0x000007fefdf78000 C:\Windows\system32\COMDLG32.dll
  422. 0x000000005fcd0000 - 0x000000005fce4000 C:\Program Files\Java\jre1.8.0_101\bin\javafx_font.dll
  423. 0x000007fee9a40000 - 0x000007fee9bbb000 C:\Windows\system32\dwrite.dll
  424. 0x000000005b710000 - 0x000000005dca0000 C:\Program Files\Java\jre1.8.0_101\bin\jfxwebkit.dll
  425. 0x000007feec8e0000 - 0x000007feeca05000 C:\Windows\system32\dbghelp.dll
  426.  
  427. VM Arguments:
  428. jvm_args: -Xmx128m
  429. java_command: C:\Users\Luke\Downloads\Minecraft.exe
  430. java_class_path (initial): C:\Users\Luke\Downloads\Minecraft.exe
  431. Launcher Type: SUN_STANDARD
  432.  
  433. Environment Variables:
  434. PATH=C:\Python27\;C:\Python27\Scripts;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\PuTTY\;C:\Perl64\bin\;C:\Program Files\Java\jre1.8.0_101\bin
  435. USERNAME=Luke
  436. OS=Windows_NT
  437. PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 94 Stepping 3, GenuineIntel
  438.  
  439.  
  440.  
  441. --------------- S Y S T E M ---------------
  442.  
  443. OS: Windows 7 , 64 bit Build 7600 (6.1.7600.16385)
  444.  
  445. CPU:total 4 (4 cores per cpu, 1 threads per core) family 6 model 94 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, aes, clmul, erms, rtm, 3dnowpref, lzcnt, tsc, tscinvbit, bmi1, bmi2, adx
  446.  
  447. Memory: 4k page, physical 16654436k(13236308k free), swap 33306976k(29817128k free)
  448.  
  449. vm_info: Java HotSpot(TM) 64-Bit Server VM (25.101-b13) for windows-amd64 JRE (1.8.0_101-b13), built on Jun 22 2016 01:21:29 by "java_re" with MS VC++ 10.0 (VS2010)
  450.  
  451. time: Sat Aug 06 19:34:52 2016
  452. elapsed time: 3 seconds (0d 0h 0m 3s)
Add Comment
Please, Sign In to add comment