Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2016
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.61 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=0x000000006936e14d, pid=3580, tid=0x0000000000004fcc
  5. #
  6. # JRE version: Java(TM) SE Runtime Environment (8.0_112-b15) (build 1.8.0_112-b15)
  7. # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.112-b15 mixed mode windows-amd64 compressed oops)
  8. # Problematic frame:
  9. # C [sqlite-3.7.2-sqlitejdbc.dll+0x2e14d]
  10. #
  11. # Core dump written. Default location: C:\KenigCraft\KenigCraft-1\hs_err_pid3580.mdmp
  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 (0x00000000336f5800): JavaThread "Craft Scheduler Thread - 341" [_thread_in_native, id=20428, stack(0x000000003f7d0000,0x000000003f8d0000)]
  22.  
  23. siginfo: ExceptionCode=0xc0000005, reading address 0x0000000055ea6090
  24.  
  25. Registers:
  26. RAX=0x00000000693b2400, RBX=0x0000000055ea6048, RCX=0x0000000055ea6048, RDX=0x0000000000000004
  27. RSP=0x000000003f8ced50, RBP=0x000000003f8cee60, RSI=0x0000000000000004, RDI=0x00000005ca9f7b30
  28. R8 =0x0000000055ea6048, R9 =0x0000000000000004, R10=0x0000000000000000, R11=0x0000000000000000
  29. R12=0x0000000000000000, R13=0x000000003f8cee50, R14=0x000000003f8cee20, R15=0x00000000336f5800
  30. RIP=0x000000006936e14d, EFLAGS=0x0000000000010206
  31.  
  32. Top of Stack: (sp=0x000000003f8ced50)
  33. 0x000000003f8ced50: 000000003f8cee50 0000000060ecd24a
  34. 0x000000003f8ced60: 0000000033d809b8 00000000336f5800
  35. 0x000000003f8ced70: 000000003f8cee50 0000000055ea6048
  36. 0x000000003f8ced80: 0000000000000005 000000006936e426
  37. 0x000000003f8ced90: 000000003f8cf3e8 00000000336f5800
  38. 0x000000003f8ceda0: 0000000000000001 00000007c00016d0
  39. 0x000000003f8cedb0: 00000005ca9f7b30 0000000000000004
  40. 0x000000003f8cedc0: 0000000000000005 00000000693425b1
  41. 0x000000003f8cedd0: 0000000000000005 00000000088a4f04
  42. 0x000000003f8cede0: 00000005ca9f7b30 0000000000000004
  43. 0x000000003f8cedf0: 0000000629aaf238 0000000003fbd247
  44. 0x000000003f8cee00: 00000005b81efe14 0000000500000000
  45. 0x000000003f8cee10: 0000006cc0f7f1f0 0000000100000001
  46. 0x000000003f8cee20: 0000000629aaf238 0000000000000020
  47. 0x000000003f8cee30: 00000005ca9f7b20 00000005c0f7ef58
  48. 0x000000003f8cee40: 000000061dc43600 00000005c0f7ec70
  49.  
  50. Instructions: (pc=0x000000006936e14d)
  51. 0x000000006936e12d: 8b 6c 24 60 48 83 c4 68 c3 56 53 48 83 ec 28 48
  52. 0x000000006936e13d: 89 cb 89 d6 48 8d 05 b8 42 04 00 48 85 c9 74 74
  53. 0x000000006936e14d: 48 83 79 48 00 74 3b 0f b7 41 50 39 d0 0f 9f c2
  54. 0x000000006936e15d: 89 f0 f7 d0 c1 e8 1f 84 c2 74 27 48 8b 01 48 8b
  55.  
  56.  
  57. Register to memory mapping:
  58.  
  59. RAX=0x00000000693b2400 is an unknown value
  60. RBX=0x0000000055ea6048 is an unknown value
  61. RCX=0x0000000055ea6048 is an unknown value
  62. RDX=0x0000000000000004 is an unknown value
  63. RSP=0x000000003f8ced50 is pointing into the stack for thread: 0x00000000336f5800
  64. RBP=0x000000003f8cee60 is pointing into the stack for thread: 0x00000000336f5800
  65. RSI=0x0000000000000004 is an unknown value
  66. RDI=
  67. [error occurred during error reporting (printing register info), id 0xc0000005]
  68.  
  69. Stack: [0x000000003f7d0000,0x000000003f8d0000], sp=0x000000003f8ced50, free space=1019k
  70. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  71. C [sqlite-3.7.2-sqlitejdbc.dll+0x2e14d]
  72.  
  73. Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  74. J 8297 org.sqlite.NativeDB.column_int(JI)I (0 bytes) @ 0x0000000003fbd0fb [0x0000000003fbd0c0+0x3b]
  75. J 30606 C2 com.net.h1karo.sharecontrol.database.MySQL.SQLUpdate(Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;)V (400 bytes) @ 0x00000000036a8878 [0x00000000036a5f80+0x28f8]
  76. j com.net.h1karo.sharecontrol.database.Database.SQLSave()V+125
  77. j com.net.h1karo.sharecontrol.database.Database.saveDatabase()V+4
  78. j com.net.h1karo.sharecontrol.database.Database$1.run()V+9
  79. J 36692 C2 org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run()V (525 bytes) @ 0x0000000008f54af4 [0x0000000008f548e0+0x214]
  80. J 25082 C2 java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V (225 bytes) @ 0x00000000073a1fb8 [0x00000000073a1de0+0x1d8]
  81. J 23029 C2 java.lang.Thread.run()V (17 bytes) @ 0x0000000006e2dcf8 [0x0000000006e2dca0+0x58]
  82. v ~StubRoutines::call_stub
  83.  
  84. --------------- P R O C E S S ---------------
  85.  
  86. Java Threads: ( => current thread )
  87. 0x000000003434a000 JavaThread "Craft Scheduler Thread - 351" [_thread_blocked, id=12420, stack(0x0000000037330000,0x0000000037430000)]
  88. 0x0000000034345800 JavaThread "pool-23-thread-7" [_thread_blocked, id=19732, stack(0x0000000038390000,0x0000000038490000)]
  89. 0x0000000034349800 JavaThread "ForkJoinPool-2-worker-26" daemon [_thread_blocked, id=18592, stack(0x000000004d960000,0x000000004da60000)]
  90. 0x0000000034344000 JavaThread "ForkJoinPool-2-worker-1" daemon [_thread_blocked, id=8992, stack(0x00000000400d0000,0x00000000401d0000)]
  91. 0x0000000033b35000 JavaThread "pool-7808-thread-1" [_thread_blocked, id=15796, stack(0x0000000036b00000,0x0000000036c00000)]
  92. 0x000000003ce64000 JavaThread "pool-32-thread-5" [_thread_blocked, id=19276, stack(0x0000000037e90000,0x0000000037f90000)]
  93. 0x000000002c171000 JavaThread "Craft Scheduler Thread - 349" [_thread_in_native, id=16376, stack(0x0000000037f90000,0x0000000038090000)]
  94. 0x000000003ce5e000 JavaThread "Craft Scheduler Thread - 348" [_thread_blocked, id=2440, stack(0x000000003b0e0000,0x000000003b1e0000)]
  95. 0x000000003434c800 JavaThread "Craft Scheduler Thread - 347" [_thread_in_native, id=17804, stack(0x000000003ace0000,0x000000003ade0000)]
  96. 0x000000002427c000 JavaThread "pool-7643-thread-1" [_thread_blocked, id=16232, stack(0x0000000037930000,0x0000000037a30000)]
  97. 0x00000000246eb800 JavaThread "Craft Scheduler Thread - 346" [_thread_in_native, id=18264, stack(0x000000003fbd0000,0x000000003fcd0000)]
  98. 0x00000000246e5000 JavaThread "Craft Scheduler Thread - 345" [_thread_in_native, id=13884, stack(0x00000000396f0000,0x00000000397f0000)]
  99. 0x00000000336fa000 JavaThread "Craft Scheduler Thread - 344" [_thread_in_native, id=3508, stack(0x000000003fad0000,0x000000003fbd0000)]
  100. 0x00000000336f2800 JavaThread "Craft Scheduler Thread - 343" [_thread_blocked, id=17024, stack(0x000000003f9d0000,0x000000003fad0000)]
  101. =>0x00000000336f5800 JavaThread "Craft Scheduler Thread - 341" [_thread_in_native, id=20428, stack(0x000000003f7d0000,0x000000003f8d0000)]
  102. 0x0000000034348800 JavaThread "Craft Scheduler Thread - 340" [_thread_blocked, id=17304, stack(0x000000003a0e0000,0x000000003a1e0000)]
  103. 0x000000002427d000 JavaThread "Craft Scheduler Thread - 338" [_thread_blocked, id=14748, stack(0x0000000038190000,0x0000000038290000)]
  104. 0x00000000336f1000 JavaThread "pool-7488-thread-1" [_thread_blocked, id=2020, stack(0x0000000026bd0000,0x0000000026cd0000)]
  105. 0x000000002427b800 JavaThread "ForkJoinPool-1-worker-7" daemon [_thread_blocked, id=10180, stack(0x0000000054e10000,0x0000000054f10000)]
  106. 0x0000000033ffa000 JavaThread "ForkJoinPool-1-worker-14" daemon [_thread_blocked, id=18488, stack(0x0000000054d10000,0x0000000054e10000)]
  107. 0x0000000033b33800 JavaThread "ForkJoinPool-2-worker-18" daemon [_thread_blocked, id=14380, stack(0x000000004f600000,0x000000004f700000)]
  108. 0x00000000246ed800 JavaThread "ForkJoinPool-1-worker-28" daemon [_thread_blocked, id=11524, stack(0x0000000038290000,0x0000000038390000)]
  109. 0x0000000034350000 JavaThread "Craft Scheduler Thread - 335" [_thread_in_native, id=10468, stack(0x000000004f000000,0x000000004f100000)]
  110. 0x00000000336f4800 JavaThread "Craft Scheduler Thread - 324" [_thread_blocked, id=5404, stack(0x000000003a8e0000,0x000000003a9e0000)]
  111. 0x0000000034002800 JavaThread "Craft Scheduler Thread - 323" [_thread_blocked, id=14904, stack(0x000000003a3e0000,0x000000003a4e0000)]
  112. 0x0000000033ffb800 JavaThread "Craft Scheduler Thread - 322" [_thread_in_native, id=3868, stack(0x0000000039cf0000,0x0000000039df0000)]
  113. 0x0000000033ff8000 JavaThread "Craft Scheduler Thread - 318" [_thread_blocked, id=20104, stack(0x0000000038590000,0x0000000038690000)]
  114. 0x000000003434e000 JavaThread "Craft Scheduler Thread - 317" [_thread_blocked, id=14340, stack(0x00000000397f0000,0x00000000398f0000)]
  115. 0x0000000034001000 JavaThread "Craft Scheduler Thread - 314" [_thread_blocked, id=12544, stack(0x000000003aae0000,0x000000003abe0000)]
  116. 0x000000003ce63800 JavaThread "ForkJoinPool-1-worker-24" daemon [_thread_blocked, id=20108, stack(0x000000004ed00000,0x000000004ee00000)]
  117. 0x0000000033b2f000 JavaThread "Craft Scheduler Thread - 311" [_thread_blocked, id=7620, stack(0x0000000038090000,0x0000000038190000)]
  118. 0x00000000336f7800 JavaThread "Craft Scheduler Thread - 310" [_thread_blocked, id=6052, stack(0x0000000036d00000,0x0000000036e00000)]
  119. 0x000000003ce66800 JavaThread "Craft Scheduler Thread - 309" [_thread_in_native, id=3440, stack(0x000000003d5b0000,0x000000003d6b0000)]
  120. 0x0000000034351800 JavaThread "ForkJoinPool-1-worker-2" daemon [_thread_blocked, id=5016, stack(0x000000004d860000,0x000000004d960000)]
  121. 0x00000000246e3800 JavaThread "Craft Scheduler Thread - 308" [_thread_blocked, id=7312, stack(0x000000003f240000,0x000000003f340000)]
  122. 0x00000000336f3000 JavaThread "ForkJoinPool-2-worker-21" daemon [_thread_blocked, id=284, stack(0x000000003aee0000,0x000000003afe0000)]
  123. 0x0000000034003800 JavaThread "ForkJoinPool-2-worker-17" daemon [_thread_blocked, id=5836, stack(0x000000003a4e0000,0x000000003a5e0000)]
  124. 0x0000000034351000 JavaThread "Craft Scheduler Thread - 304" [_thread_blocked, id=4216, stack(0x000000004d660000,0x000000004d760000)]
  125. 0x000000003434b800 JavaThread "Craft Scheduler Thread - 300" [_thread_blocked, id=7064, stack(0x000000003ffd0000,0x00000000400d0000)]
  126. 0x0000000033b38800 JavaThread "Craft Scheduler Thread - 299" [_thread_blocked, id=8260, stack(0x000000003fdd0000,0x000000003fed0000)]
  127. 0x0000000033fff800 JavaThread "Craft Scheduler Thread - 283" [_thread_blocked, id=7520, stack(0x000000003a9e0000,0x000000003aae0000)]
  128. 0x000000002c16f800 JavaThread "Craft Scheduler Thread - 245" [_thread_blocked, id=6672, stack(0x00000000402d0000,0x00000000403d0000)]
  129. 0x0000000033b38000 JavaThread "Craft Scheduler Thread - 241" [_thread_blocked, id=13544, stack(0x000000003fed0000,0x000000003ffd0000)]
  130. 0x00000000336f0000 JavaThread "Craft Scheduler Thread - 229" [_thread_blocked, id=20080, stack(0x000000003a7e0000,0x000000003a8e0000)]
  131. 0x0000000033b3a000 JavaThread "Craft Scheduler Thread - 225" [_thread_blocked, id=17540, stack(0x000000003e8c0000,0x000000003e9c0000)]
  132. 0x000000002c17d800 JavaThread "pool-11-thread-1" [_thread_blocked, id=7412, stack(0x000000003abe0000,0x000000003ace0000)]
  133. 0x00000000246ec000 JavaThread "Craft Scheduler Thread - 219" [_thread_blocked, id=20124, stack(0x0000000038490000,0x0000000038590000)]
  134. 0x00000000246ef000 JavaThread "Craft Scheduler Thread - 216" [_thread_blocked, id=17692, stack(0x0000000036c00000,0x0000000036d00000)]
  135. 0x00000000246ee800 JavaThread "Head Conversion Thread - 2" [_thread_blocked, id=18740, stack(0x000000003a2e0000,0x000000003a3e0000)]
  136. 0x00000000246f0000 JavaThread "Head Conversion Thread - 1" [_thread_blocked, id=9404, stack(0x000000003a1e0000,0x000000003a2e0000)]
  137. 0x00000000246f1800 JavaThread "Head Conversion Thread - 0" [_thread_blocked, id=9836, stack(0x00000000399f0000,0x0000000039af0000)]
  138. 0x0000000033b31000 JavaThread "Async Chat Thread - #1" daemon [_thread_blocked, id=13044, stack(0x00000000406d0000,0x00000000407d0000)]
  139. 0x000000003ce62800 JavaThread "Timer-3" [_thread_blocked, id=4236, stack(0x0000000036e00000,0x0000000036f00000)]
  140. 0x0000000034004000 JavaThread "File IO Thread" [_thread_blocked, id=13952, stack(0x00000000394c0000,0x00000000395c0000)]
  141. 0x000000002c17a000 JavaThread "pool-13-thread-1" [_thread_blocked, id=9496, stack(0x00000000395f0000,0x00000000396f0000)]
  142. 0x000000002c178800 JavaThread "ProtocolSupport v4.25.dev-errlog-thread" daemon [_thread_blocked, id=2416, stack(0x00000000391c0000,0x00000000392c0000)]
  143. 0x000000002c172800 JavaThread "Chunk I/O Executor Thread-1" daemon [_thread_blocked, id=7356, stack(0x0000000038fb0000,0x00000000390b0000)]
  144. 0x000000002c175800 JavaThread "JdbcPooledConnectionSource connection tester" daemon [_thread_blocked, id=10408, stack(0x0000000038d90000,0x0000000038e90000)]
  145. 0x00000000246e8000 JavaThread "Query Listener #1" [_thread_in_native, id=9792, stack(0x0000000037830000,0x0000000037930000)]
  146. 0x00000000246e6800 JavaThread "Timer-1" [_thread_blocked, id=3268, stack(0x0000000036a00000,0x0000000036b00000)]
  147. 0x00000000285d1000 JavaThread "Ebean-ScoreboardStats.0" daemon [_thread_blocked, id=19708, stack(0x0000000036100000,0x0000000036200000)]
  148. 0x00000000285cd800 JavaThread "EbeanBackgroundThread" daemon [_thread_blocked, id=16560, stack(0x0000000036000000,0x0000000036100000)]
  149. 0x00000000285cf800 JavaThread "Abandoned connection cleanup thread" daemon [_thread_blocked, id=7648, stack(0x0000000035920000,0x0000000035a20000)]
  150. 0x00000000285cf000 JavaThread "pool-14-thread-1" [_thread_blocked, id=8368, stack(0x0000000035620000,0x0000000035720000)]
  151. 0x00000000285ce000 JavaThread "AutoSaveWorld AutoConsoleCommandThread" [_thread_blocked, id=17688, stack(0x0000000031480000,0x0000000031580000)]
  152. 0x00000000285c7000 JavaThread "Timer-0" [_thread_blocked, id=20384, stack(0x00000000319b0000,0x0000000031ab0000)]
  153. 0x00000000285c9800 JavaThread "ProtocolLib-StructureCompiler 0" daemon [_thread_blocked, id=17512, stack(0x0000000031380000,0x0000000031480000)]
  154. 0x00000000285c5800 JavaThread "LoginProcessingThread" daemon [_thread_blocked, id=3712, stack(0x0000000031080000,0x0000000031180000)]
  155. 0x00000000285c4000 JavaThread "threadDeathWatcher-2-1" daemon [_thread_blocked, id=8644, stack(0x000000002b410000,0x000000002b510000)]
  156. 0x0000000020dde000 JavaThread "pool-4-thread-1" [_thread_blocked, id=15352, stack(0x000000002c940000,0x000000002ca40000)]
  157. 0x0000000020de1000 JavaThread "Netty Server IO #3" daemon [_thread_in_native, id=8540, stack(0x000000002b110000,0x000000002b210000)]
  158. 0x0000000020ddf800 JavaThread "Netty Server IO #2" daemon [_thread_in_native, id=14680, stack(0x0000000029e40000,0x0000000029f40000)]
  159. 0x0000000027c98800 JavaThread "Netty Server IO #1" daemon [_thread_in_native, id=11328, stack(0x0000000029d40000,0x0000000029e40000)]
  160. 0x0000000023994800 JavaThread "Netty Server IO #0" daemon [_thread_in_native, id=17380, stack(0x0000000027ca0000,0x0000000027da0000)]
  161. 0x00000000245bf000 JavaThread "Spigot Metrics Thread" daemon [_thread_blocked, id=17832, stack(0x00000000268d0000,0x00000000269d0000)]
  162. 0x00000000238df800 JavaThread "Spigot Watchdog Thread" [_thread_blocked, id=3256, stack(0x00000000267d0000,0x00000000268d0000)]
  163. 0x0000000024870000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=19232, stack(0x00000000266d0000,0x00000000267d0000)]
  164. 0x000000002362d000 JavaThread "Server console handler" daemon [_thread_in_native, id=18788, stack(0x00000000261d0000,0x00000000262d0000)]
  165. 0x00000000238ff800 JavaThread "Thread-4" [_thread_blocked, id=18140, stack(0x00000000260d0000,0x00000000261d0000)]
  166. 0x0000000002760800 JavaThread "DestroyJavaVM" [_thread_blocked, id=18420, stack(0x0000000002610000,0x0000000002710000)]
  167. 0x000000002362c800 JavaThread "Server thread" [_thread_in_native, id=3744, stack(0x0000000025fd0000,0x00000000260d0000)]
  168. 0x0000000024420800 JavaThread "Server Infinisleeper" daemon [_thread_blocked, id=14104, stack(0x0000000025ed0000,0x0000000025fd0000)]
  169. 0x00000000238fa800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=3264, stack(0x00000000259e0000,0x0000000025ae0000)]
  170. 0x0000000020e4e800 JavaThread "Service Thread" daemon [_thread_blocked, id=4968, stack(0x0000000023b30000,0x0000000023c30000)]
  171. 0x0000000020de0000 JavaThread "C1 CompilerThread11" daemon [_thread_blocked, id=4132, stack(0x0000000022a60000,0x0000000022b60000)]
  172. 0x0000000020dda000 JavaThread "C1 CompilerThread10" daemon [_thread_blocked, id=16788, stack(0x0000000022960000,0x0000000022a60000)]
  173. 0x0000000020ddc800 JavaThread "C1 CompilerThread9" daemon [_thread_blocked, id=7856, stack(0x0000000022860000,0x0000000022960000)]
  174. 0x0000000020ddb000 JavaThread "C1 CompilerThread8" daemon [_thread_blocked, id=5572, stack(0x0000000022760000,0x0000000022860000)]
  175. 0x0000000020ddb800 JavaThread "C2 CompilerThread7" daemon [_thread_blocked, id=17740, stack(0x0000000022660000,0x0000000022760000)]
  176. 0x0000000020ddd000 JavaThread "C2 CompilerThread6" daemon [_thread_blocked, id=2780, stack(0x0000000022560000,0x0000000022660000)]
  177. 0x0000000020dd9800 JavaThread "C2 CompilerThread5" daemon [_thread_blocked, id=15700, stack(0x0000000022460000,0x0000000022560000)]
  178. 0x0000000020dcf000 JavaThread "C2 CompilerThread4" daemon [_thread_blocked, id=7248, stack(0x0000000022360000,0x0000000022460000)]
  179. 0x0000000020dcc000 JavaThread "C2 CompilerThread3" daemon [_thread_blocked, id=17684, stack(0x0000000022260000,0x0000000022360000)]
  180. 0x0000000020dc3800 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=17112, stack(0x0000000022160000,0x0000000022260000)]
  181. 0x0000000020dc2800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=17004, stack(0x0000000022060000,0x0000000022160000)]
  182. 0x0000000020dbc000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=7588, stack(0x0000000021f60000,0x0000000022060000)]
  183. 0x0000000020dbb000 JavaThread "Attach Listener" daemon [_thread_blocked, id=4112, stack(0x0000000021d60000,0x0000000021e60000)]
  184. 0x0000000020db8800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=16016, stack(0x0000000021c60000,0x0000000021d60000)]
  185. 0x0000000020db7800 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=15600, stack(0x0000000021b60000,0x0000000021c60000)]
  186. 0x0000000020d53800 JavaThread "Finalizer" daemon [_thread_blocked, id=15484, stack(0x0000000021850000,0x0000000021950000)]
  187. 0x000000001607b000 JavaThread "Reference Handler" daemon [_thread_blocked, id=1040, stack(0x0000000021750000,0x0000000021850000)]
  188.  
  189. Other Threads:
  190. 0x0000000016071800 VMThread [stack: 0x0000000021650000,0x0000000021750000] [id=6332]
  191. 0x0000000022c05000 WatcherThread [stack: 0x0000000023c30000,0x0000000023d30000] [id=13056]
  192.  
  193. VM state:not at safepoint (normal execution)
  194.  
  195. VM Mutex/Monitor currently owned by a thread: None
  196.  
  197. Heap:
  198. par new generation total 629120K, used 324950K [0x00000005c0000000, 0x00000005eaaa0000, 0x000000061d990000)
  199. eden space 559232K, 48% used [0x00000005c0000000, 0x00000005d0ad50d8, 0x00000005e2220000)
  200. from space 69888K, 73% used [0x00000005e6660000, 0x00000005e98e0ad8, 0x00000005eaaa0000)
  201. to space 69888K, 0% used [0x00000005e2220000, 0x00000005e2220000, 0x00000005e6660000)
  202. concurrent mark-sweep generation total 1398144K, used 755119K [0x000000061d990000, 0x0000000672ef0000, 0x00000007c0000000)
  203. Metaspace used 101725K, capacity 107342K, committed 107788K, reserved 1144832K
  204. class space used 11653K, capacity 13088K, committed 13232K, reserved 1048576K
  205.  
  206. Card table byte_map: [0x0000000012e20000,0x0000000013e30000] byte_map_base: 0x0000000010020000
  207.  
  208. Marking Bits: (CMSBitMap*) 0x0000000015eaa808
  209. Bits: [0x0000000016080000, 0x000000001c919c00)
  210.  
  211. Mod Union Table: (CMSBitMap*) 0x0000000015eaa8c8
  212. Bits: [0x000000001c920000, 0x000000001cac2670)
  213.  
  214. Polling page: 0x00000000025b0000
  215.  
  216. CodeCache: size=245760Kb used=118611Kb max_used=118790Kb free=127148Kb
  217. bounds [0x0000000002860000, 0x0000000009d60000, 0x0000000011860000]
  218. total_blobs=26622 nmethods=25654 adapters=869
  219. compilation: enabled
  220.  
  221. Compilation events (10 events):
  222. Event: 7906.553 Thread 0x0000000020dda000 39768 ! 3 java.util.logging.Logger::doSetParent (174 bytes)
  223. Event: 7906.553 Thread 0x0000000020ddc800 39767 3 java.util.logging.Logger::setParent (39 bytes)
  224. Event: 7906.553 Thread 0x0000000020de0000 39769 3 java.util.logging.LogManager$LoggerWeakRef::setParentRef (6 bytes)
  225. Event: 7906.553 Thread 0x0000000020de0000 nmethod 39769 0x00000000068f5550 code [0x00000000068f56a0, 0x00000000068f5810]
  226. Event: 7906.554 Thread 0x0000000020ddc800 nmethod 39767 0x0000000005297610 code [0x00000000052977e0, 0x0000000005297e38]
  227. Event: 7906.555 Thread 0x0000000020dda000 nmethod 39768 0x0000000007f5bb90 code [0x0000000007f5be20, 0x0000000007f5d4c8]
  228. Event: 7906.683 Thread 0x0000000020ddb000 39770 1 java.io.ByteArrayOutputStream::close (1 bytes)
  229. Event: 7906.684 Thread 0x0000000020ddb000 nmethod 39770 0x0000000009829350 code [0x00000000098294a0, 0x00000000098295b0]
  230. Event: 7906.703 Thread 0x0000000020dc2800 39771 4 org.bukkit.craftbukkit.v1_10_R1.inventory.CraftMetaBanner::hasItemFlag (6 bytes)
  231. Event: 7906.704 Thread 0x0000000020dc2800 nmethod 39771 0x0000000005ac5ad0 code [0x0000000005ac5c00, 0x0000000005ac5c98]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement