爱简收旧衣按件回收后端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

325 lines
26 KiB

2 weeks ago
  1. #
  2. # There is insufficient memory for the Java Runtime Environment to continue.
  3. # Native memory allocation (malloc) failed to allocate 32744 bytes for ChunkPool::allocate
  4. # Possible reasons:
  5. # The system is out of physical RAM or swap space
  6. # In 32 bit mode, the process size limit was hit
  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. # Use 64 bit Java on a 64 bit OS
  12. # Decrease Java heap size (-Xmx/-Xms)
  13. # Decrease number of Java threads
  14. # Decrease Java thread stack sizes (-Xss)
  15. # Set larger code cache with -XX:ReservedCodeCacheSize=
  16. # This output file may be truncated or incomplete.
  17. #
  18. # Out of Memory Error (allocation.cpp:273), pid=7944, tid=0x0000000000007cb0
  19. #
  20. # JRE version: Java(TM) SE Runtime Environment (8.0_172-b11) (build 1.8.0_172-b11)
  21. # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.172-b11 mixed mode windows-amd64 compressed oops)
  22. # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
  23. #
  24. --------------- T H R E A D ---------------
  25. Current thread (0x0000000027ff3800): JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=31920, stack(0x0000000028830000,0x0000000028930000)]
  26. Stack: [0x0000000028830000,0x0000000028930000]
  27. [error occurred during error reporting (printing stack bounds), id 0xc0000005]
  28. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  29. Current CompileTask:
  30. C2: 112801 13506 ! 4 lombok.core.AST::buildWithField0 (121 bytes)
  31. --------------- P R O C E S S ---------------
  32. Java Threads: ( => current thread )
  33. 0x000000002982a000 JavaThread "Thread-2" daemon [_thread_blocked, id=22736, stack(0x000000002ad40000,0x000000002ae40000)]
  34. 0x0000000028052800 JavaThread "Service Thread" daemon [_thread_blocked, id=17604, stack(0x0000000028b70000,0x0000000028c70000)]
  35. 0x0000000028005800 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=34236, stack(0x0000000028a30000,0x0000000028b30000)]
  36. 0x0000000027ff9000 JavaThread "C2 CompilerThread2" daemon [_thread_in_native, id=1916, stack(0x0000000028930000,0x0000000028a30000)]
  37. =>0x0000000027ff3800 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=31920, stack(0x0000000028830000,0x0000000028930000)]
  38. 0x0000000027ff1800 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=24188, stack(0x0000000028730000,0x0000000028830000)]
  39. 0x0000000027fee800 JavaThread "Monitor Ctrl-Break" daemon [_thread_in_native, id=7692, stack(0x0000000028630000,0x0000000028730000)]
  40. 0x0000000027fbe000 JavaThread "Attach Listener" daemon [_thread_blocked, id=5112, stack(0x0000000028530000,0x0000000028630000)]
  41. 0x0000000027fbd000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=7496, stack(0x0000000028430000,0x0000000028530000)]
  42. 0x0000000027f50800 JavaThread "Finalizer" daemon [_thread_blocked, id=27924, stack(0x0000000028330000,0x0000000028430000)]
  43. 0x000000002605d000 JavaThread "Reference Handler" daemon [_thread_blocked, id=6456, stack(0x0000000027e30000,0x0000000027f30000)]
  44. 0x0000000003152800 JavaThread "main" [_thread_in_native, id=23932, stack(0x0000000002ee0000,0x0000000002fe0000)]
  45. Other Threads:
  46. 0x0000000026059000 VMThread [stack: 0x0000000027d30000,0x0000000027e30000] [id=1856]
  47. 0x00000000280d8000 WatcherThread [stack: 0x0000000028c70000,0x0000000028d70000] [id=34704]
  48. VM state:not at safepoint (normal execution)
  49. VM Mutex/Monitor currently owned by a thread: None
  50. Heap:
  51. PSYoungGen total 941568K, used 212479K [0x0000000717100000, 0x0000000760000000, 0x00000007c0000000)
  52. eden space 883200K, 17% used [0x0000000717100000,0x0000000720a317e0,0x000000074cf80000)
  53. from space 58368K, 95% used [0x000000074cf80000,0x00000007505ce630,0x0000000750880000)
  54. to space 74240K, 0% used [0x000000075b780000,0x000000075b780000,0x0000000760000000)
  55. ParOldGen total 322048K, used 252925K [0x00000005c5200000, 0x00000005d8c80000, 0x0000000717100000)
  56. object space 322048K, 78% used [0x00000005c5200000,0x00000005d48ff668,0x00000005d8c80000)
  57. Metaspace used 47466K, capacity 49570K, committed 49664K, reserved 1093632K
  58. class space used 5344K, capacity 5835K, committed 5888K, reserved 1048576K
  59. Card table byte_map: [0x0000000012610000,0x00000000135f0000] byte_map_base: 0x000000000f7e7000
  60. Marking Bits: (ParMarkBitMap*) 0x0000000072b43c10
  61. Begin Bits: [0x0000000014880000, 0x000000001c738000)
  62. End Bits: [0x000000001c738000, 0x00000000245f0000)
  63. Polling page: 0x0000000001300000
  64. CodeCache: size=245760Kb used=47871Kb max_used=47883Kb free=197888Kb
  65. bounds [0x0000000003250000, 0x0000000006150000, 0x0000000012250000]
  66. total_blobs=10968 nmethods=10487 adapters=391
  67. compilation: enabled
  68. Compilation events (10 events):
  69. Event: 112.550 Thread 0x0000000028005800 13507 3 lombok.core.configuration.FileSystemSourceCache::ensureContent (48 bytes)
  70. Event: 112.550 Thread 0x0000000028005800 nmethod 13507 0x000000000612e510 code [0x000000000612e6e0, 0x000000000612ee68]
  71. Event: 112.550 Thread 0x0000000028005800 13508 3 lombok.core.configuration.ConfigurationFile$RegularConfigurationFile::parent (24 bytes)
  72. Event: 112.550 Thread 0x0000000028005800 nmethod 13508 0x000000000613d8d0 code [0x000000000613dae0, 0x000000000613e4e8]
  73. Event: 112.550 Thread 0x0000000028005800 13512 3 lombok.core.configuration.ConfigurationFile::equals (24 bytes)
  74. Event: 112.550 Thread 0x0000000028005800 nmethod 13512 0x000000000613d210 code [0x000000000613d380, 0x000000000613d7c8]
  75. Event: 112.563 Thread 0x0000000027ff3800 nmethod 13490 0x0000000006141910 code [0x0000000006141dc0, 0x0000000006143428]
  76. Event: 112.564 Thread 0x0000000027ff3800 13502 4 lombok.core.AST::fieldsOf (69 bytes)
  77. Event: 112.566 Thread 0x0000000027ff3800 nmethod 13502 0x000000000613fc10 code [0x000000000613fd80, 0x0000000006140058]
  78. Event: 112.566 Thread 0x0000000027ff3800 13506 ! 4 lombok.core.AST::buildWithField0 (121 bytes)
  79. GC Heap History (10 events):
  80. Event: 69.015 GC heap before
  81. {Heap before GC invocations=15 (full 2):
  82. PSYoungGen total 721408K, used 721403K [0x0000000717100000, 0x0000000759800000, 0x00000007c0000000)
  83. eden space 689152K, 100% used [0x0000000717100000,0x0000000741200000,0x0000000741200000)
  84. from space 32256K, 99% used [0x0000000745100000,0x000000074707ee18,0x0000000747080000)
  85. to space 64512K, 0% used [0x0000000741200000,0x0000000741200000,0x0000000745100000)
  86. ParOldGen total 322048K, used 142732K [0x00000005c5200000, 0x00000005d8c80000, 0x0000000717100000)
  87. object space 322048K, 44% used [0x00000005c5200000,0x00000005cdd63198,0x00000005d8c80000)
  88. Metaspace used 43589K, capacity 45472K, committed 45696K, reserved 1089536K
  89. class space used 4968K, capacity 5414K, committed 5504K, reserved 1048576K
  90. Event: 69.037 GC heap after
  91. Heap after GC invocations=15 (full 2):
  92. PSYoungGen total 753664K, used 25705K [0x0000000717100000, 0x0000000756080000, 0x00000007c0000000)
  93. eden space 689152K, 0% used [0x0000000717100000,0x0000000717100000,0x0000000741200000)
  94. from space 64512K, 39% used [0x0000000741200000,0x0000000742b1a6a0,0x0000000745100000)
  95. to space 61440K, 0% used [0x0000000752480000,0x0000000752480000,0x0000000756080000)
  96. ParOldGen total 322048K, used 169648K [0x00000005c5200000, 0x00000005d8c80000, 0x0000000717100000)
  97. object space 322048K, 52% used [0x00000005c5200000,0x00000005cf7ac2b8,0x00000005d8c80000)
  98. Metaspace used 43589K, capacity 45472K, committed 45696K, reserved 1089536K
  99. class space used 4968K, capacity 5414K, committed 5504K, reserved 1048576K
  100. }
  101. Event: 82.887 GC heap before
  102. {Heap before GC invocations=16 (full 2):
  103. PSYoungGen total 753664K, used 714857K [0x0000000717100000, 0x0000000756080000, 0x00000007c0000000)
  104. eden space 689152K, 100% used [0x0000000717100000,0x0000000741200000,0x0000000741200000)
  105. from space 64512K, 39% used [0x0000000741200000,0x0000000742b1a6a0,0x0000000745100000)
  106. to space 61440K, 0% used [0x0000000752480000,0x0000000752480000,0x0000000756080000)
  107. ParOldGen total 322048K, used 169648K [0x00000005c5200000, 0x00000005d8c80000, 0x0000000717100000)
  108. object space 322048K, 52% used [0x00000005c5200000,0x00000005cf7ac2b8,0x00000005d8c80000)
  109. Metaspace used 44015K, capacity 45862K, committed 46208K, reserved 1089536K
  110. class space used 4986K, capacity 5415K, committed 5504K, reserved 1048576K
  111. Event: 82.904 GC heap after
  112. Heap after GC invocations=16 (full 2):
  113. PSYoungGen total 912896K, used 26934K [0x0000000717100000, 0x0000000754180000, 0x00000007c0000000)
  114. eden space 883200K, 0% used [0x0000000717100000,0x0000000717100000,0x000000074cf80000)
  115. from space 29696K, 90% used [0x0000000752480000,0x0000000753ecd808,0x0000000754180000)
  116. to space 58368K, 0% used [0x000000074cf80000,0x000000074cf80000,0x0000000750880000)
  117. ParOldGen total 322048K, used 185275K [0x00000005c5200000, 0x00000005d8c80000, 0x0000000717100000)
  118. object space 322048K, 57% used [0x00000005c5200000,0x00000005d06eec40,0x00000005d8c80000)
  119. Metaspace used 44015K, capacity 45862K, committed 46208K, reserved 1089536K
  120. class space used 4986K, capacity 5415K, committed 5504K, reserved 1048576K
  121. }
  122. Event: 94.148 GC heap before
  123. {Heap before GC invocations=17 (full 2):
  124. PSYoungGen total 912896K, used 910134K [0x0000000717100000, 0x0000000754180000, 0x00000007c0000000)
  125. eden space 883200K, 100% used [0x0000000717100000,0x000000074cf80000,0x000000074cf80000)
  126. from space 29696K, 90% used [0x0000000752480000,0x0000000753ecd808,0x0000000754180000)
  127. to space 58368K, 0% used [0x000000074cf80000,0x000000074cf80000,0x0000000750880000)
  128. ParOldGen total 322048K, used 185275K [0x00000005c5200000, 0x00000005d8c80000, 0x0000000717100000)
  129. object space 322048K, 57% used [0x00000005c5200000,0x00000005d06eec40,0x00000005d8c80000)
  130. Metaspace used 44306K, capacity 46256K, committed 46464K, reserved 1089536K
  131. class space used 5006K, capacity 5460K, committed 5504K, reserved 1048576K
  132. Event: 94.188 GC heap after
  133. Heap after GC invocations=17 (full 2):
  134. PSYoungGen total 941568K, used 58342K [0x0000000717100000, 0x0000000754180000, 0x00000007c0000000)
  135. eden space 883200K, 0% used [0x0000000717100000,0x0000000717100000,0x000000074cf80000)
  136. from space 58368K, 99% used [0x000000074cf80000,0x0000000750879a80,0x0000000750880000)
  137. to space 29696K, 0% used [0x0000000752480000,0x0000000752480000,0x0000000754180000)
  138. ParOldGen total 322048K, used 190166K [0x00000005c5200000, 0x00000005d8c80000, 0x0000000717100000)
  139. object space 322048K, 59% used [0x00000005c5200000,0x00000005d0bb58f0,0x00000005d8c80000)
  140. Metaspace used 44306K, capacity 46256K, committed 46464K, reserved 1089536K
  141. class space used 5006K, capacity 5460K, committed 5504K, reserved 1048576K
  142. }
  143. Event: 96.028 GC heap before
  144. {Heap before GC invocations=18 (full 2):
  145. PSYoungGen total 941568K, used 941542K [0x0000000717100000, 0x0000000754180000, 0x00000007c0000000)
  146. eden space 883200K, 100% used [0x0000000717100000,0x000000074cf80000,0x000000074cf80000)
  147. from space 58368K, 99% used [0x000000074cf80000,0x0000000750879a80,0x0000000750880000)
  148. to space 29696K, 0% used [0x0000000752480000,0x0000000752480000,0x0000000754180000)
  149. ParOldGen total 322048K, used 190166K [0x00000005c5200000, 0x00000005d8c80000, 0x0000000717100000)
  150. object space 322048K, 59% used [0x00000005c5200000,0x00000005d0bb58f0,0x00000005d8c80000)
  151. Metaspace used 45908K, capacity 47854K, committed 48128K, reserved 1091584K
  152. class space used 5178K, capacity 5625K, committed 5632K, reserved 1048576K
  153. Event: 96.062 GC heap after
  154. Heap after GC invocations=18 (full 2):
  155. PSYoungGen total 912896K, used 9598K [0x0000000717100000, 0x0000000754180000, 0x00000007c0000000)
  156. eden space 883200K, 0% used [0x0000000717100000,0x0000000717100000,0x000000074cf80000)
  157. from space 29696K, 32% used [0x0000000752480000,0x0000000752ddfbb8,0x0000000754180000)
  158. to space 58368K, 0% used [0x000000074cf80000,0x000000074cf80000,0x0000000750880000)
  159. ParOldGen total 322048K, used 245084K [0x00000005c5200000, 0x00000005d8c80000, 0x0000000717100000)
  160. object space 322048K, 76% used [0x00000005c5200000,0x00000005d4157108,0x00000005d8c80000)
  161. Metaspace used 45908K, capacity 47854K, committed 48128K, reserved 1091584K
  162. class space used 5178K, capacity 5625K, committed 5632K, reserved 1048576K
  163. }
  164. Event: 108.772 GC heap before
  165. {Heap before GC invocations=19 (full 2):
  166. PSYoungGen total 912896K, used 892798K [0x0000000717100000, 0x0000000754180000, 0x00000007c0000000)
  167. eden space 883200K, 100% used [0x0000000717100000,0x000000074cf80000,0x000000074cf80000)
  168. from space 29696K, 32% used [0x0000000752480000,0x0000000752ddfbb8,0x0000000754180000)
  169. to space 58368K, 0% used [0x000000074cf80000,0x000000074cf80000,0x0000000750880000)
  170. ParOldGen total 322048K, used 245084K [0x00000005c5200000, 0x00000005d8c80000, 0x0000000717100000)
  171. object space 322048K, 76% used [0x00000005c5200000,0x00000005d4157108,0x00000005d8c80000)
  172. Metaspace used 46255K, capacity 48208K, committed 48512K, reserved 1091584K
  173. class space used 5196K, capacity 5659K, committed 5760K, reserved 1048576K
  174. Event: 108.792 GC heap after
  175. Heap after GC invocations=19 (full 2):
  176. PSYoungGen total 941568K, used 55609K [0x0000000717100000, 0x0000000760000000, 0x00000007c0000000)
  177. eden space 883200K, 0% used [0x0000000717100000,0x0000000717100000,0x000000074cf80000)
  178. from space 58368K, 95% used [0x000000074cf80000,0x00000007505ce630,0x0000000750880000)
  179. to space 74240K, 0% used [0x000000075b780000,0x000000075b780000,0x0000000760000000)
  180. ParOldGen total 322048K, used 252925K [0x00000005c5200000, 0x00000005d8c80000, 0x0000000717100000)
  181. object space 322048K, 78% used [0x00000005c5200000,0x00000005d48ff668,0x00000005d8c80000)
  182. Metaspace used 46255K, capacity 48208K, committed 48512K, reserved 1091584K
  183. class space used 5196K, capacity 5659K, committed 5760K, reserved 1048576K
  184. }
  185. Deoptimization events (10 events):
  186. Event: 110.815 Thread 0x0000000003152800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000003d39b4c method=com.sun.tools.javac.code.Symbol.flatName()Lcom/sun/tools/javac/util/Name; @ 1
  187. Event: 110.815 Thread 0x0000000003152800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00000000035ec138 method=com.sun.tools.javac.code.Symbol$TypeSymbol.formFlatName(Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/util/Name; @ 54
  188. Event: 110.815 Thread 0x0000000003152800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000003d39b4c method=com.sun.tools.javac.code.Symbol.flatName()Lcom/sun/tools/javac/util/Name; @ 1
  189. Event: 110.815 Thread 0x0000000003152800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000003d39b4c method=com.sun.tools.javac.code.Symbol.flatName()Lcom/sun/tools/javac/util/Name; @ 1
  190. Event: 110.815 Thread 0x0000000003152800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00000000035ec138 method=com.sun.tools.javac.code.Symbol$TypeSymbol.formFlatName(Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/util/Name; @ 54
  191. Event: 110.851 Thread 0x0000000003152800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003a96100 method=com.sun.tools.javac.file.RegularFileObject.inferBinaryName(Ljava/lang/Iterable;)Ljava/lang/String; @ 105
  192. Event: 110.878 Thread 0x0000000003152800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000451b4fc method=com.sun.tools.javac.jvm.ClassReader.fillIn(Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)V @ 133
  193. Event: 112.568 Thread 0x0000000003152800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00000000035ec138 method=com.sun.tools.javac.code.Symbol$TypeSymbol.formFlatName(Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/util/Name; @ 54
  194. Event: 112.583 Thread 0x0000000003152800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000451b4fc method=com.sun.tools.javac.jvm.ClassReader.fillIn(Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)V @ 133
  195. Event: 112.743 Thread 0x0000000003152800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000451b4fc method=com.sun.tools.javac.jvm.ClassReader.fillIn(Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)V @ 133
  196. Classes redefined (0 events):
  197. No events
  198. Internal exceptions (10 events):
  199. Event: 110.493 Thread 0x0000000003152800 Exception <a 'java/security/PrivilegedActionException'> (0x000000071a447be8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u172\10810\hotspot\src\share\vm\prims\jvm.cpp, line 1435]
  200. Event: 110.493 Thread 0x0000000003152800 Exception <a 'java/security/PrivilegedActionException'> (0x000000071a447fe0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u172\10810\hotspot\src\share\vm\prims\jvm.cpp, line 1435]
  201. Event: 110.493 Thread 0x0000000003152800 Exception <a 'java/security/PrivilegedActionException'> (0x000000071a4497d0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u172\10810\hotspot\src\share\vm\prims\jvm.cpp, line 1435]
  202. Event: 110.493 Thread 0x0000000003152800 Exception <a 'java/security/PrivilegedActionException'> (0x000000071a449bc8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u172\10810\hotspot\src\share\vm\prims\jvm.cpp, line 1435]
  203. Event: 110.572 Thread 0x0000000003152800 Exception <a 'java/io/FileNotFoundException'> (0x000000071a59a4f0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u172\10810\hotspot\src\share\vm\prims\jni.cpp, line 709]
  204. Event: 110.574 Thread 0x0000000003152800 Exception <a 'java/io/FileNotFoundException'> (0x000000071a59be10) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u172\10810\hotspot\src\share\vm\prims\jni.cpp, line 709]
  205. Event: 110.733 Thread 0x0000000003152800 Exception <a 'java/io/FileNotFoundException'> (0x000000071a6bd510) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u172\10810\hotspot\src\share\vm\prims\jni.cpp, line 709]
  206. Event: 110.733 Thread 0x0000000003152800 Exception <a 'java/io/FileNotFoundException'> (0x000000071a6be338) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u172\10810\hotspot\src\share\vm\prims\jni.cpp, line 709]
  207. Event: 110.733 Thread 0x0000000003152800 Exception <a 'java/io/FileNotFoundException'> (0x000000071a6bf1a0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u172\10810\hotspot\src\share\vm\prims\jni.cpp, line 709]
  208. Event: 110.734 Thread 0x0000000003152800 Exception <a 'java/io/FileNotFoundException'> (0x000000071a6c0018) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u172\10810\hotspot\src\share\vm\prims\jni.cpp, line 709]
  209. Events (10 events):
  210. Event: 112.555 loading class lombok/launch/AnnotationProcessorHider$ClaimingProcessor done
  211. Event: 112.568 Thread 0x0000000003152800 Uncommon trap: trap_request=0xffffffc6 fr.pc=0x00000000035ec138
  212. Event: 112.568 Thread 0x0000000003152800 DEOPT PACKING pc=0x00000000035ec138 sp=0x0000000002fdd220
  213. Event: 112.568 Thread 0x0000000003152800 DEOPT UNPACKING pc=0x000000000329583b sp=0x0000000002fdd170 mode 2
  214. Event: 112.583 Thread 0x0000000003152800 Uncommon trap: trap_request=0xffffffde fr.pc=0x000000000451b4fc
  215. Event: 112.583 Thread 0x0000000003152800 DEOPT PACKING pc=0x000000000451b4fc sp=0x0000000002fdd0d0
  216. Event: 112.583 Thread 0x0000000003152800 DEOPT UNPACKING pc=0x000000000329583b sp=0x0000000002fdd110 mode 2
  217. Event: 112.743 Thread 0x0000000003152800 Uncommon trap: trap_request=0xffffffde fr.pc=0x000000000451b4fc
  218. Event: 112.743 Thread 0x0000000003152800 DEOPT PACKING pc=0x000000000451b4fc sp=0x0000000002fdd0d0
  219. Event: 112.743 Thread 0x0000000003152800 DEOPT UNPACKING pc=0x000000000329583b sp=0x0000000002fdd110 mode 2
  220. Dynamic libraries:
  221. 0x00007ff6ab610000 - 0x00007ff6ab647000 C:\Program Files\Java\jdk1.8.0_172\bin\java.exe
  222. 0x00007ffb79670000 - 0x00007ffb79868000 C:\Windows\SYSTEM32\ntdll.dll
  223. 0x00007ffb77690000 - 0x00007ffb77752000 C:\Windows\System32\KERNEL32.DLL
  224. 0x00007ffb76fe0000 - 0x00007ffb772de000 C:\Windows\System32\KERNELBASE.dll
  225. 0x00007ffb79570000 - 0x00007ffb79622000 C:\Windows\System32\ADVAPI32.dll
  226. 0x00007ffb792c0000 - 0x00007ffb7935e000 C:\Windows\System32\msvcrt.dll
  227. 0x00007ffb777e0000 - 0x00007ffb77880000 C:\Windows\System32\sechost.dll
  228. 0x00007ffb779a0000 - 0x00007ffb77ac3000 C:\Windows\System32\RPCRT4.dll
  229. 0x00007ffb76f80000 - 0x00007ffb76fa7000 C:\Windows\System32\bcrypt.dll
  230. 0x00007ffb78470000 - 0x00007ffb7860d000 C:\Windows\System32\USER32.dll
  231. 0x00007ffb76fb0000 - 0x00007ffb76fd2000 C:\Windows\System32\win32u.dll
  232. 0x00007ffb78b90000 - 0x00007ffb78bbb000 C:\Windows\System32\GDI32.dll
  233. 0x00007ffb76e60000 - 0x00007ffb76f77000 C:\Windows\System32\gdi32full.dll
  234. 0x00007ffb772e0000 - 0x00007ffb7737d000 C:\Windows\System32\msvcp_win.dll
  235. 0x00007ffb774e0000 - 0x00007ffb775e0000 C:\Windows\System32\ucrtbase.dll
  236. 0x00007ffb64330000 - 0x00007ffb645ca000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.4355_none_60b8b9eb71f62e16\COMCTL32.dll
  237. 0x00007ffb78ab0000 - 0x00007ffb78adf000 C:\Windows\System32\IMM32.DLL
  238. 0x0000000072bd0000 - 0x0000000072ca2000 C:\Program Files\Java\jdk1.8.0_172\jre\bin\msvcr100.dll
  239. 0x0000000072320000 - 0x0000000072bc3000 C:\Program Files\Java\jdk1.8.0_172\jre\bin\server\jvm.dll
  240. 0x00007ffb777d0000 - 0x00007ffb777d8000 C:\Windows\System32\PSAPI.DLL
  241. 0x00007ffb64070000 - 0x00007ffb64097000 C:\Windows\SYSTEM32\WINMM.dll
  242. 0x00007ffb72d20000 - 0x00007ffb72d2a000 C:\Windows\SYSTEM32\VERSION.dll
  243. 0x00007ffb6e140000 - 0x00007ffb6e149000 C:\Windows\SYSTEM32\WSOCK32.dll
  244. 0x00007ffb78c20000 - 0x00007ffb78c8b000 C:\Windows\System32\WS2_32.dll
  245. 0x0000000072310000 - 0x000000007231f000 C:\Program Files\Java\jdk1.8.0_172\jre\bin\verify.dll
  246. 0x00000000722e0000 - 0x0000000072309000 C:\Program Files\Java\jdk1.8.0_172\jre\bin\java.dll
  247. 0x0000000072260000 - 0x0000000072283000 C:\Program Files\Java\jdk1.8.0_172\jre\bin\instrument.dll
  248. 0x0000000072240000 - 0x0000000072256000 C:\Program Files\Java\jdk1.8.0_172\jre\bin\zip.dll
  249. 0x00007ffb77b80000 - 0x00007ffb782ef000 C:\Windows\System32\SHELL32.dll
  250. 0x00007ffb74ae0000 - 0x00007ffb75284000 C:\Windows\SYSTEM32\windows.storage.dll
  251. 0x00007ffb78670000 - 0x00007ffb789c3000 C:\Windows\System32\combase.dll
  252. 0x00007ffb76670000 - 0x00007ffb7669e000 C:\Windows\SYSTEM32\Wldp.dll
  253. 0x00007ffb782f0000 - 0x00007ffb783bd000 C:\Windows\System32\OLEAUT32.dll
  254. 0x00007ffb77ad0000 - 0x00007ffb77b7d000 C:\Windows\System32\SHCORE.dll
  255. 0x00007ffb77760000 - 0x00007ffb777b5000 C:\Windows\System32\shlwapi.dll
  256. 0x00007ffb76c40000 - 0x00007ffb76c64000 C:\Windows\SYSTEM32\profapi.dll
  257. 0x00007ffb6e2a0000 - 0x00007ffb6e2ba000 D:\MyApplication\idea\IntelliJ\bin\breakgen64.dll
  258. 0x0000000072210000 - 0x000000007222a000 C:\Program Files\Java\jdk1.8.0_172\jre\bin\net.dll
  259. 0x00007ffb763d0000 - 0x00007ffb7643a000 C:\Windows\system32\mswsock.dll
  260. 0x00000000721e0000 - 0x00000000721f1000 C:\Program Files\Java\jdk1.8.0_172\jre\bin\nio.dll
  261. 0x00007ffb51e50000 - 0x00007ffb51e74000 C:\Users\Administrator\AppData\Local\Temp\jansi-2.4.1-e760ae371c271956-jansi.dll
  262. 0x0000000072200000 - 0x000000007220d000 C:\Program Files\Java\jdk1.8.0_172\jre\bin\management.dll
  263. 0x00007ffb5e310000 - 0x00007ffb5e327000 C:\Windows\system32\napinsp.dll
  264. 0x00007ffb5e2f0000 - 0x00007ffb5e30b000 C:\Windows\system32\pnrpnsp.dll
  265. 0x00007ffb5e2d0000 - 0x00007ffb5e2e5000 C:\Windows\system32\wshbth.dll
  266. 0x00007ffb72950000 - 0x00007ffb7296d000 C:\Windows\system32\NLAapi.dll
  267. 0x00007ffb760b0000 - 0x00007ffb760eb000 C:\Windows\SYSTEM32\IPHLPAPI.DLL
  268. 0x00007ffb760f0000 - 0x00007ffb761ba000 C:\Windows\SYSTEM32\DNSAPI.dll
  269. 0x00007ffb777c0000 - 0x00007ffb777c8000 C:\Windows\System32\NSI.dll
  270. 0x00007ffb5e1a0000 - 0x00007ffb5e1b2000 C:\Windows\System32\winrnr.dll
  271. 0x00007ffb6f950000 - 0x00007ffb6f95a000 C:\Windows\System32\rasadhlp.dll
  272. 0x00007ffb6f780000 - 0x00007ffb6f800000 C:\Windows\System32\fwpuclnt.dll
  273. VM Arguments:
  274. jvm_args: -Dmaven.multiModuleProjectDirectory=F:\java_work\my_work\recycle-admin\recycle-admin -Djansi.passthrough=true -Dmaven.home=D:\MyApplication\idea\IntelliJ\plugins\maven\lib\maven3 -Dclassworlds.conf=D:\MyApplication\idea\IntelliJ\plugins\maven\lib\maven3\bin\m2.conf -Dmaven.ext.class.path=D:\MyApplication\idea\IntelliJ\plugins\maven\lib\maven-event-listener.jar -javaagent:D:\MyApplication\idea\IntelliJ\lib\idea_rt.jar=63431:D:\MyApplication\idea\IntelliJ\bin -Dfile.encoding=UTF-8
  275. java_command: org.codehaus.classworlds.Launcher -Didea.version=2024.2.3 install
  276. java_class_path (initial): D:\MyApplication\idea\IntelliJ\plugins\maven\lib\maven3\boot\plexus-classworlds-2.8.0.jar;D:\MyApplication\idea\IntelliJ\plugins\maven\lib\maven3\boot\plexus-classworlds.license;D:\MyApplication\idea\IntelliJ\lib\idea_rt.jar
  277. Launcher Type: SUN_STANDARD
  278. Environment Variables:
  279. PATH=C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;D:\MyApplication\Git\cmd;C:\Program Files\TortoiseGit\bin;D:\΢��web�����߹���\dll;C:\Program Files (x86)\Tencent\΢��web�����߹���\dll;C:\Users\Administrator\AppData\Local\nvm;C:\Program Files\nodejs20;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;C:\Users\Administrator\AppData\Local\nvm;C:\Program Files\nodejs20;C:\Users\Administrator\AppData\Roaming\npm;F:\tools\apache-maven-3.8.1\bin;
  280. USERNAME=Administrator
  281. OS=Windows_NT
  282. PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 158 Stepping 13, GenuineIntel
  283. --------------- S Y S T E M ---------------
  284. OS: Windows 10.0 , 64 bit Build 19041 (10.0.19041.4957)
  285. CPU:total 8 (initial active 8) (8 cores per cpu, 1 threads per core) family 6 model 158 stepping 13, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, rtm, 3dnowpref, lzcnt, tsc, tscinvbit, bmi1, bmi2, adx
  286. Memory: 4k page, physical 33216476k(3999932k free), swap 46323672k(6108k free)
  287. vm_info: Java HotSpot(TM) 64-Bit Server VM (25.172-b11) for windows-amd64 JRE (1.8.0_172-b11), built on Mar 28 2018 21:21:52 by "java_re" with MS VC++ 10.0 (VS2010)
  288. time: Wed May 21 00:47:25 2025
  289. elapsed time: 112 seconds (0d 0h 1m 52s)