hs_err_pid11344.log 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  1. #
  2. # There is insufficient memory for the Java Runtime Environment to continue.
  3. # Native memory allocation (malloc) failed to allocate 1134096 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=11344, tid=0x000000000000168c
  19. #
  20. # JRE version: Java(TM) SE Runtime Environment (8.0_144-b01) (build 1.8.0_144-b01)
  21. # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.144-b01 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 (0x000000001e684800): JavaThread "C2 CompilerThread5" daemon [_thread_in_native, id=5772, stack(0x00000000207a0000,0x00000000208a0000)]
  26. Stack: [0x00000000207a0000,0x00000000208a0000]
  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:18919913 17752 ! 4 java.util.ServiceLoader$LazyIterator::hasNextService (167 bytes)
  31. --------------- P R O C E S S ---------------
  32. Java Threads: ( => current thread )
  33. 0x00000000270ac000 JavaThread "Exec Stream Pumper" daemon [_thread_in_native, id=41880, stack(0x00000000335d0000,0x00000000336d0000)]
  34. 0x00000000270ae800 JavaThread "Exec Stream Pumper" daemon [_thread_in_native, id=6664, stack(0x0000000031ba0000,0x0000000031ca0000)]
  35. 0x00000000270b0000 JavaThread "Driver Service Executor" daemon [_thread_blocked, id=45052, stack(0x0000000031aa0000,0x0000000031ba0000)]
  36. 0x00000000270a3000 JavaThread "Driver Service Executor" daemon [_thread_blocked, id=39776, stack(0x00000000319a0000,0x0000000031aa0000)]
  37. 0x00000000270a5800 JavaThread "Exec Default Executor" daemon [_thread_in_native, id=3692, stack(0x00000000318a0000,0x00000000319a0000)]
  38. 0x00000000270a2800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=42796, stack(0x0000000034a00000,0x0000000034b00000)]
  39. 0x00000000270b1000 JavaThread "ForkJoinPool.commonPool-worker-3" daemon [_thread_blocked, id=48844, stack(0x000000003d3c0000,0x000000003d4c0000)]
  40. 0x00000000265ee800 JavaThread "UrlChecker-30" daemon [_thread_blocked, id=47852, stack(0x00000000336d0000,0x00000000337d0000)]
  41. 0x00000000270a4800 JavaThread "Exec Stream Pumper" daemon [_thread_in_native, id=41044, stack(0x00000000317a0000,0x00000000318a0000)]
  42. 0x00000000270a9000 JavaThread "Exec Stream Pumper" daemon [_thread_in_native, id=40996, stack(0x0000000029fc0000,0x000000002a0c0000)]
  43. 0x00000000270a7800 JavaThread "Driver Service Executor" daemon [_thread_blocked, id=40964, stack(0x00000000312b0000,0x00000000313b0000)]
  44. 0x00000000270a8800 JavaThread "Driver Service Executor" daemon [_thread_blocked, id=40548, stack(0x0000000002320000,0x0000000002420000)]
  45. 0x00000000270a6000 JavaThread "Exec Default Executor" daemon [_thread_in_native, id=6080, stack(0x00000000009d0000,0x0000000000ad0000)]
  46. 0x0000000022087000 JavaThread "AsyncHttpClient-1-33" daemon [_thread_in_native, id=32636, stack(0x000000003c7a0000,0x000000003c8a0000)]
  47. 0x0000000022086000 JavaThread "AsyncHttpClient-1-32" daemon [_thread_in_native, id=29676, stack(0x000000003b970000,0x000000003ba70000)]
  48. 0x000000002208e800 JavaThread "AsyncHttpClient-1-31" daemon [_thread_in_native, id=13300, stack(0x000000003c290000,0x000000003c390000)]
  49. 0x000000002208d000 JavaThread "AsyncHttpClient-1-30" daemon [_thread_in_native, id=12368, stack(0x000000003b870000,0x000000003b970000)]
  50. 0x000000002208c800 JavaThread "AsyncHttpClient-1-29" daemon [_thread_in_native, id=22756, stack(0x0000000039b00000,0x0000000039c00000)]
  51. 0x000000002208b800 JavaThread "AsyncHttpClient-1-28" daemon [_thread_in_native, id=23632, stack(0x000000003b360000,0x000000003b460000)]
  52. 0x000000002208f800 JavaThread "AsyncHttpClient-1-27" daemon [_thread_in_native, id=22772, stack(0x000000003ae50000,0x000000003af50000)]
  53. 0x000000002208b000 JavaThread "AsyncHttpClient-1-26" daemon [_thread_in_native, id=32656, stack(0x000000003a940000,0x000000003aa40000)]
  54. 0x0000000022084800 JavaThread "AsyncHttpClient-1-25" daemon [_thread_in_native, id=24880, stack(0x000000003a430000,0x000000003a530000)]
  55. 0x000000002208a000 JavaThread "AsyncHttpClient-1-24" daemon [_thread_in_native, id=27288, stack(0x0000000039a00000,0x0000000039b00000)]
  56. 0x0000000022088800 JavaThread "AsyncHttpClient-1-23" daemon [_thread_in_native, id=8940, stack(0x0000000038bd0000,0x0000000038cd0000)]
  57. 0x0000000022081000 JavaThread "AsyncHttpClient-1-22" daemon [_thread_in_native, id=9208, stack(0x00000000394f0000,0x00000000395f0000)]
  58. 0x0000000022088000 JavaThread "AsyncHttpClient-1-21" daemon [_thread_in_native, id=17360, stack(0x0000000038ad0000,0x0000000038bd0000)]
  59. 0x0000000022082800 JavaThread "AsyncHttpClient-1-20" daemon [_thread_in_native, id=13796, stack(0x0000000036f70000,0x0000000037070000)]
  60. 0x0000000022085800 JavaThread "AsyncHttpClient-1-19" daemon [_thread_in_native, id=14432, stack(0x00000000385c0000,0x00000000386c0000)]
  61. 0x0000000025413000 JavaThread "AsyncHttpClient-1-18" daemon [_thread_in_native, id=28980, stack(0x00000000338d0000,0x00000000339d0000)]
  62. 0x0000000026f76000 JavaThread "AsyncHttpClient-1-17" daemon [_thread_in_native, id=19668, stack(0x00000000337d0000,0x00000000338d0000)]
  63. 0x0000000026f7e800 JavaThread "AsyncHttpClient-1-16" daemon [_thread_in_native, id=32980, stack(0x0000000037890000,0x0000000037990000)]
  64. 0x0000000026f77000 JavaThread "AsyncHttpClient-1-15" daemon [_thread_in_native, id=27744, stack(0x0000000036e70000,0x0000000036f70000)]
  65. 0x0000000026f7d800 JavaThread "AsyncHttpClient-1-14" daemon [_thread_in_native, id=13788, stack(0x0000000036030000,0x0000000036130000)]
  66. 0x0000000026f7b800 JavaThread "AsyncHttpClient-1-13" daemon [_thread_in_native, id=24820, stack(0x0000000036950000,0x0000000036a50000)]
  67. 0x0000000026f75000 JavaThread "AsyncHttpClient-1-12" daemon [_thread_in_native, id=26744, stack(0x0000000035f30000,0x0000000036030000)]
  68. 0x0000000026f7a800 JavaThread "AsyncHttpClient-1-11" daemon [_thread_in_native, id=13080, stack(0x0000000035e30000,0x0000000035f30000)]
  69. 0x0000000026f7a000 JavaThread "Connection evictor" daemon [_thread_blocked, id=19632, stack(0x0000000034e00000,0x0000000034f00000)]
  70. 0x0000000026f72000 JavaThread "AsyncHttpClient-1-10" daemon [_thread_in_native, id=15260, stack(0x0000000035720000,0x0000000035820000)]
  71. 0x0000000026f79000 JavaThread "AsyncHttpClient-1-9" daemon [_thread_in_native, id=17300, stack(0x0000000034d00000,0x0000000034e00000)]
  72. 0x0000000026f78800 JavaThread "AsyncHttpClient-1-8" daemon [_thread_in_native, id=11124, stack(0x00000000339d0000,0x0000000033ad0000)]
  73. 0x0000000026f77800 JavaThread "AsyncHttpClient-1-7" daemon [_thread_in_native, id=4792, stack(0x00000000344f0000,0x00000000345f0000)]
  74. 0x0000000026f70000 JavaThread "AsyncHttpClient-1-6" daemon [_thread_in_native, id=22928, stack(0x0000000033fe0000,0x00000000340e0000)]
  75. 0x0000000026f6f000 JavaThread "AsyncHttpClient-1-5" daemon [_thread_in_native, id=30952, stack(0x0000000033ad0000,0x0000000033bd0000)]
  76. 0x000000002540e000 JavaThread "HikariPool-1 housekeeper" daemon [_thread_blocked, id=29448, stack(0x00000000310b0000,0x00000000311b0000)]
  77. 0x00000000265f9800 JavaThread "AsyncHttpClient-1-4" daemon [_thread_in_native, id=17192, stack(0x0000000032ac0000,0x0000000032bc0000)]
  78. 0x00000000265f8800 JavaThread "AsyncHttpClient-1-3" daemon [_thread_in_native, id=25340, stack(0x00000000316a0000,0x00000000317a0000)]
  79. 0x00000000265f8000 JavaThread "AsyncHttpClient-1-2" daemon [_thread_in_native, id=12196, stack(0x00000000311b0000,0x00000000312b0000)]
  80. 0x00000000265f4000 JavaThread "AsyncHttpClient-1-1" daemon [_thread_blocked, id=30444, stack(0x000000002ed30000,0x000000002ee30000)]
  81. 0x00000000265f0000 JavaThread "mysql-cj-abandoned-connection-cleanup" daemon [_thread_blocked, id=29388, stack(0x0000000029cc0000,0x0000000029dc0000)]
  82. 0x00000000265f2800 JavaThread "I/O dispatcher 16" [_thread_in_native, id=25588, stack(0x00000000288f0000,0x00000000289f0000)]
  83. 0x00000000265eb800 JavaThread "I/O dispatcher 15" [_thread_in_native, id=29428, stack(0x00000000287f0000,0x00000000288f0000)]
  84. 0x0000000025412800 JavaThread "I/O dispatcher 14" [_thread_in_native, id=19712, stack(0x00000000286f0000,0x00000000287f0000)]
  85. 0x0000000025414800 JavaThread "I/O dispatcher 13" [_thread_in_native, id=25036, stack(0x00000000285f0000,0x00000000286f0000)]
  86. 0x0000000025411800 JavaThread "I/O dispatcher 12" [_thread_in_native, id=21932, stack(0x00000000284f0000,0x00000000285f0000)]
  87. 0x0000000025410000 JavaThread "I/O dispatcher 11" [_thread_in_native, id=19848, stack(0x00000000283f0000,0x00000000284f0000)]
  88. 0x000000002540f800 JavaThread "I/O dispatcher 10" [_thread_in_native, id=30056, stack(0x00000000282f0000,0x00000000283f0000)]
  89. 0x0000000025411000 JavaThread "I/O dispatcher 9" [_thread_in_native, id=18972, stack(0x00000000281f0000,0x00000000282f0000)]
  90. 0x000000002540e800 JavaThread "I/O dispatcher 8" [_thread_in_native, id=29628, stack(0x00000000280f0000,0x00000000281f0000)]
  91. 0x0000000025414000 JavaThread "I/O dispatcher 7" [_thread_in_native, id=28568, stack(0x0000000027ff0000,0x00000000280f0000)]
  92. 0x0000000024901000 JavaThread "I/O dispatcher 6" [_thread_in_native, id=9608, stack(0x0000000027ef0000,0x0000000027ff0000)]
  93. 0x0000000024900000 JavaThread "I/O dispatcher 5" [_thread_in_native, id=28544, stack(0x0000000027df0000,0x0000000027ef0000)]
  94. 0x00000000248ff800 JavaThread "I/O dispatcher 4" [_thread_in_native, id=20960, stack(0x0000000027cf0000,0x0000000027df0000)]
  95. 0x00000000248fe800 JavaThread "I/O dispatcher 3" [_thread_in_native, id=16184, stack(0x0000000027bf0000,0x0000000027cf0000)]
  96. 0x0000000026cac800 JavaThread "I/O dispatcher 2" [_thread_in_native, id=32028, stack(0x0000000027220000,0x0000000027320000)]
  97. 0x000000002696f000 JavaThread "I/O dispatcher 1" [_thread_in_native, id=31332, stack(0x00000000260a0000,0x00000000261a0000)]
  98. 0x000000002696d000 JavaThread "pool-1-thread-1" [_thread_in_native, id=28608, stack(0x0000000025760000,0x0000000025860000)]
  99. 0x000000001e718800 JavaThread "Service Thread" daemon [_thread_blocked, id=31496, stack(0x0000000020ea0000,0x0000000020fa0000)]
  100. 0x000000001e710800 JavaThread "C1 CompilerThread11" daemon [_thread_blocked, id=5600, stack(0x0000000020da0000,0x0000000020ea0000)]
  101. 0x000000001e710000 JavaThread "C1 CompilerThread10" daemon [_thread_blocked, id=13892, stack(0x0000000020ca0000,0x0000000020da0000)]
  102. 0x000000001e70f000 JavaThread "C1 CompilerThread9" daemon [_thread_blocked, id=16388, stack(0x0000000020ba0000,0x0000000020ca0000)]
  103. 0x000000001e6cc000 JavaThread "C1 CompilerThread8" daemon [_thread_blocked, id=3528, stack(0x0000000020aa0000,0x0000000020ba0000)]
  104. 0x000000001e690000 JavaThread "C2 CompilerThread7" daemon [_thread_blocked, id=2216, stack(0x00000000209a0000,0x0000000020aa0000)]
  105. 0x000000001e685800 JavaThread "C2 CompilerThread6" daemon [_thread_blocked, id=14228, stack(0x00000000208a0000,0x00000000209a0000)]
  106. =>0x000000001e684800 JavaThread "C2 CompilerThread5" daemon [_thread_in_native, id=5772, stack(0x00000000207a0000,0x00000000208a0000)]
  107. 0x000000001e678000 JavaThread "C2 CompilerThread4" daemon [_thread_blocked, id=12396, stack(0x00000000206a0000,0x00000000207a0000)]
  108. 0x000000001e676000 JavaThread "C2 CompilerThread3" daemon [_thread_blocked, id=29948, stack(0x00000000205a0000,0x00000000206a0000)]
  109. 0x000000001e675800 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=32472, stack(0x00000000204a0000,0x00000000205a0000)]
  110. 0x000000001e671800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=26444, stack(0x00000000203a0000,0x00000000204a0000)]
  111. 0x000000001e658800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=27988, stack(0x00000000202a0000,0x00000000203a0000)]
  112. 0x000000001e657000 JavaThread "Monitor Ctrl-Break" daemon [_thread_in_native, id=19976, stack(0x00000000201a0000,0x00000000202a0000)]
  113. 0x000000001e64a800 JavaThread "Attach Listener" daemon [_thread_blocked, id=5716, stack(0x00000000200a0000,0x00000000201a0000)]
  114. 0x000000001e5f3000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=22952, stack(0x000000001ffa0000,0x00000000200a0000)]
  115. 0x000000001e5cb800 JavaThread "Finalizer" daemon [_thread_blocked, id=28204, stack(0x000000001fe30000,0x000000001ff30000)]
  116. 0x000000001cb4a800 JavaThread "Reference Handler" daemon [_thread_blocked, id=1956, stack(0x000000001fd30000,0x000000001fe30000)]
  117. 0x0000000002aa4800 JavaThread "Forwarding get on session 3672ad92d7b6a49804746a86404142c2 to remote" [_thread_blocked, id=31040, stack(0x0000000002970000,0x0000000002a70000)]
  118. Other Threads:
  119. 0x000000001e5a4800 VMThread [stack: 0x000000001fc30000,0x000000001fd30000] [id=30096]
  120. 0x000000001e7e1800 WatcherThread [stack: 0x0000000020fa0000,0x00000000210a0000] [id=28748]
  121. VM state:not at safepoint (normal execution)
  122. VM Mutex/Monitor currently owned by a thread: None
  123. Heap:
  124. PSYoungGen total 232960K, used 38786K [0x000000076c180000, 0x000000077cc80000, 0x00000007c0000000)
  125. eden space 227328K, 14% used [0x000000076c180000,0x000000076e219220,0x0000000779f80000)
  126. from space 5632K, 95% used [0x000000077b780000,0x000000077bcc77d0,0x000000077bd00000)
  127. to space 12288K, 0% used [0x000000077c080000,0x000000077c080000,0x000000077cc80000)
  128. ParOldGen total 1457664K, used 1222005K [0x00000006c4400000, 0x000000071d380000, 0x000000076c180000)
  129. object space 1457664K, 83% used [0x00000006c4400000,0x000000070ed5d7a8,0x000000071d380000)
  130. Metaspace used 77030K, capacity 81978K, committed 82560K, reserved 1122304K
  131. class space used 9361K, capacity 10272K, committed 10368K, reserved 1048576K
  132. Card table byte_map: [0x0000000012120000,0x0000000012900000] byte_map_base: 0x000000000eafe000
  133. Marking Bits: (ParMarkBitMap*) 0x000000006e2fd850
  134. Begin Bits: [0x0000000013b40000, 0x0000000017a30000)
  135. End Bits: [0x0000000017a30000, 0x000000001b920000)
  136. Polling page: 0x0000000002a70000
  137. CodeCache: size=245760Kb used=53209Kb max_used=53393Kb free=192550Kb
  138. bounds [0x0000000002d60000, 0x0000000006240000, 0x0000000011d60000]
  139. total_blobs=14522 nmethods=13896 adapters=533
  140. compilation: enabled
  141. Compilation events (10 events):
  142. Event: 18911.988 Thread 0x000000001e710000 nmethod 17747 0x0000000003998190 code [0x0000000003998540, 0x000000000399a8c8]
  143. Event: 18913.443 Thread 0x000000001e678000 17748 ! 4 java.util.ArrayList::batchRemove (255 bytes)
  144. Event: 18913.513 Thread 0x000000001e678000 nmethod 17748 0x00000000037611d0 code [0x0000000003761340, 0x0000000003761e98]
  145. Event: 18913.965 Thread 0x000000001e671800 17749 4 sun.nio.fs.WindowsPathParser::isSlash (18 bytes)
  146. Event: 18913.966 Thread 0x000000001e671800 nmethod 17749 0x0000000003a190d0 code [0x0000000003a19200, 0x0000000003a19258]
  147. Event: 18915.446 Thread 0x000000001e658800 17750 4 java.lang.Class::getReflectionFactory (26 bytes)
  148. Event: 18915.447 Thread 0x000000001e658800 nmethod 17750 0x0000000003a18e10 code [0x0000000003a18f40, 0x0000000003a18fb8]
  149. Event: 18919.500 Thread 0x000000001e710800 17751 3 java.util.ServiceLoader::access$200 (7 bytes)
  150. Event: 18919.501 Thread 0x000000001e710800 nmethod 17751 0x0000000003997dd0 code [0x0000000003997f40, 0x00000000039980a8]
  151. Event: 18919.501 Thread 0x000000001e684800 17752 ! 4 java.util.ServiceLoader$LazyIterator::hasNextService (167 bytes)
  152. GC Heap History (10 events):
  153. Event: 17992.796 GC heap before
  154. {Heap before GC invocations=125 (full 10):
  155. PSYoungGen total 248320K, used 248256K [0x000000076c180000, 0x000000077ea00000, 0x00000007c0000000)
  156. eden space 245760K, 100% used [0x000000076c180000,0x000000077b180000,0x000000077b180000)
  157. from space 2560K, 97% used [0x000000077e780000,0x000000077e9f0238,0x000000077ea00000)
  158. to space 15872K, 0% used [0x000000077cb00000,0x000000077cb00000,0x000000077da80000)
  159. ParOldGen total 1457664K, used 1221757K [0x00000006c4400000, 0x000000071d380000, 0x000000076c180000)
  160. object space 1457664K, 83% used [0x00000006c4400000,0x000000070ed1f7a8,0x000000071d380000)
  161. Metaspace used 75884K, capacity 80808K, committed 81408K, reserved 1120256K
  162. class space used 9236K, capacity 10139K, committed 10240K, reserved 1048576K
  163. Event: 17992.815 GC heap after
  164. Heap after GC invocations=125 (full 10):
  165. PSYoungGen total 244224K, used 2445K [0x000000076c180000, 0x000000077e800000, 0x00000007c0000000)
  166. eden space 241664K, 0% used [0x000000076c180000,0x000000076c180000,0x000000077ad80000)
  167. from space 2560K, 95% used [0x000000077cb00000,0x000000077cd635b0,0x000000077cd80000)
  168. to space 15360K, 0% used [0x000000077d900000,0x000000077d900000,0x000000077e800000)
  169. ParOldGen total 1457664K, used 1221797K [0x00000006c4400000, 0x000000071d380000, 0x000000076c180000)
  170. object space 1457664K, 83% used [0x00000006c4400000,0x000000070ed297a8,0x000000071d380000)
  171. Metaspace used 75884K, capacity 80808K, committed 81408K, reserved 1120256K
  172. class space used 9236K, capacity 10139K, committed 10240K, reserved 1048576K
  173. }
  174. Event: 18175.414 GC heap before
  175. {Heap before GC invocations=126 (full 10):
  176. PSYoungGen total 244224K, used 244109K [0x000000076c180000, 0x000000077e800000, 0x00000007c0000000)
  177. eden space 241664K, 100% used [0x000000076c180000,0x000000077ad80000,0x000000077ad80000)
  178. from space 2560K, 95% used [0x000000077cb00000,0x000000077cd635b0,0x000000077cd80000)
  179. to space 15360K, 0% used [0x000000077d900000,0x000000077d900000,0x000000077e800000)
  180. ParOldGen total 1457664K, used 1221797K [0x00000006c4400000, 0x000000071d380000, 0x000000076c180000)
  181. object space 1457664K, 83% used [0x00000006c4400000,0x000000070ed297a8,0x000000071d380000)
  182. Metaspace used 75884K, capacity 80808K, committed 81408K, reserved 1120256K
  183. class space used 9236K, capacity 10139K, committed 10240K, reserved 1048576K
  184. Event: 18175.429 GC heap after
  185. Heap after GC invocations=126 (full 10):
  186. PSYoungGen total 242688K, used 4587K [0x000000076c180000, 0x000000077dd80000, 0x00000007c0000000)
  187. eden space 238080K, 0% used [0x000000076c180000,0x000000076c180000,0x000000077aa00000)
  188. from space 4608K, 99% used [0x000000077d900000,0x000000077dd7ad40,0x000000077dd80000)
  189. to space 14848K, 0% used [0x000000077c080000,0x000000077c080000,0x000000077cf00000)
  190. ParOldGen total 1457664K, used 1221853K [0x00000006c4400000, 0x000000071d380000, 0x000000076c180000)
  191. object space 1457664K, 83% used [0x00000006c4400000,0x000000070ed377a8,0x000000071d380000)
  192. Metaspace used 75884K, capacity 80808K, committed 81408K, reserved 1120256K
  193. class space used 9236K, capacity 10139K, committed 10240K, reserved 1048576K
  194. }
  195. Event: 18375.223 GC heap before
  196. {Heap before GC invocations=127 (full 10):
  197. PSYoungGen total 242688K, used 242667K [0x000000076c180000, 0x000000077dd80000, 0x00000007c0000000)
  198. eden space 238080K, 100% used [0x000000076c180000,0x000000077aa00000,0x000000077aa00000)
  199. from space 4608K, 99% used [0x000000077d900000,0x000000077dd7ad40,0x000000077dd80000)
  200. to space 14848K, 0% used [0x000000077c080000,0x000000077c080000,0x000000077cf00000)
  201. ParOldGen total 1457664K, used 1221853K [0x00000006c4400000, 0x000000071d380000, 0x000000076c180000)
  202. object space 1457664K, 83% used [0x00000006c4400000,0x000000070ed377a8,0x000000071d380000)
  203. Metaspace used 75884K, capacity 80808K, committed 81408K, reserved 1120256K
  204. class space used 9236K, capacity 10139K, committed 10240K, reserved 1048576K
  205. Event: 18375.236 GC heap after
  206. Heap after GC invocations=127 (full 10):
  207. PSYoungGen total 239104K, used 4288K [0x000000076c180000, 0x000000077d980000, 0x00000007c0000000)
  208. eden space 234496K, 0% used [0x000000076c180000,0x000000076c180000,0x000000077a680000)
  209. from space 4608K, 93% used [0x000000077c080000,0x000000077c4b0288,0x000000077c500000)
  210. to space 13824K, 0% used [0x000000077cc00000,0x000000077cc00000,0x000000077d980000)
  211. ParOldGen total 1457664K, used 1221901K [0x00000006c4400000, 0x000000071d380000, 0x000000076c180000)
  212. object space 1457664K, 83% used [0x00000006c4400000,0x000000070ed437a8,0x000000071d380000)
  213. Metaspace used 75884K, capacity 80808K, committed 81408K, reserved 1120256K
  214. class space used 9236K, capacity 10139K, committed 10240K, reserved 1048576K
  215. }
  216. Event: 18550.641 GC heap before
  217. {Heap before GC invocations=128 (full 10):
  218. PSYoungGen total 239104K, used 238784K [0x000000076c180000, 0x000000077d980000, 0x00000007c0000000)
  219. eden space 234496K, 100% used [0x000000076c180000,0x000000077a680000,0x000000077a680000)
  220. from space 4608K, 93% used [0x000000077c080000,0x000000077c4b0288,0x000000077c500000)
  221. to space 13824K, 0% used [0x000000077cc00000,0x000000077cc00000,0x000000077d980000)
  222. ParOldGen total 1457664K, used 1221901K [0x00000006c4400000, 0x000000071d380000, 0x000000076c180000)
  223. object space 1457664K, 83% used [0x00000006c4400000,0x000000070ed437a8,0x000000071d380000)
  224. Metaspace used 75884K, capacity 80808K, committed 81408K, reserved 1120256K
  225. class space used 9236K, capacity 10139K, committed 10240K, reserved 1048576K
  226. Event: 18550.664 GC heap after
  227. Heap after GC invocations=128 (full 10):
  228. PSYoungGen total 236544K, used 5331K [0x000000076c180000, 0x000000077d180000, 0x00000007c0000000)
  229. eden space 230912K, 0% used [0x000000076c180000,0x000000076c180000,0x000000077a300000)
  230. from space 5632K, 94% used [0x000000077cc00000,0x000000077d134ea0,0x000000077d180000)
  231. to space 13312K, 0% used [0x000000077b780000,0x000000077b780000,0x000000077c480000)
  232. ParOldGen total 1457664K, used 1221933K [0x00000006c4400000, 0x000000071d380000, 0x000000076c180000)
  233. object space 1457664K, 83% used [0x00000006c4400000,0x000000070ed4b7a8,0x000000071d380000)
  234. Metaspace used 75884K, capacity 80808K, committed 81408K, reserved 1120256K
  235. class space used 9236K, capacity 10139K, committed 10240K, reserved 1048576K
  236. }
  237. Event: 18876.111 GC heap before
  238. {Heap before GC invocations=129 (full 10):
  239. PSYoungGen total 236544K, used 236243K [0x000000076c180000, 0x000000077d180000, 0x00000007c0000000)
  240. eden space 230912K, 100% used [0x000000076c180000,0x000000077a300000,0x000000077a300000)
  241. from space 5632K, 94% used [0x000000077cc00000,0x000000077d134ea0,0x000000077d180000)
  242. to space 13312K, 0% used [0x000000077b780000,0x000000077b780000,0x000000077c480000)
  243. ParOldGen total 1457664K, used 1221933K [0x00000006c4400000, 0x000000071d380000, 0x000000076c180000)
  244. object space 1457664K, 83% used [0x00000006c4400000,0x000000070ed4b7a8,0x000000071d380000)
  245. Metaspace used 75889K, capacity 80820K, committed 81408K, reserved 1120256K
  246. class space used 9237K, capacity 10141K, committed 10240K, reserved 1048576K
  247. Event: 18876.259 GC heap after
  248. Heap after GC invocations=129 (full 10):
  249. PSYoungGen total 232960K, used 5405K [0x000000076c180000, 0x000000077cc80000, 0x00000007c0000000)
  250. eden space 227328K, 0% used [0x000000076c180000,0x000000076c180000,0x0000000779f80000)
  251. from space 5632K, 95% used [0x000000077b780000,0x000000077bcc77d0,0x000000077bd00000)
  252. to space 12288K, 0% used [0x000000077c080000,0x000000077c080000,0x000000077cc80000)
  253. ParOldGen total 1457664K, used 1222005K [0x00000006c4400000, 0x000000071d380000, 0x000000076c180000)
  254. object space 1457664K, 83% used [0x00000006c4400000,0x000000070ed5d7a8,0x000000071d380000)
  255. Metaspace used 75889K, capacity 80820K, committed 81408K, reserved 1120256K
  256. class space used 9237K, capacity 10141K, committed 10240K, reserved 1048576K
  257. }
  258. Deoptimization events (10 events):
  259. Event: 18892.904 Thread 0x0000000002aa4800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000055a59e8 method=java.util.ServiceLoader$LazyIterator.hasNextService()Z @ 66
  260. Event: 18892.904 Thread 0x0000000002aa4800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000055a59e8 method=java.util.ServiceLoader$LazyIterator.hasNextService()Z @ 66
  261. Event: 18892.904 Thread 0x0000000002aa4800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000055a59e8 method=java.util.ServiceLoader$LazyIterator.hasNextService()Z @ 66
  262. Event: 18892.941 Thread 0x0000000002aa4800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000004bab548 method=sun.nio.fs.WindowsPathParser.nextNonSlash(Ljava/lang/String;II)I @ 2
  263. Event: 18892.948 Thread 0x0000000002aa4800 Uncommon trap: reason=null_check action=make_not_entrant pc=0x00000000051962b0 method=java.lang.Class.reflectionData()Ljava/lang/Class$ReflectionData; @ 24
  264. Event: 18892.953 Thread 0x0000000002aa4800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000004fe0f48 method=sun.security.provider.SecureRandom.engineNextBytes([B)V @ 12
  265. Event: 18892.954 Thread 0x0000000002aa4800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000058d5320 method=java.lang.Long.getChars(JI[C)V @ 24
  266. Event: 18892.977 Thread 0x0000000002aa4800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000003052a80 method=java.util.Hashtable.put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; @ 18
  267. Event: 18893.057 Thread 0x0000000002aa4800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003596264 method=java.io.WinNTFileSystem.normalize(Ljava/lang/String;II)Ljava/lang/String; @ 103
  268. Event: 18893.069 Thread 0x0000000002aa4800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000003052a80 method=java.util.Hashtable.put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; @ 18
  269. Internal exceptions (10 events):
  270. Event: 18912.722 Thread 0x0000000002aa4800 Exception <a 'sun/nio/fs/WindowsException'> (0x000000076d5076d0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\9417\hotspot\src\share\vm\prims\jni.cpp, line 709]
  271. Event: 18913.211 Thread 0x0000000002aa4800 Exception <a 'sun/nio/fs/WindowsException'> (0x000000076d5d1a50) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\9417\hotspot\src\share\vm\prims\jni.cpp, line 709]
  272. Event: 18913.436 Thread 0x0000000002aa4800 Exception <a 'sun/nio/fs/WindowsException'> (0x000000076d6940f0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\9417\hotspot\src\share\vm\prims\jni.cpp, line 709]
  273. Event: 18913.597 Thread 0x0000000002aa4800 Exception <a 'sun/nio/fs/WindowsException'> (0x000000076d74f1c0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\9417\hotspot\src\share\vm\prims\jni.cpp, line 709]
  274. Event: 18913.965 Thread 0x0000000002aa4800 Exception <a 'sun/nio/fs/WindowsException'> (0x000000076d80b238) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\9417\hotspot\src\share\vm\prims\jni.cpp, line 709]
  275. Event: 18914.209 Thread 0x0000000002aa4800 Exception <a 'sun/nio/fs/WindowsException'> (0x000000076d8acc70) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\9417\hotspot\src\share\vm\prims\jni.cpp, line 709]
  276. Event: 18914.397 Thread 0x0000000026f78800 Exception <a 'java/io/IOException'> (0x000000076dd1acf0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\9417\hotspot\src\share\vm\prims\jni.cpp, line 709]
  277. Event: 18914.399 Thread 0x0000000026f79000 Exception <a 'java/io/IOException'> (0x000000076d438698) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\9417\hotspot\src\share\vm\prims\jni.cpp, line 709]
  278. Event: 18915.044 Thread 0x00000000265ee800 Exception <a 'java/net/SocketTimeoutException': connect timed out> (0x000000076dd3bfa8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\9417\hotspot\src\share\vm\prims\jni.cpp, line 735]
  279. Event: 18916.843 Thread 0x00000000265ee800 Exception <a 'java/net/SocketTimeoutException': connect timed out> (0x000000076dd3d240) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\9417\hotspot\src\share\vm\prims\jni.cpp, line 735]
  280. Events (10 events):
  281. Event: 18919.510 Executing VM operation: RevokeBias done
  282. Event: 18919.510 Executing VM operation: RevokeBias
  283. Event: 18919.511 Executing VM operation: RevokeBias done
  284. Event: 18919.511 Thread 0x00000000270ab800 Thread exited: 0x00000000270ab800
  285. Event: 18919.512 Executing VM operation: RevokeBias
  286. Event: 18919.514 Executing VM operation: RevokeBias done
  287. Event: 18919.520 Executing VM operation: RevokeBias
  288. Event: 18919.520 Executing VM operation: RevokeBias done
  289. Event: 18919.521 Executing VM operation: RevokeBias
  290. Event: 18919.522 Executing VM operation: RevokeBias done
  291. Dynamic libraries:
  292. 0x00007ff7925e0000 - 0x00007ff792617000 D:\ProgramSoftware\Java\Java8\bin\java.exe
  293. 0x00007ffd79cb0000 - 0x00007ffd79ec7000 C:\Windows\SYSTEM32\ntdll.dll
  294. 0x00007ffd790a0000 - 0x00007ffd79164000 C:\Windows\System32\KERNEL32.DLL
  295. 0x00007ffd77140000 - 0x00007ffd774e6000 C:\Windows\System32\KERNELBASE.dll
  296. 0x00007ffd78d20000 - 0x00007ffd78dd1000 C:\Windows\System32\ADVAPI32.dll
  297. 0x00007ffd794d0000 - 0x00007ffd79577000 C:\Windows\System32\msvcrt.dll
  298. 0x00007ffd78c70000 - 0x00007ffd78d15000 C:\Windows\System32\sechost.dll
  299. 0x00007ffd79a50000 - 0x00007ffd79b67000 C:\Windows\System32\RPCRT4.dll
  300. 0x00007ffd79760000 - 0x00007ffd7990e000 C:\Windows\System32\USER32.dll
  301. 0x00007ffd77860000 - 0x00007ffd77886000 C:\Windows\System32\win32u.dll
  302. 0x00007ffd79990000 - 0x00007ffd799b9000 C:\Windows\System32\GDI32.dll
  303. 0x00007ffd77020000 - 0x00007ffd77138000 C:\Windows\System32\gdi32full.dll
  304. 0x00007ffd777c0000 - 0x00007ffd7785a000 C:\Windows\System32\msvcp_win.dll
  305. 0x00007ffd776a0000 - 0x00007ffd777b1000 C:\Windows\System32\ucrtbase.dll
  306. 0x00007ffd63270000 - 0x00007ffd63503000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22621.2506_none_270c5ae97388e100\COMCTL32.dll
  307. 0x00007ffd79170000 - 0x00007ffd791a1000 C:\Windows\System32\IMM32.DLL
  308. 0x000000006e380000 - 0x000000006e452000 D:\ProgramSoftware\Java\Java8\jre\bin\msvcr100.dll
  309. 0x000000006dae0000 - 0x000000006e37d000 D:\ProgramSoftware\Java\Java8\jre\bin\server\jvm.dll
  310. 0x00007ffd79580000 - 0x00007ffd79588000 C:\Windows\System32\PSAPI.DLL
  311. 0x00007ffd56d20000 - 0x00007ffd56d29000 C:\Windows\SYSTEM32\WSOCK32.dll
  312. 0x00007ffd78de0000 - 0x00007ffd78e51000 C:\Windows\System32\WS2_32.dll
  313. 0x00007ffd6dca0000 - 0x00007ffd6dcd4000 C:\Windows\SYSTEM32\WINMM.dll
  314. 0x00007ffd6bcd0000 - 0x00007ffd6bcda000 C:\Windows\SYSTEM32\VERSION.dll
  315. 0x000000006dad0000 - 0x000000006dadf000 D:\ProgramSoftware\Java\Java8\jre\bin\verify.dll
  316. 0x000000006daa0000 - 0x000000006dac9000 D:\ProgramSoftware\Java\Java8\jre\bin\java.dll
  317. 0x000000006da10000 - 0x000000006da33000 D:\ProgramSoftware\Java\Java8\jre\bin\instrument.dll
  318. 0x000000006da80000 - 0x000000006da96000 D:\ProgramSoftware\Java\Java8\jre\bin\zip.dll
  319. 0x00007ffd77e80000 - 0x00007ffd786da000 C:\Windows\System32\SHELL32.dll
  320. 0x00007ffd74f00000 - 0x00007ffd757f6000 C:\Windows\SYSTEM32\windows.storage.dll
  321. 0x00007ffd786e0000 - 0x00007ffd78a69000 C:\Windows\System32\combase.dll
  322. 0x00007ffd74dc0000 - 0x00007ffd74efe000 C:\Windows\SYSTEM32\wintypes.dll
  323. 0x00007ffd78fa0000 - 0x00007ffd79093000 C:\Windows\System32\SHCORE.dll
  324. 0x00007ffd78e80000 - 0x00007ffd78ede000 C:\Windows\System32\shlwapi.dll
  325. 0x00007ffd76f50000 - 0x00007ffd76f76000 C:\Windows\SYSTEM32\profapi.dll
  326. 0x00007ffd6db10000 - 0x00007ffd6db2a000 D:\programming\idea\IntelliJ IDEA 2021.3.3\bin\breakgen64.dll
  327. 0x000000006da60000 - 0x000000006da7a000 D:\ProgramSoftware\Java\Java8\jre\bin\net.dll
  328. 0x00007ffd76540000 - 0x00007ffd765a9000 C:\Windows\system32\mswsock.dll
  329. 0x000000006da40000 - 0x000000006da51000 D:\ProgramSoftware\Java\Java8\jre\bin\nio.dll
  330. 0x000000006da00000 - 0x000000006da0d000 D:\ProgramSoftware\Java\Java8\jre\bin\management.dll
  331. 0x00007ffd5c380000 - 0x00007ffd5c3cb000 C:\Program Files (x86)\Sangfor\SSL\ClientComponent\SangforNspX64.dll
  332. 0x00007ffd78a80000 - 0x00007ffd78c20000 C:\Windows\System32\ole32.dll
  333. 0x00007ffd79370000 - 0x00007ffd79447000 C:\Windows\System32\OLEAUT32.dll
  334. 0x00007ffd57890000 - 0x00007ffd578a7000 C:\Windows\system32\napinsp.dll
  335. 0x00007ffd57870000 - 0x00007ffd5788b000 C:\Windows\system32\pnrpnsp.dll
  336. 0x00007ffd75b40000 - 0x00007ffd75c39000 C:\Windows\SYSTEM32\DNSAPI.dll
  337. 0x00007ffd75ad0000 - 0x00007ffd75afd000 C:\Windows\SYSTEM32\IPHLPAPI.DLL
  338. 0x00007ffd78f90000 - 0x00007ffd78f99000 C:\Windows\System32\NSI.dll
  339. 0x00007ffd57050000 - 0x00007ffd57061000 C:\Windows\System32\winrnr.dll
  340. 0x00007ffd57030000 - 0x00007ffd57045000 C:\Windows\system32\wshbth.dll
  341. 0x00007ffd56cf0000 - 0x00007ffd56d11000 C:\Windows\system32\nlansp_c.dll
  342. 0x00007ffd6eb90000 - 0x00007ffd6eb9a000 C:\Windows\System32\rasadhlp.dll
  343. 0x00007ffd6e290000 - 0x00007ffd6e313000 C:\Windows\System32\fwpuclnt.dll
  344. 0x000000006d9d0000 - 0x000000006d9f4000 D:\ProgramSoftware\Java\Java8\jre\bin\sunec.dll
  345. 0x00007ffd6eba0000 - 0x00007ffd6ebb9000 C:\Windows\SYSTEM32\dhcpcsvc6.DLL
  346. 0x00007ffd6eaf0000 - 0x00007ffd6eb0f000 C:\Windows\SYSTEM32\dhcpcsvc.DLL
  347. 0x00007ffd76830000 - 0x00007ffd7684b000 C:\Windows\SYSTEM32\CRYPTSP.dll
  348. 0x00007ffd76030000 - 0x00007ffd76065000 C:\Windows\system32\rsaenh.dll
  349. 0x00007ffd765e0000 - 0x00007ffd7660c000 C:\Windows\SYSTEM32\USERENV.dll
  350. 0x00007ffd769d0000 - 0x00007ffd769f8000 C:\Windows\SYSTEM32\bcrypt.dll
  351. 0x00007ffd77620000 - 0x00007ffd7769a000 C:\Windows\System32\bcryptprimitives.dll
  352. 0x00007ffd76740000 - 0x00007ffd7674c000 C:\Windows\SYSTEM32\CRYPTBASE.dll
  353. 0x000000006d9c0000 - 0x000000006d9cb000 D:\ProgramSoftware\Java\Java8\jre\bin\sunmscapi.dll
  354. 0x00007ffd77890000 - 0x00007ffd779f6000 C:\Windows\System32\CRYPT32.dll
  355. 0x000000006d800000 - 0x000000006d998000 D:\ProgramSoftware\Java\Java8\jre\bin\awt.dll
  356. 0x00007ffd70110000 - 0x00007ffd701a7000 C:\Windows\SYSTEM32\apphelp.dll
  357. VM Arguments:
  358. jvm_args: -ea -Didea.test.cyclic.buffer.size=1048576 -javaagent:D:\programming\idea\IntelliJ IDEA 2021.3.3\lib\idea_rt.jar=61728:D:\programming\idea\IntelliJ IDEA 2021.3.3\bin -Dfile.encoding=UTF-8
  359. java_command: com.intellij.rt.junit.JUnitStarter -ideVersion5 -junit5 com.example.nmgggzyspyder.NmgggzyspyderApplicationTests,dow
  360. java_class_path (initial): C:\Users\28799\.m2\repository\org\junit\platform\junit-platform-launcher\1.8.2\junit-platform-launcher-1.8.2.jar;D:\programming\idea\IntelliJ IDEA 2021.3.3\lib\idea_rt.jar;D:\programming\idea\IntelliJ IDEA 2021.3.3\plugins\junit\lib\junit5-rt.jar;D:\programming\idea\IntelliJ IDEA 2021.3.3\plugins\junit\lib\junit-rt.jar;D:\ProgramSoftware\Java\Java8\jre\lib\charsets.jar;D:\ProgramSoftware\Java\Java8\jre\lib\deploy.jar;D:\ProgramSoftware\Java\Java8\jre\lib\ext\access-bridge-64.jar;D:\ProgramSoftware\Java\Java8\jre\lib\ext\cldrdata.jar;D:\ProgramSoftware\Java\Java8\jre\lib\ext\dnsns.jar;D:\ProgramSoftware\Java\Java8\jre\lib\ext\jaccess.jar;D:\ProgramSoftware\Java\Java8\jre\lib\ext\jfxrt.jar;D:\ProgramSoftware\Java\Java8\jre\lib\ext\localedata.jar;D:\ProgramSoftware\Java\Java8\jre\lib\ext\nashorn.jar;D:\ProgramSoftware\Java\Java8\jre\lib\ext\sunec.jar;D:\ProgramSoftware\Java\Java8\jre\lib\ext\sunjce_provider.jar;D:\ProgramSoftware\Java\Java8\jre\lib\ext\sunmscapi.jar;D:\ProgramSoftware\Java\Java8\jre\lib\ext\sunpkcs11.jar;D:\ProgramSoftware\Java\Java8\jre\lib\ext\zipfs.jar;D:\ProgramSoftware\Java\Java8\jre\lib\javaws.jar;D:\ProgramSoftware\Java\Java8\jre\lib\jce.jar;D:\ProgramSoftware\Java\Java8\jre\lib\jfr.jar;D:\ProgramSoftware\Java\Java8\jre\lib\jfxswt.jar;D:\ProgramSoftware\Java\Java8\jre\lib\jsse.jar;D:\ProgramSoftware\Java\Java8\jre\lib\management-agent.jar;D:\ProgramSoftware\Java\Java8\jre\lib\plugin.jar;D:\ProgramSoftware\Java\Java8\jre\lib\resources.jar;D:\ProgramSoftware\Java\Java8\jre\lib\rt.jar;D:\ProgramWorkSpace\idea\nmgggzyspyder\target\test-classes;D:\ProgramWorkSpace\idea\nmgggzyspyder\target\classes;C:\Users\28799\.m2\repository\org\springframework\boot\spring-boot-starter-web\2.7.6\spring-boot-starter-web-2.7.6.jar;C:\Users\28799\.m2\repository\org\springframework\boot\spring-boot-starter\2.7.6\spring-boot-starter-2.7.6.jar;C:\Users\28799\.m2\repository\org\springframework\boot\spring-boot-starter-logging\2.7.6\spring-boot
  361. Launcher Type: SUN_STANDARD
  362. Environment Variables:
  363. JAVA_HOME=D:\ProgramSoftware\Java\Java8
  364. PATH=D:\Program Files (x86)\VMware\VMware Workstation\bin\;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;D:\soft\BANDIZIP\;D:\ProgramSoftware\Java\Java8\bin;D:\ProgramSoftware\GO\bin;D:\Program Files\Xshell\;D:\Program Files\xftp\;D:\Program Files\Git\cmd;D:\ProgramSoftware\apache-maven-3.9.4-bin\apache-maven-3.9.4\bin;D:\Program Files\nodejs\;C:\Users\28799\AppData\Local\Microsoft\WindowsApps;;D:\programming\idea\IntelliJ IDEA 2021.3.3\bin;;D:\programming\pycharm\PyCharm 2021.3.3\bin;;D:\programming\WebStorm\WebStorm 2023.1.2\bin;;D:\programming\Goland\bin;;C:\Users\28799\go\bin;C:\Users\28799\AppData\Roaming\npm
  365. USERNAME=28799
  366. OS=Windows_NT
  367. PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 186 Stepping 2, GenuineIntel
  368. --------------- S Y S T E M ---------------
  369. OS: Windows 10.0 , 64 bit Build 22621 (10.0.22621.2506)
  370. CPU:total 16 (initial active 16) (8 cores per cpu, 2 threads per core) family 6 model 186 stepping 2, 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
  371. Memory: 4k page, physical 16495480k(737908k free), swap 42710004k(6600k free)
  372. vm_info: Java HotSpot(TM) 64-Bit Server VM (25.144-b01) for windows-amd64 JRE (1.8.0_144-b01), built on Jul 21 2017 21:57:33 by "java_re" with MS VC++ 10.0 (VS2010)
  373. time: Mon Dec 18 19:03:56 2023
  374. elapsed time: 18919 seconds (0d 5h 15m 19s)