hs_err_pid40024.log 72 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868
  1. #
  2. # There is insufficient memory for the Java Runtime Environment to continue.
  3. # Native memory allocation (malloc) failed to allocate 3788944 bytes. Error detail: Chunk::new
  4. # Possible reasons:
  5. # The system is out of physical RAM or swap space
  6. # This 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 (arena.cpp:168), pid=40024, tid=23752
  22. #
  23. # JRE version: OpenJDK Runtime Environment Temurin-21.0.7+6 (21.0.7+6) (build 21.0.7+6-LTS)
  24. # Java VM: OpenJDK 64-Bit Server VM Temurin-21.0.7+6 (21.0.7+6-LTS, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, parallel gc, windows-amd64)
  25. # No core dump will be written. Minidumps are not enabled by default on client versions of Windows
  26. #
  27. --------------- S U M M A R Y ------------
  28. Command Line: --add-modules=ALL-SYSTEM --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/sun.nio.fs=ALL-UNNAMED -Declipse.application=org.eclipse.jdt.ls.core.id1 -Dosgi.bundles.defaultStartLevel=4 -Declipse.product=org.eclipse.jdt.ls.core.product -Djava.import.generatesMetadataFilesAtProjectRoot=false -DDetectVMInstallationsJob.disabled=true -Dfile.encoding=utf8 -XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx2G -Xms100m -Xlog:disable -javaagent:c:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\lombok\lombok-1.18.39-4050.jar -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=c:\Users\肉食系的狐狸\AppData\Roaming\Cursor\User\workspaceStorage\b2ba89c5d569be71fc019e41432cfeea\redhat.java -Daether.dependencyCollector.impl=bf c:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\server\plugins\org.eclipse.equinox.launcher_1.7.0.v20250519-0528.jar -configuration c:\Users\肉食系的狐狸\AppData\Roaming\Cursor\User\globalStorage\redhat.java\1.43.0\config_win -data c:\Users\肉食系的狐狸\AppData\Roaming\Cursor\User\workspaceStorage\b2ba89c5d569be71fc019e41432cfeea\redhat.java\jdt_ws --pipe=\\.\pipe\lsp-63eb69fb3af9b777372c01aba7254f1d-sock
  29. Host: Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz, 12 cores, 15G, Windows 11 , 64 bit Build 26100 (10.0.26100.4202)
  30. Time: Mon Jun 30 15:24:44 2025 Windows 11 , 64 bit Build 26100 (10.0.26100.4202) elapsed time: 44.335662 seconds (0d 0h 0m 44s)
  31. --------------- T H R E A D ---------------
  32. Current thread (0x000002037781efd0): JavaThread "C2 CompilerThread2" daemon [_thread_in_native, id=23752, stack(0x000000c2c9900000,0x000000c2c9a00000) (1024K)]
  33. Current CompileTask:
  34. C2:44335 20711 4 org.eclipse.jdt.internal.compiler.ClassFile::traverse (7238 bytes)
  35. Stack: [0x000000c2c9900000,0x000000c2c9a00000]
  36. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  37. V [jvm.dll+0x6ce119]
  38. V [jvm.dll+0x8a84a1]
  39. V [jvm.dll+0x8aa9ce]
  40. V [jvm.dll+0x8ab0b3]
  41. V [jvm.dll+0x27f8a6]
  42. V [jvm.dll+0xc507d]
  43. V [jvm.dll+0xc55b3]
  44. V [jvm.dll+0x3b692c]
  45. V [jvm.dll+0x1e0029]
  46. V [jvm.dll+0x247c42]
  47. V [jvm.dll+0x2470cf]
  48. V [jvm.dll+0x1c760e]
  49. V [jvm.dll+0x25695a]
  50. V [jvm.dll+0x254efa]
  51. V [jvm.dll+0x3f03f6]
  52. V [jvm.dll+0x851f6b]
  53. V [jvm.dll+0x6cc7dd]
  54. C [ucrtbase.dll+0x37b0]
  55. C [KERNEL32.DLL+0x2e8d7]
  56. C [ntdll.dll+0x3c34c]
  57. --------------- P R O C E S S ---------------
  58. Threads class SMR info:
  59. _java_thread_list=0x0000020375e75750, length=78, elements={
  60. 0x00000203126a9370, 0x0000020329a3b3a0, 0x0000020329a3cc70, 0x000002036bd1ad90,
  61. 0x000002036bd1bb10, 0x000002036bd1e2f0, 0x000002036bd21f70, 0x000002036bd35c20,
  62. 0x000002036bd384b0, 0x000002036bdf3580, 0x0000020374154180, 0x0000020374bca810,
  63. 0x0000020374e17100, 0x0000020374a796c0, 0x0000020374a79d50, 0x0000020374a79030,
  64. 0x0000020374fddda0, 0x0000020374fdb640, 0x0000020374fdd710, 0x0000020374fdf150,
  65. 0x0000020374fdc360, 0x0000020374fdbcd0, 0x0000020374fdeac0, 0x0000020374fdfe70,
  66. 0x0000020374fdc9f0, 0x0000020374fdd080, 0x0000020374fe0500, 0x0000020374fe1220,
  67. 0x0000020374fe0b90, 0x0000020374fe18b0, 0x0000020374fde430, 0x0000020374fdf7e0,
  68. 0x0000020374fe1f40, 0x0000020374fe25d0, 0x00000203766daf70, 0x00000203766db600,
  69. 0x00000203766d9530, 0x00000203766da250, 0x00000203766da8e0, 0x00000203766d9bc0,
  70. 0x00000203766dbc90, 0x00000203766d8ea0, 0x00000203778211e0, 0x00000203766df110,
  71. 0x000002037781efd0, 0x00000203766df7a0, 0x00000203766dc9b0, 0x00000203766dd040,
  72. 0x00000203766e04c0, 0x00000203766dd6d0, 0x0000020374a7b100, 0x0000020374a7be20,
  73. 0x0000020374a7a3e0, 0x0000020374a7c4b0, 0x0000020374a7aa70, 0x0000020374a7b790,
  74. 0x0000020374fdafb0, 0x00000203766ddd60, 0x00000203766dc320, 0x0000020379d236b0,
  75. 0x0000020379d21c70, 0x0000020379d20230, 0x0000020379d23d40, 0x0000020379d208c0,
  76. 0x0000020379d22990, 0x0000020379d20f50, 0x0000020379d243d0, 0x0000020379d25e10,
  77. 0x0000020379d264a0, 0x0000020379d23020, 0x0000020379d271c0, 0x0000020379d27850,
  78. 0x000002037a13f6f0, 0x000002037a140aa0, 0x000002037a13fd80, 0x000002037a140410,
  79. 0x000002037a1424e0, 0x000002037a13f060
  80. }
  81. Java Threads: ( => current thread )
  82. 0x00000203126a9370 JavaThread "main" [_thread_blocked, id=39992, stack(0x000000c2c5100000,0x000000c2c5200000) (1024K)]
  83. 0x0000020329a3b3a0 JavaThread "Reference Handler" daemon [_thread_blocked, id=40624, stack(0x000000c2c5500000,0x000000c2c5600000) (1024K)]
  84. 0x0000020329a3cc70 JavaThread "Finalizer" daemon [_thread_blocked, id=12820, stack(0x000000c2c5600000,0x000000c2c5700000) (1024K)]
  85. 0x000002036bd1ad90 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=25740, stack(0x000000c2c5700000,0x000000c2c5800000) (1024K)]
  86. 0x000002036bd1bb10 JavaThread "Attach Listener" daemon [_thread_blocked, id=40620, stack(0x000000c2c5800000,0x000000c2c5900000) (1024K)]
  87. 0x000002036bd1e2f0 JavaThread "Service Thread" daemon [_thread_blocked, id=11452, stack(0x000000c2c5900000,0x000000c2c5a00000) (1024K)]
  88. 0x000002036bd21f70 JavaThread "Monitor Deflation Thread" daemon [_thread_blocked, id=35028, stack(0x000000c2c5a00000,0x000000c2c5b00000) (1024K)]
  89. 0x000002036bd35c20 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=28120, stack(0x000000c2c5b00000,0x000000c2c5c00000) (1024K)]
  90. 0x000002036bd384b0 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=37984, stack(0x000000c2c5c00000,0x000000c2c5d00000) (1024K)]
  91. 0x000002036bdf3580 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=12068, stack(0x000000c2c5d00000,0x000000c2c5e00000) (1024K)]
  92. 0x0000020374154180 JavaThread "Notification Thread" daemon [_thread_blocked, id=22544, stack(0x000000c2c5f00000,0x000000c2c6000000) (1024K)]
  93. 0x0000020374bca810 JavaThread "Active Thread: Equinox Container: f8630f65-088f-4c04-9d62-d50cb28778cb" [_thread_blocked, id=1244, stack(0x000000c2c6c00000,0x000000c2c6d00000) (1024K)]
  94. 0x0000020374e17100 JavaThread "Framework Event Dispatcher: Equinox Container: f8630f65-088f-4c04-9d62-d50cb28778cb" daemon [_thread_blocked, id=3780, stack(0x000000c2c6e00000,0x000000c2c6f00000) (1024K)]
  95. 0x0000020374a796c0 JavaThread "Start Level: Equinox Container: f8630f65-088f-4c04-9d62-d50cb28778cb" daemon [_thread_blocked, id=23072, stack(0x000000c2c6f00000,0x000000c2c7000000) (1024K)]
  96. 0x0000020374a79d50 JavaThread "Refresh Thread: Equinox Container: f8630f65-088f-4c04-9d62-d50cb28778cb" daemon [_thread_blocked, id=5512, stack(0x000000c2c7000000,0x000000c2c7100000) (1024K)]
  97. 0x0000020374a79030 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=29180, stack(0x000000c2c7900000,0x000000c2c7a00000) (1024K)]
  98. 0x0000020374fddda0 JavaThread "SCR Component Actor" daemon [_thread_blocked, id=33400, stack(0x000000c2c7a00000,0x000000c2c7b00000) (1024K)]
  99. 0x0000020374fdb640 JavaThread "Worker-JM" [_thread_blocked, id=30284, stack(0x000000c2c7c00000,0x000000c2c7d00000) (1024K)]
  100. 0x0000020374fdd710 JavaThread "Worker-0: Java indexing... " [_thread_blocked, id=27012, stack(0x000000c2c7d00000,0x000000c2c7e00000) (1024K)]
  101. 0x0000020374fdf150 JavaThread "Worker-1" [_thread_blocked, id=15400, stack(0x000000c2c7e00000,0x000000c2c7f00000) (1024K)]
  102. 0x0000020374fdc360 JavaThread "Java indexing" daemon [_thread_blocked, id=33412, stack(0x000000c2c7f00000,0x000000c2c8000000) (1024K)]
  103. 0x0000020374fdbcd0 JavaThread "JNA Cleaner" daemon [_thread_blocked, id=13756, stack(0x000000c2c8000000,0x000000c2c8100000) (1024K)]
  104. 0x0000020374fdeac0 JavaThread "Worker-2" [_thread_blocked, id=17228, stack(0x000000c2c8300000,0x000000c2c8400000) (1024K)]
  105. 0x0000020374fdfe70 JavaThread "Worker-3: Initialize workspace" [_thread_blocked, id=17024, stack(0x000000c2c8400000,0x000000c2c8500000) (1024K)]
  106. 0x0000020374fdc9f0 JavaThread "Worker-4: Updating workspace" [_thread_blocked, id=6124, stack(0x000000c2c8500000,0x000000c2c8600000) (1024K)]
  107. 0x0000020374fdd080 JavaThread "Worker-5: Building" [_thread_blocked, id=6756, stack(0x000000c2c8600000,0x000000c2c8700000) (1024K)]
  108. 0x0000020374fe0500 JavaThread "Thread-2" daemon [_thread_in_native, id=23780, stack(0x000000c2c8700000,0x000000c2c8800000) (1024K)]
  109. 0x0000020374fe1220 JavaThread "Thread-3" daemon [_thread_in_native, id=35460, stack(0x000000c2c8800000,0x000000c2c8900000) (1024K)]
  110. 0x0000020374fe0b90 JavaThread "Thread-4" daemon [_thread_in_native, id=34496, stack(0x000000c2c8900000,0x000000c2c8a00000) (1024K)]
  111. 0x0000020374fe18b0 JavaThread "Thread-5" daemon [_thread_in_native, id=34804, stack(0x000000c2c8a00000,0x000000c2c8b00000) (1024K)]
  112. 0x0000020374fde430 JavaThread "Thread-6" daemon [_thread_in_native, id=11800, stack(0x000000c2c8b00000,0x000000c2c8c00000) (1024K)]
  113. 0x0000020374fdf7e0 JavaThread "Thread-7" daemon [_thread_in_native, id=29112, stack(0x000000c2c8c00000,0x000000c2c8d00000) (1024K)]
  114. 0x0000020374fe1f40 JavaThread "Thread-8" daemon [_thread_in_native, id=34212, stack(0x000000c2c8d00000,0x000000c2c8e00000) (1024K)]
  115. 0x0000020374fe25d0 JavaThread "Thread-9" daemon [_thread_in_native, id=3796, stack(0x000000c2c8e00000,0x000000c2c8f00000) (1024K)]
  116. 0x00000203766daf70 JavaThread "Thread-10" daemon [_thread_in_native, id=38276, stack(0x000000c2c8f00000,0x000000c2c9000000) (1024K)]
  117. 0x00000203766db600 JavaThread "Thread-11" daemon [_thread_in_native, id=37260, stack(0x000000c2c9000000,0x000000c2c9100000) (1024K)]
  118. 0x00000203766d9530 JavaThread "Thread-12" daemon [_thread_in_native, id=13296, stack(0x000000c2c9100000,0x000000c2c9200000) (1024K)]
  119. 0x00000203766da250 JavaThread "Thread-13" daemon [_thread_in_native, id=25512, stack(0x000000c2c9200000,0x000000c2c9300000) (1024K)]
  120. 0x00000203766da8e0 JavaThread "Thread-14" daemon [_thread_in_native, id=6208, stack(0x000000c2c9300000,0x000000c2c9400000) (1024K)]
  121. 0x00000203766d9bc0 JavaThread "pool-2-thread-1" [_thread_blocked, id=18532, stack(0x000000c2c9400000,0x000000c2c9500000) (1024K)]
  122. 0x00000203766dbc90 JavaThread "WorkspaceEventsHandler" [_thread_blocked, id=19028, stack(0x000000c2c9600000,0x000000c2c9700000) (1024K)]
  123. 0x00000203766d8ea0 JavaThread "pool-1-thread-1" [_thread_blocked, id=34192, stack(0x000000c2c9700000,0x000000c2c9800000) (1024K)]
  124. 0x00000203778211e0 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=9888, stack(0x000000c2c9c00000,0x000000c2c9d00000) (1024K)]
  125. 0x00000203766df110 JavaThread "ForkJoinPool.commonPool-worker-1" daemon [_thread_blocked, id=28000, stack(0x000000c2c7b00000,0x000000c2c7c00000) (1024K)]
  126. =>0x000002037781efd0 JavaThread "C2 CompilerThread2" daemon [_thread_in_native, id=23752, stack(0x000000c2c9900000,0x000000c2c9a00000) (1024K)]
  127. 0x00000203766df7a0 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=19376, stack(0x000000c2c6600000,0x000000c2c6700000) (1024K)]
  128. 0x00000203766dc9b0 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=6488, stack(0x000000c2c6700000,0x000000c2c6800000) (1024K)]
  129. 0x00000203766dd040 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=13032, stack(0x000000c2c6800000,0x000000c2c6900000) (1024K)]
  130. 0x00000203766e04c0 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=7408, stack(0x000000c2c6900000,0x000000c2c6a00000) (1024K)]
  131. 0x00000203766dd6d0 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=9884, stack(0x000000c2c6a00000,0x000000c2c6b00000) (1024K)]
  132. 0x0000020374a7b100 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=14540, stack(0x000000c2c6b00000,0x000000c2c6c00000) (1024K)]
  133. 0x0000020374a7be20 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=24548, stack(0x000000c2c7200000,0x000000c2c7300000) (1024K)]
  134. 0x0000020374a7a3e0 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=33460, stack(0x000000c2c7300000,0x000000c2c7400000) (1024K)]
  135. 0x0000020374a7c4b0 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=24540, stack(0x000000c2c7400000,0x000000c2c7500000) (1024K)]
  136. 0x0000020374a7aa70 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=27380, stack(0x000000c2c7500000,0x000000c2c7600000) (1024K)]
  137. 0x0000020374a7b790 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=19176, stack(0x000000c2c7600000,0x000000c2c7700000) (1024K)]
  138. 0x0000020374fdafb0 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=22548, stack(0x000000c2c7700000,0x000000c2c7800000) (1024K)]
  139. 0x00000203766ddd60 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=9832, stack(0x000000c2c5e00000,0x000000c2c5f00000) (1024K)]
  140. 0x00000203766dc320 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=29072, stack(0x000000c2c9500000,0x000000c2c9600000) (1024K)]
  141. 0x0000020379d236b0 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=11160, stack(0x000000c2c9a00000,0x000000c2c9b00000) (1024K)]
  142. 0x0000020379d21c70 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=28308, stack(0x000000c2c9b00000,0x000000c2c9c00000) (1024K)]
  143. 0x0000020379d20230 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=36728, stack(0x000000c2c9d00000,0x000000c2c9e00000) (1024K)]
  144. 0x0000020379d23d40 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=28976, stack(0x000000c2c9e00000,0x000000c2c9f00000) (1024K)]
  145. 0x0000020379d208c0 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=20296, stack(0x000000c2c9f00000,0x000000c2ca000000) (1024K)]
  146. 0x0000020379d22990 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=28556, stack(0x000000c2ca000000,0x000000c2ca100000) (1024K)]
  147. 0x0000020379d20f50 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=2688, stack(0x000000c2ca100000,0x000000c2ca200000) (1024K)]
  148. 0x0000020379d243d0 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=25480, stack(0x000000c2ca200000,0x000000c2ca300000) (1024K)]
  149. 0x0000020379d25e10 JavaThread "Compiler Processing Task" daemon [_thread_blocked, id=16460, stack(0x000000c2ca300000,0x000000c2ca400000) (1024K)]
  150. 0x0000020379d264a0 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=27736, stack(0x000000c2ca400000,0x000000c2ca500000) (1024K)]
  151. 0x0000020379d23020 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=8072, stack(0x000000c2ca500000,0x000000c2ca600000) (1024K)]
  152. 0x0000020379d271c0 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=14044, stack(0x000000c2ca600000,0x000000c2ca700000) (1024K)]
  153. 0x0000020379d27850 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=11656, stack(0x000000c2ca700000,0x000000c2ca800000) (1024K)]
  154. 0x000002037a13f6f0 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=38440, stack(0x000000c2ca800000,0x000000c2ca900000) (1024K)]
  155. 0x000002037a140aa0 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=33424, stack(0x000000c2ca900000,0x000000c2caa00000) (1024K)]
  156. 0x000002037a13fd80 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=33864, stack(0x000000c2caa00000,0x000000c2cab00000) (1024K)]
  157. 0x000002037a140410 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=39080, stack(0x000000c2cab00000,0x000000c2cac00000) (1024K)]
  158. 0x000002037a1424e0 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=37672, stack(0x000000c2cac00000,0x000000c2cad00000) (1024K)]
  159. 0x000002037a13f060 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=27948, stack(0x000000c2cad00000,0x000000c2cae00000) (1024K)]
  160. Total: 78
  161. Other Threads:
  162. 0x0000020329a34ac0 VMThread "VM Thread" [id=39296, stack(0x000000c2c5400000,0x000000c2c5500000) (1024K)]
  163. 0x000002032992c8d0 WatcherThread "VM Periodic Task Thread" [id=25900, stack(0x000000c2c5300000,0x000000c2c5400000) (1024K)]
  164. 0x00000203126c7760 WorkerThread "GC Thread#0" [id=24608, stack(0x000000c2c5200000,0x000000c2c5300000) (1024K)]
  165. 0x000002037464e870 WorkerThread "GC Thread#1" [id=33668, stack(0x000000c2c6000000,0x000000c2c6100000) (1024K)]
  166. 0x000002037464ec10 WorkerThread "GC Thread#2" [id=39624, stack(0x000000c2c6100000,0x000000c2c6200000) (1024K)]
  167. 0x000002037464efb0 WorkerThread "GC Thread#3" [id=12912, stack(0x000000c2c6200000,0x000000c2c6300000) (1024K)]
  168. 0x000002037464f350 WorkerThread "GC Thread#4" [id=37904, stack(0x000000c2c6300000,0x000000c2c6400000) (1024K)]
  169. 0x00000203746f6a10 WorkerThread "GC Thread#5" [id=39804, stack(0x000000c2c6400000,0x000000c2c6500000) (1024K)]
  170. 0x00000203746f6db0 WorkerThread "GC Thread#6" [id=17016, stack(0x000000c2c6500000,0x000000c2c6600000) (1024K)]
  171. 0x00000203743eaf40 WorkerThread "GC Thread#7" [id=7460, stack(0x000000c2c6d00000,0x000000c2c6e00000) (1024K)]
  172. 0x0000020374f2f620 WorkerThread "GC Thread#8" [id=28752, stack(0x000000c2c7100000,0x000000c2c7200000) (1024K)]
  173. 0x0000020374f2f280 WorkerThread "GC Thread#9" [id=38668, stack(0x000000c2c7800000,0x000000c2c7900000) (1024K)]
  174. Total: 12
  175. Threads with active compile tasks:
  176. C2 CompilerThread0 44428 20830 4 org.eclipse.jdt.internal.compiler.ast.EqualExpression::checkNullComparison (468 bytes)
  177. C1 CompilerThread0 44428 20864 2 org.eclipse.jdt.internal.compiler.parser.Parser::consumeZeroAdditionalBounds (16 bytes)
  178. C2 CompilerThread1 44428 20825 4 org.eclipse.jdt.internal.compiler.lookup.InferenceContext18::getSmallestVariableSet (208 bytes)
  179. C2 CompilerThread2 44428 20711 4 org.eclipse.jdt.internal.compiler.ClassFile::traverse (7238 bytes)
  180. Total: 4
  181. VM state: at safepoint (normal execution)
  182. VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
  183. [0x00007ffa0529e308] Threads_lock - owner thread: 0x0000020329a34ac0
  184. [0x00007ffa0529e408] Heap_lock - owner thread: 0x0000020374fdd080
  185. Heap address: 0x0000000080000000, size: 2048 MB, Compressed Oops mode: 32-bit
  186. CDS archive(s) mapped at: [0x000002032a000000-0x000002032aba0000-0x000002032aba0000), size 12189696, SharedBaseAddress: 0x000002032a000000, ArchiveRelocationMode: 1.
  187. Compressed class space mapped at: 0x000002032b000000-0x000002036b000000, reserved size: 1073741824
  188. Narrow klass base: 0x000002032a000000, Narrow klass shift: 0, Narrow klass range: 0x100000000
  189. GC Precious Log:
  190. CardTable entry size: 512
  191. CPUs: 12 total, 12 available
  192. Memory: 16292M
  193. Large Page Support: Disabled
  194. NUMA Support: Disabled
  195. Compressed Oops: Enabled (32-bit)
  196. Alignments: Space 512K, Generation 512K, Heap 2M
  197. Heap Min Capacity: 100M
  198. Heap Initial Capacity: 100M
  199. Heap Max Capacity: 2G
  200. Pre-touch: Disabled
  201. Parallel Workers: 10
  202. Heap:
  203. PSYoungGen total 22528K, used 3061K [0x00000000d5580000, 0x00000000d6e80000, 0x0000000100000000)
  204. eden space 19456K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000d6880000)
  205. from space 3072K, 99% used [0x00000000d6b80000,0x00000000d6e7d540,0x00000000d6e80000)
  206. to space 2560K, 0% used [0x00000000d6900000,0x00000000d6900000,0x00000000d6b80000)
  207. ParOldGen total 760320K, used 760006K [0x0000000080000000, 0x00000000ae680000, 0x00000000d5580000)
  208. object space 760320K, 99% used [0x0000000080000000,0x00000000ae631888,0x00000000ae680000)
  209. Metaspace used 75431K, committed 76992K, reserved 1179648K
  210. class space used 7423K, committed 8128K, reserved 1048576K
  211. Card table byte_map: [0x0000020324d90000,0x00000203251a0000] _byte_map_base: 0x0000020324990000
  212. Marking Bits: (ParMarkBitMap*) 0x00007ffa052a31f0
  213. Begin Bits: [0x0000020325450000, 0x0000020327450000)
  214. End Bits: [0x0000020327450000, 0x0000020329450000)
  215. Polling page: 0x0000020310aa0000
  216. Metaspace:
  217. Usage:
  218. Non-class: 66.41 MB used.
  219. Class: 7.25 MB used.
  220. Both: 73.66 MB used.
  221. Virtual space:
  222. Non-class space: 128.00 MB reserved, 67.25 MB ( 53%) committed, 2 nodes.
  223. Class space: 1.00 GB reserved, 7.94 MB ( <1%) committed, 1 nodes.
  224. Both: 1.12 GB reserved, 75.19 MB ( 7%) committed.
  225. Chunk freelists:
  226. Non-Class: 12.38 MB
  227. Class: 7.89 MB
  228. Both: 20.27 MB
  229. MaxMetaspaceSize: unlimited
  230. CompressedClassSpaceSize: 1.00 GB
  231. Initial GC threshold: 21.00 MB
  232. Current GC threshold: 120.31 MB
  233. CDS: on
  234. - commit_granule_bytes: 65536.
  235. - commit_granule_words: 8192.
  236. - virtual_space_node_default_size: 8388608.
  237. - enlarge_chunks_in_place: 1.
  238. - use_allocation_guard: 0.
  239. Internal statistics:
  240. num_allocs_failed_limit: 9.
  241. num_arena_births: 1436.
  242. num_arena_deaths: 30.
  243. num_vsnodes_births: 3.
  244. num_vsnodes_deaths: 0.
  245. num_space_committed: 1203.
  246. num_space_uncommitted: 0.
  247. num_chunks_returned_to_freelist: 46.
  248. num_chunks_taken_from_freelist: 4853.
  249. num_chunk_merges: 16.
  250. num_chunk_splits: 2997.
  251. num_chunks_enlarged: 1746.
  252. num_inconsistent_stats: 0.
  253. CodeHeap 'non-profiled nmethods': size=120000Kb used=20840Kb max_used=20840Kb free=99159Kb
  254. bounds [0x000002031d680000, 0x000002031eae0000, 0x0000020324bb0000]
  255. CodeHeap 'profiled nmethods': size=120000Kb used=48797Kb max_used=48797Kb free=71202Kb
  256. bounds [0x0000020315bb0000, 0x0000020318b60000, 0x000002031d0e0000]
  257. CodeHeap 'non-nmethods': size=5760Kb used=1475Kb max_used=1615Kb free=4284Kb
  258. bounds [0x000002031d0e0000, 0x000002031d350000, 0x000002031d680000]
  259. total_blobs=19490 nmethods=18701 adapters=690
  260. compilation: enabled
  261. stopped_count=0, restarted_count=0
  262. full_count=0
  263. Compilation events (20 events):
  264. Event: 42.722 Thread 0x000002036bd384b0 nmethod 20853 0x0000020318b4f810 code [0x0000020318b4fa20, 0x0000020318b50128]
  265. Event: 42.722 Thread 0x000002036bd384b0 20854 3 org.eclipse.lsp4j.jsonrpc.json.adapters.EnumTypeAdapter::write (35 bytes)
  266. Event: 42.722 Thread 0x000002036bd384b0 nmethod 20854 0x0000020318b50310 code [0x0000020318b50500, 0x0000020318b50aa8]
  267. Event: 42.724 Thread 0x000002036bd384b0 20856 3 org.eclipse.jdt.internal.compiler.parser.Parser::consumeStatementTry (420 bytes)
  268. Event: 42.726 Thread 0x000002036bd384b0 nmethod 20856 0x0000020318b50c90 code [0x0000020318b50fa0, 0x0000020318b52ec0]
  269. Event: 42.727 Thread 0x000002036bd35c20 nmethod 20811 0x000002031ead5790 code [0x000002031ead5bc0, 0x000002031ead7a98]
  270. Event: 42.727 Thread 0x000002036bd35c20 20855 4 org.eclipse.jdt.internal.compiler.ast.IntLiteral::buildIntLiteral (119 bytes)
  271. Event: 42.736 Thread 0x000002036bd384b0 20858 2 org.eclipse.jdt.internal.compiler.ast.BranchStatement::resolve (1 bytes)
  272. Event: 42.736 Thread 0x000002036bd384b0 nmethod 20858 0x0000020318b53690 code [0x0000020318b53820, 0x0000020318b53928]
  273. Event: 42.738 Thread 0x000002036bd35c20 nmethod 20855 0x000002031ead9290 code [0x000002031ead94a0, 0x000002031ead9cf8]
  274. Event: 42.738 Thread 0x000002036bd35c20 20830 4 org.eclipse.jdt.internal.compiler.ast.EqualExpression::checkNullComparison (468 bytes)
  275. Event: 42.740 Thread 0x000002036bd384b0 20859 3 java.lang.invoke.LambdaForm$MH/0x000002032b817400::invoke (45 bytes)
  276. Event: 42.740 Thread 0x000002036bd384b0 nmethod 20859 0x0000020318b53990 code [0x0000020318b53be0, 0x0000020318b545a0]
  277. Event: 42.741 Thread 0x000002036bd384b0 20860 3 java.lang.invoke.LambdaForm$MH/0x000002032b817800::invoke (63 bytes)
  278. Event: 42.742 Thread 0x000002036bd384b0 nmethod 20860 0x0000020318b54910 code [0x0000020318b54c00, 0x0000020318b55e30]
  279. Event: 42.742 Thread 0x000002036bd384b0 20861 3 org.eclipse.core.internal.resources.MarkerManager::findMarkerInfo (49 bytes)
  280. Event: 42.743 Thread 0x000002036bd384b0 nmethod 20861 0x0000020318b56410 code [0x0000020318b56600, 0x0000020318b56b68]
  281. Event: 42.764 Thread 0x000002036bd384b0 20863 3 org.eclipse.jdt.internal.compiler.lookup.BlockScope::<init> (32 bytes)
  282. Event: 42.765 Thread 0x000002036bd384b0 nmethod 20863 0x0000020318b56d90 code [0x0000020318b56f60, 0x0000020318b573b8]
  283. Event: 42.770 Thread 0x000002036bd384b0 20864 2 org.eclipse.jdt.internal.compiler.parser.Parser::consumeZeroAdditionalBounds (16 bytes)
  284. GC Heap History (20 events):
  285. Event: 42.164 GC heap after
  286. {Heap after GC invocations=1650 (full 4):
  287. PSYoungGen total 24576K, used 2000K [0x00000000d5580000, 0x00000000d7000000, 0x0000000100000000)
  288. eden space 22016K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000d6b00000)
  289. from space 2560K, 78% used [0x00000000d6d80000,0x00000000d6f74010,0x00000000d7000000)
  290. to space 2560K, 0% used [0x00000000d6b00000,0x00000000d6b00000,0x00000000d6d80000)
  291. ParOldGen total 735232K, used 735200K [0x0000000080000000, 0x00000000ace00000, 0x00000000d5580000)
  292. object space 735232K, 99% used [0x0000000080000000,0x00000000acdf8070,0x00000000ace00000)
  293. Metaspace used 75338K, committed 76928K, reserved 1179648K
  294. class space used 7423K, committed 8128K, reserved 1048576K
  295. }
  296. Event: 42.214 GC heap before
  297. {Heap before GC invocations=1651 (full 4):
  298. PSYoungGen total 24576K, used 24016K [0x00000000d5580000, 0x00000000d7000000, 0x0000000100000000)
  299. eden space 22016K, 100% used [0x00000000d5580000,0x00000000d6b00000,0x00000000d6b00000)
  300. from space 2560K, 78% used [0x00000000d6d80000,0x00000000d6f74010,0x00000000d7000000)
  301. to space 2560K, 0% used [0x00000000d6b00000,0x00000000d6b00000,0x00000000d6d80000)
  302. ParOldGen total 735232K, used 735200K [0x0000000080000000, 0x00000000ace00000, 0x00000000d5580000)
  303. object space 735232K, 99% used [0x0000000080000000,0x00000000acdf8070,0x00000000ace00000)
  304. Metaspace used 75340K, committed 76928K, reserved 1179648K
  305. class space used 7423K, committed 8128K, reserved 1048576K
  306. }
  307. Event: 42.217 GC heap after
  308. {Heap after GC invocations=1651 (full 4):
  309. PSYoungGen total 24064K, used 1920K [0x00000000d5580000, 0x00000000d6f00000, 0x0000000100000000)
  310. eden space 22016K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000d6b00000)
  311. from space 2048K, 93% used [0x00000000d6b00000,0x00000000d6ce0040,0x00000000d6d00000)
  312. to space 2048K, 0% used [0x00000000d6d00000,0x00000000d6d00000,0x00000000d6f00000)
  313. ParOldGen total 737280K, used 737051K [0x0000000080000000, 0x00000000ad000000, 0x00000000d5580000)
  314. object space 737280K, 99% used [0x0000000080000000,0x00000000acfc6c58,0x00000000ad000000)
  315. Metaspace used 75340K, committed 76928K, reserved 1179648K
  316. class space used 7423K, committed 8128K, reserved 1048576K
  317. }
  318. Event: 42.244 GC heap before
  319. {Heap before GC invocations=1652 (full 4):
  320. PSYoungGen total 24064K, used 23936K [0x00000000d5580000, 0x00000000d6f00000, 0x0000000100000000)
  321. eden space 22016K, 100% used [0x00000000d5580000,0x00000000d6b00000,0x00000000d6b00000)
  322. from space 2048K, 93% used [0x00000000d6b00000,0x00000000d6ce0040,0x00000000d6d00000)
  323. to space 2048K, 0% used [0x00000000d6d00000,0x00000000d6d00000,0x00000000d6f00000)
  324. ParOldGen total 737280K, used 737051K [0x0000000080000000, 0x00000000ad000000, 0x00000000d5580000)
  325. object space 737280K, 99% used [0x0000000080000000,0x00000000acfc6c58,0x00000000ad000000)
  326. Metaspace used 75343K, committed 76928K, reserved 1179648K
  327. class space used 7423K, committed 8128K, reserved 1048576K
  328. }
  329. Event: 42.248 GC heap after
  330. {Heap after GC invocations=1652 (full 4):
  331. PSYoungGen total 24064K, used 1344K [0x00000000d5580000, 0x00000000d6f00000, 0x0000000100000000)
  332. eden space 22016K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000d6b00000)
  333. from space 2048K, 65% used [0x00000000d6d00000,0x00000000d6e50040,0x00000000d6f00000)
  334. to space 2048K, 0% used [0x00000000d6b00000,0x00000000d6b00000,0x00000000d6d00000)
  335. ParOldGen total 738816K, used 738811K [0x0000000080000000, 0x00000000ad180000, 0x00000000d5580000)
  336. object space 738816K, 99% used [0x0000000080000000,0x00000000ad17ec00,0x00000000ad180000)
  337. Metaspace used 75343K, committed 76928K, reserved 1179648K
  338. class space used 7423K, committed 8128K, reserved 1048576K
  339. }
  340. Event: 42.329 GC heap before
  341. {Heap before GC invocations=1653 (full 4):
  342. PSYoungGen total 24064K, used 23360K [0x00000000d5580000, 0x00000000d6f00000, 0x0000000100000000)
  343. eden space 22016K, 100% used [0x00000000d5580000,0x00000000d6b00000,0x00000000d6b00000)
  344. from space 2048K, 65% used [0x00000000d6d00000,0x00000000d6e50040,0x00000000d6f00000)
  345. to space 2048K, 0% used [0x00000000d6b00000,0x00000000d6b00000,0x00000000d6d00000)
  346. ParOldGen total 738816K, used 738811K [0x0000000080000000, 0x00000000ad180000, 0x00000000d5580000)
  347. object space 738816K, 99% used [0x0000000080000000,0x00000000ad17ec00,0x00000000ad180000)
  348. Metaspace used 75353K, committed 76928K, reserved 1179648K
  349. class space used 7423K, committed 8128K, reserved 1048576K
  350. }
  351. Event: 42.332 GC heap after
  352. {Heap after GC invocations=1653 (full 4):
  353. PSYoungGen total 24064K, used 2035K [0x00000000d5580000, 0x00000000d7300000, 0x0000000100000000)
  354. eden space 22016K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000d6b00000)
  355. from space 2048K, 99% used [0x00000000d6b00000,0x00000000d6cfcd98,0x00000000d6d00000)
  356. to space 4096K, 0% used [0x00000000d6f00000,0x00000000d6f00000,0x00000000d7300000)
  357. ParOldGen total 740864K, used 740446K [0x0000000080000000, 0x00000000ad380000, 0x00000000d5580000)
  358. object space 740864K, 99% used [0x0000000080000000,0x00000000ad317b60,0x00000000ad380000)
  359. Metaspace used 75353K, committed 76928K, reserved 1179648K
  360. class space used 7423K, committed 8128K, reserved 1048576K
  361. }
  362. Event: 42.397 GC heap before
  363. {Heap before GC invocations=1654 (full 4):
  364. PSYoungGen total 24064K, used 24051K [0x00000000d5580000, 0x00000000d7300000, 0x0000000100000000)
  365. eden space 22016K, 100% used [0x00000000d5580000,0x00000000d6b00000,0x00000000d6b00000)
  366. from space 2048K, 99% used [0x00000000d6b00000,0x00000000d6cfcd98,0x00000000d6d00000)
  367. to space 4096K, 0% used [0x00000000d6f00000,0x00000000d6f00000,0x00000000d7300000)
  368. ParOldGen total 740864K, used 740446K [0x0000000080000000, 0x00000000ad380000, 0x00000000d5580000)
  369. object space 740864K, 99% used [0x0000000080000000,0x00000000ad317b60,0x00000000ad380000)
  370. Metaspace used 75373K, committed 76992K, reserved 1179648K
  371. class space used 7423K, committed 8128K, reserved 1048576K
  372. }
  373. Event: 42.402 GC heap after
  374. {Heap after GC invocations=1654 (full 4):
  375. PSYoungGen total 23552K, used 4085K [0x00000000d5580000, 0x00000000d7800000, 0x0000000100000000)
  376. eden space 19456K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000d6880000)
  377. from space 4096K, 99% used [0x00000000d6f00000,0x00000000d72fd720,0x00000000d7300000)
  378. to space 6656K, 0% used [0x00000000d6880000,0x00000000d6880000,0x00000000d6f00000)
  379. ParOldGen total 742912K, used 742422K [0x0000000080000000, 0x00000000ad580000, 0x00000000d5580000)
  380. object space 742912K, 99% used [0x0000000080000000,0x00000000ad505bf0,0x00000000ad580000)
  381. Metaspace used 75373K, committed 76992K, reserved 1179648K
  382. class space used 7423K, committed 8128K, reserved 1048576K
  383. }
  384. Event: 42.462 GC heap before
  385. {Heap before GC invocations=1655 (full 4):
  386. PSYoungGen total 23552K, used 23541K [0x00000000d5580000, 0x00000000d7800000, 0x0000000100000000)
  387. eden space 19456K, 100% used [0x00000000d5580000,0x00000000d6880000,0x00000000d6880000)
  388. from space 4096K, 99% used [0x00000000d6f00000,0x00000000d72fd720,0x00000000d7300000)
  389. to space 6656K, 0% used [0x00000000d6880000,0x00000000d6880000,0x00000000d6f00000)
  390. ParOldGen total 742912K, used 742422K [0x0000000080000000, 0x00000000ad580000, 0x00000000d5580000)
  391. object space 742912K, 99% used [0x0000000080000000,0x00000000ad505bf0,0x00000000ad580000)
  392. Metaspace used 75407K, committed 76992K, reserved 1179648K
  393. class space used 7423K, committed 8128K, reserved 1048576K
  394. }
  395. Event: 42.468 GC heap after
  396. {Heap after GC invocations=1655 (full 4):
  397. PSYoungGen total 22528K, used 2838K [0x00000000d5580000, 0x00000000d7080000, 0x0000000100000000)
  398. eden space 19456K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000d6880000)
  399. from space 3072K, 92% used [0x00000000d6880000,0x00000000d6b459b8,0x00000000d6b80000)
  400. to space 4096K, 0% used [0x00000000d6c80000,0x00000000d6c80000,0x00000000d7080000)
  401. ParOldGen total 747008K, used 746611K [0x0000000080000000, 0x00000000ad980000, 0x00000000d5580000)
  402. object space 747008K, 99% used [0x0000000080000000,0x00000000ad91cca8,0x00000000ad980000)
  403. Metaspace used 75407K, committed 76992K, reserved 1179648K
  404. class space used 7423K, committed 8128K, reserved 1048576K
  405. }
  406. Event: 42.492 GC heap before
  407. {Heap before GC invocations=1656 (full 4):
  408. PSYoungGen total 22528K, used 22294K [0x00000000d5580000, 0x00000000d7080000, 0x0000000100000000)
  409. eden space 19456K, 100% used [0x00000000d5580000,0x00000000d6880000,0x00000000d6880000)
  410. from space 3072K, 92% used [0x00000000d6880000,0x00000000d6b459b8,0x00000000d6b80000)
  411. to space 4096K, 0% used [0x00000000d6c80000,0x00000000d6c80000,0x00000000d7080000)
  412. ParOldGen total 747008K, used 746611K [0x0000000080000000, 0x00000000ad980000, 0x00000000d5580000)
  413. object space 747008K, 99% used [0x0000000080000000,0x00000000ad91cca8,0x00000000ad980000)
  414. Metaspace used 75407K, committed 76992K, reserved 1179648K
  415. class space used 7423K, committed 8128K, reserved 1048576K
  416. }
  417. Event: 42.495 GC heap after
  418. {Heap after GC invocations=1656 (full 4):
  419. PSYoungGen total 23040K, used 3270K [0x00000000d5580000, 0x00000000d7000000, 0x0000000100000000)
  420. eden space 19456K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000d6880000)
  421. from space 3584K, 91% used [0x00000000d6c80000,0x00000000d6fb1af0,0x00000000d7000000)
  422. to space 3584K, 0% used [0x00000000d6900000,0x00000000d6900000,0x00000000d6c80000)
  423. ParOldGen total 749568K, used 749219K [0x0000000080000000, 0x00000000adc00000, 0x00000000d5580000)
  424. object space 749568K, 99% used [0x0000000080000000,0x00000000adba8d98,0x00000000adc00000)
  425. Metaspace used 75407K, committed 76992K, reserved 1179648K
  426. class space used 7423K, committed 8128K, reserved 1048576K
  427. }
  428. Event: 42.624 GC heap before
  429. {Heap before GC invocations=1657 (full 4):
  430. PSYoungGen total 23040K, used 22726K [0x00000000d5580000, 0x00000000d7000000, 0x0000000100000000)
  431. eden space 19456K, 100% used [0x00000000d5580000,0x00000000d6880000,0x00000000d6880000)
  432. from space 3584K, 91% used [0x00000000d6c80000,0x00000000d6fb1af0,0x00000000d7000000)
  433. to space 3584K, 0% used [0x00000000d6900000,0x00000000d6900000,0x00000000d6c80000)
  434. ParOldGen total 749568K, used 749219K [0x0000000080000000, 0x00000000adc00000, 0x00000000d5580000)
  435. object space 749568K, 99% used [0x0000000080000000,0x00000000adba8d98,0x00000000adc00000)
  436. Metaspace used 75418K, committed 76992K, reserved 1179648K
  437. class space used 7423K, committed 8128K, reserved 1048576K
  438. }
  439. Event: 42.629 GC heap after
  440. {Heap after GC invocations=1657 (full 4):
  441. PSYoungGen total 22528K, used 3011K [0x00000000d5580000, 0x00000000d6f80000, 0x0000000100000000)
  442. eden space 19456K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000d6880000)
  443. from space 3072K, 98% used [0x00000000d6900000,0x00000000d6bf0f58,0x00000000d6c00000)
  444. to space 3584K, 0% used [0x00000000d6c00000,0x00000000d6c00000,0x00000000d6f80000)
  445. ParOldGen total 751104K, used 750903K [0x0000000080000000, 0x00000000add80000, 0x00000000d5580000)
  446. object space 751104K, 99% used [0x0000000080000000,0x00000000add4dea8,0x00000000add80000)
  447. Metaspace used 75418K, committed 76992K, reserved 1179648K
  448. class space used 7423K, committed 8128K, reserved 1048576K
  449. }
  450. Event: 42.665 GC heap before
  451. {Heap before GC invocations=1658 (full 4):
  452. PSYoungGen total 22528K, used 22467K [0x00000000d5580000, 0x00000000d6f80000, 0x0000000100000000)
  453. eden space 19456K, 100% used [0x00000000d5580000,0x00000000d6880000,0x00000000d6880000)
  454. from space 3072K, 98% used [0x00000000d6900000,0x00000000d6bf0f58,0x00000000d6c00000)
  455. to space 3584K, 0% used [0x00000000d6c00000,0x00000000d6c00000,0x00000000d6f80000)
  456. ParOldGen total 751104K, used 750903K [0x0000000080000000, 0x00000000add80000, 0x00000000d5580000)
  457. object space 751104K, 99% used [0x0000000080000000,0x00000000add4dea8,0x00000000add80000)
  458. Metaspace used 75418K, committed 76992K, reserved 1179648K
  459. class space used 7423K, committed 8128K, reserved 1048576K
  460. }
  461. Event: 42.670 GC heap after
  462. {Heap after GC invocations=1658 (full 4):
  463. PSYoungGen total 21504K, used 2016K [0x00000000d5580000, 0x00000000d6e00000, 0x0000000100000000)
  464. eden space 19456K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000d6880000)
  465. from space 2048K, 98% used [0x00000000d6c00000,0x00000000d6df8060,0x00000000d6e00000)
  466. to space 2560K, 0% used [0x00000000d6900000,0x00000000d6900000,0x00000000d6b80000)
  467. ParOldGen total 754176K, used 753813K [0x0000000080000000, 0x00000000ae080000, 0x00000000d5580000)
  468. object space 754176K, 99% used [0x0000000080000000,0x00000000ae025588,0x00000000ae080000)
  469. Metaspace used 75418K, committed 76992K, reserved 1179648K
  470. class space used 7423K, committed 8128K, reserved 1048576K
  471. }
  472. Event: 42.709 GC heap before
  473. {Heap before GC invocations=1659 (full 4):
  474. PSYoungGen total 21504K, used 21472K [0x00000000d5580000, 0x00000000d6e00000, 0x0000000100000000)
  475. eden space 19456K, 100% used [0x00000000d5580000,0x00000000d6880000,0x00000000d6880000)
  476. from space 2048K, 98% used [0x00000000d6c00000,0x00000000d6df8060,0x00000000d6e00000)
  477. to space 2560K, 0% used [0x00000000d6900000,0x00000000d6900000,0x00000000d6b80000)
  478. ParOldGen total 754176K, used 753813K [0x0000000080000000, 0x00000000ae080000, 0x00000000d5580000)
  479. object space 754176K, 99% used [0x0000000080000000,0x00000000ae025588,0x00000000ae080000)
  480. Metaspace used 75426K, committed 76992K, reserved 1179648K
  481. class space used 7423K, committed 8128K, reserved 1048576K
  482. }
  483. Event: 42.713 GC heap after
  484. {Heap after GC invocations=1659 (full 4):
  485. PSYoungGen total 22016K, used 2522K [0x00000000d5580000, 0x00000000d6e80000, 0x0000000100000000)
  486. eden space 19456K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000d6880000)
  487. from space 2560K, 98% used [0x00000000d6900000,0x00000000d6b76988,0x00000000d6b80000)
  488. to space 3072K, 0% used [0x00000000d6b80000,0x00000000d6b80000,0x00000000d6e80000)
  489. ParOldGen total 755712K, used 755581K [0x0000000080000000, 0x00000000ae200000, 0x00000000d5580000)
  490. object space 755712K, 99% used [0x0000000080000000,0x00000000ae1df608,0x00000000ae200000)
  491. Metaspace used 75426K, committed 76992K, reserved 1179648K
  492. class space used 7423K, committed 8128K, reserved 1048576K
  493. }
  494. Event: 42.770 GC heap before
  495. {Heap before GC invocations=1660 (full 4):
  496. PSYoungGen total 22016K, used 21978K [0x00000000d5580000, 0x00000000d6e80000, 0x0000000100000000)
  497. eden space 19456K, 100% used [0x00000000d5580000,0x00000000d6880000,0x00000000d6880000)
  498. from space 2560K, 98% used [0x00000000d6900000,0x00000000d6b76988,0x00000000d6b80000)
  499. to space 3072K, 0% used [0x00000000d6b80000,0x00000000d6b80000,0x00000000d6e80000)
  500. ParOldGen total 755712K, used 755581K [0x0000000080000000, 0x00000000ae200000, 0x00000000d5580000)
  501. object space 755712K, 99% used [0x0000000080000000,0x00000000ae1df608,0x00000000ae200000)
  502. Metaspace used 75431K, committed 76992K, reserved 1179648K
  503. class space used 7423K, committed 8128K, reserved 1048576K
  504. }
  505. Dll operation events (14 events):
  506. Event: 0.014 Loaded shared library c:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\java.dll
  507. Event: 0.037 Loaded shared library c:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\zip.dll
  508. Event: 0.089 Loaded shared library C:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\instrument.dll
  509. Event: 0.095 Loaded shared library C:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\net.dll
  510. Event: 0.098 Loaded shared library C:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\nio.dll
  511. Event: 0.102 Loaded shared library C:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\zip.dll
  512. Event: 0.116 Loaded shared library C:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\jimage.dll
  513. Event: 0.223 Loaded shared library c:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\verify.dll
  514. Event: 1.717 Loaded shared library C:\Users\肉食系的狐狸\AppData\Roaming\Cursor\User\globalStorage\redhat.java\1.43.0\config_win\org.eclipse.equinox.launcher\org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.1300.v20250331-1702\eclipse_11911.dll
  515. Event: 3.139 Loaded shared library C:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\management.dll
  516. Event: 3.143 Loaded shared library C:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\management_ext.dll
  517. Event: 4.519 Loaded shared library C:\Users\肉食系的狐狸\AppData\Local\Temp\jna--85075129\jna2093965011793950445.dll
  518. Event: 5.168 Loaded shared library C:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\sunmscapi.dll
  519. Event: 5.285 Loaded shared library C:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\extnet.dll
  520. Deoptimization events (20 events):
  521. Event: 42.680 Thread 0x0000020379d25e10 DEOPT PACKING pc=0x000002031e8e4f30 sp=0x000000c2ca3fe6c0
  522. Event: 42.680 Thread 0x0000020379d25e10 DEOPT UNPACKING pc=0x000002031d133aa2 sp=0x000000c2ca3fe610 mode 2
  523. Event: 42.680 Thread 0x0000020379d25e10 Uncommon trap: trap_request=0xffffffc6 fr.pc=0x000002031e8e4f30 relative=0x0000000000000790
  524. Event: 42.680 Thread 0x0000020379d25e10 Uncommon trap: reason=bimorphic_or_optimized_type_check action=maybe_recompile pc=0x000002031e8e4f30 method=org.eclipse.jdt.internal.compiler.ast.Statement.generateArguments(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;[Lorg/eclipse/jdt/interna
  525. Event: 42.680 Thread 0x0000020379d25e10 DEOPT PACKING pc=0x000002031e8e4f30 sp=0x000000c2ca3fe6c0
  526. Event: 42.680 Thread 0x0000020379d25e10 DEOPT UNPACKING pc=0x000002031d133aa2 sp=0x000000c2ca3fe610 mode 2
  527. Event: 42.682 Thread 0x0000020379d25e10 DEOPT PACKING pc=0x000002031856d785 sp=0x000000c2ca3fe090
  528. Event: 42.682 Thread 0x0000020379d25e10 DEOPT UNPACKING pc=0x000002031d134242 sp=0x000000c2ca3fda08 mode 0
  529. Event: 42.685 Thread 0x0000020379d25e10 Uncommon trap: trap_request=0xffffff45 fr.pc=0x000002031e978b14 relative=0x0000000000001054
  530. Event: 42.685 Thread 0x0000020379d25e10 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000002031e978b14 method=org.eclipse.jdt.internal.compiler.codegen.CodeStream.addLabel(Lorg/eclipse/jdt/internal/compiler/codegen/BranchLabel;)V @ 9 c2
  531. Event: 42.685 Thread 0x0000020379d25e10 DEOPT PACKING pc=0x000002031e978b14 sp=0x000000c2ca3fe320
  532. Event: 42.685 Thread 0x0000020379d25e10 DEOPT UNPACKING pc=0x000002031d133aa2 sp=0x000000c2ca3fe260 mode 2
  533. Event: 42.718 Thread 0x0000020379d25e10 Uncommon trap: trap_request=0xffffff45 fr.pc=0x000002031e6f4eb0 relative=0x0000000000000090
  534. Event: 42.718 Thread 0x0000020379d25e10 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000002031e6f4eb0 method=org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isPrimitiveType()Z @ 28 c2
  535. Event: 42.718 Thread 0x0000020379d25e10 DEOPT PACKING pc=0x000002031e6f4eb0 sp=0x000000c2ca3fe190
  536. Event: 42.718 Thread 0x0000020379d25e10 DEOPT UNPACKING pc=0x000002031d133aa2 sp=0x000000c2ca3fe110 mode 2
  537. Event: 42.768 Thread 0x0000020374fdd080 Uncommon trap: trap_request=0xffffffc6 fr.pc=0x000002031e923e4c relative=0x000000000000184c
  538. Event: 42.768 Thread 0x0000020374fdd080 Uncommon trap: reason=bimorphic_or_optimized_type_check action=maybe_recompile pc=0x000002031e923e4c method=org.eclipse.jdt.internal.compiler.parser.Parser.consumeRule(I)V @ 5798 c2
  539. Event: 42.768 Thread 0x0000020374fdd080 DEOPT PACKING pc=0x000002031e923e4c sp=0x000000c2c86fd520
  540. Event: 42.768 Thread 0x0000020374fdd080 DEOPT UNPACKING pc=0x000002031d133aa2 sp=0x000000c2c86fd4a8 mode 2
  541. Classes loaded (20 events):
  542. Event: 20.497 Loading class java/io/SequenceInputStream
  543. Event: 20.497 Loading class java/io/SequenceInputStream done
  544. Event: 20.509 Loading class org/xml/sax/SAXNotRecognizedException
  545. Event: 20.509 Loading class org/xml/sax/SAXNotRecognizedException done
  546. Event: 20.509 Loading class org/xml/sax/SAXNotSupportedException
  547. Event: 20.509 Loading class org/xml/sax/SAXNotSupportedException done
  548. Event: 20.510 Loading class com/sun/org/apache/xerces/internal/util/URI
  549. Event: 20.511 Loading class com/sun/org/apache/xerces/internal/util/URI done
  550. Event: 20.513 Loading class com/sun/org/apache/xerces/internal/xni/XNIException
  551. Event: 20.513 Loading class com/sun/org/apache/xerces/internal/xni/XNIException done
  552. Event: 20.516 Loading class com/sun/org/apache/xerces/internal/xni/parser/XMLParseException
  553. Event: 20.516 Loading class com/sun/org/apache/xerces/internal/xni/parser/XMLParseException done
  554. Event: 34.068 Loading class jdk/internal/module/IllegalAccessLogger
  555. Event: 34.068 Loading class jdk/internal/module/IllegalAccessLogger done
  556. Event: 34.090 Loading class java/util/concurrent/ArrayBlockingQueue
  557. Event: 34.091 Loading class java/util/concurrent/ArrayBlockingQueue done
  558. Event: 34.132 Loading class java/util/Hashtable$ValueCollection
  559. Event: 34.132 Loading class java/util/Hashtable$ValueCollection done
  560. Event: 34.138 Loading class java/util/concurrent/ConcurrentHashMap$KeySpliterator
  561. Event: 34.138 Loading class java/util/concurrent/ConcurrentHashMap$KeySpliterator done
  562. Classes unloaded (15 events):
  563. Event: 3.714 Thread 0x0000020329a34ac0 Unloading class 0x000002032b1acc00 'java/lang/invoke/LambdaForm$MH+0x000002032b1acc00'
  564. Event: 3.714 Thread 0x0000020329a34ac0 Unloading class 0x000002032b1ac800 'java/lang/invoke/LambdaForm$MH+0x000002032b1ac800'
  565. Event: 3.714 Thread 0x0000020329a34ac0 Unloading class 0x000002032b1ac400 'java/lang/invoke/LambdaForm$MH+0x000002032b1ac400'
  566. Event: 3.714 Thread 0x0000020329a34ac0 Unloading class 0x000002032b1ac000 'java/lang/invoke/LambdaForm$MH+0x000002032b1ac000'
  567. Event: 3.714 Thread 0x0000020329a34ac0 Unloading class 0x000002032b1abc00 'java/lang/invoke/LambdaForm$BMH+0x000002032b1abc00'
  568. Event: 3.714 Thread 0x0000020329a34ac0 Unloading class 0x000002032b1ab800 'java/lang/invoke/LambdaForm$DMH+0x000002032b1ab800'
  569. Event: 3.714 Thread 0x0000020329a34ac0 Unloading class 0x000002032b1aa800 'java/lang/invoke/LambdaForm$DMH+0x000002032b1aa800'
  570. Event: 5.089 Thread 0x0000020329a34ac0 Unloading class 0x000002032b331800 'java/lang/invoke/LambdaForm$MH+0x000002032b331800'
  571. Event: 5.089 Thread 0x0000020329a34ac0 Unloading class 0x000002032b330c00 'java/lang/invoke/LambdaForm$MH+0x000002032b330c00'
  572. Event: 5.089 Thread 0x0000020329a34ac0 Unloading class 0x000002032b330400 'java/lang/invoke/LambdaForm$MH+0x000002032b330400'
  573. Event: 5.089 Thread 0x0000020329a34ac0 Unloading class 0x000002032b32dc00 'java/lang/invoke/LambdaForm$MH+0x000002032b32dc00'
  574. Event: 15.374 Thread 0x0000020329a34ac0 Unloading class 0x000002032b61d000 'java/lang/invoke/LambdaForm$DMH+0x000002032b61d000'
  575. Event: 15.374 Thread 0x0000020329a34ac0 Unloading class 0x000002032b61c400 'java/lang/invoke/LambdaForm$DMH+0x000002032b61c400'
  576. Event: 15.374 Thread 0x0000020329a34ac0 Unloading class 0x000002032b61c800 'java/lang/invoke/LambdaForm$DMH+0x000002032b61c800'
  577. Event: 15.374 Thread 0x0000020329a34ac0 Unloading class 0x000002032b61cc00 'java/lang/invoke/LambdaForm$DMH+0x000002032b61cc00'
  578. Classes redefined (0 events):
  579. No events
  580. Internal exceptions (20 events):
  581. Event: 37.408 Thread 0x0000020374fdc360 Implicit null exception at 0x00000203187d489b to 0x00000203187d80e3
  582. Event: 37.408 Thread 0x0000020374fdc360 Exception <a 'java/lang/NullPointerException'{0x00000000d570cf18}> (0x00000000d570cf18)
  583. thrown [s\src\hotspot\share\runtime\sharedRuntime.cpp, line 625]
  584. Event: 37.408 Thread 0x0000020374fdc360 Implicit null exception at 0x00000203187d489b to 0x00000203187d80e3
  585. Event: 37.408 Thread 0x0000020374fdc360 Exception <a 'java/lang/NullPointerException'{0x00000000d570e560}> (0x00000000d570e560)
  586. thrown [s\src\hotspot\share\runtime\sharedRuntime.cpp, line 625]
  587. Event: 37.408 Thread 0x0000020374fdc360 Implicit null exception at 0x00000203187d489b to 0x00000203187d80e3
  588. Event: 37.408 Thread 0x0000020374fdc360 Exception <a 'java/lang/NullPointerException'{0x00000000d570f160}> (0x00000000d570f160)
  589. thrown [s\src\hotspot\share\runtime\sharedRuntime.cpp, line 625]
  590. Event: 37.408 Thread 0x0000020374fdc360 Implicit null exception at 0x00000203187d489b to 0x00000203187d80e3
  591. Event: 37.408 Thread 0x0000020374fdc360 Exception <a 'java/lang/NullPointerException'{0x00000000d570fdc8}> (0x00000000d570fdc8)
  592. thrown [s\src\hotspot\share\runtime\sharedRuntime.cpp, line 625]
  593. Event: 38.020 Thread 0x0000020374fdc360 Implicit null exception at 0x00000203165d8bd8 to 0x00000203165d97ef
  594. Event: 38.020 Thread 0x0000020374fdc360 Exception <a 'java/lang/NullPointerException'{0x00000000d5df9840}> (0x00000000d5df9840)
  595. thrown [s\src\hotspot\share\runtime\sharedRuntime.cpp, line 625]
  596. Event: 38.020 Thread 0x0000020374fdc360 Implicit null exception at 0x00000203165d8bd8 to 0x00000203165d97ef
  597. Event: 38.020 Thread 0x0000020374fdc360 Exception <a 'java/lang/NullPointerException'{0x00000000d5dfa240}> (0x00000000d5dfa240)
  598. thrown [s\src\hotspot\share\runtime\sharedRuntime.cpp, line 625]
  599. Event: 38.020 Thread 0x0000020374fdc360 Implicit null exception at 0x00000203165d8bd8 to 0x00000203165d97ef
  600. Event: 38.020 Thread 0x0000020374fdc360 Exception <a 'java/lang/NullPointerException'{0x00000000d5dfaf40}> (0x00000000d5dfaf40)
  601. thrown [s\src\hotspot\share\runtime\sharedRuntime.cpp, line 625]
  602. Event: 38.020 Thread 0x0000020374fdc360 Implicit null exception at 0x00000203165d8bd8 to 0x00000203165d97ef
  603. Event: 38.021 Thread 0x0000020374fdc360 Exception <a 'java/lang/NullPointerException'{0x00000000d5dfbaa0}> (0x00000000d5dfbaa0)
  604. thrown [s\src\hotspot\share\runtime\sharedRuntime.cpp, line 625]
  605. Event: 38.021 Thread 0x0000020374fdc360 Implicit null exception at 0x00000203165d8bd8 to 0x00000203165d97ef
  606. Event: 38.021 Thread 0x0000020374fdc360 Exception <a 'java/lang/NullPointerException'{0x00000000d5dfc668}> (0x00000000d5dfc668)
  607. thrown [s\src\hotspot\share\runtime\sharedRuntime.cpp, line 625]
  608. Event: 38.526 Thread 0x0000020374fdc360 Exception <a 'sun/nio/fs/WindowsException'{0x00000000d582dd18}> (0x00000000d582dd18)
  609. thrown [s\src\hotspot\share\prims\jni.cpp, line 520]
  610. Event: 42.022 Thread 0x0000020379d25e10 Implicit null exception at 0x000002031ea2daa0 to 0x000002031ea2dc10
  611. ZGC Phase Switch (0 events):
  612. No events
  613. VM Operations (20 events):
  614. Event: 42.164 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done
  615. Event: 42.214 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure)
  616. Event: 42.217 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done
  617. Event: 42.244 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure)
  618. Event: 42.248 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done
  619. Event: 42.322 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure)
  620. Event: 42.332 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done
  621. Event: 42.397 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure)
  622. Event: 42.402 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done
  623. Event: 42.462 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure)
  624. Event: 42.468 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done
  625. Event: 42.491 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure)
  626. Event: 42.495 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done
  627. Event: 42.624 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure)
  628. Event: 42.629 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done
  629. Event: 42.655 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure)
  630. Event: 42.670 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done
  631. Event: 42.709 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure)
  632. Event: 42.713 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done
  633. Event: 42.770 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure)
  634. Memory protections (0 events):
  635. No events
  636. Nmethod flushes (20 events):
  637. Event: 29.493 Thread 0x0000020329a34ac0 flushing nmethod 0x00000203170c5590
  638. Event: 29.493 Thread 0x0000020329a34ac0 flushing nmethod 0x00000203170c9190
  639. Event: 29.493 Thread 0x0000020329a34ac0 flushing nmethod 0x00000203170c9d90
  640. Event: 29.493 Thread 0x0000020329a34ac0 flushing nmethod 0x00000203170ca790
  641. Event: 29.493 Thread 0x0000020329a34ac0 flushing nmethod 0x00000203170d3010
  642. Event: 29.493 Thread 0x0000020329a34ac0 flushing nmethod 0x00000203170e6d90
  643. Event: 29.493 Thread 0x0000020329a34ac0 flushing nmethod 0x00000203170eb790
  644. Event: 29.493 Thread 0x0000020329a34ac0 flushing nmethod 0x00000203170ec990
  645. Event: 29.493 Thread 0x0000020329a34ac0 flushing nmethod 0x00000203170edb90
  646. Event: 29.493 Thread 0x0000020329a34ac0 flushing nmethod 0x00000203170eed90
  647. Event: 29.493 Thread 0x0000020329a34ac0 flushing nmethod 0x00000203170efa90
  648. Event: 29.493 Thread 0x0000020329a34ac0 flushing nmethod 0x00000203170f4b10
  649. Event: 29.493 Thread 0x0000020329a34ac0 flushing nmethod 0x00000203170f5210
  650. Event: 29.493 Thread 0x0000020329a34ac0 flushing nmethod 0x00000203170f5910
  651. Event: 29.493 Thread 0x0000020329a34ac0 flushing nmethod 0x00000203170f6010
  652. Event: 29.493 Thread 0x0000020329a34ac0 flushing nmethod 0x00000203170f7a10
  653. Event: 29.493 Thread 0x0000020329a34ac0 flushing nmethod 0x00000203170f9f10
  654. Event: 29.493 Thread 0x0000020329a34ac0 flushing nmethod 0x000002031710ac90
  655. Event: 29.493 Thread 0x0000020329a34ac0 flushing nmethod 0x000002031710c890
  656. Event: 29.493 Thread 0x0000020329a34ac0 flushing osr nmethod 0x000002031712c290
  657. Events (20 events):
  658. Event: 23.997 Thread 0x0000020374fdd080 Thread added: 0x00000203766dc320
  659. Event: 23.997 Thread 0x0000020374fdd080 Thread added: 0x0000020379d236b0
  660. Event: 23.998 Thread 0x0000020374fdd080 Thread added: 0x0000020379d21c70
  661. Event: 23.998 Thread 0x0000020374fdd080 Thread added: 0x0000020379d20230
  662. Event: 23.998 Thread 0x0000020374fdd080 Thread added: 0x0000020379d23d40
  663. Event: 23.998 Thread 0x0000020374fdd080 Thread added: 0x0000020379d208c0
  664. Event: 23.998 Thread 0x0000020374fdd080 Thread added: 0x0000020379d22990
  665. Event: 23.998 Thread 0x0000020374fdd080 Thread added: 0x0000020379d20f50
  666. Event: 23.998 Thread 0x0000020374fdd080 Thread added: 0x0000020379d243d0
  667. Event: 34.092 Thread 0x0000020374fdd080 Thread added: 0x0000020379d25e10
  668. Event: 34.141 Thread 0x0000020374fdd080 Thread added: 0x0000020379d264a0
  669. Event: 34.149 Thread 0x0000020374fdd080 Thread added: 0x0000020379d23020
  670. Event: 34.173 Thread 0x0000020374fdd080 Thread added: 0x0000020379d271c0
  671. Event: 34.186 Thread 0x0000020374fdd080 Thread added: 0x0000020379d27850
  672. Event: 34.192 Thread 0x0000020374fdd080 Thread added: 0x000002037a13f6f0
  673. Event: 34.200 Thread 0x0000020374fdd080 Thread added: 0x000002037a140aa0
  674. Event: 34.221 Thread 0x0000020374fdd080 Thread added: 0x000002037a13fd80
  675. Event: 34.247 Thread 0x0000020374fdd080 Thread added: 0x000002037a140410
  676. Event: 34.280 Thread 0x0000020374fdd080 Thread added: 0x000002037a1424e0
  677. Event: 34.296 Thread 0x0000020374fdd080 Thread added: 0x000002037a13f060
  678. Dynamic libraries:
  679. 0x00007ff7d8f90000 - 0x00007ff7d8f9e000 c:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\java.exe
  680. 0x00007ffb51040000 - 0x00007ffb512a5000 C:\WINDOWS\SYSTEM32\ntdll.dll
  681. 0x00007ffb50260000 - 0x00007ffb50329000 C:\WINDOWS\System32\KERNEL32.DLL
  682. 0x00007ffb4e190000 - 0x00007ffb4e578000 C:\WINDOWS\System32\KERNELBASE.dll
  683. 0x00007ffb4e6f0000 - 0x00007ffb4e83b000 C:\WINDOWS\System32\ucrtbase.dll
  684. 0x00007ffb0af10000 - 0x00007ffb0af28000 c:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\jli.dll
  685. 0x00007ffb4ede0000 - 0x00007ffb4efaa000 C:\WINDOWS\System32\USER32.dll
  686. 0x00007ffb0af30000 - 0x00007ffb0af4e000 c:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\VCRUNTIME140.dll
  687. 0x00007ffb4e6c0000 - 0x00007ffb4e6e7000 C:\WINDOWS\System32\win32u.dll
  688. 0x00007ffb50230000 - 0x00007ffb5025b000 C:\WINDOWS\System32\GDI32.dll
  689. 0x00007ffb4e580000 - 0x00007ffb4e6b7000 C:\WINDOWS\System32\gdi32full.dll
  690. 0x00007ffb4ec00000 - 0x00007ffb4eca3000 C:\WINDOWS\System32\msvcp_win.dll
  691. 0x00007ffb32150000 - 0x00007ffb323ea000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.26100.4202_none_3e0698d4e335f517\COMCTL32.dll
  692. 0x00007ffb4f0e0000 - 0x00007ffb4f189000 C:\WINDOWS\System32\msvcrt.dll
  693. 0x00007ffb50580000 - 0x00007ffb505b0000 C:\WINDOWS\System32\IMM32.DLL
  694. 0x0000000075df0000 - 0x0000000075dfd000 E:\360downloads\360Safe\safemon\SafeWrapper.dll
  695. 0x00007ffb4efb0000 - 0x00007ffb4f063000 C:\WINDOWS\System32\ADVAPI32.dll
  696. 0x00007ffb50360000 - 0x00007ffb50406000 C:\WINDOWS\System32\sechost.dll
  697. 0x00007ffb50790000 - 0x00007ffb508a5000 C:\WINDOWS\System32\RPCRT4.dll
  698. 0x00007ffb39490000 - 0x00007ffb39595000 E:\360downloads\360Safe\safemon\libzdtp64.dll
  699. 0x00007ffb508b0000 - 0x00007ffb50ff2000 C:\WINDOWS\System32\SHELL32.dll
  700. 0x00007ffb4e840000 - 0x00007ffb4e9b4000 C:\WINDOWS\System32\wintypes.dll
  701. 0x00007ffb4f800000 - 0x00007ffb4fb85000 C:\WINDOWS\System32\combase.dll
  702. 0x00007ffb4f070000 - 0x00007ffb4f0da000 C:\WINDOWS\System32\SHLWAPI.dll
  703. 0x00007ffb4da20000 - 0x00007ffb4da2b000 C:\WINDOWS\SYSTEM32\VERSION.dll
  704. 0x00007ffb0b060000 - 0x00007ffb0b06c000 c:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\vcruntime140_1.dll
  705. 0x00007ffa91150000 - 0x00007ffa911dd000 c:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\msvcp140.dll
  706. 0x00007ffa045f0000 - 0x00007ffa05380000 c:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\server\jvm.dll
  707. 0x00007ffb50710000 - 0x00007ffb50784000 C:\WINDOWS\System32\WS2_32.dll
  708. 0x00007ffb460f0000 - 0x00007ffb46125000 C:\WINDOWS\SYSTEM32\WINMM.dll
  709. 0x00007ffb4ded0000 - 0x00007ffb4df2e000 C:\WINDOWS\SYSTEM32\POWRPROF.dll
  710. 0x00007ffb4deb0000 - 0x00007ffb4dec4000 C:\WINDOWS\SYSTEM32\UMPDC.dll
  711. 0x00007ffb4ce90000 - 0x00007ffb4ceab000 C:\WINDOWS\SYSTEM32\kernel.appcore.dll
  712. 0x00007ffb0aef0000 - 0x00007ffb0aefa000 c:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\jimage.dll
  713. 0x00007ffb4b8c0000 - 0x00007ffb4bb01000 C:\WINDOWS\SYSTEM32\DBGHELP.DLL
  714. 0x00007ffb505c0000 - 0x00007ffb506a1000 C:\WINDOWS\System32\OLEAUT32.dll
  715. 0x00007ffb32010000 - 0x00007ffb32049000 C:\WINDOWS\SYSTEM32\dbgcore.DLL
  716. 0x00007ffb4ed40000 - 0x00007ffb4edd9000 C:\WINDOWS\System32\bcryptPrimitives.dll
  717. 0x00007ffaf8e00000 - 0x00007ffaf8e0f000 c:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\instrument.dll
  718. 0x00007ffaf8de0000 - 0x00007ffaf8dff000 c:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\java.dll
  719. 0x00007ffb4bdb0000 - 0x00007ffb4c608000 C:\WINDOWS\SYSTEM32\windows.storage.dll
  720. 0x00007ffb4f190000 - 0x00007ffb4f281000 C:\WINDOWS\System32\SHCORE.dll
  721. 0x00007ffb4e0a0000 - 0x00007ffb4e0cf000 C:\WINDOWS\SYSTEM32\profapi.dll
  722. 0x00007ffaf8cf0000 - 0x00007ffaf8d08000 c:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\zip.dll
  723. 0x00007ffaf8dd0000 - 0x00007ffaf8de0000 C:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\net.dll
  724. 0x00007ffb46890000 - 0x00007ffb469ae000 C:\WINDOWS\SYSTEM32\WINHTTP.dll
  725. 0x00007ffb4d400000 - 0x00007ffb4d46a000 C:\WINDOWS\system32\mswsock.dll
  726. 0x00007ffae9340000 - 0x00007ffae9356000 C:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\nio.dll
  727. 0x00007ffaf8c60000 - 0x00007ffaf8c70000 c:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\verify.dll
  728. 0x00007ffad2860000 - 0x00007ffad28a5000 C:\Users\肉食系的狐狸\AppData\Roaming\Cursor\User\globalStorage\redhat.java\1.43.0\config_win\org.eclipse.equinox.launcher\org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.1300.v20250331-1702\eclipse_11911.dll
  729. 0x00007ffb4fbc0000 - 0x00007ffb4fd5e000 C:\WINDOWS\System32\ole32.dll
  730. 0x00007ffae9330000 - 0x00007ffae933a000 C:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\management.dll
  731. 0x00007ffae9320000 - 0x00007ffae932b000 C:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\management_ext.dll
  732. 0x00007ffb4fb90000 - 0x00007ffb4fb98000 C:\WINDOWS\System32\PSAPI.DLL
  733. 0x00007ffb4d6b0000 - 0x00007ffb4d6cb000 C:\WINDOWS\SYSTEM32\CRYPTSP.dll
  734. 0x00007ffb4cdf0000 - 0x00007ffb4ce2a000 C:\WINDOWS\system32\rsaenh.dll
  735. 0x00007ffb4d4a0000 - 0x00007ffb4d4cb000 C:\WINDOWS\SYSTEM32\USERENV.dll
  736. 0x00007ffb4e070000 - 0x00007ffb4e096000 C:\WINDOWS\SYSTEM32\bcrypt.dll
  737. 0x00007ffb4d6d0000 - 0x00007ffb4d6dc000 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
  738. 0x00007ffb4da30000 - 0x00007ffb4da63000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
  739. 0x00007ffb4f290000 - 0x00007ffb4f29a000 C:\WINDOWS\System32\NSI.dll
  740. 0x00007ffa91100000 - 0x00007ffa91149000 C:\Users\肉食系的狐狸\AppData\Local\Temp\jna--85075129\jna2093965011793950445.dll
  741. 0x00007ffb46670000 - 0x00007ffb4668f000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
  742. 0x00007ffb46550000 - 0x00007ffb46575000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
  743. 0x00007ffae9310000 - 0x00007ffae931e000 C:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\sunmscapi.dll
  744. 0x00007ffb4e9c0000 - 0x00007ffb4eb37000 C:\WINDOWS\System32\CRYPT32.dll
  745. 0x00007ffb4d8d0000 - 0x00007ffb4d900000 C:\WINDOWS\SYSTEM32\ncrypt.dll
  746. 0x00007ffb4d880000 - 0x00007ffb4d8bf000 C:\WINDOWS\SYSTEM32\NTASN1.dll
  747. 0x00007ffb4ca40000 - 0x00007ffb4cb67000 C:\WINDOWS\SYSTEM32\DNSAPI.dll
  748. 0x00007ffb430b0000 - 0x00007ffb430bb000 C:\Windows\System32\rasadhlp.dll
  749. 0x00007ffb43500000 - 0x00007ffb43586000 C:\WINDOWS\System32\fwpuclnt.dll
  750. 0x00007ffae1440000 - 0x00007ffae1449000 C:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\extnet.dll
  751. dbghelp: loaded successfully - version: 4.0.5 - missing functions: none
  752. symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;c:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin;C:\WINDOWS\SYSTEM32;C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.26100.4202_none_3e0698d4e335f517;E:\360downloads\360Safe\safemon;c:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_6;c:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32;c:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7;c:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\;c:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x6;c:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-wi;c:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\server;C:\Users\肉食系的狐狸\AppData\Roaming\Cursor\User\globalStorage\redhat.java\1.43.0\config_win\org.eclipse.equinox.launcher\org.eclipse.equin;C:\Users\肉食系的狐狸\AppData\Roaming\Cursor\User\globalStorage\redhat.java\1.43.0\config_win\org.eclipse.equinox.launcher\org.eclipse;C:\Users\肉食系的狐狸\AppData\Roaming\Cursor\User\globalStorage\redhat.java\1.43.0\config_win\org.eclipse.equinox.launcher\org.e;C:\Users\肉食系的狐狸\AppData\Roaming\Cursor\User\globalStorage\redhat.java\1.43.0\config_win\org.eclipse.equinox.launcher\org.eclipse.equinox.launcher.win32.win32.x86_64_;C:\Users\肉食系的狐狸\AppData\Roaming\Cursor\User\globalStorage\redhat.java\1.43.0\config_win\org.eclipse.equinox.launcher\org.eclipse.equinox.launcher.win32.win32.x;C:\Users\肉食系的狐狸\AppData\Roaming\Cursor\User\globalStorage\redhat.java\1.43.0\config_win\org.eclipse.equinox.launcher\org.eclipse.equinox.launcher.win32.w
  753. VM Arguments:
  754. jvm_args: --add-modules=ALL-SYSTEM --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/sun.nio.fs=ALL-UNNAMED -Declipse.application=org.eclipse.jdt.ls.core.id1 -Dosgi.bundles.defaultStartLevel=4 -Declipse.product=org.eclipse.jdt.ls.core.product -Djava.import.generatesMetadataFilesAtProjectRoot=false -DDetectVMInstallationsJob.disabled=true -Dfile.encoding=utf8 -XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx2G -Xms100m -Xlog:disable -javaagent:c:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\lombok\lombok-1.18.39-4050.jar -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=c:\Users\肉食系的狐狸\AppData\Roaming\Cursor\User\workspaceStorage\b2ba89c5d569be71fc019e41432cfeea\redhat.java -Daether.dependencyCollector.impl=bf
  755. java_command: c:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\server\plugins\org.eclipse.equinox.launcher_1.7.0.v20250519-0528.jar -configuration c:\Users\肉食系的狐狸\AppData\Roaming\Cursor\User\globalStorage\redhat.java\1.43.0\config_win -data c:\Users\肉食系的狐狸\AppData\Roaming\Cursor\User\workspaceStorage\b2ba89c5d569be71fc019e41432cfeea\redhat.java\jdt_ws --pipe=\\.\pipe\lsp-63eb69fb3af9b777372c01aba7254f1d-sock
  756. java_class_path (initial): c:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\server\plugins\org.eclipse.equinox.launcher_1.7.0.v20250519-0528.jar
  757. Launcher Type: SUN_STANDARD
  758. [Global flags]
  759. uintx AdaptiveSizePolicyWeight = 90 {product} {command line}
  760. intx CICompilerCount = 4 {product} {ergonomic}
  761. uintx GCTimeRatio = 4 {product} {command line}
  762. bool HeapDumpOnOutOfMemoryError = true {manageable} {command line}
  763. ccstr HeapDumpPath = c:\Users\肉食系的狐狸\AppData\Roaming\Cursor\User\workspaceStorage\b2ba89c5d569be71fc019e41432cfeea\redhat.java {manageable} {command line}
  764. size_t InitialHeapSize = 104857600 {product} {command line}
  765. size_t MaxHeapSize = 2147483648 {product} {command line}
  766. size_t MaxNewSize = 715653120 {product} {ergonomic}
  767. size_t MinHeapDeltaBytes = 524288 {product} {ergonomic}
  768. size_t MinHeapSize = 104857600 {product} {command line}
  769. size_t NewSize = 34603008 {product} {ergonomic}
  770. uintx NonNMethodCodeHeapSize = 5839372 {pd product} {ergonomic}
  771. uintx NonProfiledCodeHeapSize = 122909434 {pd product} {ergonomic}
  772. size_t OldSize = 70254592 {product} {ergonomic}
  773. uintx ProfiledCodeHeapSize = 122909434 {pd product} {ergonomic}
  774. uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic}
  775. bool SegmentedCodeCache = true {product} {ergonomic}
  776. size_t SoftMaxHeapSize = 2147483648 {manageable} {ergonomic}
  777. bool UseCompressedOops = true {product lp64_product} {ergonomic}
  778. bool UseLargePagesIndividualAllocation = false {pd product} {ergonomic}
  779. bool UseParallelGC = true {product} {command line}
  780. Logging:
  781. Log output configuration:
  782. #0: stdout all=off uptime,level,tags foldmultilines=false
  783. #1: stderr all=off uptime,level,tags foldmultilines=false
  784. Environment Variables:
  785. JAVA_HOME=C:\Program Files\java\jdk1.8.0_291
  786. CLASSPATH=.;C:\Program Files\java\jdk1.8.0_291\lib;C:\Program Files\java\jdk1.8.0_291\lib\tools.jar
  787. PATH=C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files\java\jdk1.8.0_291\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\Git\cmd;C:\ProgramData\chocolatey\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;F:\apache-maven-3.5.0\bin;D:\nodejs\;F:\wochat\微信web开发者工具\dll;F:\mysql\mysql-8.0.40-winx64\bin;;C:\Program Files (x86)\XELive\64bit\bin;F:\sqlServer(x86)\100\Tools\Binn\;F:\sqlServer\100\Tools\Binn\;F:\sqlServer\100\DTS\Binn\;F:\sqlServer(x86)\100\Tools\Binn\VSShell\Common7\IDE\;F:\sqlServer(x86)\100\DTS\Binn\;C:\Program Files\dotnet\;C:\Users\肉食系的狐狸\.windows-build-tools\python27\;C:\Users\肉食系的狐狸\AppData\Local\Microsoft\WindowsApps;D:\bandzip\;D:\vsCode\Microsoft VS Code\bin;D:\nodejs\node_global;C:\Users\肉食系的狐狸\AppData\Local\Microsoft\WindowsApps;C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2021.3.1\bin;C:\Users\肉食系的狐狸\AppData\Roaming\npm;E:\cursor\resources\app\bin;C:\Users\肉食系的狐狸\.dotnet\tools
  788. USERNAME=肉食系的狐狸
  789. OS=Windows_NT
  790. PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 165 Stepping 2, GenuineIntel
  791. TMP=C:\Users\肉食系~1\AppData\Local\Temp
  792. TEMP=C:\Users\肉食系~1\AppData\Local\Temp
  793. Periodic native trim disabled
  794. --------------- S Y S T E M ---------------
  795. OS:
  796. Windows 11 , 64 bit Build 26100 (10.0.26100.4202)
  797. OS uptime: 1 days 7:03 hours
  798. CPU: total 12 (initial active 12) (6 cores per cpu, 2 threads per core) family 6 model 165 stepping 2 microcode 0xe0, cx8, cmov, fxsr, ht, mmx, 3dnowpref, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, lzcnt, tsc, tscinvbit, avx, avx2, aes, erms, clmul, bmi1, bmi2, adx, fma, vzeroupper, clflush, clflushopt, rdtscp, f16c, pku
  799. Processor Information for the first 12 processors :
  800. Max Mhz: 2592, Current Mhz: 2592, Mhz Limit: 2592
  801. Memory: 4k page, system-wide physical 16292M (1417M free)
  802. TotalPageFile size 41756M (AvailPageFile size 0M)
  803. current process WorkingSet (physical memory assigned to process): 1112M, peak: 1118M
  804. current process commit charge ("private bytes"): 1178M, peak: 1181M
  805. vm_info: OpenJDK 64-Bit Server VM (21.0.7+6-LTS) for windows-amd64 JRE (21.0.7+6-LTS), built on 2025-04-15T00:00:00Z by "admin" with MS VC++ 17.7 (VS2022)
  806. END.