hs_err_pid23528.log 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367
  1. #
  2. # There is insufficient memory for the Java Runtime Environment to continue.
  3. # Native memory allocation (malloc) failed to allocate 1049856 bytes for Chunk::new
  4. # Possible reasons:
  5. # The system is out of physical RAM or swap space
  6. # The process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap
  7. # Possible solutions:
  8. # Reduce memory load on the system
  9. # Increase physical memory or swap space
  10. # Check if swap backing store is full
  11. # Decrease Java heap size (-Xmx/-Xms)
  12. # Decrease number of Java threads
  13. # Decrease Java thread stack sizes (-Xss)
  14. # Set larger code cache with -XX:ReservedCodeCacheSize=
  15. # JVM is running with Zero Based Compressed Oops mode in which the Java heap is
  16. # placed in the first 32GB address space. The Java Heap base address is the
  17. # maximum limit for the native heap growth. Please use -XX:HeapBaseMinAddress
  18. # to set the Java Heap base and to place the Java Heap above 32GB virtual address.
  19. # This output file may be truncated or incomplete.
  20. #
  21. # Out of Memory Error (allocation.cpp:389), pid=23528, tid=0x0000000000004a50
  22. #
  23. # JRE version: Java(TM) SE Runtime Environment (8.0_261-b12) (build 1.8.0_261-b12)
  24. # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.261-b12 mixed mode windows-amd64 compressed oops)
  25. # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
  26. #
  27. --------------- T H R E A D ---------------
  28. Current thread (0x0000027fb6669000): JavaThread "C2 CompilerThread2" daemon [_thread_in_native, id=19024, stack(0x000000c6f1700000,0x000000c6f1800000)]
  29. Stack: [0x000000c6f1700000,0x000000c6f1800000]
  30. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  31. V [jvm.dll+0x33e5f9]
  32. V [jvm.dll+0x2850e2]
  33. V [jvm.dll+0x285d8d]
  34. V [jvm.dll+0x27c895]
  35. V [jvm.dll+0xe4d6c]
  36. V [jvm.dll+0xe556c]
  37. V [jvm.dll+0x461812]
  38. V [jvm.dll+0x49cc3d]
  39. V [jvm.dll+0x4518c1]
  40. V [jvm.dll+0x44eb84]
  41. V [jvm.dll+0x439bc7]
  42. V [jvm.dll+0xbbbcb]
  43. V [jvm.dll+0xba22b]
  44. V [jvm.dll+0x24d962]
  45. V [jvm.dll+0x2a1cfc]
  46. C [ucrtbase.dll+0x21bb2]
  47. C [KERNEL32.DLL+0x17614]
  48. C [ntdll.dll+0x526a1]
  49. Current CompileTask:
  50. C2: 4656 3760 4 org.eclipse.sisu.wire.EntryListAdapter$ValueIterator::next (18 bytes)
  51. --------------- P R O C E S S ---------------
  52. Java Threads: ( => current thread )
  53. 0x0000027fb844a000 JavaThread "BuilderThread 7" [_thread_blocked, id=8452, stack(0x000000c6f2a00000,0x000000c6f2b00000)]
  54. 0x0000027fb693a000 JavaThread "BuilderThread 6" [_thread_blocked, id=17232, stack(0x000000c6f2900000,0x000000c6f2a00000)]
  55. 0x0000027fb6939800 JavaThread "BuilderThread 5" [_thread_blocked, id=25968, stack(0x000000c6f2800000,0x000000c6f2900000)]
  56. 0x0000027fb6810800 JavaThread "BuilderThread 4" [_thread_blocked, id=26236, stack(0x000000c6f2700000,0x000000c6f2800000)]
  57. 0x0000027fb98ca800 JavaThread "BuilderThread 3" [_thread_blocked, id=27404, stack(0x000000c6f2600000,0x000000c6f2700000)]
  58. 0x0000027fbb020800 JavaThread "BuilderThread 2" [_thread_in_native, id=8436, stack(0x000000c6f2500000,0x000000c6f2600000)]
  59. 0x0000027fb9775000 JavaThread "BuilderThread 1" [_thread_in_native, id=10892, stack(0x000000c6f2400000,0x000000c6f2500000)]
  60. 0x0000027fb9bd8000 JavaThread "BuilderThread 0" [_thread_in_native, id=22732, stack(0x000000c6f2300000,0x000000c6f2400000)]
  61. 0x0000027fb672e800 JavaThread "Service Thread" daemon [_thread_blocked, id=9264, stack(0x000000c6f2100000,0x000000c6f2200000)]
  62. 0x0000027fb6685000 JavaThread "C1 CompilerThread11" daemon [_thread_blocked, id=26580, stack(0x000000c6f2000000,0x000000c6f2100000)]
  63. 0x0000027fb6683800 JavaThread "C1 CompilerThread10" daemon [_thread_blocked, id=26188, stack(0x000000c6f1f00000,0x000000c6f2000000)]
  64. 0x0000027fb667f000 JavaThread "C1 CompilerThread9" daemon [_thread_blocked, id=24408, stack(0x000000c6f1e00000,0x000000c6f1f00000)]
  65. 0x0000027fb6684800 JavaThread "C1 CompilerThread8" daemon [_thread_blocked, id=26776, stack(0x000000c6f1d00000,0x000000c6f1e00000)]
  66. 0x0000027fb667e800 JavaThread "C2 CompilerThread7" daemon [_thread_blocked, id=13916, stack(0x000000c6f1c00000,0x000000c6f1d00000)]
  67. 0x0000027fb6681800 JavaThread "C2 CompilerThread6" daemon [_thread_blocked, id=18980, stack(0x000000c6f1b00000,0x000000c6f1c00000)]
  68. 0x0000027fb6679800 JavaThread "C2 CompilerThread5" daemon [_thread_blocked, id=16360, stack(0x000000c6f1a00000,0x000000c6f1b00000)]
  69. 0x0000027fb666c800 JavaThread "C2 CompilerThread4" daemon [_thread_blocked, id=11780, stack(0x000000c6f1900000,0x000000c6f1a00000)]
  70. 0x0000027fb666c000 JavaThread "C2 CompilerThread3" daemon [_thread_blocked, id=28644, stack(0x000000c6f1800000,0x000000c6f1900000)]
  71. =>0x0000027fb6669000 JavaThread "C2 CompilerThread2" daemon [_thread_in_native, id=19024, stack(0x000000c6f1700000,0x000000c6f1800000)]
  72. 0x0000027fb6665800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=25840, stack(0x000000c6f1600000,0x000000c6f1700000)]
  73. 0x0000027fb6662800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=23904, stack(0x000000c6f1500000,0x000000c6f1600000)]
  74. 0x0000027fb6660000 JavaThread "Monitor Ctrl-Break" daemon [_thread_in_native, id=26320, stack(0x000000c6f1400000,0x000000c6f1500000)]
  75. 0x0000027fb65e1000 JavaThread "Attach Listener" daemon [_thread_blocked, id=14808, stack(0x000000c6f1300000,0x000000c6f1400000)]
  76. 0x0000027fb6636000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2736, stack(0x000000c6f1200000,0x000000c6f1300000)]
  77. 0x0000027fb65c1800 JavaThread "Finalizer" daemon [_thread_blocked, id=26272, stack(0x000000c6f1100000,0x000000c6f1200000)]
  78. 0x0000027fb65c0800 JavaThread "Reference Handler" daemon [_thread_blocked, id=7844, stack(0x000000c6f1000000,0x000000c6f1100000)]
  79. 0x0000027f98ee8800 JavaThread "main" [_thread_blocked, id=10152, stack(0x000000c6f0100000,0x000000c6f0200000)]
  80. Other Threads:
  81. 0x0000027fb389e800 VMThread [stack: 0x000000c6f0f00000,0x000000c6f1000000] [id=23440]
  82. 0x0000027fb678c000 WatcherThread [stack: 0x000000c6f2200000,0x000000c6f2300000] [id=17052]
  83. VM state:not at safepoint (normal execution)
  84. VM Mutex/Monitor currently owned by a thread: None
  85. heap address: 0x00000006c9400000, size: 3948 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
  86. Narrow klass base: 0x0000000000000000, Narrow klass shift: 3
  87. Compressed class space size: 1073741824 Address: 0x00000007c0000000
  88. Heap:
  89. PSYoungGen total 74240K, used 14361K [0x000000076dc00000, 0x0000000779500000, 0x00000007c0000000)
  90. eden space 64000K, 6% used [0x000000076dc00000,0x000000076e00c3f0,0x0000000771a80000)
  91. from space 10240K, 99% used [0x0000000771a80000,0x000000077247a020,0x0000000772480000)
  92. to space 30720K, 0% used [0x0000000777700000,0x0000000777700000,0x0000000779500000)
  93. ParOldGen total 169472K, used 38584K [0x00000006c9400000, 0x00000006d3980000, 0x000000076dc00000)
  94. object space 169472K, 22% used [0x00000006c9400000,0x00000006cb9ae3a8,0x00000006d3980000)
  95. Metaspace used 17804K, capacity 18340K, committed 18560K, reserved 1064960K
  96. class space used 2028K, capacity 2139K, committed 2176K, reserved 1048576K
  97. Card table byte_map: [0x0000027fa9d60000,0x0000027faa520000] byte_map_base: 0x0000027fa6716000
  98. Marking Bits: (ParMarkBitMap*) 0x0000000063c84fb0
  99. Begin Bits: [0x0000027faaa50000, 0x0000027fae800000)
  100. End Bits: [0x0000027fae800000, 0x0000027fb25b0000)
  101. Polling page: 0x0000027f991b0000
  102. CodeCache: size=245760Kb used=14262Kb max_used=16016Kb free=231497Kb
  103. bounds [0x0000027f9a9a0000, 0x0000027f9b960000, 0x0000027fa99a0000]
  104. total_blobs=3875 nmethods=3494 adapters=291
  105. compilation: enabled
  106. Compilation events (10 events):
  107. Event: 4.589 Thread 0x0000027fb6683800 nmethod 3854 0x0000027f9ad6ccd0 code [0x0000027f9ad6ce40, 0x0000027f9ad6d0d0]
  108. Event: 4.589 Thread 0x0000027fb6685000 nmethod 3856 0x0000027f9acb0010 code [0x0000027f9acb01a0, 0x0000027f9acb04c0]
  109. Event: 4.590 Thread 0x0000027fb6679800 3857 4 org.codehaus.plexus.util.xml.Xpp3Dom::<init> (21 bytes)
  110. Event: 4.590 Thread 0x0000027fb6685000 3858 1 org.apache.maven.plugin.descriptor.Parameter::getImplementation (5 bytes)
  111. Event: 4.590 Thread 0x0000027fb6685000 nmethod 3858 0x0000027f9af4f890 code [0x0000027f9af4f9e0, 0x0000027f9af4faf8]
  112. Event: 4.590 Thread 0x0000027fb6684800 3859 3 org.apache.maven.artifact.DefaultArtifact::appendArtifactTypeClassifierString (49 bytes)
  113. Event: 4.590 Thread 0x0000027fb6683800 3860 3 org.apache.maven.artifact.DefaultArtifact::hasClassifier (8 bytes)
  114. Event: 4.590 Thread 0x0000027fb6683800 nmethod 3860 0x0000027f9ad11f50 code [0x0000027f9ad120c0, 0x0000027f9ad12458]
  115. Event: 4.590 Thread 0x0000027fb6679800 nmethod 3857 0x0000027f9adf8a50 code [0x0000027f9adf8ba0, 0x0000027f9adf8cd8]
  116. Event: 4.591 Thread 0x0000027fb6684800 nmethod 3859 0x0000027f9af87a10 code [0x0000027f9af87ca0, 0x0000027f9af88ef0]
  117. GC Heap History (10 events):
  118. Event: 1.021 GC heap before
  119. {Heap before GC invocations=1 (full 0):
  120. PSYoungGen total 74240K, used 64000K [0x000000076dc00000, 0x0000000772e80000, 0x00000007c0000000)
  121. eden space 64000K, 100% used [0x000000076dc00000,0x0000000771a80000,0x0000000771a80000)
  122. from space 10240K, 0% used [0x0000000772480000,0x0000000772480000,0x0000000772e80000)
  123. to space 10240K, 0% used [0x0000000771a80000,0x0000000771a80000,0x0000000772480000)
  124. ParOldGen total 169472K, used 0K [0x00000006c9400000, 0x00000006d3980000, 0x000000076dc00000)
  125. object space 169472K, 0% used [0x00000006c9400000,0x00000006c9400000,0x00000006d3980000)
  126. Metaspace used 10894K, capacity 11046K, committed 11136K, reserved 1058816K
  127. class space used 1319K, capacity 1378K, committed 1408K, reserved 1048576K
  128. Event: 1.027 GC heap after
  129. Heap after GC invocations=1 (full 0):
  130. PSYoungGen total 74240K, used 8713K [0x000000076dc00000, 0x0000000772e80000, 0x00000007c0000000)
  131. eden space 64000K, 0% used [0x000000076dc00000,0x000000076dc00000,0x0000000771a80000)
  132. from space 10240K, 85% used [0x0000000771a80000,0x00000007723026e0,0x0000000772480000)
  133. to space 10240K, 0% used [0x0000000772480000,0x0000000772480000,0x0000000772e80000)
  134. ParOldGen total 169472K, used 16K [0x00000006c9400000, 0x00000006d3980000, 0x000000076dc00000)
  135. object space 169472K, 0% used [0x00000006c9400000,0x00000006c9404000,0x00000006d3980000)
  136. Metaspace used 10894K, capacity 11046K, committed 11136K, reserved 1058816K
  137. class space used 1319K, capacity 1378K, committed 1408K, reserved 1048576K
  138. }
  139. Event: 2.980 GC heap before
  140. {Heap before GC invocations=2 (full 0):
  141. PSYoungGen total 74240K, used 72713K [0x000000076dc00000, 0x0000000772e80000, 0x00000007c0000000)
  142. eden space 64000K, 100% used [0x000000076dc00000,0x0000000771a80000,0x0000000771a80000)
  143. from space 10240K, 85% used [0x0000000771a80000,0x00000007723026e0,0x0000000772480000)
  144. to space 10240K, 0% used [0x0000000772480000,0x0000000772480000,0x0000000772e80000)
  145. ParOldGen total 169472K, used 16K [0x00000006c9400000, 0x00000006d3980000, 0x000000076dc00000)
  146. object space 169472K, 0% used [0x00000006c9400000,0x00000006c9404000,0x00000006d3980000)
  147. Metaspace used 16020K, capacity 16366K, committed 16640K, reserved 1064960K
  148. class space used 1897K, capacity 1980K, committed 2048K, reserved 1048576K
  149. Event: 2.987 GC heap after
  150. Heap after GC invocations=2 (full 0):
  151. PSYoungGen total 74240K, used 10230K [0x000000076dc00000, 0x0000000772e80000, 0x00000007c0000000)
  152. eden space 64000K, 0% used [0x000000076dc00000,0x000000076dc00000,0x0000000771a80000)
  153. from space 10240K, 99% used [0x0000000772480000,0x0000000772e7d970,0x0000000772e80000)
  154. to space 10240K, 0% used [0x0000000771a80000,0x0000000771a80000,0x0000000772480000)
  155. ParOldGen total 169472K, used 2547K [0x00000006c9400000, 0x00000006d3980000, 0x000000076dc00000)
  156. object space 169472K, 1% used [0x00000006c9400000,0x00000006c967cef0,0x00000006d3980000)
  157. Metaspace used 16020K, capacity 16366K, committed 16640K, reserved 1064960K
  158. class space used 1897K, capacity 1980K, committed 2048K, reserved 1048576K
  159. }
  160. Event: 3.769 GC heap before
  161. {Heap before GC invocations=3 (full 0):
  162. PSYoungGen total 74240K, used 74230K [0x000000076dc00000, 0x0000000772e80000, 0x00000007c0000000)
  163. eden space 64000K, 100% used [0x000000076dc00000,0x0000000771a80000,0x0000000771a80000)
  164. from space 10240K, 99% used [0x0000000772480000,0x0000000772e7d970,0x0000000772e80000)
  165. to space 10240K, 0% used [0x0000000771a80000,0x0000000771a80000,0x0000000772480000)
  166. ParOldGen total 169472K, used 2547K [0x00000006c9400000, 0x00000006d3980000, 0x000000076dc00000)
  167. object space 169472K, 1% used [0x00000006c9400000,0x00000006c967cef0,0x00000006d3980000)
  168. Metaspace used 16560K, capacity 16952K, committed 17152K, reserved 1064960K
  169. class space used 1902K, capacity 1981K, committed 2048K, reserved 1048576K
  170. Event: 3.775 GC heap after
  171. Heap after GC invocations=3 (full 0):
  172. PSYoungGen total 74240K, used 10216K [0x000000076dc00000, 0x0000000772e80000, 0x00000007c0000000)
  173. eden space 64000K, 0% used [0x000000076dc00000,0x000000076dc00000,0x0000000771a80000)
  174. from space 10240K, 99% used [0x0000000771a80000,0x000000077247a040,0x0000000772480000)
  175. to space 10240K, 0% used [0x0000000772480000,0x0000000772480000,0x0000000772e80000)
  176. ParOldGen total 169472K, used 7633K [0x00000006c9400000, 0x00000006d3980000, 0x000000076dc00000)
  177. object space 169472K, 4% used [0x00000006c9400000,0x00000006c9b74578,0x00000006d3980000)
  178. Metaspace used 16560K, capacity 16952K, committed 17152K, reserved 1064960K
  179. class space used 1902K, capacity 1981K, committed 2048K, reserved 1048576K
  180. }
  181. Event: 3.910 GC heap before
  182. {Heap before GC invocations=4 (full 0):
  183. PSYoungGen total 74240K, used 74216K [0x000000076dc00000, 0x0000000772e80000, 0x00000007c0000000)
  184. eden space 64000K, 100% used [0x000000076dc00000,0x0000000771a80000,0x0000000771a80000)
  185. from space 10240K, 99% used [0x0000000771a80000,0x000000077247a040,0x0000000772480000)
  186. to space 10240K, 0% used [0x0000000772480000,0x0000000772480000,0x0000000772e80000)
  187. ParOldGen total 169472K, used 7633K [0x00000006c9400000, 0x00000006d3980000, 0x000000076dc00000)
  188. object space 169472K, 4% used [0x00000006c9400000,0x00000006c9b74578,0x00000006d3980000)
  189. Metaspace used 16635K, capacity 17016K, committed 17152K, reserved 1064960K
  190. class space used 1902K, capacity 1981K, committed 2048K, reserved 1048576K
  191. Event: 3.926 GC heap after
  192. Heap after GC invocations=4 (full 0):
  193. PSYoungGen total 74240K, used 10232K [0x000000076dc00000, 0x0000000776d00000, 0x00000007c0000000)
  194. eden space 64000K, 0% used [0x000000076dc00000,0x000000076dc00000,0x0000000771a80000)
  195. from space 10240K, 99% used [0x0000000772480000,0x0000000772e7e050,0x0000000772e80000)
  196. to space 10240K, 0% used [0x0000000771a80000,0x0000000771a80000,0x0000000772480000)
  197. ParOldGen total 169472K, used 29691K [0x00000006c9400000, 0x00000006d3980000, 0x000000076dc00000)
  198. object space 169472K, 17% used [0x00000006c9400000,0x00000006cb0fede0,0x00000006d3980000)
  199. Metaspace used 16635K, capacity 17016K, committed 17152K, reserved 1064960K
  200. class space used 1902K, capacity 1981K, committed 2048K, reserved 1048576K
  201. }
  202. Event: 4.532 GC heap before
  203. {Heap before GC invocations=5 (full 0):
  204. PSYoungGen total 74240K, used 74232K [0x000000076dc00000, 0x0000000776d00000, 0x00000007c0000000)
  205. eden space 64000K, 100% used [0x000000076dc00000,0x0000000771a80000,0x0000000771a80000)
  206. from space 10240K, 99% used [0x0000000772480000,0x0000000772e7e050,0x0000000772e80000)
  207. to space 10240K, 0% used [0x0000000771a80000,0x0000000771a80000,0x0000000772480000)
  208. ParOldGen total 169472K, used 29691K [0x00000006c9400000, 0x00000006d3980000, 0x000000076dc00000)
  209. object space 169472K, 17% used [0x00000006c9400000,0x00000006cb0fede0,0x00000006d3980000)
  210. Metaspace used 17791K, capacity 18334K, committed 18560K, reserved 1064960K
  211. class space used 2027K, capacity 2138K, committed 2176K, reserved 1048576K
  212. Event: 4.541 GC heap after
  213. Heap after GC invocations=5 (full 0):
  214. PSYoungGen total 74240K, used 10216K [0x000000076dc00000, 0x0000000779500000, 0x00000007c0000000)
  215. eden space 64000K, 0% used [0x000000076dc00000,0x000000076dc00000,0x0000000771a80000)
  216. from space 10240K, 99% used [0x0000000771a80000,0x000000077247a020,0x0000000772480000)
  217. to space 30720K, 0% used [0x0000000777700000,0x0000000777700000,0x0000000779500000)
  218. ParOldGen total 169472K, used 38584K [0x00000006c9400000, 0x00000006d3980000, 0x000000076dc00000)
  219. object space 169472K, 22% used [0x00000006c9400000,0x00000006cb9ae3a8,0x00000006d3980000)
  220. Metaspace used 17791K, capacity 18334K, committed 18560K, reserved 1064960K
  221. class space used 2027K, capacity 2138K, committed 2176K, reserved 1048576K
  222. }
  223. Deoptimization events (10 events):
  224. Event: 4.290 Thread 0x0000027fb9775000 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0000027f9b894428 method=java.util.TimSort.binarySort([Ljava/lang/Object;IIILjava/util/Comparator;)V @ 215
  225. Event: 4.290 Thread 0x0000027fb9775000 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0000027f9b8944ec method=java.util.TimSort.binarySort([Ljava/lang/Object;IIILjava/util/Comparator;)V @ 193
  226. Event: 4.290 Thread 0x0000027fb9775000 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0000027f9b8944ec method=java.util.TimSort.binarySort([Ljava/lang/Object;IIILjava/util/Comparator;)V @ 193
  227. Event: 4.293 Thread 0x0000027fb9775000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000027f9b80f0b0 method=java.lang.ThreadLocal$ThreadLocalMap.getEntry(Ljava/lang/ThreadLocal;)Ljava/lang/ThreadLocal$ThreadLocalMap$Entry; @ 29
  228. Event: 4.294 Thread 0x0000027fb9775000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000027f9b5f1b1c method=org.eclipse.sisu.wire.EntryListAdapter$ValueIterator.next()Ljava/lang/Object; @ 4
  229. Event: 4.298 Thread 0x0000027fb9775000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000027f9b5f1b1c method=org.eclipse.sisu.wire.EntryListAdapter$ValueIterator.next()Ljava/lang/Object; @ 4
  230. Event: 4.471 Thread 0x0000027fb9bd8000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000027f9b5f1b1c method=org.eclipse.sisu.wire.EntryListAdapter$ValueIterator.next()Ljava/lang/Object; @ 4
  231. Event: 4.492 Thread 0x0000027fb98ca800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000027f9b63fb48 method=java.util.WeakHashMap.eq(Ljava/lang/Object;Ljava/lang/Object;)Z @ 7
  232. Event: 4.500 Thread 0x0000027fb98ca800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0000027f9b8baea8 method=java.util.TimSort.binarySort([Ljava/lang/Object;IIILjava/util/Comparator;)V @ 183
  233. Event: 4.500 Thread 0x0000027fb98ca800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0000027f9b8baea8 method=java.util.TimSort.binarySort([Ljava/lang/Object;IIILjava/util/Comparator;)V @ 183
  234. Classes redefined (0 events):
  235. No events
  236. Internal exceptions (10 events):
  237. Event: 1.444 Thread 0x0000027f98ee8800 Implicit null exception at 0x0000027f9adab116 to 0x0000027f9adab4a1
  238. Event: 1.491 Thread 0x0000027f98ee8800 Implicit null exception at 0x0000027f9ad6f9d6 to 0x0000027f9ad6fd5d
  239. Event: 2.214 Thread 0x0000027f98ee8800 Implicit null exception at 0x0000027f9b2cc039 to 0x0000027f9b2cd311
  240. Event: 3.724 Thread 0x0000027f98ee8800 Implicit null exception at 0x0000027f9b64a988 to 0x0000027f9b64ab89
  241. Event: 4.013 Thread 0x0000027fb9775000 Implicit null exception at 0x0000027f9b5676f6 to 0x0000027f9b568788
  242. Event: 4.015 Thread 0x0000027fb9bd8000 Implicit null exception at 0x0000027f9b5ce8e9 to 0x0000027f9b5cf5a1
  243. Event: 4.015 Thread 0x0000027fb9775000 Implicit null exception at 0x0000027f9b5ce8e9 to 0x0000027f9b5cf5a1
  244. Event: 4.042 Thread 0x0000027fb9bd8000 Implicit null exception at 0x0000027f9b38a46f to 0x0000027f9b38a9c9
  245. Event: 4.064 Thread 0x0000027fb9775000 Implicit null exception at 0x0000027f9b80b103 to 0x0000027f9b80b34d
  246. Event: 4.131 Thread 0x0000027fb9bd8000 Implicit null exception at 0x0000027f9b5b0517 to 0x0000027f9b5b0949
  247. Events (10 events):
  248. Event: 4.591 Thread 0x0000027fb6684800 flushing nmethod 0x0000027f9b379390
  249. Event: 4.591 Thread 0x0000027fb6684800 flushing nmethod 0x0000027f9b37a1d0
  250. Event: 4.591 Thread 0x0000027fb6684800 flushing nmethod 0x0000027f9b3a8550
  251. Event: 4.591 Thread 0x0000027fb6684800 flushing nmethod 0x0000027f9b40eb90
  252. Event: 4.591 Thread 0x0000027fb6684800 flushing nmethod 0x0000027f9b4106d0
  253. Event: 4.591 Thread 0x0000027fb6684800 flushing nmethod 0x0000027f9b41e890
  254. Event: 4.591 Thread 0x0000027fb6684800 flushing nmethod 0x0000027f9b4327d0
  255. Event: 4.591 Thread 0x0000027fb6684800 flushing nmethod 0x0000027f9b433350
  256. Event: 4.591 Thread 0x0000027fb6684800 flushing nmethod 0x0000027f9b43a990
  257. Event: 4.591 Thread 0x0000027fb6684800 flushing nmethod 0x0000027f9b447990
  258. Dynamic libraries:
  259. 0x00007ff7cebe0000 - 0x00007ff7cec27000 D:\Java\jdk\bin\java.exe
  260. 0x00007ffb277b0000 - 0x00007ffb279a8000 C:\Windows\SYSTEM32\ntdll.dll
  261. 0x00007ffb26650000 - 0x00007ffb2670f000 C:\Windows\System32\KERNEL32.DLL
  262. 0x00007ffb252c0000 - 0x00007ffb25592000 C:\Windows\System32\KERNELBASE.dll
  263. 0x00007ffb25dc0000 - 0x00007ffb25e6e000 C:\Windows\System32\ADVAPI32.dll
  264. 0x00007ffb262e0000 - 0x00007ffb2637e000 C:\Windows\System32\msvcrt.dll
  265. 0x00007ffb26570000 - 0x00007ffb2660c000 C:\Windows\System32\sechost.dll
  266. 0x00007ffb25fd0000 - 0x00007ffb260f5000 C:\Windows\System32\RPCRT4.dll
  267. 0x00007ffb26980000 - 0x00007ffb26b21000 C:\Windows\System32\USER32.dll
  268. 0x00007ffb25750000 - 0x00007ffb25772000 C:\Windows\System32\win32u.dll
  269. 0x00007ffb26160000 - 0x00007ffb2618b000 C:\Windows\System32\GDI32.dll
  270. 0x00007ffb255a0000 - 0x00007ffb256af000 C:\Windows\System32\gdi32full.dll
  271. 0x00007ffb256b0000 - 0x00007ffb2574d000 C:\Windows\System32\msvcp_win.dll
  272. 0x00007ffb24f50000 - 0x00007ffb25050000 C:\Windows\System32\ucrtbase.dll
  273. 0x00007ffb114b0000 - 0x00007ffb1174a000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.1110_none_60b5254171f9507e\COMCTL32.dll
  274. 0x00007ffb26610000 - 0x00007ffb26642000 C:\Windows\System32\IMM32.DLL
  275. 0x00007ffb0b570000 - 0x00007ffb0b585000 D:\Java\jdk\jre\bin\vcruntime140.dll
  276. 0x00007ffb00ca0000 - 0x00007ffb00d3b000 D:\Java\jdk\jre\bin\msvcp140.dll
  277. 0x0000000063490000 - 0x0000000063cfc000 D:\Java\jdk\jre\bin\server\jvm.dll
  278. 0x00007ffb264b0000 - 0x00007ffb264b8000 C:\Windows\System32\PSAPI.DLL
  279. 0x00007ffb1ae90000 - 0x00007ffb1aeb7000 C:\Windows\SYSTEM32\WINMM.dll
  280. 0x00007ffb074b0000 - 0x00007ffb074b9000 C:\Windows\SYSTEM32\WSOCK32.dll
  281. 0x00007ffb267e0000 - 0x00007ffb2684b000 C:\Windows\System32\WS2_32.dll
  282. 0x00007ffb1cd80000 - 0x00007ffb1cd8a000 C:\Windows\SYSTEM32\VERSION.dll
  283. 0x00007ffb22d60000 - 0x00007ffb22d72000 C:\Windows\SYSTEM32\kernel.appcore.dll
  284. 0x00007ffb18c80000 - 0x00007ffb18c90000 D:\Java\jdk\jre\bin\verify.dll
  285. 0x00007ffb0af20000 - 0x00007ffb0af4b000 D:\Java\jdk\jre\bin\java.dll
  286. 0x00007ffb00a50000 - 0x00007ffb00a82000 D:\Java\jdk\jre\bin\instrument.dll
  287. 0x00007ffb0b390000 - 0x00007ffb0b3a8000 D:\Java\jdk\jre\bin\zip.dll
  288. 0x00007ffb26b30000 - 0x00007ffb27274000 C:\Windows\System32\SHELL32.dll
  289. 0x00007ffb22f60000 - 0x00007ffb236f2000 C:\Windows\SYSTEM32\windows.storage.dll
  290. 0x00007ffb258a0000 - 0x00007ffb25bf5000 C:\Windows\System32\combase.dll
  291. 0x00007ffb24900000 - 0x00007ffb24930000 C:\Windows\SYSTEM32\Wldp.dll
  292. 0x00007ffb264c0000 - 0x00007ffb2656d000 C:\Windows\System32\SHCORE.dll
  293. 0x00007ffb26100000 - 0x00007ffb26155000 C:\Windows\System32\shlwapi.dll
  294. 0x00007ffb24de0000 - 0x00007ffb24dff000 C:\Windows\SYSTEM32\profapi.dll
  295. 0x00007ffb1b910000 - 0x00007ffb1b92a000 D:\java\IntelliJ IDEA 2021.2\bin\breakgen64.dll
  296. 0x00007ffb06510000 - 0x00007ffb0652c000 D:\java\jdk\jre\bin\net.dll
  297. 0x00007ffb24660000 - 0x00007ffb246ca000 C:\Windows\system32\mswsock.dll
  298. 0x00007ffb24850000 - 0x00007ffb24868000 C:\Windows\SYSTEM32\CRYPTSP.dll
  299. 0x00007ffb23f10000 - 0x00007ffb23f44000 C:\Windows\system32\rsaenh.dll
  300. 0x00007ffb25290000 - 0x00007ffb252b7000 C:\Windows\System32\bcrypt.dll
  301. 0x00007ffb24da0000 - 0x00007ffb24dce000 C:\Windows\SYSTEM32\USERENV.dll
  302. 0x00007ffb25050000 - 0x00007ffb250d2000 C:\Windows\System32\bcryptprimitives.dll
  303. 0x00007ffb24870000 - 0x00007ffb2487c000 C:\Windows\SYSTEM32\CRYPTBASE.dll
  304. 0x00007ffb24300000 - 0x00007ffb2433b000 C:\Windows\SYSTEM32\IPHLPAPI.DLL
  305. 0x00007ffb26970000 - 0x00007ffb26978000 C:\Windows\System32\NSI.dll
  306. 0x00007ffb1ce90000 - 0x00007ffb1cea7000 C:\Windows\SYSTEM32\dhcpcsvc6.DLL
  307. 0x00007ffb1ce70000 - 0x00007ffb1ce8d000 C:\Windows\SYSTEM32\dhcpcsvc.DLL
  308. 0x00007ffb24340000 - 0x00007ffb2440a000 C:\Windows\SYSTEM32\DNSAPI.dll
  309. 0x00007ffb064f0000 - 0x00007ffb06503000 D:\java\jdk\jre\bin\nio.dll
  310. 0x00007ffb1f0c0000 - 0x00007ffb1f0ca000 C:\Users\123\AppData\Local\Temp\jansi-1.17.1-7961775035360057183.dll
  311. 0x00007ffb18b40000 - 0x00007ffb18b4a000 C:\Users\123\AppData\Local\Temp\jansi-1.17.1-6507797196267770446.dll
  312. 0x00007ffb13cf0000 - 0x00007ffb13ed4000 C:\Windows\SYSTEM32\dbghelp.dll
  313. VM Arguments:
  314. jvm_args: -Dmaven.multiModuleProjectDirectory=D:\project\SD2 -Dmaven.home=D:\java\IntelliJ IDEA 2021.2\plugins\maven\lib\maven3 -Dclassworlds.conf=D:\java\IntelliJ IDEA 2021.2\plugins\maven\lib\maven3\bin\m2.conf -Dmaven.ext.class.path=D:\java\IntelliJ IDEA 2021.2\plugins\maven\lib\maven-event-listener.jar -javaagent:D:\java\IntelliJ IDEA 2021.2\lib\idea_rt.jar=58248:D:\java\IntelliJ IDEA 2021.2\bin -Dfile.encoding=UTF-8
  315. java_command: org.codehaus.classworlds.Launcher -Didea.version=2021.2 -T 8 clean
  316. java_class_path (initial): D:\java\IntelliJ IDEA 2021.2\plugins\maven\lib\maven3\boot\plexus-classworlds-2.6.0.jar;D:\java\IntelliJ IDEA 2021.2\plugins\maven\lib\maven3\boot\plexus-classworlds.license;D:\java\IntelliJ IDEA 2021.2\lib\idea_rt.jar
  317. Launcher Type: SUN_STANDARD
  318. Environment Variables:
  319. JAVA_HOME=D:\java\jdk
  320. PATH=D:\xshell\Xlpd 6\;D:\xshell\Xshell 6\;D:\xshell\Xmanager 6\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;D:\git\Git\cmd;C:\Program Files\PowerShell\7\;C:\Program Files\nodejs\;D:\svn\bin;D:\xshell\Xlpd 6\;D:\xshell\Xshell 6\;D:\xshell\Xmanager 6\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;D:\git\Git\cmd;C:\Program Files\PowerShell\7\;C:\Program Files\nodejs\;D:\svn\binC:\Users\123\AppData\Roaming\\Aria2\maria2c.exe;D:\vscode\Microsoft VS Code\bin;C:\ProgramData\Oracle\Java\javapath;D:\rocketMq\rocketmq-all-4.9.4-bin-release\bin;D:\java\maven\apache-maven-3.6.3\bin;D:\rabbitmq\erl10.4\\bin;
  321. USERNAME=123
  322. OS=Windows_NT
  323. PROCESSOR_IDENTIFIER=AMD64 Family 23 Model 96 Stepping 1, AuthenticAMD
  324. --------------- S Y S T E M ---------------
  325. OS: Windows 10.0 , 64 bit Build 19041 (10.0.19041.2364)
  326. CPU:total 16 (initial active 16) (16 cores per cpu, 1 threads per core) family 23 model 96 stepping 1, 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
  327. Memory: 4k page, physical 16168264k(1431140k free), swap 29779740k(5672k free)
  328. vm_info: Java HotSpot(TM) 64-Bit Server VM (25.261-b12) for windows-amd64 JRE (1.8.0_261-b12), built on Jun 18 2020 06:56:32 by "" with unknown MS VC++:1916
  329. time: Fri Feb 10 15:16:37 2023
  330. timezone: Öйú±ê׼ʱ¼ä
  331. elapsed time: 4 seconds (0d 0h 0m 4s)