hs_err_pid36276.log 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  1. #
  2. # There is insufficient memory for the Java Runtime Environment to continue.
  3. # Native memory allocation (malloc) failed to allocate 484640 bytes for Chunk::new
  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:390), pid=36276, tid=0x000000000000b0f4
  19. #
  20. # JRE version: Java(TM) SE Runtime Environment (8.0_131-b11) (build 1.8.0_131-b11)
  21. # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.131-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 (0x000000001ec5c800): JavaThread "C2 CompilerThread2" daemon [_thread_in_native, id=45300, stack(0x000000001f590000,0x000000001f690000)]
  26. Stack: [0x000000001f590000,0x000000001f690000]
  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: 13728 7460 4 com.sun.tools.javac.jvm.ClassReader::readClass (474 bytes)
  31. --------------- P R O C E S S ---------------
  32. Java Threads: ( => current thread )
  33. 0x000000001ed0c000 JavaThread "Service Thread" daemon [_thread_blocked, id=46008, stack(0x000000001f790000,0x000000001f890000)]
  34. 0x000000001ec61800 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=888, stack(0x000000001f690000,0x000000001f790000)]
  35. =>0x000000001ec5c800 JavaThread "C2 CompilerThread2" daemon [_thread_in_native, id=45300, stack(0x000000001f590000,0x000000001f690000)]
  36. 0x000000001ec5a000 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=37036, stack(0x000000001f490000,0x000000001f590000)]
  37. 0x000000001ec39000 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=33500, stack(0x000000001f390000,0x000000001f490000)]
  38. 0x000000001ec38000 JavaThread "Monitor Ctrl-Break" daemon [_thread_in_native, id=27184, stack(0x000000001f290000,0x000000001f390000)]
  39. 0x000000001ec1c800 JavaThread "Attach Listener" daemon [_thread_blocked, id=31736, stack(0x000000001f190000,0x000000001f290000)]
  40. 0x000000001ebca000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=44912, stack(0x000000001f090000,0x000000001f190000)]
  41. 0x000000001ebb0800 JavaThread "Finalizer" daemon [_thread_blocked, id=34240, stack(0x000000001ef90000,0x000000001f090000)]
  42. 0x000000001ccbd000 JavaThread "Reference Handler" daemon [_thread_blocked, id=38772, stack(0x000000001ea90000,0x000000001eb90000)]
  43. 0x000000000303e800 JavaThread "main" [_thread_in_native, id=9208, stack(0x0000000002e40000,0x0000000002f40000)]
  44. Other Threads:
  45. 0x000000001ccb9000 VMThread [stack: 0x000000001e990000,0x000000001ea90000] [id=30008]
  46. 0x000000001ed13800 WatcherThread [stack: 0x000000001f890000,0x000000001f990000] [id=33136]
  47. VM state:not at safepoint (normal execution)
  48. VM Mutex/Monitor currently owned by a thread: None
  49. Heap:
  50. PSYoungGen total 501248K, used 205891K [0x000000076b000000, 0x0000000794100000, 0x00000007c0000000)
  51. eden space 470528K, 37% used [0x000000076b000000,0x0000000775b9b328,0x0000000787b80000)
  52. from space 30720K, 98% used [0x0000000787b80000,0x00000007898f5b00,0x0000000789980000)
  53. to space 34816K, 0% used [0x0000000791f00000,0x0000000791f00000,0x0000000794100000)
  54. ParOldGen total 213504K, used 88333K [0x00000006c1000000, 0x00000006ce080000, 0x000000076b000000)
  55. object space 213504K, 41% used [0x00000006c1000000,0x00000006c6643610,0x00000006ce080000)
  56. Metaspace used 31197K, capacity 32024K, committed 32256K, reserved 1077248K
  57. class space used 3542K, capacity 3744K, committed 3840K, reserved 1048576K
  58. Card table byte_map: [0x0000000012600000,0x0000000012e00000] byte_map_base: 0x000000000eff8000
  59. Marking Bits: (ParMarkBitMap*) 0x000000005892c720
  60. Begin Bits: [0x0000000013b50000, 0x0000000017b10000)
  61. End Bits: [0x0000000017b10000, 0x000000001bad0000)
  62. Polling page: 0x0000000001260000
  63. CodeCache: size=245760Kb used=25595Kb max_used=25595Kb free=220164Kb
  64. bounds [0x0000000003240000, 0x0000000004b60000, 0x0000000012240000]
  65. total_blobs=6799 nmethods=6326 adapters=384
  66. compilation: enabled
  67. Compilation events (10 events):
  68. Event: 13.688 Thread 0x000000001ec39000 nmethod 7466 0x0000000004b54dd0 code [0x0000000004b54fa0, 0x0000000004b55bd8]
  69. Event: 13.688 Thread 0x000000001ec39000 7468 ! 4 com.sun.tools.javac.code.Types$MembersClosureCache::visitClassType (216 bytes)
  70. Event: 13.690 Thread 0x000000001ec61800 7478 3 com.sun.tools.javac.code.Type::getModelType (2 bytes)
  71. Event: 13.690 Thread 0x000000001ec61800 nmethod 7478 0x0000000004b2f210 code [0x0000000004b2f360, 0x0000000004b2f4b0]
  72. Event: 13.695 Thread 0x000000001ec61800 7481 3 com.sun.tools.javac.code.Attribute$Class::accept (8 bytes)
  73. Event: 13.695 Thread 0x000000001ec61800 nmethod 7481 0x0000000004b409d0 code [0x0000000004b40b40, 0x0000000004b40d68]
  74. Event: 13.695 Thread 0x000000001ec61800 7482 3 com.sun.tools.javac.jvm.ClassReader$AnnotationDeproxy::visitClass (6 bytes)
  75. Event: 13.696 Thread 0x000000001ec61800 nmethod 7482 0x0000000004b40690 code [0x0000000004b407e0, 0x0000000004b40950]
  76. Event: 13.708 Thread 0x000000001ec61800 7488 2 com.sun.tools.javac.comp.Attr$TypeAnnotationsValidator::visitMethodDef (157 bytes)
  77. Event: 13.708 Thread 0x000000001ec61800 nmethod 7488 0x0000000004b3fbd0 code [0x0000000004b3fdc0, 0x0000000004b40248]
  78. GC Heap History (10 events):
  79. Event: 9.812 GC heap before
  80. {Heap before GC invocations=11 (full 1):
  81. PSYoungGen total 249856K, used 242126K [0x000000076b000000, 0x0000000782e00000, 0x00000007c0000000)
  82. eden space 218624K, 100% used [0x000000076b000000,0x0000000778580000,0x0000000778580000)
  83. from space 31232K, 75% used [0x0000000778580000,0x0000000779c738a0,0x000000077a400000)
  84. to space 33280K, 0% used [0x0000000780d80000,0x0000000780d80000,0x0000000782e00000)
  85. ParOldGen total 94720K, used 46455K [0x00000006c1000000, 0x00000006c6c80000, 0x000000076b000000)
  86. object space 94720K, 49% used [0x00000006c1000000,0x00000006c3d5de88,0x00000006c6c80000)
  87. Metaspace used 31001K, capacity 31754K, committed 32000K, reserved 1077248K
  88. class space used 3537K, capacity 3740K, committed 3840K, reserved 1048576K
  89. Event: 9.839 GC heap after
  90. Heap after GC invocations=11 (full 1):
  91. PSYoungGen total 351744K, used 14972K [0x000000076b000000, 0x0000000782980000, 0x00000007c0000000)
  92. eden space 323072K, 0% used [0x000000076b000000,0x000000076b000000,0x000000077eb80000)
  93. from space 28672K, 52% used [0x0000000780d80000,0x0000000781c1f190,0x0000000782980000)
  94. to space 31744K, 0% used [0x000000077eb80000,0x000000077eb80000,0x0000000780a80000)
  95. ParOldGen total 94720K, used 60149K [0x00000006c1000000, 0x00000006c6c80000, 0x000000076b000000)
  96. object space 94720K, 63% used [0x00000006c1000000,0x00000006c4abd650,0x00000006c6c80000)
  97. Metaspace used 31001K, capacity 31754K, committed 32000K, reserved 1077248K
  98. class space used 3537K, capacity 3740K, committed 3840K, reserved 1048576K
  99. }
  100. Event: 10.376 GC heap before
  101. {Heap before GC invocations=12 (full 1):
  102. PSYoungGen total 351744K, used 338044K [0x000000076b000000, 0x0000000782980000, 0x00000007c0000000)
  103. eden space 323072K, 100% used [0x000000076b000000,0x000000077eb80000,0x000000077eb80000)
  104. from space 28672K, 52% used [0x0000000780d80000,0x0000000781c1f190,0x0000000782980000)
  105. to space 31744K, 0% used [0x000000077eb80000,0x000000077eb80000,0x0000000780a80000)
  106. ParOldGen total 94720K, used 60149K [0x00000006c1000000, 0x00000006c6c80000, 0x000000076b000000)
  107. object space 94720K, 63% used [0x00000006c1000000,0x00000006c4abd650,0x00000006c6c80000)
  108. Metaspace used 31072K, capacity 31824K, committed 32000K, reserved 1077248K
  109. class space used 3537K, capacity 3741K, committed 3840K, reserved 1048576K
  110. Event: 10.395 GC heap after
  111. Heap after GC invocations=12 (full 1):
  112. PSYoungGen total 354816K, used 8624K [0x000000076b000000, 0x000000078bb80000, 0x00000007c0000000)
  113. eden space 323072K, 0% used [0x000000076b000000,0x000000076b000000,0x000000077eb80000)
  114. from space 31744K, 27% used [0x000000077eb80000,0x000000077f3ec220,0x0000000780a80000)
  115. to space 31232K, 0% used [0x0000000789d00000,0x0000000789d00000,0x000000078bb80000)
  116. ParOldGen total 94720K, used 74616K [0x00000006c1000000, 0x00000006c6c80000, 0x000000076b000000)
  117. object space 94720K, 78% used [0x00000006c1000000,0x00000006c58de1f0,0x00000006c6c80000)
  118. Metaspace used 31072K, capacity 31824K, committed 32000K, reserved 1077248K
  119. class space used 3537K, capacity 3741K, committed 3840K, reserved 1048576K
  120. }
  121. Event: 10.880 GC heap before
  122. {Heap before GC invocations=13 (full 1):
  123. PSYoungGen total 354816K, used 331696K [0x000000076b000000, 0x000000078bb80000, 0x00000007c0000000)
  124. eden space 323072K, 100% used [0x000000076b000000,0x000000077eb80000,0x000000077eb80000)
  125. from space 31744K, 27% used [0x000000077eb80000,0x000000077f3ec220,0x0000000780a80000)
  126. to space 31232K, 0% used [0x0000000789d00000,0x0000000789d00000,0x000000078bb80000)
  127. ParOldGen total 94720K, used 74616K [0x00000006c1000000, 0x00000006c6c80000, 0x000000076b000000)
  128. object space 94720K, 78% used [0x00000006c1000000,0x00000006c58de1f0,0x00000006c6c80000)
  129. Metaspace used 31083K, capacity 31830K, committed 32000K, reserved 1077248K
  130. class space used 3538K, capacity 3742K, committed 3840K, reserved 1048576K
  131. Event: 10.897 GC heap after
  132. Heap after GC invocations=13 (full 1):
  133. PSYoungGen total 497664K, used 9248K [0x000000076b000000, 0x000000078b780000, 0x00000007c0000000)
  134. eden space 470528K, 0% used [0x000000076b000000,0x000000076b000000,0x0000000787b80000)
  135. from space 27136K, 34% used [0x0000000789d00000,0x000000078a6081b0,0x000000078b780000)
  136. to space 30720K, 0% used [0x0000000787b80000,0x0000000787b80000,0x0000000789980000)
  137. ParOldGen total 94720K, used 82641K [0x00000006c1000000, 0x00000006c6c80000, 0x000000076b000000)
  138. object space 94720K, 87% used [0x00000006c1000000,0x00000006c60b46b0,0x00000006c6c80000)
  139. Metaspace used 31083K, capacity 31830K, committed 32000K, reserved 1077248K
  140. class space used 3538K, capacity 3742K, committed 3840K, reserved 1048576K
  141. }
  142. Event: 10.897 GC heap before
  143. {Heap before GC invocations=14 (full 2):
  144. PSYoungGen total 497664K, used 9248K [0x000000076b000000, 0x000000078b780000, 0x00000007c0000000)
  145. eden space 470528K, 0% used [0x000000076b000000,0x000000076b000000,0x0000000787b80000)
  146. from space 27136K, 34% used [0x0000000789d00000,0x000000078a6081b0,0x000000078b780000)
  147. to space 30720K, 0% used [0x0000000787b80000,0x0000000787b80000,0x0000000789980000)
  148. ParOldGen total 94720K, used 82641K [0x00000006c1000000, 0x00000006c6c80000, 0x000000076b000000)
  149. object space 94720K, 87% used [0x00000006c1000000,0x00000006c60b46b0,0x00000006c6c80000)
  150. Metaspace used 31083K, capacity 31830K, committed 32000K, reserved 1077248K
  151. class space used 3538K, capacity 3742K, committed 3840K, reserved 1048576K
  152. Event: 11.350 GC heap after
  153. Heap after GC invocations=14 (full 2):
  154. PSYoungGen total 497664K, used 0K [0x000000076b000000, 0x000000078b780000, 0x00000007c0000000)
  155. eden space 470528K, 0% used [0x000000076b000000,0x000000076b000000,0x0000000787b80000)
  156. from space 27136K, 0% used [0x0000000789d00000,0x0000000789d00000,0x000000078b780000)
  157. to space 30720K, 0% used [0x0000000787b80000,0x0000000787b80000,0x0000000789980000)
  158. ParOldGen total 213504K, used 88325K [0x00000006c1000000, 0x00000006ce080000, 0x000000076b000000)
  159. object space 213504K, 41% used [0x00000006c1000000,0x00000006c6641610,0x00000006ce080000)
  160. Metaspace used 31083K, capacity 31830K, committed 32000K, reserved 1077248K
  161. class space used 3538K, capacity 3742K, committed 3840K, reserved 1048576K
  162. }
  163. Event: 13.107 GC heap before
  164. {Heap before GC invocations=15 (full 2):
  165. PSYoungGen total 497664K, used 470528K [0x000000076b000000, 0x000000078b780000, 0x00000007c0000000)
  166. eden space 470528K, 100% used [0x000000076b000000,0x0000000787b80000,0x0000000787b80000)
  167. from space 27136K, 0% used [0x0000000789d00000,0x0000000789d00000,0x000000078b780000)
  168. to space 30720K, 0% used [0x0000000787b80000,0x0000000787b80000,0x0000000789980000)
  169. ParOldGen total 213504K, used 88325K [0x00000006c1000000, 0x00000006ce080000, 0x000000076b000000)
  170. object space 213504K, 41% used [0x00000006c1000000,0x00000006c6641610,0x00000006ce080000)
  171. Metaspace used 31185K, capacity 32024K, committed 32256K, reserved 1077248K
  172. class space used 3542K, capacity 3744K, committed 3840K, reserved 1048576K
  173. Event: 13.122 GC heap after
  174. Heap after GC invocations=15 (full 2):
  175. PSYoungGen total 501248K, used 30166K [0x000000076b000000, 0x0000000794100000, 0x00000007c0000000)
  176. eden space 470528K, 0% used [0x000000076b000000,0x000000076b000000,0x0000000787b80000)
  177. from space 30720K, 98% used [0x0000000787b80000,0x00000007898f5b00,0x0000000789980000)
  178. to space 34816K, 0% used [0x0000000791f00000,0x0000000791f00000,0x0000000794100000)
  179. ParOldGen total 213504K, used 88333K [0x00000006c1000000, 0x00000006ce080000, 0x000000076b000000)
  180. object space 213504K, 41% used [0x00000006c1000000,0x00000006c6643610,0x00000006ce080000)
  181. Metaspace used 31185K, capacity 32024K, committed 32256K, reserved 1077248K
  182. class space used 3542K, capacity 3744K, committed 3840K, reserved 1048576K
  183. }
  184. Deoptimization events (10 events):
  185. Event: 12.959 Thread 0x000000000303e800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000004661ce8 method=lombok.javac.JavacNode.traverse(Llombok/javac/JavacASTVisitor;)V @ 490
  186. Event: 12.993 Thread 0x000000000303e800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000004580c8c method=com.sun.tools.javac.tree.Pretty.print(Ljava/lang/Object;)V @ 5
  187. Event: 13.004 Thread 0x000000000303e800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000004ae6b04 method=lombok.javac.JavacNode.traverse(Llombok/javac/JavacASTVisitor;)V @ 136
  188. Event: 13.004 Thread 0x000000000303e800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000004ae6b04 method=lombok.javac.JavacNode.traverse(Llombok/javac/JavacASTVisitor;)V @ 136
  189. Event: 13.004 Thread 0x000000000303e800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000004ae6c54 method=lombok.javac.JavacNode.traverse(Llombok/javac/JavacASTVisitor;)V @ 96
  190. Event: 13.389 Thread 0x000000000303e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000395e0ac method=java.util.HashMap.hash(Ljava/lang/Object;)I @ 1
  191. Event: 13.389 Thread 0x000000000303e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000035df030 method=java.util.HashMap.hash(Ljava/lang/Object;)I @ 1
  192. Event: 13.389 Thread 0x000000000303e800 Uncommon trap: reason=null_check action=make_not_entrant pc=0x0000000004b1aa94 method=java.lang.Long.equals(Ljava/lang/Object;)Z @ 1
  193. Event: 13.390 Thread 0x000000000303e800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003ae95dc method=com.sun.tools.javac.util.ListBuffer.next()Ljava/lang/Object; @ 12
  194. Event: 13.689 Thread 0x000000000303e800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000004a6bc84 method=com.sun.tools.javac.code.Types.isConvertible(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/Warner;)Z @ 19
  195. Internal exceptions (10 events):
  196. Event: 10.029 Thread 0x000000000303e800 Exception <a 'java/lang/NullPointerException'> (0x0000000772070bc8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u131\8869\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
  197. Event: 10.030 Thread 0x000000000303e800 NullPointerException in IC check 0x0000000003345540
  198. Event: 10.030 Thread 0x000000000303e800 Exception <a 'java/lang/NullPointerException'> (0x000000077209cae0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u131\8869\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
  199. Event: 10.030 Thread 0x000000000303e800 NullPointerException in IC check 0x0000000003345540
  200. Event: 10.030 Thread 0x000000000303e800 Exception <a 'java/lang/NullPointerException'> (0x00000007720cb800) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u131\8869\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
  201. Event: 10.228 Thread 0x000000000303e800 Implicit null exception at 0x00000000047f7074 to 0x00000000047f9d69
  202. Event: 11.784 Thread 0x000000000303e800 Implicit null exception at 0x00000000043b7271 to 0x00000000043b7781
  203. Event: 13.389 Thread 0x000000000303e800 Implicit null exception at 0x000000000395d533 to 0x000000000395e091
  204. Event: 13.389 Thread 0x000000000303e800 Implicit null exception at 0x00000000035def98 to 0x00000000035df026
  205. Event: 13.389 Thread 0x000000000303e800 Implicit null exception at 0x0000000004b196dc to 0x0000000004b1aa61
  206. Events (10 events):
  207. Event: 13.390 Thread 0x000000000303e800 DEOPT UNPACKING pc=0x000000000328582a sp=0x0000000002f3dc80 mode 2
  208. Event: 13.392 Thread 0x000000000303e800 DEOPT PACKING pc=0x00000000042dc2a5 sp=0x0000000002f3da20
  209. Event: 13.392 Thread 0x000000000303e800 DEOPT UNPACKING pc=0x000000000328787f sp=0x0000000002f3d718 mode 0
  210. Event: 13.644 Thread 0x000000000303e800 DEOPT PACKING pc=0x00000000043507b7 sp=0x0000000002f3cbd0
  211. Event: 13.644 Thread 0x000000000303e800 DEOPT UNPACKING pc=0x000000000328787f sp=0x0000000002f3c9d0 mode 0
  212. Event: 13.689 Thread 0x000000000303e800 Uncommon trap: trap_request=0xffffffc6 fr.pc=0x0000000004a6bc84
  213. Event: 13.689 Thread 0x000000000303e800 DEOPT PACKING pc=0x0000000004a6bc84 sp=0x0000000002f3d580
  214. Event: 13.689 Thread 0x000000000303e800 DEOPT UNPACKING pc=0x000000000328582a sp=0x0000000002f3d4b0 mode 2
  215. Event: 13.708 Thread 0x000000000303e800 DEOPT PACKING pc=0x0000000003f32fe8 sp=0x0000000002f3d970
  216. Event: 13.708 Thread 0x000000000303e800 DEOPT UNPACKING pc=0x000000000328787f sp=0x0000000002f3d698 mode 0
  217. Dynamic libraries:
  218. 0x00007ff62de70000 - 0x00007ff62dea7000 D:\DevTools\jdk1.8.0_131\bin\java.exe
  219. 0x00007ffa1e5d0000 - 0x00007ffa1e7c8000 C:\WINDOWS\SYSTEM32\ntdll.dll
  220. 0x00007ffa1c770000 - 0x00007ffa1c832000 C:\WINDOWS\System32\KERNEL32.DLL
  221. 0x00007ffa1c020000 - 0x00007ffa1c31e000 C:\WINDOWS\System32\KERNELBASE.dll
  222. 0x00007ffa1d460000 - 0x00007ffa1d511000 C:\WINDOWS\System32\ADVAPI32.dll
  223. 0x00007ffa1e4f0000 - 0x00007ffa1e58e000 C:\WINDOWS\System32\msvcrt.dll
  224. 0x00007ffa1c5f0000 - 0x00007ffa1c68f000 C:\WINDOWS\System32\sechost.dll
  225. 0x00007ffa1e0b0000 - 0x00007ffa1e1d3000 C:\WINDOWS\System32\RPCRT4.dll
  226. 0x00007ffa1c3f0000 - 0x00007ffa1c417000 C:\WINDOWS\System32\bcrypt.dll
  227. 0x00007ffa1c840000 - 0x00007ffa1c9dd000 C:\WINDOWS\System32\USER32.dll
  228. 0x00007ffa1c3c0000 - 0x00007ffa1c3e2000 C:\WINDOWS\System32\win32u.dll
  229. 0x00007ffa1c740000 - 0x00007ffa1c76b000 C:\WINDOWS\System32\GDI32.dll
  230. 0x00007ffa1be70000 - 0x00007ffa1bf87000 C:\WINDOWS\System32\gdi32full.dll
  231. 0x00007ffa1c320000 - 0x00007ffa1c3bd000 C:\WINDOWS\System32\msvcp_win.dll
  232. 0x00007ffa1bd70000 - 0x00007ffa1be70000 C:\WINDOWS\System32\ucrtbase.dll
  233. 0x00007ffa08f80000 - 0x00007ffa0921a000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.4355_none_60b8b9eb71f62e16\COMCTL32.dll
  234. 0x00007ffa1e4a0000 - 0x00007ffa1e4cf000 C:\WINDOWS\System32\IMM32.DLL
  235. 0x00000000589b0000 - 0x0000000058a82000 D:\DevTools\jdk1.8.0_131\jre\bin\msvcr100.dll
  236. 0x0000000058110000 - 0x00000000589ac000 D:\DevTools\jdk1.8.0_131\jre\bin\server\jvm.dll
  237. 0x00007ffa1e490000 - 0x00007ffa1e498000 C:\WINDOWS\System32\PSAPI.DLL
  238. 0x00007ffa0d220000 - 0x00007ffa0d229000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
  239. 0x00007ffa089d0000 - 0x00007ffa089f7000 C:\WINDOWS\SYSTEM32\WINMM.dll
  240. 0x00007ffa16c90000 - 0x00007ffa16c9a000 C:\WINDOWS\SYSTEM32\VERSION.dll
  241. 0x00007ffa1e290000 - 0x00007ffa1e2fb000 C:\WINDOWS\System32\WS2_32.dll
  242. 0x0000000058db0000 - 0x0000000058dbf000 D:\DevTools\jdk1.8.0_131\jre\bin\verify.dll
  243. 0x0000000058d80000 - 0x0000000058da9000 D:\DevTools\jdk1.8.0_131\jre\bin\java.dll
  244. 0x0000000057f40000 - 0x0000000057f63000 D:\DevTools\jdk1.8.0_131\jre\bin\instrument.dll
  245. 0x0000000058d30000 - 0x0000000058d46000 D:\DevTools\jdk1.8.0_131\jre\bin\zip.dll
  246. 0x00007ffa1c9e0000 - 0x00007ffa1d14d000 C:\WINDOWS\System32\SHELL32.dll
  247. 0x00007ffa19cb0000 - 0x00007ffa1a454000 C:\WINDOWS\SYSTEM32\windows.storage.dll
  248. 0x00007ffa1dcf0000 - 0x00007ffa1e043000 C:\WINDOWS\System32\combase.dll
  249. 0x00007ffa1b6a0000 - 0x00007ffa1b6ce000 C:\WINDOWS\SYSTEM32\Wldp.dll
  250. 0x00007ffa1dc20000 - 0x00007ffa1dced000 C:\WINDOWS\System32\OLEAUT32.dll
  251. 0x00007ffa1e1e0000 - 0x00007ffa1e28d000 C:\WINDOWS\System32\SHCORE.dll
  252. 0x00007ffa1e300000 - 0x00007ffa1e355000 C:\WINDOWS\System32\shlwapi.dll
  253. 0x00007ffa1bba0000 - 0x00007ffa1bbc4000 C:\WINDOWS\SYSTEM32\profapi.dll
  254. 0x00007ffa14170000 - 0x00007ffa1418a000 E:\IntelliJ IDEA 2019.3.3\bin\breakgen64.dll
  255. 0x0000000058d60000 - 0x0000000058d7a000 D:\DevTools\jdk1.8.0_131\jre\bin\net.dll
  256. 0x00007ffa1b400000 - 0x00007ffa1b46a000 C:\WINDOWS\system32\mswsock.dll
  257. 0x00007ffa1b5f0000 - 0x00007ffa1b608000 C:\WINDOWS\SYSTEM32\CRYPTSP.dll
  258. 0x00007ffa1acb0000 - 0x00007ffa1ace4000 C:\WINDOWS\system32\rsaenh.dll
  259. 0x00007ffa1bb60000 - 0x00007ffa1bb8e000 C:\WINDOWS\SYSTEM32\USERENV.dll
  260. 0x00007ffa1bf90000 - 0x00007ffa1c012000 C:\WINDOWS\System32\bcryptprimitives.dll
  261. 0x00007ffa1b610000 - 0x00007ffa1b61c000 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
  262. 0x00007ffa1b090000 - 0x00007ffa1b0cb000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
  263. 0x00007ffa1d360000 - 0x00007ffa1d368000 C:\WINDOWS\System32\NSI.dll
  264. 0x00007ffa16600000 - 0x00007ffa16617000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
  265. 0x00007ffa16530000 - 0x00007ffa1654d000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
  266. 0x00007ffa1b0e0000 - 0x00007ffa1b1aa000 C:\WINDOWS\SYSTEM32\DNSAPI.dll
  267. 0x00000000580f0000 - 0x0000000058101000 D:\DevTools\jdk1.8.0_131\jre\bin\nio.dll
  268. 0x00007ffa16a90000 - 0x00007ffa16a9a000 C:\Users\huimv\AppData\Local\Temp\jansi-1.17.1-7859610037273702424.dll
  269. 0x00007ffa141f0000 - 0x00007ffa141fa000 C:\Users\huimv\AppData\Local\Temp\jansi-1.17.1-8810464875894237543.dll
  270. 0x0000000057f10000 - 0x0000000057f34000 D:\DevTools\jdk1.8.0_131\jre\bin\sunec.dll
  271. 0x00007ffa11f00000 - 0x00007ffa11f0a000 C:\Windows\System32\rasadhlp.dll
  272. 0x00007ffa119b0000 - 0x00007ffa11a30000 C:\WINDOWS\System32\fwpuclnt.dll
  273. 0x0000000058d20000 - 0x0000000058d2b000 D:\DevTools\jdk1.8.0_131\jre\bin\sunmscapi.dll
  274. 0x00007ffa1c490000 - 0x00007ffa1c5ec000 C:\WINDOWS\System32\CRYPT32.dll
  275. VM Arguments:
  276. jvm_args: -Dmaven.multiModuleProjectDirectory=D:\huimv-guowei-center\huimv-admin -Dmaven.home=E:\IntelliJ IDEA 2019.3.3\plugins\maven\lib\maven3 -Dclassworlds.conf=E:\IntelliJ IDEA 2019.3.3\plugins\maven\lib\maven3\bin\m2.conf -Dmaven.ext.class.path=E:\IntelliJ IDEA 2019.3.3\plugins\maven\lib\maven-event-listener.jar -javaagent:E:\IntelliJ IDEA 2019.3.3\lib\idea_rt.jar=65368:E:\IntelliJ IDEA 2019.3.3\bin -Dfile.encoding=UTF-8
  277. java_command: org.codehaus.classworlds.Launcher -Didea.version2019.3.3 -DskipTests=true package
  278. java_class_path (initial): E:\IntelliJ IDEA 2019.3.3\plugins\maven\lib\maven3\boot\plexus-classworlds-2.6.0.jar;E:\IntelliJ IDEA 2019.3.3\lib\idea_rt.jar
  279. Launcher Type: SUN_STANDARD
  280. Environment Variables:
  281. JAVA_HOME=C:\Program Files\Java\jdk-15
  282. CLASSPATH=.;C:\java\jdk1.8\lib\dt.jar;C:\java\jdk1.8\lib\tools.jar
  283. PATH=C:\java\jdk1.8\bin;C:\ProgramData\Oracle\Java\javapath;C:\Program Files\Common Files\Oracle\Java\javapath;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\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Git\cmd;C:\Program Files\nodejs\;C:\Program Files\TortoiseSVN\bin;C:\Local\bin\NASM;C:\GnuWin32\bin;E:\ffmpeg\bin;C:\go\bin;C:\Users\huimv\AppData\Local\Yarn\bin;E:\SDK;E:\SDK\platform-tools;D:\Java\jdk1.7.0_80\bin;D:\Java\jdk1.7.0_80\jre\bin;C:\Program Files (x86)\NetSarang\Xshell 7\;G:\Mysql\bin;H:\apache-maven-3.6.3\bin;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;H:\zidingyi\taila\proguard-master\bin;E:\SDK;E:\SDK\platform-tools;H:\zidingyi\taila\proguard-master\bin;
  284. USERNAME=huimv
  285. OS=Windows_NT
  286. PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 94 Stepping 3, GenuineIntel
  287. --------------- S Y S T E M ---------------
  288. OS: Windows 10.0 , 64 bit Build 19041 (10.0.19041.5072)
  289. CPU:total 8 (initial active 8) (4 cores per cpu, 2 threads per core) family 6 model 94 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, rtm, 3dnowpref, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2, adx
  290. Memory: 4k page, physical 16711100k(612124k free), swap 40303832k(3832k free)
  291. vm_info: Java HotSpot(TM) 64-Bit Server VM (25.131-b11) for windows-amd64 JRE (1.8.0_131-b11), built on Mar 15 2017 01:23:53 by "java_re" with MS VC++ 10.0 (VS2010)
  292. time: Tue Dec 03 18:40:27 2024
  293. elapsed time: 13 seconds (0d 0h 0m 13s)