hs_err_pid17376.log 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330
  1. #
  2. # There is insufficient memory for the Java Runtime Environment to continue.
  3. # Native memory allocation (malloc) failed to allocate 846336 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 Unscaled Compressed Oops mode in which the Java heap is
  16. # placed in the first 4GB 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 4GB virtual address.
  19. # This output file may be truncated or incomplete.
  20. #
  21. # Out of Memory Error (allocation.cpp:390), pid=17376, tid=0x0000000000000a18
  22. #
  23. # JRE version: Java(TM) SE Runtime Environment (8.0_201-b09) (build 1.8.0_201-b09)
  24. # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.201-b09 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 (0x0000000019fe4800): JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=2584, stack(0x000000001b730000,0x000000001b830000)]
  29. Stack: [0x000000001b730000,0x000000001b830000]
  30. [error occurred during error reporting (printing stack bounds), id 0xc0000005]
  31. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  32. Current CompileTask:
  33. C2: 6966 6912 4 com.sun.tools.javac.code.Types::union (166 bytes)
  34. --------------- P R O C E S S ---------------
  35. Java Threads: ( => current thread )
  36. 0x000000001a075800 JavaThread "Service Thread" daemon [_thread_blocked, id=19684, stack(0x000000001ba30000,0x000000001bb30000)]
  37. 0x0000000019fe8000 JavaThread "C1 CompilerThread3" daemon [_thread_in_vm, id=4916, stack(0x000000001b930000,0x000000001ba30000)]
  38. 0x0000000019fe5800 JavaThread "C2 CompilerThread2" daemon [_thread_in_native, id=20464, stack(0x000000001b830000,0x000000001b930000)]
  39. =>0x0000000019fe4800 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=2584, stack(0x000000001b730000,0x000000001b830000)]
  40. 0x0000000019fde800 JavaThread "C2 CompilerThread0" daemon [_thread_in_vm, id=19156, stack(0x000000001b630000,0x000000001b730000)]
  41. 0x0000000019fd9000 JavaThread "Monitor Ctrl-Break" daemon [_thread_in_native, id=18960, stack(0x000000001b530000,0x000000001b630000)]
  42. 0x0000000019f5c000 JavaThread "Attach Listener" daemon [_thread_blocked, id=14876, stack(0x000000001b430000,0x000000001b530000)]
  43. 0x0000000019fb5800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=18896, stack(0x000000001b330000,0x000000001b430000)]
  44. 0x0000000018863800 JavaThread "Finalizer" daemon [_thread_blocked, id=16680, stack(0x000000001b1d0000,0x000000001b2d0000)]
  45. 0x0000000019f43000 JavaThread "Reference Handler" daemon [_thread_blocked, id=9920, stack(0x000000001b0d0000,0x000000001b1d0000)]
  46. 0x0000000003642800 JavaThread "main" [_thread_in_vm, id=3412, stack(0x00000000033a0000,0x00000000034a0000)]
  47. Other Threads:
  48. 0x0000000018857800 VMThread [stack: 0x000000001afd0000,0x000000001b0d0000] [id=7420]
  49. 0x000000001a097000 WatcherThread [stack: 0x000000001bb30000,0x000000001bc30000] [id=11484]
  50. VM state:not at safepoint (normal execution)
  51. VM Mutex/Monitor currently owned by a thread: None
  52. heap address: 0x0000000082200000, size: 2014 MB, Compressed Oops mode: 32-bit
  53. Narrow klass base: 0x0000000000000000, Narrow klass shift: 3
  54. Compressed class space size: 1073741824 Address: 0x0000000100000000
  55. Heap:
  56. PSYoungGen total 281088K, used 74472K [0x00000000d6100000, 0x00000000e8800000, 0x0000000100000000)
  57. eden space 262144K, 21% used [0x00000000d6100000,0x00000000d973c068,0x00000000e6100000)
  58. from space 18944K, 99% used [0x00000000e7580000,0x00000000e87fdfc8,0x00000000e8800000)
  59. to space 19968K, 0% used [0x00000000e6100000,0x00000000e6100000,0x00000000e7480000)
  60. ParOldGen total 98816K, used 67229K [0x0000000082200000, 0x0000000088280000, 0x00000000d6100000)
  61. object space 98816K, 68% used [0x0000000082200000,0x00000000863a76e8,0x0000000088280000)
  62. Metaspace used 26267K, capacity 26946K, committed 27184K, reserved 1073152K
  63. class space used 2956K, capacity 3110K, committed 3120K, reserved 1048576K
  64. Card table byte_map: [0x0000000012b00000,0x0000000012ef0000] byte_map_base: 0x00000000126ef000
  65. Marking Bits: (ParMarkBitMap*) 0x000000005f8e4ce0
  66. Begin Bits: [0x0000000013b90000, 0x0000000015b08000)
  67. End Bits: [0x0000000015b08000, 0x0000000017a80000)
  68. Polling page: 0x0000000000ff0000
  69. CodeCache: size=245760Kb used=25433Kb max_used=25441Kb free=220326Kb
  70. bounds [0x0000000003740000, 0x0000000005040000, 0x0000000012740000]
  71. total_blobs=6699 nmethods=6305 adapters=306
  72. compilation: enabled
  73. Compilation events (10 events):
  74. Event: 6.954 Thread 0x0000000019fe8000 nmethod 6958 0x000000000500de90 code [0x000000000500e000, 0x000000000500e1a8]
  75. Event: 6.954 Thread 0x0000000019fe8000 6959 3 com.sun.tools.javac.code.Scope$3$1::next (43 bytes)
  76. Event: 6.954 Thread 0x0000000019fe8000 nmethod 6959 0x000000000500e250 code [0x000000000500e3c0, 0x000000000500e628]
  77. Event: 6.956 Thread 0x0000000019fe8000 6960 3 com.sun.tools.javac.jvm.ClassWriter::writeMethodParametersAttr (311 bytes)
  78. Event: 6.957 Thread 0x0000000019fe5800 nmethod 6906 0x0000000005011ed0 code [0x00000000050120e0, 0x0000000005012be8]
  79. Event: 6.957 Thread 0x0000000019fe5800 6956 4 com.sun.tools.javac.comp.Resolve::rawInstantiate (488 bytes)
  80. Event: 6.958 Thread 0x0000000019fe8000 nmethod 6960 0x0000000005014290 code [0x00000000050146c0, 0x0000000005016d38]
  81. Event: 6.958 Thread 0x0000000019fe8000 6963 ! 3 com.sun.tools.javac.code.Type$UndetVar::substBounds (301 bytes)
  82. Event: 6.960 Thread 0x0000000019fe8000 nmethod 6963 0x00000000050183d0 code [0x0000000005018840, 0x000000000501b618]
  83. Event: 6.960 Thread 0x0000000019fe8000 6961 3 com.sun.tools.javac.jvm.ClassWriter::writeParameterAttrs (523 bytes)
  84. GC Heap History (10 events):
  85. Event: 2.500 GC heap before
  86. {Heap before GC invocations=5 (full 0):
  87. PSYoungGen total 136192K, used 136184K [0x00000000d6100000, 0x00000000deb00000, 0x0000000100000000)
  88. eden space 131072K, 100% used [0x00000000d6100000,0x00000000de100000,0x00000000de100000)
  89. from space 5120K, 99% used [0x00000000de600000,0x00000000deafe030,0x00000000deb00000)
  90. to space 5120K, 0% used [0x00000000de100000,0x00000000de100000,0x00000000de600000)
  91. ParOldGen total 86016K, used 20851K [0x0000000082200000, 0x0000000087600000, 0x00000000d6100000)
  92. object space 86016K, 24% used [0x0000000082200000,0x000000008365ccf0,0x0000000087600000)
  93. Metaspace used 16059K, capacity 16380K, committed 16640K, reserved 1064960K
  94. class space used 1873K, capacity 1956K, committed 2048K, reserved 1048576K
  95. Event: 2.517 GC heap after
  96. Heap after GC invocations=5 (full 0):
  97. PSYoungGen total 136192K, used 5096K [0x00000000d6100000, 0x00000000e8a00000, 0x0000000100000000)
  98. eden space 131072K, 0% used [0x00000000d6100000,0x00000000d6100000,0x00000000de100000)
  99. from space 5120K, 99% used [0x00000000de100000,0x00000000de5fa020,0x00000000de600000)
  100. to space 20992K, 0% used [0x00000000e7580000,0x00000000e7580000,0x00000000e8a00000)
  101. ParOldGen total 86016K, used 32317K [0x0000000082200000, 0x0000000087600000, 0x00000000d6100000)
  102. object space 86016K, 37% used [0x0000000082200000,0x000000008418f478,0x0000000087600000)
  103. Metaspace used 16059K, capacity 16380K, committed 16640K, reserved 1064960K
  104. class space used 1873K, capacity 1956K, committed 2048K, reserved 1048576K
  105. }
  106. Event: 3.205 GC heap before
  107. {Heap before GC invocations=6 (full 0):
  108. PSYoungGen total 136192K, used 91280K [0x00000000d6100000, 0x00000000e8a00000, 0x0000000100000000)
  109. eden space 131072K, 65% used [0x00000000d6100000,0x00000000db52a070,0x00000000de100000)
  110. from space 5120K, 99% used [0x00000000de100000,0x00000000de5fa020,0x00000000de600000)
  111. to space 20992K, 0% used [0x00000000e7580000,0x00000000e7580000,0x00000000e8a00000)
  112. ParOldGen total 86016K, used 32317K [0x0000000082200000, 0x0000000087600000, 0x00000000d6100000)
  113. object space 86016K, 37% used [0x0000000082200000,0x000000008418f478,0x0000000087600000)
  114. Metaspace used 20856K, capacity 21268K, committed 21296K, reserved 1069056K
  115. class space used 2481K, capacity 2588K, committed 2608K, reserved 1048576K
  116. Event: 3.219 GC heap after
  117. Heap after GC invocations=6 (full 0):
  118. PSYoungGen total 281088K, used 11309K [0x00000000d6100000, 0x00000000e8800000, 0x0000000100000000)
  119. eden space 262144K, 0% used [0x00000000d6100000,0x00000000d6100000,0x00000000e6100000)
  120. from space 18944K, 59% used [0x00000000e7580000,0x00000000e808b610,0x00000000e8800000)
  121. to space 19968K, 0% used [0x00000000e6100000,0x00000000e6100000,0x00000000e7480000)
  122. ParOldGen total 86016K, used 32325K [0x0000000082200000, 0x0000000087600000, 0x00000000d6100000)
  123. object space 86016K, 37% used [0x0000000082200000,0x0000000084191478,0x0000000087600000)
  124. Metaspace used 20856K, capacity 21268K, committed 21296K, reserved 1069056K
  125. class space used 2481K, capacity 2588K, committed 2608K, reserved 1048576K
  126. }
  127. Event: 3.219 GC heap before
  128. {Heap before GC invocations=7 (full 1):
  129. PSYoungGen total 281088K, used 11309K [0x00000000d6100000, 0x00000000e8800000, 0x0000000100000000)
  130. eden space 262144K, 0% used [0x00000000d6100000,0x00000000d6100000,0x00000000e6100000)
  131. from space 18944K, 59% used [0x00000000e7580000,0x00000000e808b610,0x00000000e8800000)
  132. to space 19968K, 0% used [0x00000000e6100000,0x00000000e6100000,0x00000000e7480000)
  133. ParOldGen total 86016K, used 32325K [0x0000000082200000, 0x0000000087600000, 0x00000000d6100000)
  134. object space 86016K, 37% used [0x0000000082200000,0x0000000084191478,0x0000000087600000)
  135. Metaspace used 20856K, capacity 21268K, committed 21296K, reserved 1069056K
  136. class space used 2481K, capacity 2588K, committed 2608K, reserved 1048576K
  137. Event: 3.290 GC heap after
  138. Heap after GC invocations=7 (full 1):
  139. PSYoungGen total 281088K, used 0K [0x00000000d6100000, 0x00000000e8800000, 0x0000000100000000)
  140. eden space 262144K, 0% used [0x00000000d6100000,0x00000000d6100000,0x00000000e6100000)
  141. from space 18944K, 0% used [0x00000000e7580000,0x00000000e7580000,0x00000000e8800000)
  142. to space 19968K, 0% used [0x00000000e6100000,0x00000000e6100000,0x00000000e7480000)
  143. ParOldGen total 98816K, used 33555K [0x0000000082200000, 0x0000000088280000, 0x00000000d6100000)
  144. object space 98816K, 33% used [0x0000000082200000,0x00000000842c4dd8,0x0000000088280000)
  145. Metaspace used 20856K, capacity 21268K, committed 21296K, reserved 1069056K
  146. class space used 2481K, capacity 2588K, committed 2608K, reserved 1048576K
  147. }
  148. Event: 5.008 GC heap before
  149. {Heap before GC invocations=8 (full 1):
  150. PSYoungGen total 281088K, used 262144K [0x00000000d6100000, 0x00000000e8800000, 0x0000000100000000)
  151. eden space 262144K, 100% used [0x00000000d6100000,0x00000000e6100000,0x00000000e6100000)
  152. from space 18944K, 0% used [0x00000000e7580000,0x00000000e7580000,0x00000000e8800000)
  153. to space 19968K, 0% used [0x00000000e6100000,0x00000000e6100000,0x00000000e7480000)
  154. ParOldGen total 98816K, used 33555K [0x0000000082200000, 0x0000000088280000, 0x00000000d6100000)
  155. object space 98816K, 33% used [0x0000000082200000,0x00000000842c4dd8,0x0000000088280000)
  156. Metaspace used 24227K, capacity 24790K, committed 25008K, reserved 1071104K
  157. class space used 2801K, capacity 2925K, committed 2992K, reserved 1048576K
  158. Event: 5.064 GC heap after
  159. Heap after GC invocations=8 (full 1):
  160. PSYoungGen total 282112K, used 19952K [0x00000000d6100000, 0x00000000e8800000, 0x0000000100000000)
  161. eden space 262144K, 0% used [0x00000000d6100000,0x00000000d6100000,0x00000000e6100000)
  162. from space 19968K, 99% used [0x00000000e6100000,0x00000000e747c0a0,0x00000000e7480000)
  163. to space 18944K, 0% used [0x00000000e7580000,0x00000000e7580000,0x00000000e8800000)
  164. ParOldGen total 98816K, used 48383K [0x0000000082200000, 0x0000000088280000, 0x00000000d6100000)
  165. object space 98816K, 48% used [0x0000000082200000,0x000000008513ff20,0x0000000088280000)
  166. Metaspace used 24227K, capacity 24790K, committed 25008K, reserved 1071104K
  167. class space used 2801K, capacity 2925K, committed 2992K, reserved 1048576K
  168. }
  169. Event: 6.353 GC heap before
  170. {Heap before GC invocations=9 (full 1):
  171. PSYoungGen total 282112K, used 282096K [0x00000000d6100000, 0x00000000e8800000, 0x0000000100000000)
  172. eden space 262144K, 100% used [0x00000000d6100000,0x00000000e6100000,0x00000000e6100000)
  173. from space 19968K, 99% used [0x00000000e6100000,0x00000000e747c0a0,0x00000000e7480000)
  174. to space 18944K, 0% used [0x00000000e7580000,0x00000000e7580000,0x00000000e8800000)
  175. ParOldGen total 98816K, used 48383K [0x0000000082200000, 0x0000000088280000, 0x00000000d6100000)
  176. object space 98816K, 48% used [0x0000000082200000,0x000000008513ff20,0x0000000088280000)
  177. Metaspace used 24879K, capacity 25442K, committed 25520K, reserved 1071104K
  178. class space used 2839K, capacity 2950K, committed 2992K, reserved 1048576K
  179. Event: 6.376 GC heap after
  180. Heap after GC invocations=9 (full 1):
  181. PSYoungGen total 281088K, used 18935K [0x00000000d6100000, 0x00000000e8800000, 0x0000000100000000)
  182. eden space 262144K, 0% used [0x00000000d6100000,0x00000000d6100000,0x00000000e6100000)
  183. from space 18944K, 99% used [0x00000000e7580000,0x00000000e87fdfc8,0x00000000e8800000)
  184. to space 19968K, 0% used [0x00000000e6100000,0x00000000e6100000,0x00000000e7480000)
  185. ParOldGen total 98816K, used 67229K [0x0000000082200000, 0x0000000088280000, 0x00000000d6100000)
  186. object space 98816K, 68% used [0x0000000082200000,0x00000000863a76e8,0x0000000088280000)
  187. Metaspace used 24879K, capacity 25442K, committed 25520K, reserved 1071104K
  188. class space used 2839K, capacity 2950K, committed 2992K, reserved 1048576K
  189. }
  190. Deoptimization events (10 events):
  191. Event: 6.780 Thread 0x0000000003642800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000004afdb58 method=com.sun.tools.javac.code.Type$ClassType.isErroneous()Z @ 28
  192. Event: 6.796 Thread 0x0000000003642800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000004afdb58 method=com.sun.tools.javac.code.Type$ClassType.isErroneous()Z @ 28
  193. Event: 6.808 Thread 0x0000000003642800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000004edb05c method=com.sun.tools.javac.code.Types$4.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Boolean; @ 57
  194. Event: 6.809 Thread 0x0000000003642800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000004edb05c method=com.sun.tools.javac.code.Types$4.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Boolean; @ 57
  195. Event: 6.820 Thread 0x0000000003642800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000004eeb7c0 method=com.sun.tools.javac.code.Types$SameTypeVisitor.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Boolean; @ 324
  196. Event: 6.822 Thread 0x0000000003642800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000004eeb7c0 method=com.sun.tools.javac.code.Types$SameTypeVisitor.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Boolean; @ 324
  197. Event: 6.825 Thread 0x0000000003642800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000004f55410 method=com.sun.tools.javac.code.Types.isSubtype(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Z)Z @ 28
  198. Event: 6.826 Thread 0x0000000003642800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000004c1c958 method=com.sun.tools.javac.code.Types.isSubtype(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;Z)Z @ 28
  199. Event: 6.864 Thread 0x0000000003642800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000434b278 method=com.sun.tools.javac.comp.Check.checkDeprecated(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Symbo
  200. Event: 6.877 Thread 0x0000000003642800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000004eeb68c method=com.sun.tools.javac.code.Types$SameTypeVisitor.visitClassType(Lcom/sun/tools/javac/code/Type$ClassType;Lcom/sun/tools/javac/code/Type;)Ljava/lang/Boolean; @ 31
  201. Classes redefined (0 events):
  202. No events
  203. Internal exceptions (10 events):
  204. Event: 5.100 Thread 0x0000000003642800 Implicit null exception at 0x0000000003eab55b to 0x0000000003eab6e1
  205. Event: 5.142 Thread 0x0000000003642800 Implicit null exception at 0x0000000003eab55b to 0x0000000003eab6e1
  206. Event: 5.143 Thread 0x0000000003642800 Implicit null exception at 0x0000000003eb5f92 to 0x0000000003eb60f9
  207. Event: 5.144 Thread 0x0000000003642800 Implicit null exception at 0x0000000003d94d7a to 0x0000000003d94e29
  208. Event: 5.145 Thread 0x0000000003642800 Implicit null exception at 0x0000000003fab9a1 to 0x0000000003faba67
  209. Event: 5.145 Thread 0x0000000003642800 Exception <a 'java/lang/NullPointerException'> (0x00000000d7645b08) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u201\12322\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
  210. Event: 5.346 Thread 0x0000000003642800 Implicit null exception at 0x0000000003a2f64f to 0x0000000003a2f74d
  211. Event: 5.400 Thread 0x0000000003642800 Implicit null exception at 0x0000000003c92fb8 to 0x0000000003c94c7d
  212. Event: 5.762 Thread 0x0000000003642800 Implicit null exception at 0x0000000003c6cb11 to 0x0000000003c6cc75
  213. Event: 5.762 Thread 0x0000000003642800 Implicit null exception at 0x0000000003a60e3b to 0x0000000003a613f9
  214. Events (10 events):
  215. Event: 6.877 Thread 0x0000000003642800 DEOPT PACKING pc=0x0000000004eeb68c sp=0x000000000349c980
  216. Event: 6.877 Thread 0x0000000003642800 DEOPT UNPACKING pc=0x000000000378583b sp=0x000000000349c958 mode 2
  217. Event: 6.945 loading class com/sun/tools/javac/tree/TreeInfo$PosKind
  218. Event: 6.945 loading class com/sun/tools/javac/tree/TreeInfo$PosKind done
  219. Event: 6.946 loading class com/sun/tools/javac/tree/TreeInfo$PosKind$1
  220. Event: 6.946 loading class com/sun/tools/javac/tree/TreeInfo$PosKind$1 done
  221. Event: 6.946 loading class com/sun/tools/javac/tree/TreeInfo$PosKind$2
  222. Event: 6.946 loading class com/sun/tools/javac/tree/TreeInfo$PosKind$2 done
  223. Event: 6.946 loading class com/sun/tools/javac/tree/TreeInfo$PosKind$3
  224. Event: 6.946 loading class com/sun/tools/javac/tree/TreeInfo$PosKind$3 done
  225. Dynamic libraries:
  226. 0x00007ff73e3d0000 - 0x00007ff73e407000 C:\Program Files\Java\jdk1.8.0_201\bin\java.exe
  227. 0x00007ffc26940000 - 0x00007ffc26b30000 C:\WINDOWS\SYSTEM32\ntdll.dll
  228. 0x00007ffc24d10000 - 0x00007ffc24dc2000 C:\WINDOWS\System32\KERNEL32.DLL
  229. 0x00007ffc238f0000 - 0x00007ffc23b95000 C:\WINDOWS\System32\KERNELBASE.dll
  230. 0x00007ffc255d0000 - 0x00007ffc25673000 C:\WINDOWS\System32\ADVAPI32.dll
  231. 0x00007ffc25b40000 - 0x00007ffc25bde000 C:\WINDOWS\System32\msvcrt.dll
  232. 0x00007ffc257a0000 - 0x00007ffc25837000 C:\WINDOWS\System32\sechost.dll
  233. 0x00007ffc26490000 - 0x00007ffc265af000 C:\WINDOWS\System32\RPCRT4.dll
  234. 0x00007ffc24b70000 - 0x00007ffc24d04000 C:\WINDOWS\System32\USER32.dll
  235. 0x00007ffc238c0000 - 0x00007ffc238e1000 C:\WINDOWS\System32\win32u.dll
  236. 0x00007ffc26120000 - 0x00007ffc26146000 C:\WINDOWS\System32\GDI32.dll
  237. 0x00007ffc24700000 - 0x00007ffc24898000 C:\WINDOWS\System32\gdi32full.dll
  238. 0x00007ffc24400000 - 0x00007ffc2449e000 C:\WINDOWS\System32\msvcp_win.dll
  239. 0x00007ffc244f0000 - 0x00007ffc245ea000 C:\WINDOWS\System32\ucrtbase.dll
  240. 0x00007ffc0da90000 - 0x00007ffc0dd14000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.18362.1377_none_9e802143e45c8d82\COMCTL32.dll
  241. 0x00007ffc26150000 - 0x00007ffc26487000 C:\WINDOWS\System32\combase.dll
  242. 0x00007ffc23ba0000 - 0x00007ffc23c21000 C:\WINDOWS\System32\bcryptPrimitives.dll
  243. 0x00007ffc24b40000 - 0x00007ffc24b6e000 C:\WINDOWS\System32\IMM32.DLL
  244. 0x0000000061ba0000 - 0x0000000061c71000 C:\Program Files\Java\jdk1.8.0_201\jre\bin\msvcr100.dll
  245. 0x000000005f0c0000 - 0x000000005f964000 C:\Program Files\Java\jdk1.8.0_201\jre\bin\server\jvm.dll
  246. 0x00007ffc26730000 - 0x00007ffc26738000 C:\WINDOWS\System32\PSAPI.DLL
  247. 0x00007ffc1ea80000 - 0x00007ffc1ea89000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
  248. 0x00007ffc21740000 - 0x00007ffc21764000 C:\WINDOWS\SYSTEM32\WINMM.dll
  249. 0x00007ffc1ceb0000 - 0x00007ffc1ceba000 C:\WINDOWS\SYSTEM32\VERSION.dll
  250. 0x00007ffc21360000 - 0x00007ffc2138d000 C:\WINDOWS\SYSTEM32\winmmbase.dll
  251. 0x00007ffc243b0000 - 0x00007ffc243fa000 C:\WINDOWS\System32\cfgmgr32.dll
  252. 0x00007ffc25730000 - 0x00007ffc2579f000 C:\WINDOWS\System32\WS2_32.dll
  253. 0x00007ffc20070000 - 0x00007ffc2007f000 C:\Program Files\Java\jdk1.8.0_201\jre\bin\verify.dll
  254. 0x00007ffc1e670000 - 0x00007ffc1e699000 C:\Program Files\Java\jdk1.8.0_201\jre\bin\java.dll
  255. 0x00007ffc14380000 - 0x00007ffc143a3000 C:\Program Files\Java\jdk1.8.0_201\jre\bin\instrument.dll
  256. 0x00007ffc1ca80000 - 0x00007ffc1ca96000 C:\Program Files\Java\jdk1.8.0_201\jre\bin\zip.dll
  257. 0x00007ffc24e80000 - 0x00007ffc25568000 C:\WINDOWS\System32\SHELL32.dll
  258. 0x00007ffc24dd0000 - 0x00007ffc24e77000 C:\WINDOWS\System32\shcore.dll
  259. 0x00007ffc23c30000 - 0x00007ffc243ab000 C:\WINDOWS\System32\windows.storage.dll
  260. 0x00007ffc23820000 - 0x00007ffc23843000 C:\WINDOWS\System32\profapi.dll
  261. 0x00007ffc23850000 - 0x00007ffc2389a000 C:\WINDOWS\System32\powrprof.dll
  262. 0x00007ffc237f0000 - 0x00007ffc23800000 C:\WINDOWS\System32\UMPDC.dll
  263. 0x00007ffc25570000 - 0x00007ffc255c2000 C:\WINDOWS\System32\shlwapi.dll
  264. 0x00007ffc23800000 - 0x00007ffc23811000 C:\WINDOWS\System32\kernel.appcore.dll
  265. 0x00007ffc244a0000 - 0x00007ffc244b7000 C:\WINDOWS\System32\cryptsp.dll
  266. 0x00007ffc0e690000 - 0x00007ffc0e6aa000 G:\idea2017\IntelliJ IDEA 2017.3.1\bin\breakgen64.dll
  267. 0x00007ffc142f0000 - 0x00007ffc1430a000 C:\Program Files\Java\jdk1.8.0_201\jre\bin\net.dll
  268. 0x00007ffc10960000 - 0x00007ffc10b36000 C:\WINDOWS\SYSTEM32\urlmon.dll
  269. 0x00007ffc10490000 - 0x00007ffc10737000 C:\WINDOWS\SYSTEM32\iertutil.dll
  270. 0x00007ffc23200000 - 0x00007ffc2320c000 C:\WINDOWS\SYSTEM32\CRYPTBASE.DLL
  271. 0x00007ffc23030000 - 0x00007ffc23097000 C:\WINDOWS\system32\mswsock.dll
  272. 0x00007ffc14130000 - 0x00007ffc14141000 C:\Program Files\Java\jdk1.8.0_201\jre\bin\nio.dll
  273. VM Arguments:
  274. jvm_args: -Dmaven.multiModuleProjectDirectory=F:\ideaWorkspace\CuiDian\Workflow\cd-work-flow-service\jeecg-boot -Dmaven.home=G:\idea2017\IntelliJ IDEA 2017.3.1\plugins\maven\lib\maven3 -Dclassworlds.conf=G:\idea2017\IntelliJ IDEA 2017.3.1\plugins\maven\lib\maven3\bin\m2.conf -javaagent:G:\idea2017\IntelliJ IDEA 2017.3.1\lib\idea_rt.jar=56678:G:\idea2017\IntelliJ IDEA 2017.3.1\bin -Dfile.encoding=UTF-8
  275. java_command: org.codehaus.classworlds.Launcher -Didea.version=2017.3.1 package
  276. java_class_path (initial): G:\idea2017\IntelliJ IDEA 2017.3.1\plugins\maven\lib\maven3\boot\plexus-classworlds-2.5.2.jar;G:\idea2017\IntelliJ IDEA 2017.3.1\lib\idea_rt.jar
  277. Launcher Type: SUN_STANDARD
  278. Environment Variables:
  279. JAVA_HOME=C:\Program Files\Java\jdk1.8.0_201
  280. JRE_HOME=C:\Program Files\Java\jre1.8.0_201
  281. CLASSPATH=.;C:\Program Files\Java\jdk1.8.0_201\lib;C:\Program Files\Java\jdk1.8.0_201\lib\tools.jar;C:\Program Files\Java\jdk1.8.0_201\lib\dt.jar
  282. 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\;"C:\Program Files\Java\jdk1.8.0_201\bin;C:\Program Files\Java\jdk1.8.0_201\jre\bin";G:\node.js\;C:\Users\1\AppData\Roaming\npm\ng.cmd;C:\Users\1\AppData\Roaming\npm;G:\Git\Git\bin;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;G:\Tomcat\apache-tomcat-8.0.52-windows-x64\apache-tomcat-8.0.52\bin\bin;C:\Users\1\AppData\Local\Microsoft\WindowsApps;C:\Users\1\AppData\Local\Programs\Microsoft VS Code\bin
  283. USERNAME=1
  284. OS=Windows_NT
  285. PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 158 Stepping 10, GenuineIntel
  286. --------------- S Y S T E M ---------------
  287. OS: Windows 10.0 , 64 bit Build 18362 (10.0.18362.1350)
  288. CPU:total 12 (initial active 12) (6 cores per cpu, 2 threads per core) family 6 model 158 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, 3dnowpref, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2, adx
  289. Memory: 4k page, physical 8243048k(429156k free), swap 21344612k(332k free)
  290. vm_info: Java HotSpot(TM) 64-Bit Server VM (25.201-b09) for windows-amd64 JRE (1.8.0_201-b09), built on Dec 15 2018 18:36:39 by "java_re" with MS VC++ 10.0 (VS2010)
  291. time: Mon Aug 23 18:34:03 2021
  292. timezone: Öйú±ê׼ʱ¼ä
  293. elapsed time: 6 seconds (0d 0h 0m 6s)