1
0

hs_err_pid31492.log 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  1. #
  2. # There is insufficient memory for the Java Runtime Environment to continue.
  3. # Native memory allocation (malloc) failed to allocate 4092 bytes for AllocateHeap
  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 (memory/allocation.inline.hpp:61), pid=31492, tid=32368
  19. #
  20. # JRE version: Java(TM) SE Runtime Environment (8.0_66-b18) (build 1.8.0_66-b18)
  21. # Java VM: Java HotSpot(TM) Client VM (25.66-b18 mixed mode windows-x86 )
  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 (0x025ec000): VMThread [stack: 0x14aa0000,0x14af0000] [id=32368]
  26. Stack: [0x14aa0000,0x14af0000], sp=0x14aeedb0, free space=315k
  27. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  28. V [jvm.dll+0x1a808b]
  29. V [jvm.dll+0x1a0988]
  30. V [jvm.dll+0x9365d]
  31. V [jvm.dll+0xb98cf]
  32. V [jvm.dll+0xbc8bb]
  33. V [jvm.dll+0xd1a88]
  34. V [jvm.dll+0xd1bfd]
  35. V [jvm.dll+0x1b35c1]
  36. V [jvm.dll+0x1b37bc]
  37. V [jvm.dll+0x178723]
  38. V [jvm.dll+0x17725a]
  39. V [jvm.dll+0x971d0]
  40. V [jvm.dll+0x984c1]
  41. V [jvm.dll+0x9a240]
  42. V [jvm.dll+0x9a6a9]
  43. V [jvm.dll+0x994bf]
  44. V [jvm.dll+0xa57e2]
  45. V [jvm.dll+0x98093]
  46. V [jvm.dll+0x92045]
  47. V [jvm.dll+0x1b6a06]
  48. V [jvm.dll+0x1811db]
  49. V [jvm.dll+0x1805f1]
  50. V [jvm.dll+0x180a07]
  51. V [jvm.dll+0x180c02]
  52. V [jvm.dll+0x1c06f6]
  53. C [msvcr100.dll+0x5c556]
  54. C [msvcr100.dll+0x5c600]
  55. C [KERNEL32.DLL+0x18744]
  56. C [ntdll.dll+0x6582d]
  57. C [ntdll.dll+0x657fd]
  58. VM_Operation (0x00d5ddd4): GenCollectForAllocation, mode: safepoint, requested by thread 0x002dc400
  59. --------------- P R O C E S S ---------------
  60. Java Threads: ( => current thread )
  61. 0x14b26400 JavaThread "Service Thread" daemon [_thread_blocked, id=32344, stack(0x15060000,0x150b0000)]
  62. 0x14b1e400 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=28788, stack(0x14fd0000,0x15020000)]
  63. 0x14b1c800 JavaThread "Attach Listener" daemon [_thread_blocked, id=32268, stack(0x14f40000,0x14f90000)]
  64. 0x14b17800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=19756, stack(0x14eb0000,0x14f00000)]
  65. 0x14af6800 JavaThread "Finalizer" daemon [_thread_blocked, id=20732, stack(0x14dc0000,0x14e10000)]
  66. 0x025eec00 JavaThread "Reference Handler" daemon [_thread_blocked, id=32100, stack(0x14d30000,0x14d80000)]
  67. 0x002dc400 JavaThread "main" [_thread_blocked, id=9684, stack(0x00d10000,0x00d60000)]
  68. Other Threads:
  69. =>0x025ec000 VMThread [stack: 0x14aa0000,0x14af0000] [id=32368]
  70. 0x14bce000 WatcherThread [stack: 0x150f0000,0x15140000] [id=24608]
  71. VM state:at safepoint (normal execution)
  72. VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
  73. [0x002dba60] Threads_lock - owner thread: 0x025ec000
  74. [0x002db240] Heap_lock - owner thread: 0x002dc400
  75. Heap:
  76. def new generation total 22208K, used 22207K [0x04600000, 0x05e10000, 0x09b50000)
  77. eden space 19776K, 100% used [0x04600000, 0x05950000, 0x05950000)
  78. from space 2432K, 99% used [0x05bb0000, 0x05e0fff8, 0x05e10000)
  79. to space 2432K, 0% used [0x05950000, 0x05950000, 0x05bb0000)
  80. tenured generation total 50032K, used 50032K [0x09b50000, 0x0cc2c000, 0x14600000)
  81. the space 50032K, 100% used [0x09b50000, 0x0cc2c000, 0x0cc2c000, 0x0cc2c000)
  82. Metaspace used 12903K, capacity 13069K, committed 13184K, reserved 13696K
  83. Card table byte_map: [0x003a0000,0x00430000] byte_map_base: 0x0037d000
  84. Polling page: 0x00260000
  85. CodeCache: size=32768Kb used=5429Kb max_used=5429Kb free=27338Kb
  86. bounds [0x025f0000, 0x02b40000, 0x045f0000]
  87. total_blobs=3082 nmethods=2897 adapters=115
  88. compilation: enabled
  89. Compilation events (10 events):
  90. Event: 19.015 Thread 0x14b1e400 2936 com.sun.tools.javac.comp.TransTypes::addBridge (367 bytes)
  91. Event: 19.017 Thread 0x14b1e400 nmethod 2936 0x02b39d08 code [0x02b3a060, 0x02b3b04c]
  92. Event: 19.023 Thread 0x14b1e400 2937 com.sun.tools.javac.comp.TransTypes::visitIf (58 bytes)
  93. Event: 19.023 Thread 0x14b1e400 nmethod 2937 0x02b3ce08 code [0x02b3cf40, 0x02b3d1e4]
  94. Event: 19.032 Thread 0x14b1e400 2938 com.sun.tools.javac.tree.TreeMaker::Types (46 bytes)
  95. Event: 19.032 Thread 0x14b1e400 nmethod 2938 0x02b3d388 code [0x02b3d4a0, 0x02b3d608]
  96. Event: 19.049 Thread 0x14b1e400 2939 com.sun.tools.javac.tree.TreeMaker::MethodDef (79 bytes)
  97. Event: 19.049 Thread 0x14b1e400 nmethod 2939 0x02b3d748 code [0x02b3d8e0, 0x02b3dbe4]
  98. Event: 19.049 Thread 0x14b1e400 2940 com.sun.tools.javac.tree.TreeMaker::TypeParams (59 bytes)
  99. Event: 19.050 Thread 0x14b1e400 nmethod 2940 0x02b3df48 code [0x02b3e080, 0x02b3e314]
  100. GC Heap History (10 events):
  101. Event: 18.213 GC heap after
  102. Heap after GC invocations=63 (full 20):
  103. def new generation total 21888K, used 2300K [0x04600000, 0x05db0000, 0x09b50000)
  104. eden space 19520K, 11% used [0x04600000, 0x0483f028, 0x05910000)
  105. from space 2368K, 0% used [0x05910000, 0x05910000, 0x05b60000)
  106. to space 2368K, 0% used [0x05b60000, 0x05b60000, 0x05db0000)
  107. tenured generation total 48448K, used 48448K [0x09b50000, 0x0caa0000, 0x14600000)
  108. the space 48448K, 100% used [0x09b50000, 0x0caa0000, 0x0caa0000, 0x0caa0000)
  109. Metaspace used 12903K, capacity 13069K, committed 13184K, reserved 13696K
  110. }
  111. Event: 18.272 GC heap before
  112. {Heap before GC invocations=63 (full 20):
  113. def new generation total 21888K, used 19520K [0x04600000, 0x05db0000, 0x09b50000)
  114. eden space 19520K, 100% used [0x04600000, 0x05910000, 0x05910000)
  115. from space 2368K, 0% used [0x05910000, 0x05910000, 0x05b60000)
  116. to space 2368K, 0% used [0x05b60000, 0x05b60000, 0x05db0000)
  117. tenured generation total 48448K, used 48448K [0x09b50000, 0x0caa0000, 0x14600000)
  118. the space 48448K, 100% used [0x09b50000, 0x0caa0000, 0x0caa0000, 0x0caa0000)
  119. Metaspace used 12903K, capacity 13069K, committed 13184K, reserved 13696K
  120. Event: 18.381 GC heap after
  121. Heap after GC invocations=64 (full 21):
  122. def new generation total 21952K, used 2256K [0x04600000, 0x05dd0000, 0x09b50000)
  123. eden space 19520K, 11% used [0x04600000, 0x04834078, 0x05910000)
  124. from space 2432K, 0% used [0x05910000, 0x05910000, 0x05b70000)
  125. to space 2432K, 0% used [0x05b70000, 0x05b70000, 0x05dd0000)
  126. tenured generation total 48704K, used 48703K [0x09b50000, 0x0cae0000, 0x14600000)
  127. the space 48704K, 99% used [0x09b50000, 0x0cadffd8, 0x0cae0000, 0x0cae0000)
  128. Metaspace used 12903K, capacity 13069K, committed 13184K, reserved 13696K
  129. }
  130. Event: 18.443 GC heap before
  131. {Heap before GC invocations=64 (full 21):
  132. def new generation total 21952K, used 19520K [0x04600000, 0x05dd0000, 0x09b50000)
  133. eden space 19520K, 100% used [0x04600000, 0x05910000, 0x05910000)
  134. from space 2432K, 0% used [0x05910000, 0x05910000, 0x05b70000)
  135. to space 2432K, 0% used [0x05b70000, 0x05b70000, 0x05dd0000)
  136. tenured generation total 48704K, used 48703K [0x09b50000, 0x0cae0000, 0x14600000)
  137. the space 48704K, 99% used [0x09b50000, 0x0cadffd8, 0x0cae0000, 0x0cae0000)
  138. Metaspace used 12903K, capacity 13069K, committed 13184K, reserved 13696K
  139. Event: 18.557 GC heap after
  140. Heap after GC invocations=65 (full 22):
  141. def new generation total 22016K, used 2372K [0x04600000, 0x05de0000, 0x09b50000)
  142. eden space 19584K, 12% used [0x04600000, 0x04851078, 0x05920000)
  143. from space 2432K, 0% used [0x05920000, 0x05920000, 0x05b80000)
  144. to space 2432K, 0% used [0x05b80000, 0x05b80000, 0x05de0000)
  145. tenured generation total 48832K, used 48831K [0x09b50000, 0x0cb00000, 0x14600000)
  146. the space 48832K, 99% used [0x09b50000, 0x0cafffe0, 0x0cb00000, 0x0cb00000)
  147. Metaspace used 12903K, capacity 13069K, committed 13184K, reserved 13696K
  148. }
  149. Event: 18.619 GC heap before
  150. {Heap before GC invocations=65 (full 22):
  151. def new generation total 22016K, used 19584K [0x04600000, 0x05de0000, 0x09b50000)
  152. eden space 19584K, 100% used [0x04600000, 0x05920000, 0x05920000)
  153. from space 2432K, 0% used [0x05920000, 0x05920000, 0x05b80000)
  154. to space 2432K, 0% used [0x05b80000, 0x05b80000, 0x05de0000)
  155. tenured generation total 48832K, used 48831K [0x09b50000, 0x0cb00000, 0x14600000)
  156. the space 48832K, 99% used [0x09b50000, 0x0cafffe0, 0x0cb00000, 0x0cb00000)
  157. Metaspace used 12903K, capacity 13069K, committed 13184K, reserved 13696K
  158. Event: 18.725 GC heap after
  159. Heap after GC invocations=66 (full 23):
  160. def new generation total 22144K, used 2324K [0x04600000, 0x05e00000, 0x09b50000)
  161. eden space 19712K, 11% used [0x04600000, 0x04845240, 0x05940000)
  162. from space 2432K, 0% used [0x05940000, 0x05940000, 0x05ba0000)
  163. to space 2432K, 0% used [0x05ba0000, 0x05ba0000, 0x05e00000)
  164. tenured generation total 49088K, used 49087K [0x09b50000, 0x0cb40000, 0x14600000)
  165. the space 49088K, 99% used [0x09b50000, 0x0cb3ffe8, 0x0cb40000, 0x0cb40000)
  166. Metaspace used 12903K, capacity 13069K, committed 13184K, reserved 13696K
  167. }
  168. Event: 18.794 GC heap before
  169. {Heap before GC invocations=66 (full 23):
  170. def new generation total 22144K, used 19712K [0x04600000, 0x05e00000, 0x09b50000)
  171. eden space 19712K, 100% used [0x04600000, 0x05940000, 0x05940000)
  172. from space 2432K, 0% used [0x05940000, 0x05940000, 0x05ba0000)
  173. to space 2432K, 0% used [0x05ba0000, 0x05ba0000, 0x05e00000)
  174. tenured generation total 49088K, used 49087K [0x09b50000, 0x0cb40000, 0x14600000)
  175. the space 49088K, 99% used [0x09b50000, 0x0cb3ffe8, 0x0cb40000, 0x0cb40000)
  176. Metaspace used 12903K, capacity 13069K, committed 13184K, reserved 13696K
  177. Event: 18.903 GC heap after
  178. Heap after GC invocations=67 (full 24):
  179. def new generation total 22208K, used 2294K [0x04600000, 0x05e10000, 0x09b50000)
  180. eden space 19776K, 11% used [0x04600000, 0x0483d808, 0x05950000)
  181. from space 2432K, 0% used [0x05950000, 0x05950000, 0x05bb0000)
  182. to space 2432K, 0% used [0x05bb0000, 0x05bb0000, 0x05e10000)
  183. tenured generation total 49216K, used 49215K [0x09b50000, 0x0cb60000, 0x14600000)
  184. the space 49216K, 99% used [0x09b50000, 0x0cb5ffc0, 0x0cb60000, 0x0cb60000)
  185. Metaspace used 12903K, capacity 13069K, committed 13184K, reserved 13696K
  186. }
  187. Event: 19.053 GC heap before
  188. {Heap before GC invocations=67 (full 24):
  189. def new generation total 22208K, used 19776K [0x04600000, 0x05e10000, 0x09b50000)
  190. eden space 19776K, 100% used [0x04600000, 0x05950000, 0x05950000)
  191. from space 2432K, 0% used [0x05950000, 0x05950000, 0x05bb0000)
  192. to space 2432K, 0% used [0x05bb0000, 0x05bb0000, 0x05e10000)
  193. tenured generation total 49216K, used 49215K [0x09b50000, 0x0cb60000, 0x14600000)
  194. the space 49216K, 99% used [0x09b50000, 0x0cb5ffc0, 0x0cb60000, 0x0cb60000)
  195. Metaspace used 12903K, capacity 13069K, committed 13184K, reserved 13696K
  196. Deoptimization events (0 events):
  197. No events
  198. Internal exceptions (10 events):
  199. Event: 8.426 Thread 0x002dc400 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0x0492c580) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u66\5298\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
  200. Event: 8.426 Thread 0x002dc400 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0x0492da50) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u66\5298\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
  201. Event: 8.426 Thread 0x002dc400 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0x0492eda0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u66\5298\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
  202. Event: 8.642 Thread 0x002dc400 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0x049f3b90) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u66\5298\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
  203. Event: 8.642 Thread 0x002dc400 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0x049f4ec8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u66\5298\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
  204. Event: 8.642 Thread 0x002dc400 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0x049f6340) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u66\5298\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
  205. Event: 8.642 Thread 0x002dc400 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0x049f77f0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u66\5298\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
  206. Event: 10.017 Thread 0x002dc400 Exception <a 'java/lang/ClassNotFoundException': com/sun/tools/javac/api/JavacTool> (0x047ae590) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u66\5298\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210]
  207. Event: 13.676 Thread 0x002dc400 Exception <a 'java/io/FileNotFoundException'> (0x0481c8c0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u66\5298\hotspot\src\share\vm\prims\jni.cpp, line 709]
  208. Event: 13.688 Thread 0x002dc400 Exception <a 'java/io/FileNotFoundException'> (0x0484e468) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u66\5298\hotspot\src\share\vm\prims\jni.cpp, line 709]
  209. Events (10 events):
  210. Event: 18.213 Executing VM operation: GenCollectForAllocation done
  211. Event: 18.272 Executing VM operation: GenCollectForAllocation
  212. Event: 18.381 Executing VM operation: GenCollectForAllocation done
  213. Event: 18.443 Executing VM operation: GenCollectForAllocation
  214. Event: 18.557 Executing VM operation: GenCollectForAllocation done
  215. Event: 18.619 Executing VM operation: GenCollectForAllocation
  216. Event: 18.725 Executing VM operation: GenCollectForAllocation done
  217. Event: 18.794 Executing VM operation: GenCollectForAllocation
  218. Event: 18.903 Executing VM operation: GenCollectForAllocation done
  219. Event: 19.053 Executing VM operation: GenCollectForAllocation
  220. Dynamic libraries:
  221. 0x00d70000 - 0x00da3000 D:\office\java\Jdk1.8.0_66\bin\javaw.exe
  222. 0x77c80000 - 0x77e0e000 C:\WINDOWS\SYSTEM32\ntdll.dll
  223. 0x77770000 - 0x77840000 C:\WINDOWS\System32\KERNEL32.DLL
  224. 0x74b40000 - 0x74d02000 C:\WINDOWS\System32\KERNELBASE.dll
  225. 0x754a0000 - 0x75517000 C:\WINDOWS\System32\ADVAPI32.dll
  226. 0x74d10000 - 0x74dcd000 C:\WINDOWS\System32\msvcrt.dll
  227. 0x75640000 - 0x75681000 C:\WINDOWS\System32\sechost.dll
  228. 0x75e50000 - 0x75f10000 C:\WINDOWS\System32\RPCRT4.dll
  229. 0x74750000 - 0x74770000 C:\WINDOWS\System32\SspiCli.dll
  230. 0x74740000 - 0x7474a000 C:\WINDOWS\System32\CRYPTBASE.dll
  231. 0x75590000 - 0x755e7000 C:\WINDOWS\System32\bcryptPrimitives.dll
  232. 0x775b0000 - 0x776ec000 C:\WINDOWS\System32\USER32.dll
  233. 0x751f0000 - 0x75206000 C:\WINDOWS\System32\win32u.dll
  234. 0x75e10000 - 0x75e31000 C:\WINDOWS\System32\GDI32.dll
  235. 0x75cb0000 - 0x75e08000 C:\WINDOWS\System32\gdi32full.dll
  236. 0x776f0000 - 0x77769000 C:\WINDOWS\System32\msvcp_win.dll
  237. 0x74a20000 - 0x74b38000 C:\WINDOWS\System32\ucrtbase.dll
  238. 0x70370000 - 0x7057e000 C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.15063.483_none_6dad63fefc436da8\COMCTL32.dll
  239. 0x778a0000 - 0x77ad8000 C:\WINDOWS\System32\combase.dll
  240. 0x75f10000 - 0x75f35000 C:\WINDOWS\System32\IMM32.DLL
  241. 0x61500000 - 0x615bf000 D:\office\java\Jdk1.8.0_66\jre\bin\msvcr100.dll
  242. 0x65e00000 - 0x661c5000 D:\office\java\Jdk1.8.0_66\jre\bin\client\jvm.dll
  243. 0x75e40000 - 0x75e46000 C:\WINDOWS\System32\PSAPI.DLL
  244. 0x72d00000 - 0x72d24000 C:\WINDOWS\SYSTEM32\WINMM.dll
  245. 0x69d00000 - 0x69d08000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
  246. 0x74700000 - 0x74708000 C:\WINDOWS\SYSTEM32\VERSION.dll
  247. 0x75690000 - 0x756f7000 C:\WINDOWS\System32\WS2_32.dll
  248. 0x72c60000 - 0x72c83000 C:\WINDOWS\SYSTEM32\winmmbase.dll
  249. 0x755f0000 - 0x75629000 C:\WINDOWS\System32\cfgmgr32.dll
  250. 0x71db0000 - 0x71dbc000 D:\office\java\Jdk1.8.0_66\jre\bin\verify.dll
  251. 0x6fef0000 - 0x6ff11000 D:\office\java\Jdk1.8.0_66\jre\bin\java.dll
  252. 0x6fed0000 - 0x6fee3000 D:\office\java\Jdk1.8.0_66\jre\bin\zip.dll
  253. 0x761d0000 - 0x77518000 C:\WINDOWS\System32\SHELL32.dll
  254. 0x760f0000 - 0x7617c000 C:\WINDOWS\System32\shcore.dll
  255. 0x75700000 - 0x75c87000 C:\WINDOWS\System32\windows.storage.dll
  256. 0x76180000 - 0x761c5000 C:\WINDOWS\System32\shlwapi.dll
  257. 0x760e0000 - 0x760ee000 C:\WINDOWS\System32\kernel.appcore.dll
  258. 0x75f40000 - 0x75f85000 C:\WINDOWS\System32\powrprof.dll
  259. 0x75ca0000 - 0x75cb0000 C:\WINDOWS\System32\profapi.dll
  260. 0x722a0000 - 0x722b3000 C:\WINDOWS\SYSTEM32\CRYPTSP.dll
  261. 0x72270000 - 0x7229f000 C:\WINDOWS\system32\rsaenh.dll
  262. 0x74490000 - 0x744a8000 C:\WINDOWS\SYSTEM32\bcrypt.dll
  263. 0x74710000 - 0x74732000 C:\WINDOWS\SYSTEM32\USERENV.dll
  264. 0x6feb0000 - 0x6fec6000 D:\office\java\Jdk1.8.0_66\jre\bin\net.dll
  265. 0x73de0000 - 0x73e2e000 C:\WINDOWS\system32\mswsock.dll
  266. 0x744d0000 - 0x744ff000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
  267. 0x75630000 - 0x75637000 C:\WINDOWS\System32\NSI.dll
  268. 0x74520000 - 0x74533000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
  269. 0x73ee0000 - 0x73ef4000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
  270. 0x6fea0000 - 0x6feaf000 D:\office\java\Jdk1.8.0_66\jre\bin\nio.dll
  271. 0x6da80000 - 0x6da89000 C:\Users\dell\AppData\Local\Temp\jansi-1.16-481767642601297536.dll
  272. 0x6b5a0000 - 0x6b5a9000 C:\Users\dell\AppData\Local\Temp\jansi-1.16-2233568559346342629.dll
  273. 0x72db0000 - 0x72f0d000 C:\WINDOWS\SYSTEM32\dbghelp.dll
  274. VM Arguments:
  275. jvm_args: -Dmaven.home=D:\maven\apache-maven-3.5.2 -Dclassworlds.conf=D:\eclipse-workspace\.metadata\.plugins\org.eclipse.m2e.launching\launches\m2conf5494820294364678715.tmp -Dmaven.multiModuleProjectDirectory=C:\Users\dell\git\sqLogisticsProject\saicLogistics -Dfile.encoding=GBK
  276. java_command: org.codehaus.plexus.classworlds.launcher.Launcher -B -gs D:\maven\apache-maven-3.5.2\conf\settings.xml install
  277. java_class_path (initial): D:\maven\apache-maven-3.5.2\boot\plexus-classworlds-2.5.2.jar
  278. Launcher Type: SUN_STANDARD
  279. Environment Variables:
  280. JAVA_HOME=D:\office\java\Jdk1.8.0_66
  281. CLASSPATH=.;D:\office\java\Jdk1.8.0_66\lib\dt.jar;D:\office\java\Jdk1.8.0_66\lib\tools.jar;
  282. PATH=D:/office/java/Jdk1.8.0_66/bin/../jre/bin/client;D:/office/java/Jdk1.8.0_66/bin/../jre/bin;D:/office/java/Jdk1.8.0_66/bin/../jre/lib/i386;D:\office\java\Jdk1.8.0_66\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\MySQL\MySQL Server 5.5\bin;C:\Program Files\VisualSVN Server\bin;C:\Program Files\TortoiseSVN\bin;D:\maven\apache-maven-3.5.2\bin;D:\maven\Git\cmd;C:\Users\dell\AppData\Local\Microsoft\WindowsApps;;D:\MyEclipse\eclipse;
  283. USERNAME=dell
  284. OS=Windows_NT
  285. PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 158 Stepping 9, GenuineIntel
  286. --------------- S Y S T E M ---------------
  287. OS: Windows 10.0 , 64 bit Build 15063 (10.0.15063.296)
  288. CPU:total 4 (4 cores per cpu, 1 threads per core) family 6 model 158 stepping 9, 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
  289. Memory: 4k page, physical 8269924k(2153928k free), swap 21377120k(2304k free)
  290. vm_info: Java HotSpot(TM) Client VM (25.66-b18) for windows-x86 JRE (1.8.0_66-b18), built on Nov 9 2015 10:58:29 by "java_re" with MS VC++ 10.0 (VS2010)
  291. time: Mon Feb 05 16:16:26 2018
  292. elapsed time: 19 seconds (0d 0h 0m 19s)