hs_err_pid19308.log 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396
  1. #
  2. # There is insufficient memory for the Java Runtime Environment to continue.
  3. # Native memory allocation (malloc) failed to allocate 32744 bytes for ChunkPool::allocate
  4. # Possible reasons:
  5. # The system is out of physical RAM or swap space
  6. # 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:273), pid=19308, tid=0x0000000000000b9c
  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 (0x000000001bddc000): JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=2972, stack(0x000000001c0e0000,0x000000001c1e0000)]
  29. Stack: [0x000000001c0e0000,0x000000001c1e0000]
  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: 358336 14177 s 4 java.beans.PropertyDescriptor::setWriteMethod (61 bytes)
  34. --------------- P R O C E S S ---------------
  35. Java Threads: ( => current thread )
  36. 0x0000000020567000 JavaThread "DestroyJavaVM" [_thread_blocked, id=12616, stack(0x0000000003430000,0x0000000003530000)]
  37. 0x0000000020566800 JavaThread "http-nio-8088-AsyncTimeout" daemon [_thread_blocked, id=1984, stack(0x0000000039230000,0x0000000039330000)]
  38. 0x0000000020564800 JavaThread "http-nio-8088-Acceptor-0" daemon [_thread_in_native, id=12088, stack(0x0000000038f20000,0x0000000039020000)]
  39. 0x0000000020564000 JavaThread "http-nio-8088-ClientPoller-1" daemon [_thread_in_native, id=18344, stack(0x0000000038e20000,0x0000000038f20000)]
  40. 0x0000000020563000 JavaThread "http-nio-8088-ClientPoller-0" daemon [_thread_in_native, id=10436, stack(0x0000000038d20000,0x0000000038e20000)]
  41. 0x0000000020562800 JavaThread "http-nio-8088-exec-10" daemon [_thread_blocked, id=11664, stack(0x0000000038c20000,0x0000000038d20000)]
  42. 0x0000000020565800 JavaThread "http-nio-8088-exec-9" daemon [_thread_blocked, id=19256, stack(0x0000000038b20000,0x0000000038c20000)]
  43. 0x000000002055b000 JavaThread "http-nio-8088-exec-8" daemon [_thread_blocked, id=13096, stack(0x0000000038a20000,0x0000000038b20000)]
  44. 0x000000002055e800 JavaThread "http-nio-8088-exec-7" daemon [_thread_blocked, id=20460, stack(0x0000000038920000,0x0000000038a20000)]
  45. 0x000000002055d000 JavaThread "http-nio-8088-exec-6" daemon [_thread_blocked, id=19440, stack(0x0000000038820000,0x0000000038920000)]
  46. 0x000000002055a000 JavaThread "http-nio-8088-exec-5" daemon [_thread_blocked, id=14268, stack(0x0000000037ff0000,0x00000000380f0000)]
  47. 0x0000000020561000 JavaThread "http-nio-8088-exec-4" daemon [_thread_blocked, id=10652, stack(0x0000000037ef0000,0x0000000037ff0000)]
  48. 0x0000000020560000 JavaThread "http-nio-8088-exec-3" daemon [_thread_blocked, id=1512, stack(0x0000000037df0000,0x0000000037ef0000)]
  49. 0x0000000020558800 JavaThread "http-nio-8088-exec-2" daemon [_thread_blocked, id=18552, stack(0x0000000037cf0000,0x0000000037df0000)]
  50. 0x000000002055e000 JavaThread "http-nio-8088-exec-1" daemon [_thread_blocked, id=4652, stack(0x0000000037bf0000,0x0000000037cf0000)]
  51. 0x000000002055f800 JavaThread "NioBlockingSelector.BlockPoller-1" daemon [_thread_in_native, id=9124, stack(0x000000002dab0000,0x000000002dbb0000)]
  52. 0x000000002055c800 JavaThread "QuartzScheduler_quartzScheduler-NON_CLUSTERED_MisfireHandler" [_thread_blocked, id=19944, stack(0x0000000037af0000,0x0000000037bf0000)]
  53. 0x000000002a1b3800 JavaThread "quartzScheduler_QuartzSchedulerThread" [_thread_blocked, id=14120, stack(0x00000000375f0000,0x00000000376f0000)]
  54. 0x000000002a1b8000 JavaThread "quartzScheduler_Worker-10" [_thread_blocked, id=17936, stack(0x00000000374f0000,0x00000000375f0000)]
  55. 0x000000002a1b7800 JavaThread "quartzScheduler_Worker-9" [_thread_blocked, id=18796, stack(0x00000000373f0000,0x00000000374f0000)]
  56. 0x000000002a1b3000 JavaThread "quartzScheduler_Worker-8" [_thread_blocked, id=16636, stack(0x00000000372f0000,0x00000000373f0000)]
  57. 0x000000002a1b9000 JavaThread "quartzScheduler_Worker-7" [_thread_blocked, id=3644, stack(0x00000000371f0000,0x00000000372f0000)]
  58. 0x000000002a1b6800 JavaThread "quartzScheduler_Worker-6" [_thread_blocked, id=6320, stack(0x00000000370f0000,0x00000000371f0000)]
  59. 0x000000002a1b5000 JavaThread "quartzScheduler_Worker-5" [_thread_blocked, id=8480, stack(0x0000000036ff0000,0x00000000370f0000)]
  60. 0x000000002a1b4800 JavaThread "quartzScheduler_Worker-4" [_thread_blocked, id=18708, stack(0x0000000032f50000,0x0000000033050000)]
  61. 0x000000002a1aa000 JavaThread "quartzScheduler_Worker-3" [_thread_blocked, id=17224, stack(0x00000000329e0000,0x0000000032ae0000)]
  62. 0x000000002a1b0800 JavaThread "quartzScheduler_Worker-2" [_thread_blocked, id=13608, stack(0x00000000328e0000,0x00000000329e0000)]
  63. 0x000000002a1ad800 JavaThread "quartzScheduler_Worker-1" [_thread_blocked, id=12364, stack(0x0000000030a90000,0x0000000030b90000)]
  64. 0x000000002a1ab800 JavaThread "container-0" [_thread_blocked, id=10748, stack(0x000000002f930000,0x000000002fa30000)]
  65. 0x000000002a1ad000 JavaThread "ContainerBackgroundProcessor[StandardEngine[Tomcat]]" daemon [_thread_blocked, id=5204, stack(0x0000000030590000,0x0000000030690000)]
  66. 0x000000002a1b2000 JavaThread "SimplePauseDetectorThread_0" daemon [_thread_blocked, id=17996, stack(0x0000000030290000,0x0000000030390000)]
  67. 0x000000002a1aa800 JavaThread "Thread-3" daemon [_thread_blocked, id=19088, stack(0x000000002fef0000,0x000000002fff0000)]
  68. 0x000000002a1ac000 JavaThread "lettuce-eventExecutorLoop-1-1" daemon [_thread_blocked, id=9920, stack(0x000000002f5a0000,0x000000002f6a0000)]
  69. 0x000000001e114800 JavaThread "Druid-ConnectionPool-Destroy-4524471" daemon [_thread_blocked, id=17880, stack(0x000000002b740000,0x000000002b840000)]
  70. 0x0000000024469000 JavaThread "Druid-ConnectionPool-Create-4524471" daemon [_thread_blocked, id=19036, stack(0x000000002b640000,0x000000002b740000)]
  71. 0x0000000024468800 JavaThread "Druid-ConnectionPool-Destroy-863811613" daemon [_thread_blocked, id=3492, stack(0x0000000026790000,0x0000000026890000)]
  72. 0x0000000024467800 JavaThread "Druid-ConnectionPool-Create-863811613" daemon [_thread_blocked, id=6068, stack(0x0000000022380000,0x0000000022480000)]
  73. 0x000000002446a800 JavaThread "Abandoned connection cleanup thread" daemon [_thread_blocked, id=4332, stack(0x0000000020cd0000,0x0000000020dd0000)]
  74. 0x000000002446a000 JavaThread "GC Daemon" daemon [_thread_blocked, id=1312, stack(0x000000001ef40000,0x000000001f040000)]
  75. 0x000000001be66000 JavaThread "Service Thread" daemon [_thread_blocked, id=3424, stack(0x000000001c4e0000,0x000000001c5e0000)]
  76. 0x000000001bdd7000 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=18296, stack(0x000000001c3e0000,0x000000001c4e0000)]
  77. 0x000000001bde2800 JavaThread "C2 CompilerThread2" daemon [_thread_in_native, id=17308, stack(0x000000001c2e0000,0x000000001c3e0000)]
  78. 0x000000001bde0000 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=6920, stack(0x000000001c1e0000,0x000000001c2e0000)]
  79. =>0x000000001bddc000 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=2972, stack(0x000000001c0e0000,0x000000001c1e0000)]
  80. 0x000000001a10d000 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=11916, stack(0x000000001b7e0000,0x000000001b8e0000)]
  81. 0x000000001a108000 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=19236, stack(0x000000001b6e0000,0x000000001b7e0000)]
  82. 0x000000001a0fb800 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=5272, stack(0x000000001b5e0000,0x000000001b6e0000)]
  83. 0x000000001a0ee800 JavaThread "Attach Listener" daemon [_thread_blocked, id=8336, stack(0x000000001b4e0000,0x000000001b5e0000)]
  84. 0x000000001a097800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=9060, stack(0x000000001b3e0000,0x000000001b4e0000)]
  85. 0x00000000189a8000 JavaThread "Finalizer" daemon [_thread_blocked, id=1524, stack(0x000000001b2e0000,0x000000001b3e0000)]
  86. 0x000000001a073000 JavaThread "Reference Handler" daemon [_thread_blocked, id=18100, stack(0x000000001b1e0000,0x000000001b2e0000)]
  87. Other Threads:
  88. 0x0000000018997000 VMThread [stack: 0x000000001b0e0000,0x000000001b1e0000] [id=4804]
  89. 0x000000001bef1800 WatcherThread [stack: 0x000000001c5e0000,0x000000001c6e0000] [id=18580]
  90. VM state:not at safepoint (normal execution)
  91. VM Mutex/Monitor currently owned by a thread: None
  92. heap address: 0x0000000082200000, size: 2014 MB, Compressed Oops mode: 32-bit
  93. Narrow klass base: 0x0000000000000000, Narrow klass shift: 3
  94. Compressed class space size: 1073741824 Address: 0x0000000100000000
  95. Heap:
  96. PSYoungGen total 613888K, used 464523K [0x00000000d6100000, 0x0000000100000000, 0x0000000100000000)
  97. eden space 551424K, 75% used [0x00000000d6100000,0x00000000ef8d8e18,0x00000000f7b80000)
  98. from space 62464K, 75% used [0x00000000fbc80000,0x00000000fea49ed0,0x00000000ff980000)
  99. to space 66560K, 0% used [0x00000000f7b80000,0x00000000f7b80000,0x00000000fbc80000)
  100. ParOldGen total 276992K, used 130214K [0x0000000082200000, 0x0000000093080000, 0x00000000d6100000)
  101. object space 276992K, 47% used [0x0000000082200000,0x000000008a129928,0x0000000093080000)
  102. Metaspace used 122695K, capacity 128522K, committed 128844K, reserved 1165312K
  103. class space used 12373K, capacity 13338K, committed 13440K, reserved 1048576K
  104. Card table byte_map: [0x0000000012c40000,0x0000000013030000] byte_map_base: 0x000000001282f000
  105. Marking Bits: (ParMarkBitMap*) 0x000000005f134ce0
  106. Begin Bits: [0x0000000013cd0000, 0x0000000015c48000)
  107. End Bits: [0x0000000015c48000, 0x0000000017bc0000)
  108. Polling page: 0x00000000011d0000
  109. CodeCache: size=245760Kb used=41195Kb max_used=42343Kb free=204564Kb
  110. bounds [0x0000000003880000, 0x0000000006230000, 0x0000000012880000]
  111. total_blobs=11042 nmethods=10421 adapters=539
  112. compilation: enabled
  113. Compilation events (10 events):
  114. Event: 357.909 Thread 0x000000001bdd7000 14191 3 org.apache.catalina.connector.Response::getHeaders (44 bytes)
  115. Event: 357.910 Thread 0x000000001bdd7000 nmethod 14191 0x0000000004359350 code [0x0000000004359540, 0x0000000004359dc8]
  116. Event: 357.911 Thread 0x000000001bdd7000 14190 3 org.apache.catalina.connector.ResponseFacade::getHeaders (9 bytes)
  117. Event: 357.911 Thread 0x000000001bdd7000 nmethod 14190 0x0000000004d69a90 code [0x0000000004d69c00, 0x0000000004d69da8]
  118. Event: 357.912 Thread 0x000000001bdd7000 14188 3 java.util.Comparator$$Lambda$468/1357140013::compare (10 bytes)
  119. Event: 357.913 Thread 0x000000001bdd7000 nmethod 14188 0x0000000004ee6390 code [0x0000000004ee6520, 0x0000000004ee6a48]
  120. Event: 357.914 Thread 0x000000001bdd7000 14189 3 java.util.Comparator::lambda$comparing$77a9974f$1 (23 bytes)
  121. Event: 357.914 Thread 0x000000001bdd7000 nmethod 14189 0x000000000452d3d0 code [0x000000000452d560, 0x000000000452da08]
  122. Event: 358.177 Thread 0x000000001bde0000 nmethod 14134 0x00000000062184d0 code [0x0000000006218be0, 0x0000000006223a38]
  123. Event: 358.178 Thread 0x000000001bde0000 14178 ! 4 java.beans.PropertyDescriptor::findPropertyType (188 bytes)
  124. GC Heap History (10 events):
  125. Event: 28.820 GC heap before
  126. {Heap before GC invocations=30 (full 3):
  127. PSYoungGen total 615424K, used 295557K [0x00000000d6100000, 0x0000000100000000, 0x0000000100000000)
  128. eden space 562176K, 43% used [0x00000000d6100000,0x00000000e4da83d8,0x00000000f8600000)
  129. from space 53248K, 99% used [0x00000000fcc00000,0x00000000ffff9088,0x0000000100000000)
  130. to space 62464K, 0% used [0x00000000f8600000,0x00000000f8600000,0x00000000fc300000)
  131. ParOldGen total 171008K, used 82695K [0x0000000082200000, 0x000000008c900000, 0x00000000d6100000)
  132. object space 171008K, 48% used [0x0000000082200000,0x00000000872c1cf8,0x000000008c900000)
  133. Metaspace used 95342K, capacity 98310K, committed 98380K, reserved 1136640K
  134. class space used 9716K, capacity 10312K, committed 10368K, reserved 1048576K
  135. Event: 28.898 GC heap after
  136. Heap after GC invocations=30 (full 3):
  137. PSYoungGen total 609792K, used 47593K [0x00000000d6100000, 0x0000000100000000, 0x0000000100000000)
  138. eden space 562176K, 0% used [0x00000000d6100000,0x00000000d6100000,0x00000000f8600000)
  139. from space 47616K, 99% used [0x00000000f8600000,0x00000000fb47a5d0,0x00000000fb480000)
  140. to space 66560K, 0% used [0x00000000fbf00000,0x00000000fbf00000,0x0000000100000000)
  141. ParOldGen total 171008K, used 93387K [0x0000000082200000, 0x000000008c900000, 0x00000000d6100000)
  142. object space 171008K, 54% used [0x0000000082200000,0x0000000087d32d28,0x000000008c900000)
  143. Metaspace used 95342K, capacity 98310K, committed 98380K, reserved 1136640K
  144. class space used 9716K, capacity 10312K, committed 10368K, reserved 1048576K
  145. }
  146. Event: 28.898 GC heap before
  147. {Heap before GC invocations=31 (full 4):
  148. PSYoungGen total 609792K, used 47593K [0x00000000d6100000, 0x0000000100000000, 0x0000000100000000)
  149. eden space 562176K, 0% used [0x00000000d6100000,0x00000000d6100000,0x00000000f8600000)
  150. from space 47616K, 99% used [0x00000000f8600000,0x00000000fb47a5d0,0x00000000fb480000)
  151. to space 66560K, 0% used [0x00000000fbf00000,0x00000000fbf00000,0x0000000100000000)
  152. ParOldGen total 171008K, used 93387K [0x0000000082200000, 0x000000008c900000, 0x00000000d6100000)
  153. object space 171008K, 54% used [0x0000000082200000,0x0000000087d32d28,0x000000008c900000)
  154. Metaspace used 95342K, capacity 98310K, committed 98380K, reserved 1136640K
  155. class space used 9716K, capacity 10312K, committed 10368K, reserved 1048576K
  156. Event: 29.844 GC heap after
  157. Heap after GC invocations=31 (full 4):
  158. PSYoungGen total 609792K, used 0K [0x00000000d6100000, 0x0000000100000000, 0x0000000100000000)
  159. eden space 562176K, 0% used [0x00000000d6100000,0x00000000d6100000,0x00000000f8600000)
  160. from space 47616K, 0% used [0x00000000f8600000,0x00000000f8600000,0x00000000fb480000)
  161. to space 66560K, 0% used [0x00000000fbf00000,0x00000000fbf00000,0x0000000100000000)
  162. ParOldGen total 276992K, used 130190K [0x0000000082200000, 0x0000000093080000, 0x00000000d6100000)
  163. object space 276992K, 47% used [0x0000000082200000,0x000000008a123928,0x0000000093080000)
  164. Metaspace used 95342K, capacity 98310K, committed 98380K, reserved 1136640K
  165. class space used 9716K, capacity 10312K, committed 10368K, reserved 1048576K
  166. }
  167. Event: 32.093 GC heap before
  168. {Heap before GC invocations=32 (full 4):
  169. PSYoungGen total 609792K, used 562176K [0x00000000d6100000, 0x0000000100000000, 0x0000000100000000)
  170. eden space 562176K, 100% used [0x00000000d6100000,0x00000000f8600000,0x00000000f8600000)
  171. from space 47616K, 0% used [0x00000000f8600000,0x00000000f8600000,0x00000000fb480000)
  172. to space 66560K, 0% used [0x00000000fbf00000,0x00000000fbf00000,0x0000000100000000)
  173. ParOldGen total 276992K, used 130190K [0x0000000082200000, 0x0000000093080000, 0x00000000d6100000)
  174. object space 276992K, 47% used [0x0000000082200000,0x000000008a123928,0x0000000093080000)
  175. Metaspace used 102073K, capacity 105410K, committed 105676K, reserved 1144832K
  176. class space used 10049K, capacity 10708K, committed 10752K, reserved 1048576K
  177. Event: 32.119 GC heap after
  178. Heap after GC invocations=32 (full 4):
  179. PSYoungGen total 622080K, used 14373K [0x00000000d6100000, 0x0000000100000000, 0x0000000100000000)
  180. eden space 555520K, 0% used [0x00000000d6100000,0x00000000d6100000,0x00000000f7f80000)
  181. from space 66560K, 21% used [0x00000000fbf00000,0x00000000fcd09728,0x0000000100000000)
  182. to space 65024K, 0% used [0x00000000f7f80000,0x00000000f7f80000,0x00000000fbf00000)
  183. ParOldGen total 276992K, used 130198K [0x0000000082200000, 0x0000000093080000, 0x00000000d6100000)
  184. object space 276992K, 47% used [0x0000000082200000,0x000000008a125928,0x0000000093080000)
  185. Metaspace used 102073K, capacity 105410K, committed 105676K, reserved 1144832K
  186. class space used 10049K, capacity 10708K, committed 10752K, reserved 1048576K
  187. }
  188. Event: 34.416 GC heap before
  189. {Heap before GC invocations=33 (full 4):
  190. PSYoungGen total 622080K, used 569893K [0x00000000d6100000, 0x0000000100000000, 0x0000000100000000)
  191. eden space 555520K, 100% used [0x00000000d6100000,0x00000000f7f80000,0x00000000f7f80000)
  192. from space 66560K, 21% used [0x00000000fbf00000,0x00000000fcd09728,0x0000000100000000)
  193. to space 65024K, 0% used [0x00000000f7f80000,0x00000000f7f80000,0x00000000fbf00000)
  194. ParOldGen total 276992K, used 130198K [0x0000000082200000, 0x0000000093080000, 0x00000000d6100000)
  195. object space 276992K, 47% used [0x0000000082200000,0x000000008a125928,0x0000000093080000)
  196. Metaspace used 107725K, capacity 111574K, committed 111948K, reserved 1150976K
  197. class space used 10543K, capacity 11266K, committed 11392K, reserved 1048576K
  198. Event: 34.441 GC heap after
  199. Heap after GC invocations=33 (full 4):
  200. PSYoungGen total 586240K, used 30372K [0x00000000d6100000, 0x00000000ff980000, 0x0000000100000000)
  201. eden space 555520K, 0% used [0x00000000d6100000,0x00000000d6100000,0x00000000f7f80000)
  202. from space 30720K, 98% used [0x00000000f7f80000,0x00000000f9d29110,0x00000000f9d80000)
  203. to space 62464K, 0% used [0x00000000fbc80000,0x00000000fbc80000,0x00000000ff980000)
  204. ParOldGen total 276992K, used 130206K [0x0000000082200000, 0x0000000093080000, 0x00000000d6100000)
  205. object space 276992K, 47% used [0x0000000082200000,0x000000008a127928,0x0000000093080000)
  206. Metaspace used 107725K, capacity 111574K, committed 111948K, reserved 1150976K
  207. class space used 10543K, capacity 11266K, committed 11392K, reserved 1048576K
  208. }
  209. Event: 37.471 GC heap before
  210. {Heap before GC invocations=34 (full 4):
  211. PSYoungGen total 586240K, used 585892K [0x00000000d6100000, 0x00000000ff980000, 0x0000000100000000)
  212. eden space 555520K, 100% used [0x00000000d6100000,0x00000000f7f80000,0x00000000f7f80000)
  213. from space 30720K, 98% used [0x00000000f7f80000,0x00000000f9d29110,0x00000000f9d80000)
  214. to space 62464K, 0% used [0x00000000fbc80000,0x00000000fbc80000,0x00000000ff980000)
  215. ParOldGen total 276992K, used 130206K [0x0000000082200000, 0x0000000093080000, 0x00000000d6100000)
  216. object space 276992K, 47% used [0x0000000082200000,0x000000008a127928,0x0000000093080000)
  217. Metaspace used 113936K, capacity 117990K, committed 118220K, reserved 1155072K
  218. class space used 11451K, capacity 12214K, committed 12288K, reserved 1048576K
  219. Event: 37.505 GC heap after
  220. Heap after GC invocations=34 (full 4):
  221. PSYoungGen total 613888K, used 46887K [0x00000000d6100000, 0x0000000100000000, 0x0000000100000000)
  222. eden space 551424K, 0% used [0x00000000d6100000,0x00000000d6100000,0x00000000f7b80000)
  223. from space 62464K, 75% used [0x00000000fbc80000,0x00000000fea49ed0,0x00000000ff980000)
  224. to space 66560K, 0% used [0x00000000f7b80000,0x00000000f7b80000,0x00000000fbc80000)
  225. ParOldGen total 276992K, used 130214K [0x0000000082200000, 0x0000000093080000, 0x00000000d6100000)
  226. object space 276992K, 47% used [0x0000000082200000,0x000000008a129928,0x0000000093080000)
  227. Metaspace used 113936K, capacity 117990K, committed 118220K, reserved 1155072K
  228. class space used 11451K, capacity 12214K, committed 12288K, reserved 1048576K
  229. }
  230. Deoptimization events (10 events):
  231. Event: 352.902 Thread 0x000000002055e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000557abd0 method=java.lang.invoke.MethodType$ConcurrentWeakInternSet.add(Ljava/lang/Object;)Ljava/lang/Object; @ 47
  232. Event: 352.903 Thread 0x0000000020562800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000005aa0874 method=java.lang.Class.annotationData()Ljava/lang/Class$AnnotationData; @ 36
  233. Event: 352.904 Thread 0x000000002055e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000005c7c1bc method=org.springframework.core.annotation.SynthesizedAnnotationInvocationHandler.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object; @ 4
  234. Event: 353.010 Thread 0x000000002055a000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000005a05e78 method=java.text.DecimalFormat.format(JLjava/lang/StringBuffer;Ljava/text/Format$FieldDelegate;)Ljava/lang/StringBuffer; @ 136
  235. Event: 353.015 Thread 0x000000002055e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003ea5d7c method=com.baomidou.mybatisplus.core.toolkit.StringUtils.isEmpty(Ljava/lang/CharSequence;)Z @ 34
  236. Event: 353.105 Thread 0x000000002055e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000005134f68 method=org.apache.ibatis.reflection.MetaObject.setValue(Ljava/lang/String;Ljava/lang/Object;)V @ 13
  237. Event: 353.105 Thread 0x0000000020562800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000005134f68 method=org.apache.ibatis.reflection.MetaObject.setValue(Ljava/lang/String;Ljava/lang/Object;)V @ 13
  238. Event: 353.126 Thread 0x0000000020562800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000004730f44 method=java.util.GregorianCalendar.getWeekNumber(JJ)I @ 48
  239. Event: 353.888 Thread 0x000000002055a000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000005ff3b10 method=com.fasterxml.jackson.core.json.UTF8JsonGenerator._writeStringSegment2(Ljava/lang/String;II)V @ 15
  240. Event: 357.864 Thread 0x000000002055b000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000004ee6e54 method=java.util.regex.Pattern.append(II)V @ 6
  241. Classes redefined (0 events):
  242. No events
  243. Internal exceptions (10 events):
  244. Event: 357.870 Thread 0x000000002055e000 Implicit null exception at 0x0000000005fae13c to 0x0000000005fae66e
  245. Event: 357.870 Thread 0x000000002055e000 Exception <a 'java/lang/NullPointerException'> (0x00000000e537d890) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u201\12322\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
  246. Event: 357.877 Thread 0x000000002055e000 Exception <a 'java/lang/ClassNotFoundException': java/lang/ObjectCustomizer> (0x00000000ef4a3e60) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u201\12322\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 210]
  247. Event: 357.878 Thread 0x000000002055e000 Exception <a 'java/lang/ClassNotFoundException': org/jeecg/modules/fbsWorkshopDispatchList/entity/FbsWorkshopDispatchListCustomizer> (0x00000000ef4e2af8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u201\12322\hotspot\src\share\vm\classfi
  248. Event: 357.895 Thread 0x000000002055e000 Implicit null exception at 0x0000000005fae13c to 0x0000000005fae66e
  249. Event: 357.895 Thread 0x000000002055e000 Exception <a 'java/lang/NullPointerException'> (0x00000000ef691a00) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u201\12322\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
  250. Event: 357.897 Thread 0x000000002055e000 Implicit null exception at 0x0000000005fae13c to 0x0000000005fae66e
  251. Event: 357.897 Thread 0x000000002055e000 Exception <a 'java/lang/NullPointerException'> (0x00000000ef69da00) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u201\12322\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
  252. Event: 357.903 Thread 0x000000002055e000 Implicit null exception at 0x0000000005fae13c to 0x0000000005fae66e
  253. Event: 357.903 Thread 0x000000002055e000 Exception <a 'java/lang/NullPointerException'> (0x00000000ef6c71c8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u201\12322\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
  254. Events (10 events):
  255. Event: 357.915 Thread 0x000000001bdd7000 flushing nmethod 0x000000000567ae90
  256. Event: 357.915 Thread 0x000000001bdd7000 flushing nmethod 0x00000000057574d0
  257. Event: 357.915 Thread 0x000000001bdd7000 flushing nmethod 0x0000000005760e90
  258. Event: 357.915 Thread 0x000000001bdd7000 flushing nmethod 0x0000000005870750
  259. Event: 357.915 Thread 0x000000001bdd7000 flushing nmethod 0x000000000589c9d0
  260. Event: 358.177 Thread 0x000000001bde0000 flushing nmethod 0x0000000005943ad0
  261. Event: 358.177 Thread 0x000000001bde0000 flushing nmethod 0x0000000005a00a90
  262. Event: 358.177 Thread 0x000000001bde0000 flushing nmethod 0x0000000005a142d0
  263. Event: 358.178 Thread 0x000000001bde0000 flushing nmethod 0x0000000005a9bd10
  264. Event: 358.178 Thread 0x000000001bde0000 flushing nmethod 0x0000000005c7a250
  265. Dynamic libraries:
  266. 0x00007ff749a90000 - 0x00007ff749ac7000 C:\Program Files\Java\jdk1.8.0_201\bin\java.exe
  267. 0x00007ffc15c80000 - 0x00007ffc15e70000 C:\WINDOWS\SYSTEM32\ntdll.dll
  268. 0x00007ffc13d90000 - 0x00007ffc13e42000 C:\WINDOWS\System32\KERNEL32.DLL
  269. 0x00007ffc13620000 - 0x00007ffc138c5000 C:\WINDOWS\System32\KERNELBASE.dll
  270. 0x00007ffc15b90000 - 0x00007ffc15c33000 C:\WINDOWS\System32\ADVAPI32.dll
  271. 0x00007ffc149c0000 - 0x00007ffc14a5e000 C:\WINDOWS\System32\msvcrt.dll
  272. 0x00007ffc15500000 - 0x00007ffc15597000 C:\WINDOWS\System32\sechost.dll
  273. 0x00007ffc15740000 - 0x00007ffc1585f000 C:\WINDOWS\System32\RPCRT4.dll
  274. 0x00007ffc147a0000 - 0x00007ffc14934000 C:\WINDOWS\System32\USER32.dll
  275. 0x00007ffc13c70000 - 0x00007ffc13c91000 C:\WINDOWS\System32\win32u.dll
  276. 0x00007ffc13ee0000 - 0x00007ffc13f06000 C:\WINDOWS\System32\GDI32.dll
  277. 0x00007ffc138d0000 - 0x00007ffc13a68000 C:\WINDOWS\System32\gdi32full.dll
  278. 0x00007ffc12e00000 - 0x00007ffc12e9e000 C:\WINDOWS\System32\msvcp_win.dll
  279. 0x00007ffc12cb0000 - 0x00007ffc12daa000 C:\WINDOWS\System32\ucrtbase.dll
  280. 0x00007ffbfcbf0000 - 0x00007ffbfce74000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.18362.1377_none_9e802143e45c8d82\COMCTL32.dll
  281. 0x00007ffc14a60000 - 0x00007ffc14d97000 C:\WINDOWS\System32\combase.dll
  282. 0x00007ffc13ca0000 - 0x00007ffc13d21000 C:\WINDOWS\System32\bcryptPrimitives.dll
  283. 0x00007ffc14e70000 - 0x00007ffc14e9e000 C:\WINDOWS\System32\IMM32.DLL
  284. 0x00000000618f0000 - 0x00000000619c1000 C:\Program Files\Java\jdk1.8.0_201\jre\bin\msvcr100.dll
  285. 0x000000005e910000 - 0x000000005f1b4000 C:\Program Files\Java\jdk1.8.0_201\jre\bin\server\jvm.dll
  286. 0x00007ffc14e60000 - 0x00007ffc14e68000 C:\WINDOWS\System32\PSAPI.DLL
  287. 0x00007ffc02720000 - 0x00007ffc02729000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
  288. 0x00007ffc10b80000 - 0x00007ffc10ba4000 C:\WINDOWS\SYSTEM32\WINMM.dll
  289. 0x00007ffc0c9f0000 - 0x00007ffc0c9fa000 C:\WINDOWS\SYSTEM32\VERSION.dll
  290. 0x00007ffc15490000 - 0x00007ffc154ff000 C:\WINDOWS\System32\WS2_32.dll
  291. 0x00007ffc106e0000 - 0x00007ffc1070d000 C:\WINDOWS\SYSTEM32\winmmbase.dll
  292. 0x00007ffc12db0000 - 0x00007ffc12dfa000 C:\WINDOWS\System32\cfgmgr32.dll
  293. 0x00007ffc0f410000 - 0x00007ffc0f41f000 C:\Program Files\Java\jdk1.8.0_201\jre\bin\verify.dll
  294. 0x00007ffc0f3e0000 - 0x00007ffc0f409000 C:\Program Files\Java\jdk1.8.0_201\jre\bin\java.dll
  295. 0x00007ffc0c060000 - 0x00007ffc0c095000 C:\Program Files\Java\jdk1.8.0_201\jre\bin\jdwp.dll
  296. 0x00007ffc0f390000 - 0x00007ffc0f398000 C:\Program Files\Java\jdk1.8.0_201\jre\bin\npt.dll
  297. 0x00007ffc0c030000 - 0x00007ffc0c053000 C:\Program Files\Java\jdk1.8.0_201\jre\bin\instrument.dll
  298. 0x00007ffc0f3c0000 - 0x00007ffc0f3d6000 C:\Program Files\Java\jdk1.8.0_201\jre\bin\zip.dll
  299. 0x00007ffc140b0000 - 0x00007ffc14798000 C:\WINDOWS\System32\SHELL32.dll
  300. 0x00007ffc15a10000 - 0x00007ffc15ab7000 C:\WINDOWS\System32\shcore.dll
  301. 0x00007ffc12ea0000 - 0x00007ffc1361b000 C:\WINDOWS\System32\windows.storage.dll
  302. 0x00007ffc12bb0000 - 0x00007ffc12bd3000 C:\WINDOWS\System32\profapi.dll
  303. 0x00007ffc12b40000 - 0x00007ffc12b8a000 C:\WINDOWS\System32\powrprof.dll
  304. 0x00007ffc12b30000 - 0x00007ffc12b40000 C:\WINDOWS\System32\UMPDC.dll
  305. 0x00007ffc13f10000 - 0x00007ffc13f62000 C:\WINDOWS\System32\shlwapi.dll
  306. 0x00007ffc12be0000 - 0x00007ffc12bf1000 C:\WINDOWS\System32\kernel.appcore.dll
  307. 0x00007ffc12c30000 - 0x00007ffc12c47000 C:\WINDOWS\System32\cryptsp.dll
  308. 0x00007ffc0f380000 - 0x00007ffc0f389000 C:\Program Files\Java\jdk1.8.0_201\jre\bin\dt_socket.dll
  309. 0x00007ffbf8e60000 - 0x00007ffbf8f6d000 C:\WINDOWS\SysWOW64\ierd_tgp_lsp64.dll
  310. 0x00007ffc15330000 - 0x00007ffc15487000 C:\WINDOWS\System32\ole32.dll
  311. 0x00007ffc12370000 - 0x00007ffc123d7000 C:\WINDOWS\system32\mswsock.dll
  312. 0x00007ffc0f370000 - 0x00007ffc0f37d000 C:\Program Files\Java\jdk1.8.0_201\jre\bin\management.dll
  313. 0x00007ffc0db50000 - 0x00007ffc0db6a000 C:\Program Files\Java\jdk1.8.0_201\jre\bin\net.dll
  314. 0x00007ffbfea00000 - 0x00007ffbfebd6000 C:\WINDOWS\SYSTEM32\urlmon.dll
  315. 0x00007ffbfe200000 - 0x00007ffbfe4a7000 C:\WINDOWS\SYSTEM32\iertutil.dll
  316. 0x00007ffc12540000 - 0x00007ffc1254c000 C:\WINDOWS\SYSTEM32\CRYPTBASE.DLL
  317. 0x00007ffbfdd80000 - 0x00007ffbfddb3000 C:\Program Files (x86)\Sangfor\SSL\ClientComponent\SangforNspX64.dll
  318. 0x00007ffc15ac0000 - 0x00007ffc15b85000 C:\WINDOWS\System32\OLEAUT32.dll
  319. 0x00007ffbfdd60000 - 0x00007ffbfdd76000 C:\WINDOWS\system32\napinsp.dll
  320. 0x00007ffbfdc50000 - 0x00007ffbfdc6a000 C:\WINDOWS\system32\pnrpnsp.dll
  321. 0x00007ffc0e030000 - 0x00007ffc0e045000 C:\WINDOWS\system32\wshbth.dll
  322. 0x00007ffc0f320000 - 0x00007ffc0f33c000 C:\WINDOWS\system32\NLAapi.dll
  323. 0x00007ffc12080000 - 0x00007ffc120ba000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
  324. 0x00007ffbfe0f0000 - 0x00007ffbfe0fe000 C:\WINDOWS\System32\winrnr.dll
  325. 0x00007ffc120c0000 - 0x00007ffc1218b000 C:\WINDOWS\SYSTEM32\DNSAPI.dll
  326. 0x00007ffc13e50000 - 0x00007ffc13e58000 C:\WINDOWS\System32\NSI.dll
  327. 0x00007ffc06070000 - 0x00007ffc0607a000 C:\Windows\System32\rasadhlp.dll
  328. 0x00007ffc0a220000 - 0x00007ffc0a297000 C:\WINDOWS\System32\fwpuclnt.dll
  329. 0x00007ffc12c00000 - 0x00007ffc12c26000 C:\WINDOWS\System32\bcrypt.dll
  330. 0x00007ffc0db10000 - 0x00007ffc0db21000 C:\Program Files\Java\jdk1.8.0_201\jre\bin\nio.dll
  331. 0x00007ffbfde40000 - 0x00007ffbfde64000 C:\Program Files\Java\jdk1.8.0_201\jre\bin\sunec.dll
  332. 0x00007ffc0c020000 - 0x00007ffc0c02b000 C:\Program Files\Java\jdk1.8.0_201\jre\bin\sunmscapi.dll
  333. 0x00007ffc13a70000 - 0x00007ffc13bba000 C:\WINDOWS\System32\CRYPT32.dll
  334. 0x00007ffc12b90000 - 0x00007ffc12ba2000 C:\WINDOWS\System32\MSASN1.dll
  335. 0x00007ffc11e90000 - 0x00007ffc11ec3000 C:\WINDOWS\system32\rsaenh.dll
  336. 0x00007ffc12a50000 - 0x00007ffc12a75000 C:\WINDOWS\SYSTEM32\USERENV.dll
  337. 0x00007ffc0ba80000 - 0x00007ffc0ba96000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
  338. 0x00007ffc0ba60000 - 0x00007ffc0ba7c000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
  339. VM Arguments:
  340. jvm_args: -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:60311,suspend=y,server=n -javaagent:C:\Users\1\.IntelliJIdea2017.3\system\captureAgent\debugger-agent.jar=C:\Users\1\AppData\Local\Temp\capture16962.props -Dfile.encoding=UTF-8
  341. java_command: org.jeecg.JeecgApplication
  342. java_class_path (initial): C:\Program Files\Java\jdk1.8.0_201\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_201\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_201\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_201\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_201\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_201\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_201\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_201\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_201\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_201\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_201\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_201\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_201\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_201\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_201\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_201\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_201\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_201\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_201\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_201\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_201\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_201\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_201\jre\lib\rt.jar;F:\ideaWorkspace\FuBoSi\FBS_MES\target\classes;C:\Users\1\.m2\repository\com\microsoft\sqlserver\sqljdbc4\4.0\sqljdbc4-4.0.jar;C:\Users\1\.m2\repository\org\springframework\boot\spring-boot-starter-web\2.0.3.RELEASE\spring-boot-starter-web-2.0.3.RELEASE.jar;C:\Users\1\.m2\repository\org\springframework\boot\spring-boot-starter\2.0.3.RELEASE\spring-boot-starter-2.0.3.RELEASE.jar;C:\Users\1\.m2\repository\org\springframework\boot\spring-boot-starter-logging\2.0.3.RELEASE\spring-boot-starter-logging-2.0.3.RELEASE.jar;C:\Users\1\.m2\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;C:\Users\1\.m2\repository\ch\qos\logback
  343. Launcher Type: SUN_STANDARD
  344. Environment Variables:
  345. JAVA_HOME=C:\Program Files\Java\jdk1.8.0_201
  346. JRE_HOME=C:\Program Files\Java\jre1.8.0_201
  347. 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
  348. 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
  349. USERNAME=1
  350. OS=Windows_NT
  351. PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 158 Stepping 10, GenuineIntel
  352. --------------- S Y S T E M ---------------
  353. OS: Windows 10.0 , 64 bit Build 18362 (10.0.18362.1350)
  354. 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
  355. Memory: 4k page, physical 8243048k(501356k free), swap 21344612k(3592k free)
  356. 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)
  357. time: Thu Dec 23 17:00:38 2021
  358. timezone: Öйú±ê׼ʱ¼ä
  359. elapsed time: 358 seconds (0d 0h 5m 58s)