123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868 |
- #
- # There is insufficient memory for the Java Runtime Environment to continue.
- # Native memory allocation (malloc) failed to allocate 3788944 bytes. Error detail: Chunk::new
- # Possible reasons:
- # The system is out of physical RAM or swap space
- # This process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap
- # Possible solutions:
- # Reduce memory load on the system
- # Increase physical memory or swap space
- # Check if swap backing store is full
- # Decrease Java heap size (-Xmx/-Xms)
- # Decrease number of Java threads
- # Decrease Java thread stack sizes (-Xss)
- # Set larger code cache with -XX:ReservedCodeCacheSize=
- # JVM is running with Unscaled Compressed Oops mode in which the Java heap is
- # placed in the first 4GB address space. The Java Heap base address is the
- # maximum limit for the native heap growth. Please use -XX:HeapBaseMinAddress
- # to set the Java Heap base and to place the Java Heap above 4GB virtual address.
- # This output file may be truncated or incomplete.
- #
- # Out of Memory Error (arena.cpp:168), pid=40024, tid=23752
- #
- # JRE version: OpenJDK Runtime Environment Temurin-21.0.7+6 (21.0.7+6) (build 21.0.7+6-LTS)
- # 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)
- # No core dump will be written. Minidumps are not enabled by default on client versions of Windows
- #
- --------------- S U M M A R Y ------------
- 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
- Host: Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz, 12 cores, 15G, Windows 11 , 64 bit Build 26100 (10.0.26100.4202)
- 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)
- --------------- T H R E A D ---------------
- Current thread (0x000002037781efd0): JavaThread "C2 CompilerThread2" daemon [_thread_in_native, id=23752, stack(0x000000c2c9900000,0x000000c2c9a00000) (1024K)]
- Current CompileTask:
- C2:44335 20711 4 org.eclipse.jdt.internal.compiler.ClassFile::traverse (7238 bytes)
- Stack: [0x000000c2c9900000,0x000000c2c9a00000]
- Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
- V [jvm.dll+0x6ce119]
- V [jvm.dll+0x8a84a1]
- V [jvm.dll+0x8aa9ce]
- V [jvm.dll+0x8ab0b3]
- V [jvm.dll+0x27f8a6]
- V [jvm.dll+0xc507d]
- V [jvm.dll+0xc55b3]
- V [jvm.dll+0x3b692c]
- V [jvm.dll+0x1e0029]
- V [jvm.dll+0x247c42]
- V [jvm.dll+0x2470cf]
- V [jvm.dll+0x1c760e]
- V [jvm.dll+0x25695a]
- V [jvm.dll+0x254efa]
- V [jvm.dll+0x3f03f6]
- V [jvm.dll+0x851f6b]
- V [jvm.dll+0x6cc7dd]
- C [ucrtbase.dll+0x37b0]
- C [KERNEL32.DLL+0x2e8d7]
- C [ntdll.dll+0x3c34c]
- --------------- P R O C E S S ---------------
- Threads class SMR info:
- _java_thread_list=0x0000020375e75750, length=78, elements={
- 0x00000203126a9370, 0x0000020329a3b3a0, 0x0000020329a3cc70, 0x000002036bd1ad90,
- 0x000002036bd1bb10, 0x000002036bd1e2f0, 0x000002036bd21f70, 0x000002036bd35c20,
- 0x000002036bd384b0, 0x000002036bdf3580, 0x0000020374154180, 0x0000020374bca810,
- 0x0000020374e17100, 0x0000020374a796c0, 0x0000020374a79d50, 0x0000020374a79030,
- 0x0000020374fddda0, 0x0000020374fdb640, 0x0000020374fdd710, 0x0000020374fdf150,
- 0x0000020374fdc360, 0x0000020374fdbcd0, 0x0000020374fdeac0, 0x0000020374fdfe70,
- 0x0000020374fdc9f0, 0x0000020374fdd080, 0x0000020374fe0500, 0x0000020374fe1220,
- 0x0000020374fe0b90, 0x0000020374fe18b0, 0x0000020374fde430, 0x0000020374fdf7e0,
- 0x0000020374fe1f40, 0x0000020374fe25d0, 0x00000203766daf70, 0x00000203766db600,
- 0x00000203766d9530, 0x00000203766da250, 0x00000203766da8e0, 0x00000203766d9bc0,
- 0x00000203766dbc90, 0x00000203766d8ea0, 0x00000203778211e0, 0x00000203766df110,
- 0x000002037781efd0, 0x00000203766df7a0, 0x00000203766dc9b0, 0x00000203766dd040,
- 0x00000203766e04c0, 0x00000203766dd6d0, 0x0000020374a7b100, 0x0000020374a7be20,
- 0x0000020374a7a3e0, 0x0000020374a7c4b0, 0x0000020374a7aa70, 0x0000020374a7b790,
- 0x0000020374fdafb0, 0x00000203766ddd60, 0x00000203766dc320, 0x0000020379d236b0,
- 0x0000020379d21c70, 0x0000020379d20230, 0x0000020379d23d40, 0x0000020379d208c0,
- 0x0000020379d22990, 0x0000020379d20f50, 0x0000020379d243d0, 0x0000020379d25e10,
- 0x0000020379d264a0, 0x0000020379d23020, 0x0000020379d271c0, 0x0000020379d27850,
- 0x000002037a13f6f0, 0x000002037a140aa0, 0x000002037a13fd80, 0x000002037a140410,
- 0x000002037a1424e0, 0x000002037a13f060
- }
- Java Threads: ( => current thread )
- 0x00000203126a9370 JavaThread "main" [_thread_blocked, id=39992, stack(0x000000c2c5100000,0x000000c2c5200000) (1024K)]
- 0x0000020329a3b3a0 JavaThread "Reference Handler" daemon [_thread_blocked, id=40624, stack(0x000000c2c5500000,0x000000c2c5600000) (1024K)]
- 0x0000020329a3cc70 JavaThread "Finalizer" daemon [_thread_blocked, id=12820, stack(0x000000c2c5600000,0x000000c2c5700000) (1024K)]
- 0x000002036bd1ad90 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=25740, stack(0x000000c2c5700000,0x000000c2c5800000) (1024K)]
- 0x000002036bd1bb10 JavaThread "Attach Listener" daemon [_thread_blocked, id=40620, stack(0x000000c2c5800000,0x000000c2c5900000) (1024K)]
- 0x000002036bd1e2f0 JavaThread "Service Thread" daemon [_thread_blocked, id=11452, stack(0x000000c2c5900000,0x000000c2c5a00000) (1024K)]
- 0x000002036bd21f70 JavaThread "Monitor Deflation Thread" daemon [_thread_blocked, id=35028, stack(0x000000c2c5a00000,0x000000c2c5b00000) (1024K)]
- 0x000002036bd35c20 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=28120, stack(0x000000c2c5b00000,0x000000c2c5c00000) (1024K)]
- 0x000002036bd384b0 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=37984, stack(0x000000c2c5c00000,0x000000c2c5d00000) (1024K)]
- 0x000002036bdf3580 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=12068, stack(0x000000c2c5d00000,0x000000c2c5e00000) (1024K)]
- 0x0000020374154180 JavaThread "Notification Thread" daemon [_thread_blocked, id=22544, stack(0x000000c2c5f00000,0x000000c2c6000000) (1024K)]
- 0x0000020374bca810 JavaThread "Active Thread: Equinox Container: f8630f65-088f-4c04-9d62-d50cb28778cb" [_thread_blocked, id=1244, stack(0x000000c2c6c00000,0x000000c2c6d00000) (1024K)]
- 0x0000020374e17100 JavaThread "Framework Event Dispatcher: Equinox Container: f8630f65-088f-4c04-9d62-d50cb28778cb" daemon [_thread_blocked, id=3780, stack(0x000000c2c6e00000,0x000000c2c6f00000) (1024K)]
- 0x0000020374a796c0 JavaThread "Start Level: Equinox Container: f8630f65-088f-4c04-9d62-d50cb28778cb" daemon [_thread_blocked, id=23072, stack(0x000000c2c6f00000,0x000000c2c7000000) (1024K)]
- 0x0000020374a79d50 JavaThread "Refresh Thread: Equinox Container: f8630f65-088f-4c04-9d62-d50cb28778cb" daemon [_thread_blocked, id=5512, stack(0x000000c2c7000000,0x000000c2c7100000) (1024K)]
- 0x0000020374a79030 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=29180, stack(0x000000c2c7900000,0x000000c2c7a00000) (1024K)]
- 0x0000020374fddda0 JavaThread "SCR Component Actor" daemon [_thread_blocked, id=33400, stack(0x000000c2c7a00000,0x000000c2c7b00000) (1024K)]
- 0x0000020374fdb640 JavaThread "Worker-JM" [_thread_blocked, id=30284, stack(0x000000c2c7c00000,0x000000c2c7d00000) (1024K)]
- 0x0000020374fdd710 JavaThread "Worker-0: Java indexing... " [_thread_blocked, id=27012, stack(0x000000c2c7d00000,0x000000c2c7e00000) (1024K)]
- 0x0000020374fdf150 JavaThread "Worker-1" [_thread_blocked, id=15400, stack(0x000000c2c7e00000,0x000000c2c7f00000) (1024K)]
- 0x0000020374fdc360 JavaThread "Java indexing" daemon [_thread_blocked, id=33412, stack(0x000000c2c7f00000,0x000000c2c8000000) (1024K)]
- 0x0000020374fdbcd0 JavaThread "JNA Cleaner" daemon [_thread_blocked, id=13756, stack(0x000000c2c8000000,0x000000c2c8100000) (1024K)]
- 0x0000020374fdeac0 JavaThread "Worker-2" [_thread_blocked, id=17228, stack(0x000000c2c8300000,0x000000c2c8400000) (1024K)]
- 0x0000020374fdfe70 JavaThread "Worker-3: Initialize workspace" [_thread_blocked, id=17024, stack(0x000000c2c8400000,0x000000c2c8500000) (1024K)]
- 0x0000020374fdc9f0 JavaThread "Worker-4: Updating workspace" [_thread_blocked, id=6124, stack(0x000000c2c8500000,0x000000c2c8600000) (1024K)]
- 0x0000020374fdd080 JavaThread "Worker-5: Building" [_thread_blocked, id=6756, stack(0x000000c2c8600000,0x000000c2c8700000) (1024K)]
- 0x0000020374fe0500 JavaThread "Thread-2" daemon [_thread_in_native, id=23780, stack(0x000000c2c8700000,0x000000c2c8800000) (1024K)]
- 0x0000020374fe1220 JavaThread "Thread-3" daemon [_thread_in_native, id=35460, stack(0x000000c2c8800000,0x000000c2c8900000) (1024K)]
- 0x0000020374fe0b90 JavaThread "Thread-4" daemon [_thread_in_native, id=34496, stack(0x000000c2c8900000,0x000000c2c8a00000) (1024K)]
- 0x0000020374fe18b0 JavaThread "Thread-5" daemon [_thread_in_native, id=34804, stack(0x000000c2c8a00000,0x000000c2c8b00000) (1024K)]
- 0x0000020374fde430 JavaThread "Thread-6" daemon [_thread_in_native, id=11800, stack(0x000000c2c8b00000,0x000000c2c8c00000) (1024K)]
- 0x0000020374fdf7e0 JavaThread "Thread-7" daemon [_thread_in_native, id=29112, stack(0x000000c2c8c00000,0x000000c2c8d00000) (1024K)]
- 0x0000020374fe1f40 JavaThread "Thread-8" daemon [_thread_in_native, id=34212, stack(0x000000c2c8d00000,0x000000c2c8e00000) (1024K)]
- 0x0000020374fe25d0 JavaThread "Thread-9" daemon [_thread_in_native, id=3796, stack(0x000000c2c8e00000,0x000000c2c8f00000) (1024K)]
- 0x00000203766daf70 JavaThread "Thread-10" daemon [_thread_in_native, id=38276, stack(0x000000c2c8f00000,0x000000c2c9000000) (1024K)]
- 0x00000203766db600 JavaThread "Thread-11" daemon [_thread_in_native, id=37260, stack(0x000000c2c9000000,0x000000c2c9100000) (1024K)]
- 0x00000203766d9530 JavaThread "Thread-12" daemon [_thread_in_native, id=13296, stack(0x000000c2c9100000,0x000000c2c9200000) (1024K)]
- 0x00000203766da250 JavaThread "Thread-13" daemon [_thread_in_native, id=25512, stack(0x000000c2c9200000,0x000000c2c9300000) (1024K)]
- 0x00000203766da8e0 JavaThread "Thread-14" daemon [_thread_in_native, id=6208, stack(0x000000c2c9300000,0x000000c2c9400000) (1024K)]
- 0x00000203766d9bc0 JavaThread "pool-2-thread-1" [_thread_blocked, id=18532, stack(0x000000c2c9400000,0x000000c2c9500000) (1024K)]
- 0x00000203766dbc90 JavaThread "WorkspaceEventsHandler" [_thread_blocked, id=19028, stack(0x000000c2c9600000,0x000000c2c9700000) (1024K)]
- 0x00000203766d8ea0 JavaThread "pool-1-thread-1" [_thread_blocked, id=34192, stack(0x000000c2c9700000,0x000000c2c9800000) (1024K)]
- 0x00000203778211e0 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=9888, stack(0x000000c2c9c00000,0x000000c2c9d00000) (1024K)]
- 0x00000203766df110 JavaThread "ForkJoinPool.commonPool-worker-1" daemon [_thread_blocked, id=28000, stack(0x000000c2c7b00000,0x000000c2c7c00000) (1024K)]
- =>0x000002037781efd0 JavaThread "C2 CompilerThread2" daemon [_thread_in_native, id=23752, stack(0x000000c2c9900000,0x000000c2c9a00000) (1024K)]
- 0x00000203766df7a0 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=19376, stack(0x000000c2c6600000,0x000000c2c6700000) (1024K)]
- 0x00000203766dc9b0 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=6488, stack(0x000000c2c6700000,0x000000c2c6800000) (1024K)]
- 0x00000203766dd040 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=13032, stack(0x000000c2c6800000,0x000000c2c6900000) (1024K)]
- 0x00000203766e04c0 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=7408, stack(0x000000c2c6900000,0x000000c2c6a00000) (1024K)]
- 0x00000203766dd6d0 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=9884, stack(0x000000c2c6a00000,0x000000c2c6b00000) (1024K)]
- 0x0000020374a7b100 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=14540, stack(0x000000c2c6b00000,0x000000c2c6c00000) (1024K)]
- 0x0000020374a7be20 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=24548, stack(0x000000c2c7200000,0x000000c2c7300000) (1024K)]
- 0x0000020374a7a3e0 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=33460, stack(0x000000c2c7300000,0x000000c2c7400000) (1024K)]
- 0x0000020374a7c4b0 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=24540, stack(0x000000c2c7400000,0x000000c2c7500000) (1024K)]
- 0x0000020374a7aa70 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=27380, stack(0x000000c2c7500000,0x000000c2c7600000) (1024K)]
- 0x0000020374a7b790 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=19176, stack(0x000000c2c7600000,0x000000c2c7700000) (1024K)]
- 0x0000020374fdafb0 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=22548, stack(0x000000c2c7700000,0x000000c2c7800000) (1024K)]
- 0x00000203766ddd60 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=9832, stack(0x000000c2c5e00000,0x000000c2c5f00000) (1024K)]
- 0x00000203766dc320 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=29072, stack(0x000000c2c9500000,0x000000c2c9600000) (1024K)]
- 0x0000020379d236b0 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=11160, stack(0x000000c2c9a00000,0x000000c2c9b00000) (1024K)]
- 0x0000020379d21c70 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=28308, stack(0x000000c2c9b00000,0x000000c2c9c00000) (1024K)]
- 0x0000020379d20230 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=36728, stack(0x000000c2c9d00000,0x000000c2c9e00000) (1024K)]
- 0x0000020379d23d40 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=28976, stack(0x000000c2c9e00000,0x000000c2c9f00000) (1024K)]
- 0x0000020379d208c0 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=20296, stack(0x000000c2c9f00000,0x000000c2ca000000) (1024K)]
- 0x0000020379d22990 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=28556, stack(0x000000c2ca000000,0x000000c2ca100000) (1024K)]
- 0x0000020379d20f50 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=2688, stack(0x000000c2ca100000,0x000000c2ca200000) (1024K)]
- 0x0000020379d243d0 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=25480, stack(0x000000c2ca200000,0x000000c2ca300000) (1024K)]
- 0x0000020379d25e10 JavaThread "Compiler Processing Task" daemon [_thread_blocked, id=16460, stack(0x000000c2ca300000,0x000000c2ca400000) (1024K)]
- 0x0000020379d264a0 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=27736, stack(0x000000c2ca400000,0x000000c2ca500000) (1024K)]
- 0x0000020379d23020 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=8072, stack(0x000000c2ca500000,0x000000c2ca600000) (1024K)]
- 0x0000020379d271c0 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=14044, stack(0x000000c2ca600000,0x000000c2ca700000) (1024K)]
- 0x0000020379d27850 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=11656, stack(0x000000c2ca700000,0x000000c2ca800000) (1024K)]
- 0x000002037a13f6f0 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=38440, stack(0x000000c2ca800000,0x000000c2ca900000) (1024K)]
- 0x000002037a140aa0 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=33424, stack(0x000000c2ca900000,0x000000c2caa00000) (1024K)]
- 0x000002037a13fd80 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=33864, stack(0x000000c2caa00000,0x000000c2cab00000) (1024K)]
- 0x000002037a140410 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=39080, stack(0x000000c2cab00000,0x000000c2cac00000) (1024K)]
- 0x000002037a1424e0 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=37672, stack(0x000000c2cac00000,0x000000c2cad00000) (1024K)]
- 0x000002037a13f060 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=27948, stack(0x000000c2cad00000,0x000000c2cae00000) (1024K)]
- Total: 78
- Other Threads:
- 0x0000020329a34ac0 VMThread "VM Thread" [id=39296, stack(0x000000c2c5400000,0x000000c2c5500000) (1024K)]
- 0x000002032992c8d0 WatcherThread "VM Periodic Task Thread" [id=25900, stack(0x000000c2c5300000,0x000000c2c5400000) (1024K)]
- 0x00000203126c7760 WorkerThread "GC Thread#0" [id=24608, stack(0x000000c2c5200000,0x000000c2c5300000) (1024K)]
- 0x000002037464e870 WorkerThread "GC Thread#1" [id=33668, stack(0x000000c2c6000000,0x000000c2c6100000) (1024K)]
- 0x000002037464ec10 WorkerThread "GC Thread#2" [id=39624, stack(0x000000c2c6100000,0x000000c2c6200000) (1024K)]
- 0x000002037464efb0 WorkerThread "GC Thread#3" [id=12912, stack(0x000000c2c6200000,0x000000c2c6300000) (1024K)]
- 0x000002037464f350 WorkerThread "GC Thread#4" [id=37904, stack(0x000000c2c6300000,0x000000c2c6400000) (1024K)]
- 0x00000203746f6a10 WorkerThread "GC Thread#5" [id=39804, stack(0x000000c2c6400000,0x000000c2c6500000) (1024K)]
- 0x00000203746f6db0 WorkerThread "GC Thread#6" [id=17016, stack(0x000000c2c6500000,0x000000c2c6600000) (1024K)]
- 0x00000203743eaf40 WorkerThread "GC Thread#7" [id=7460, stack(0x000000c2c6d00000,0x000000c2c6e00000) (1024K)]
- 0x0000020374f2f620 WorkerThread "GC Thread#8" [id=28752, stack(0x000000c2c7100000,0x000000c2c7200000) (1024K)]
- 0x0000020374f2f280 WorkerThread "GC Thread#9" [id=38668, stack(0x000000c2c7800000,0x000000c2c7900000) (1024K)]
- Total: 12
- Threads with active compile tasks:
- C2 CompilerThread0 44428 20830 4 org.eclipse.jdt.internal.compiler.ast.EqualExpression::checkNullComparison (468 bytes)
- C1 CompilerThread0 44428 20864 2 org.eclipse.jdt.internal.compiler.parser.Parser::consumeZeroAdditionalBounds (16 bytes)
- C2 CompilerThread1 44428 20825 4 org.eclipse.jdt.internal.compiler.lookup.InferenceContext18::getSmallestVariableSet (208 bytes)
- C2 CompilerThread2 44428 20711 4 org.eclipse.jdt.internal.compiler.ClassFile::traverse (7238 bytes)
- Total: 4
- VM state: at safepoint (normal execution)
- VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
- [0x00007ffa0529e308] Threads_lock - owner thread: 0x0000020329a34ac0
- [0x00007ffa0529e408] Heap_lock - owner thread: 0x0000020374fdd080
- Heap address: 0x0000000080000000, size: 2048 MB, Compressed Oops mode: 32-bit
- CDS archive(s) mapped at: [0x000002032a000000-0x000002032aba0000-0x000002032aba0000), size 12189696, SharedBaseAddress: 0x000002032a000000, ArchiveRelocationMode: 1.
- Compressed class space mapped at: 0x000002032b000000-0x000002036b000000, reserved size: 1073741824
- Narrow klass base: 0x000002032a000000, Narrow klass shift: 0, Narrow klass range: 0x100000000
- GC Precious Log:
- CardTable entry size: 512
- CPUs: 12 total, 12 available
- Memory: 16292M
- Large Page Support: Disabled
- NUMA Support: Disabled
- Compressed Oops: Enabled (32-bit)
- Alignments: Space 512K, Generation 512K, Heap 2M
- Heap Min Capacity: 100M
- Heap Initial Capacity: 100M
- Heap Max Capacity: 2G
- Pre-touch: Disabled
- Parallel Workers: 10
- Heap:
- PSYoungGen total 22528K, used 3061K [0x00000000d5580000, 0x00000000d6e80000, 0x0000000100000000)
- eden space 19456K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000d6880000)
- from space 3072K, 99% used [0x00000000d6b80000,0x00000000d6e7d540,0x00000000d6e80000)
- to space 2560K, 0% used [0x00000000d6900000,0x00000000d6900000,0x00000000d6b80000)
- ParOldGen total 760320K, used 760006K [0x0000000080000000, 0x00000000ae680000, 0x00000000d5580000)
- object space 760320K, 99% used [0x0000000080000000,0x00000000ae631888,0x00000000ae680000)
- Metaspace used 75431K, committed 76992K, reserved 1179648K
- class space used 7423K, committed 8128K, reserved 1048576K
- Card table byte_map: [0x0000020324d90000,0x00000203251a0000] _byte_map_base: 0x0000020324990000
- Marking Bits: (ParMarkBitMap*) 0x00007ffa052a31f0
- Begin Bits: [0x0000020325450000, 0x0000020327450000)
- End Bits: [0x0000020327450000, 0x0000020329450000)
- Polling page: 0x0000020310aa0000
- Metaspace:
- Usage:
- Non-class: 66.41 MB used.
- Class: 7.25 MB used.
- Both: 73.66 MB used.
- Virtual space:
- Non-class space: 128.00 MB reserved, 67.25 MB ( 53%) committed, 2 nodes.
- Class space: 1.00 GB reserved, 7.94 MB ( <1%) committed, 1 nodes.
- Both: 1.12 GB reserved, 75.19 MB ( 7%) committed.
- Chunk freelists:
- Non-Class: 12.38 MB
- Class: 7.89 MB
- Both: 20.27 MB
- MaxMetaspaceSize: unlimited
- CompressedClassSpaceSize: 1.00 GB
- Initial GC threshold: 21.00 MB
- Current GC threshold: 120.31 MB
- CDS: on
- - commit_granule_bytes: 65536.
- - commit_granule_words: 8192.
- - virtual_space_node_default_size: 8388608.
- - enlarge_chunks_in_place: 1.
- - use_allocation_guard: 0.
- Internal statistics:
- num_allocs_failed_limit: 9.
- num_arena_births: 1436.
- num_arena_deaths: 30.
- num_vsnodes_births: 3.
- num_vsnodes_deaths: 0.
- num_space_committed: 1203.
- num_space_uncommitted: 0.
- num_chunks_returned_to_freelist: 46.
- num_chunks_taken_from_freelist: 4853.
- num_chunk_merges: 16.
- num_chunk_splits: 2997.
- num_chunks_enlarged: 1746.
- num_inconsistent_stats: 0.
- CodeHeap 'non-profiled nmethods': size=120000Kb used=20840Kb max_used=20840Kb free=99159Kb
- bounds [0x000002031d680000, 0x000002031eae0000, 0x0000020324bb0000]
- CodeHeap 'profiled nmethods': size=120000Kb used=48797Kb max_used=48797Kb free=71202Kb
- bounds [0x0000020315bb0000, 0x0000020318b60000, 0x000002031d0e0000]
- CodeHeap 'non-nmethods': size=5760Kb used=1475Kb max_used=1615Kb free=4284Kb
- bounds [0x000002031d0e0000, 0x000002031d350000, 0x000002031d680000]
- total_blobs=19490 nmethods=18701 adapters=690
- compilation: enabled
- stopped_count=0, restarted_count=0
- full_count=0
- Compilation events (20 events):
- Event: 42.722 Thread 0x000002036bd384b0 nmethod 20853 0x0000020318b4f810 code [0x0000020318b4fa20, 0x0000020318b50128]
- Event: 42.722 Thread 0x000002036bd384b0 20854 3 org.eclipse.lsp4j.jsonrpc.json.adapters.EnumTypeAdapter::write (35 bytes)
- Event: 42.722 Thread 0x000002036bd384b0 nmethod 20854 0x0000020318b50310 code [0x0000020318b50500, 0x0000020318b50aa8]
- Event: 42.724 Thread 0x000002036bd384b0 20856 3 org.eclipse.jdt.internal.compiler.parser.Parser::consumeStatementTry (420 bytes)
- Event: 42.726 Thread 0x000002036bd384b0 nmethod 20856 0x0000020318b50c90 code [0x0000020318b50fa0, 0x0000020318b52ec0]
- Event: 42.727 Thread 0x000002036bd35c20 nmethod 20811 0x000002031ead5790 code [0x000002031ead5bc0, 0x000002031ead7a98]
- Event: 42.727 Thread 0x000002036bd35c20 20855 4 org.eclipse.jdt.internal.compiler.ast.IntLiteral::buildIntLiteral (119 bytes)
- Event: 42.736 Thread 0x000002036bd384b0 20858 2 org.eclipse.jdt.internal.compiler.ast.BranchStatement::resolve (1 bytes)
- Event: 42.736 Thread 0x000002036bd384b0 nmethod 20858 0x0000020318b53690 code [0x0000020318b53820, 0x0000020318b53928]
- Event: 42.738 Thread 0x000002036bd35c20 nmethod 20855 0x000002031ead9290 code [0x000002031ead94a0, 0x000002031ead9cf8]
- Event: 42.738 Thread 0x000002036bd35c20 20830 4 org.eclipse.jdt.internal.compiler.ast.EqualExpression::checkNullComparison (468 bytes)
- Event: 42.740 Thread 0x000002036bd384b0 20859 3 java.lang.invoke.LambdaForm$MH/0x000002032b817400::invoke (45 bytes)
- Event: 42.740 Thread 0x000002036bd384b0 nmethod 20859 0x0000020318b53990 code [0x0000020318b53be0, 0x0000020318b545a0]
- Event: 42.741 Thread 0x000002036bd384b0 20860 3 java.lang.invoke.LambdaForm$MH/0x000002032b817800::invoke (63 bytes)
- Event: 42.742 Thread 0x000002036bd384b0 nmethod 20860 0x0000020318b54910 code [0x0000020318b54c00, 0x0000020318b55e30]
- Event: 42.742 Thread 0x000002036bd384b0 20861 3 org.eclipse.core.internal.resources.MarkerManager::findMarkerInfo (49 bytes)
- Event: 42.743 Thread 0x000002036bd384b0 nmethod 20861 0x0000020318b56410 code [0x0000020318b56600, 0x0000020318b56b68]
- Event: 42.764 Thread 0x000002036bd384b0 20863 3 org.eclipse.jdt.internal.compiler.lookup.BlockScope::<init> (32 bytes)
- Event: 42.765 Thread 0x000002036bd384b0 nmethod 20863 0x0000020318b56d90 code [0x0000020318b56f60, 0x0000020318b573b8]
- Event: 42.770 Thread 0x000002036bd384b0 20864 2 org.eclipse.jdt.internal.compiler.parser.Parser::consumeZeroAdditionalBounds (16 bytes)
- GC Heap History (20 events):
- Event: 42.164 GC heap after
- {Heap after GC invocations=1650 (full 4):
- PSYoungGen total 24576K, used 2000K [0x00000000d5580000, 0x00000000d7000000, 0x0000000100000000)
- eden space 22016K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000d6b00000)
- from space 2560K, 78% used [0x00000000d6d80000,0x00000000d6f74010,0x00000000d7000000)
- to space 2560K, 0% used [0x00000000d6b00000,0x00000000d6b00000,0x00000000d6d80000)
- ParOldGen total 735232K, used 735200K [0x0000000080000000, 0x00000000ace00000, 0x00000000d5580000)
- object space 735232K, 99% used [0x0000000080000000,0x00000000acdf8070,0x00000000ace00000)
- Metaspace used 75338K, committed 76928K, reserved 1179648K
- class space used 7423K, committed 8128K, reserved 1048576K
- }
- Event: 42.214 GC heap before
- {Heap before GC invocations=1651 (full 4):
- PSYoungGen total 24576K, used 24016K [0x00000000d5580000, 0x00000000d7000000, 0x0000000100000000)
- eden space 22016K, 100% used [0x00000000d5580000,0x00000000d6b00000,0x00000000d6b00000)
- from space 2560K, 78% used [0x00000000d6d80000,0x00000000d6f74010,0x00000000d7000000)
- to space 2560K, 0% used [0x00000000d6b00000,0x00000000d6b00000,0x00000000d6d80000)
- ParOldGen total 735232K, used 735200K [0x0000000080000000, 0x00000000ace00000, 0x00000000d5580000)
- object space 735232K, 99% used [0x0000000080000000,0x00000000acdf8070,0x00000000ace00000)
- Metaspace used 75340K, committed 76928K, reserved 1179648K
- class space used 7423K, committed 8128K, reserved 1048576K
- }
- Event: 42.217 GC heap after
- {Heap after GC invocations=1651 (full 4):
- PSYoungGen total 24064K, used 1920K [0x00000000d5580000, 0x00000000d6f00000, 0x0000000100000000)
- eden space 22016K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000d6b00000)
- from space 2048K, 93% used [0x00000000d6b00000,0x00000000d6ce0040,0x00000000d6d00000)
- to space 2048K, 0% used [0x00000000d6d00000,0x00000000d6d00000,0x00000000d6f00000)
- ParOldGen total 737280K, used 737051K [0x0000000080000000, 0x00000000ad000000, 0x00000000d5580000)
- object space 737280K, 99% used [0x0000000080000000,0x00000000acfc6c58,0x00000000ad000000)
- Metaspace used 75340K, committed 76928K, reserved 1179648K
- class space used 7423K, committed 8128K, reserved 1048576K
- }
- Event: 42.244 GC heap before
- {Heap before GC invocations=1652 (full 4):
- PSYoungGen total 24064K, used 23936K [0x00000000d5580000, 0x00000000d6f00000, 0x0000000100000000)
- eden space 22016K, 100% used [0x00000000d5580000,0x00000000d6b00000,0x00000000d6b00000)
- from space 2048K, 93% used [0x00000000d6b00000,0x00000000d6ce0040,0x00000000d6d00000)
- to space 2048K, 0% used [0x00000000d6d00000,0x00000000d6d00000,0x00000000d6f00000)
- ParOldGen total 737280K, used 737051K [0x0000000080000000, 0x00000000ad000000, 0x00000000d5580000)
- object space 737280K, 99% used [0x0000000080000000,0x00000000acfc6c58,0x00000000ad000000)
- Metaspace used 75343K, committed 76928K, reserved 1179648K
- class space used 7423K, committed 8128K, reserved 1048576K
- }
- Event: 42.248 GC heap after
- {Heap after GC invocations=1652 (full 4):
- PSYoungGen total 24064K, used 1344K [0x00000000d5580000, 0x00000000d6f00000, 0x0000000100000000)
- eden space 22016K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000d6b00000)
- from space 2048K, 65% used [0x00000000d6d00000,0x00000000d6e50040,0x00000000d6f00000)
- to space 2048K, 0% used [0x00000000d6b00000,0x00000000d6b00000,0x00000000d6d00000)
- ParOldGen total 738816K, used 738811K [0x0000000080000000, 0x00000000ad180000, 0x00000000d5580000)
- object space 738816K, 99% used [0x0000000080000000,0x00000000ad17ec00,0x00000000ad180000)
- Metaspace used 75343K, committed 76928K, reserved 1179648K
- class space used 7423K, committed 8128K, reserved 1048576K
- }
- Event: 42.329 GC heap before
- {Heap before GC invocations=1653 (full 4):
- PSYoungGen total 24064K, used 23360K [0x00000000d5580000, 0x00000000d6f00000, 0x0000000100000000)
- eden space 22016K, 100% used [0x00000000d5580000,0x00000000d6b00000,0x00000000d6b00000)
- from space 2048K, 65% used [0x00000000d6d00000,0x00000000d6e50040,0x00000000d6f00000)
- to space 2048K, 0% used [0x00000000d6b00000,0x00000000d6b00000,0x00000000d6d00000)
- ParOldGen total 738816K, used 738811K [0x0000000080000000, 0x00000000ad180000, 0x00000000d5580000)
- object space 738816K, 99% used [0x0000000080000000,0x00000000ad17ec00,0x00000000ad180000)
- Metaspace used 75353K, committed 76928K, reserved 1179648K
- class space used 7423K, committed 8128K, reserved 1048576K
- }
- Event: 42.332 GC heap after
- {Heap after GC invocations=1653 (full 4):
- PSYoungGen total 24064K, used 2035K [0x00000000d5580000, 0x00000000d7300000, 0x0000000100000000)
- eden space 22016K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000d6b00000)
- from space 2048K, 99% used [0x00000000d6b00000,0x00000000d6cfcd98,0x00000000d6d00000)
- to space 4096K, 0% used [0x00000000d6f00000,0x00000000d6f00000,0x00000000d7300000)
- ParOldGen total 740864K, used 740446K [0x0000000080000000, 0x00000000ad380000, 0x00000000d5580000)
- object space 740864K, 99% used [0x0000000080000000,0x00000000ad317b60,0x00000000ad380000)
- Metaspace used 75353K, committed 76928K, reserved 1179648K
- class space used 7423K, committed 8128K, reserved 1048576K
- }
- Event: 42.397 GC heap before
- {Heap before GC invocations=1654 (full 4):
- PSYoungGen total 24064K, used 24051K [0x00000000d5580000, 0x00000000d7300000, 0x0000000100000000)
- eden space 22016K, 100% used [0x00000000d5580000,0x00000000d6b00000,0x00000000d6b00000)
- from space 2048K, 99% used [0x00000000d6b00000,0x00000000d6cfcd98,0x00000000d6d00000)
- to space 4096K, 0% used [0x00000000d6f00000,0x00000000d6f00000,0x00000000d7300000)
- ParOldGen total 740864K, used 740446K [0x0000000080000000, 0x00000000ad380000, 0x00000000d5580000)
- object space 740864K, 99% used [0x0000000080000000,0x00000000ad317b60,0x00000000ad380000)
- Metaspace used 75373K, committed 76992K, reserved 1179648K
- class space used 7423K, committed 8128K, reserved 1048576K
- }
- Event: 42.402 GC heap after
- {Heap after GC invocations=1654 (full 4):
- PSYoungGen total 23552K, used 4085K [0x00000000d5580000, 0x00000000d7800000, 0x0000000100000000)
- eden space 19456K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000d6880000)
- from space 4096K, 99% used [0x00000000d6f00000,0x00000000d72fd720,0x00000000d7300000)
- to space 6656K, 0% used [0x00000000d6880000,0x00000000d6880000,0x00000000d6f00000)
- ParOldGen total 742912K, used 742422K [0x0000000080000000, 0x00000000ad580000, 0x00000000d5580000)
- object space 742912K, 99% used [0x0000000080000000,0x00000000ad505bf0,0x00000000ad580000)
- Metaspace used 75373K, committed 76992K, reserved 1179648K
- class space used 7423K, committed 8128K, reserved 1048576K
- }
- Event: 42.462 GC heap before
- {Heap before GC invocations=1655 (full 4):
- PSYoungGen total 23552K, used 23541K [0x00000000d5580000, 0x00000000d7800000, 0x0000000100000000)
- eden space 19456K, 100% used [0x00000000d5580000,0x00000000d6880000,0x00000000d6880000)
- from space 4096K, 99% used [0x00000000d6f00000,0x00000000d72fd720,0x00000000d7300000)
- to space 6656K, 0% used [0x00000000d6880000,0x00000000d6880000,0x00000000d6f00000)
- ParOldGen total 742912K, used 742422K [0x0000000080000000, 0x00000000ad580000, 0x00000000d5580000)
- object space 742912K, 99% used [0x0000000080000000,0x00000000ad505bf0,0x00000000ad580000)
- Metaspace used 75407K, committed 76992K, reserved 1179648K
- class space used 7423K, committed 8128K, reserved 1048576K
- }
- Event: 42.468 GC heap after
- {Heap after GC invocations=1655 (full 4):
- PSYoungGen total 22528K, used 2838K [0x00000000d5580000, 0x00000000d7080000, 0x0000000100000000)
- eden space 19456K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000d6880000)
- from space 3072K, 92% used [0x00000000d6880000,0x00000000d6b459b8,0x00000000d6b80000)
- to space 4096K, 0% used [0x00000000d6c80000,0x00000000d6c80000,0x00000000d7080000)
- ParOldGen total 747008K, used 746611K [0x0000000080000000, 0x00000000ad980000, 0x00000000d5580000)
- object space 747008K, 99% used [0x0000000080000000,0x00000000ad91cca8,0x00000000ad980000)
- Metaspace used 75407K, committed 76992K, reserved 1179648K
- class space used 7423K, committed 8128K, reserved 1048576K
- }
- Event: 42.492 GC heap before
- {Heap before GC invocations=1656 (full 4):
- PSYoungGen total 22528K, used 22294K [0x00000000d5580000, 0x00000000d7080000, 0x0000000100000000)
- eden space 19456K, 100% used [0x00000000d5580000,0x00000000d6880000,0x00000000d6880000)
- from space 3072K, 92% used [0x00000000d6880000,0x00000000d6b459b8,0x00000000d6b80000)
- to space 4096K, 0% used [0x00000000d6c80000,0x00000000d6c80000,0x00000000d7080000)
- ParOldGen total 747008K, used 746611K [0x0000000080000000, 0x00000000ad980000, 0x00000000d5580000)
- object space 747008K, 99% used [0x0000000080000000,0x00000000ad91cca8,0x00000000ad980000)
- Metaspace used 75407K, committed 76992K, reserved 1179648K
- class space used 7423K, committed 8128K, reserved 1048576K
- }
- Event: 42.495 GC heap after
- {Heap after GC invocations=1656 (full 4):
- PSYoungGen total 23040K, used 3270K [0x00000000d5580000, 0x00000000d7000000, 0x0000000100000000)
- eden space 19456K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000d6880000)
- from space 3584K, 91% used [0x00000000d6c80000,0x00000000d6fb1af0,0x00000000d7000000)
- to space 3584K, 0% used [0x00000000d6900000,0x00000000d6900000,0x00000000d6c80000)
- ParOldGen total 749568K, used 749219K [0x0000000080000000, 0x00000000adc00000, 0x00000000d5580000)
- object space 749568K, 99% used [0x0000000080000000,0x00000000adba8d98,0x00000000adc00000)
- Metaspace used 75407K, committed 76992K, reserved 1179648K
- class space used 7423K, committed 8128K, reserved 1048576K
- }
- Event: 42.624 GC heap before
- {Heap before GC invocations=1657 (full 4):
- PSYoungGen total 23040K, used 22726K [0x00000000d5580000, 0x00000000d7000000, 0x0000000100000000)
- eden space 19456K, 100% used [0x00000000d5580000,0x00000000d6880000,0x00000000d6880000)
- from space 3584K, 91% used [0x00000000d6c80000,0x00000000d6fb1af0,0x00000000d7000000)
- to space 3584K, 0% used [0x00000000d6900000,0x00000000d6900000,0x00000000d6c80000)
- ParOldGen total 749568K, used 749219K [0x0000000080000000, 0x00000000adc00000, 0x00000000d5580000)
- object space 749568K, 99% used [0x0000000080000000,0x00000000adba8d98,0x00000000adc00000)
- Metaspace used 75418K, committed 76992K, reserved 1179648K
- class space used 7423K, committed 8128K, reserved 1048576K
- }
- Event: 42.629 GC heap after
- {Heap after GC invocations=1657 (full 4):
- PSYoungGen total 22528K, used 3011K [0x00000000d5580000, 0x00000000d6f80000, 0x0000000100000000)
- eden space 19456K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000d6880000)
- from space 3072K, 98% used [0x00000000d6900000,0x00000000d6bf0f58,0x00000000d6c00000)
- to space 3584K, 0% used [0x00000000d6c00000,0x00000000d6c00000,0x00000000d6f80000)
- ParOldGen total 751104K, used 750903K [0x0000000080000000, 0x00000000add80000, 0x00000000d5580000)
- object space 751104K, 99% used [0x0000000080000000,0x00000000add4dea8,0x00000000add80000)
- Metaspace used 75418K, committed 76992K, reserved 1179648K
- class space used 7423K, committed 8128K, reserved 1048576K
- }
- Event: 42.665 GC heap before
- {Heap before GC invocations=1658 (full 4):
- PSYoungGen total 22528K, used 22467K [0x00000000d5580000, 0x00000000d6f80000, 0x0000000100000000)
- eden space 19456K, 100% used [0x00000000d5580000,0x00000000d6880000,0x00000000d6880000)
- from space 3072K, 98% used [0x00000000d6900000,0x00000000d6bf0f58,0x00000000d6c00000)
- to space 3584K, 0% used [0x00000000d6c00000,0x00000000d6c00000,0x00000000d6f80000)
- ParOldGen total 751104K, used 750903K [0x0000000080000000, 0x00000000add80000, 0x00000000d5580000)
- object space 751104K, 99% used [0x0000000080000000,0x00000000add4dea8,0x00000000add80000)
- Metaspace used 75418K, committed 76992K, reserved 1179648K
- class space used 7423K, committed 8128K, reserved 1048576K
- }
- Event: 42.670 GC heap after
- {Heap after GC invocations=1658 (full 4):
- PSYoungGen total 21504K, used 2016K [0x00000000d5580000, 0x00000000d6e00000, 0x0000000100000000)
- eden space 19456K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000d6880000)
- from space 2048K, 98% used [0x00000000d6c00000,0x00000000d6df8060,0x00000000d6e00000)
- to space 2560K, 0% used [0x00000000d6900000,0x00000000d6900000,0x00000000d6b80000)
- ParOldGen total 754176K, used 753813K [0x0000000080000000, 0x00000000ae080000, 0x00000000d5580000)
- object space 754176K, 99% used [0x0000000080000000,0x00000000ae025588,0x00000000ae080000)
- Metaspace used 75418K, committed 76992K, reserved 1179648K
- class space used 7423K, committed 8128K, reserved 1048576K
- }
- Event: 42.709 GC heap before
- {Heap before GC invocations=1659 (full 4):
- PSYoungGen total 21504K, used 21472K [0x00000000d5580000, 0x00000000d6e00000, 0x0000000100000000)
- eden space 19456K, 100% used [0x00000000d5580000,0x00000000d6880000,0x00000000d6880000)
- from space 2048K, 98% used [0x00000000d6c00000,0x00000000d6df8060,0x00000000d6e00000)
- to space 2560K, 0% used [0x00000000d6900000,0x00000000d6900000,0x00000000d6b80000)
- ParOldGen total 754176K, used 753813K [0x0000000080000000, 0x00000000ae080000, 0x00000000d5580000)
- object space 754176K, 99% used [0x0000000080000000,0x00000000ae025588,0x00000000ae080000)
- Metaspace used 75426K, committed 76992K, reserved 1179648K
- class space used 7423K, committed 8128K, reserved 1048576K
- }
- Event: 42.713 GC heap after
- {Heap after GC invocations=1659 (full 4):
- PSYoungGen total 22016K, used 2522K [0x00000000d5580000, 0x00000000d6e80000, 0x0000000100000000)
- eden space 19456K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000d6880000)
- from space 2560K, 98% used [0x00000000d6900000,0x00000000d6b76988,0x00000000d6b80000)
- to space 3072K, 0% used [0x00000000d6b80000,0x00000000d6b80000,0x00000000d6e80000)
- ParOldGen total 755712K, used 755581K [0x0000000080000000, 0x00000000ae200000, 0x00000000d5580000)
- object space 755712K, 99% used [0x0000000080000000,0x00000000ae1df608,0x00000000ae200000)
- Metaspace used 75426K, committed 76992K, reserved 1179648K
- class space used 7423K, committed 8128K, reserved 1048576K
- }
- Event: 42.770 GC heap before
- {Heap before GC invocations=1660 (full 4):
- PSYoungGen total 22016K, used 21978K [0x00000000d5580000, 0x00000000d6e80000, 0x0000000100000000)
- eden space 19456K, 100% used [0x00000000d5580000,0x00000000d6880000,0x00000000d6880000)
- from space 2560K, 98% used [0x00000000d6900000,0x00000000d6b76988,0x00000000d6b80000)
- to space 3072K, 0% used [0x00000000d6b80000,0x00000000d6b80000,0x00000000d6e80000)
- ParOldGen total 755712K, used 755581K [0x0000000080000000, 0x00000000ae200000, 0x00000000d5580000)
- object space 755712K, 99% used [0x0000000080000000,0x00000000ae1df608,0x00000000ae200000)
- Metaspace used 75431K, committed 76992K, reserved 1179648K
- class space used 7423K, committed 8128K, reserved 1048576K
- }
- Dll operation events (14 events):
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- Event: 4.519 Loaded shared library C:\Users\肉食系的狐狸\AppData\Local\Temp\jna--85075129\jna2093965011793950445.dll
- 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
- 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
- Deoptimization events (20 events):
- Event: 42.680 Thread 0x0000020379d25e10 DEOPT PACKING pc=0x000002031e8e4f30 sp=0x000000c2ca3fe6c0
- Event: 42.680 Thread 0x0000020379d25e10 DEOPT UNPACKING pc=0x000002031d133aa2 sp=0x000000c2ca3fe610 mode 2
- Event: 42.680 Thread 0x0000020379d25e10 Uncommon trap: trap_request=0xffffffc6 fr.pc=0x000002031e8e4f30 relative=0x0000000000000790
- 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
- Event: 42.680 Thread 0x0000020379d25e10 DEOPT PACKING pc=0x000002031e8e4f30 sp=0x000000c2ca3fe6c0
- Event: 42.680 Thread 0x0000020379d25e10 DEOPT UNPACKING pc=0x000002031d133aa2 sp=0x000000c2ca3fe610 mode 2
- Event: 42.682 Thread 0x0000020379d25e10 DEOPT PACKING pc=0x000002031856d785 sp=0x000000c2ca3fe090
- Event: 42.682 Thread 0x0000020379d25e10 DEOPT UNPACKING pc=0x000002031d134242 sp=0x000000c2ca3fda08 mode 0
- Event: 42.685 Thread 0x0000020379d25e10 Uncommon trap: trap_request=0xffffff45 fr.pc=0x000002031e978b14 relative=0x0000000000001054
- 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
- Event: 42.685 Thread 0x0000020379d25e10 DEOPT PACKING pc=0x000002031e978b14 sp=0x000000c2ca3fe320
- Event: 42.685 Thread 0x0000020379d25e10 DEOPT UNPACKING pc=0x000002031d133aa2 sp=0x000000c2ca3fe260 mode 2
- Event: 42.718 Thread 0x0000020379d25e10 Uncommon trap: trap_request=0xffffff45 fr.pc=0x000002031e6f4eb0 relative=0x0000000000000090
- 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
- Event: 42.718 Thread 0x0000020379d25e10 DEOPT PACKING pc=0x000002031e6f4eb0 sp=0x000000c2ca3fe190
- Event: 42.718 Thread 0x0000020379d25e10 DEOPT UNPACKING pc=0x000002031d133aa2 sp=0x000000c2ca3fe110 mode 2
- Event: 42.768 Thread 0x0000020374fdd080 Uncommon trap: trap_request=0xffffffc6 fr.pc=0x000002031e923e4c relative=0x000000000000184c
- 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
- Event: 42.768 Thread 0x0000020374fdd080 DEOPT PACKING pc=0x000002031e923e4c sp=0x000000c2c86fd520
- Event: 42.768 Thread 0x0000020374fdd080 DEOPT UNPACKING pc=0x000002031d133aa2 sp=0x000000c2c86fd4a8 mode 2
- Classes loaded (20 events):
- Event: 20.497 Loading class java/io/SequenceInputStream
- Event: 20.497 Loading class java/io/SequenceInputStream done
- Event: 20.509 Loading class org/xml/sax/SAXNotRecognizedException
- Event: 20.509 Loading class org/xml/sax/SAXNotRecognizedException done
- Event: 20.509 Loading class org/xml/sax/SAXNotSupportedException
- Event: 20.509 Loading class org/xml/sax/SAXNotSupportedException done
- Event: 20.510 Loading class com/sun/org/apache/xerces/internal/util/URI
- Event: 20.511 Loading class com/sun/org/apache/xerces/internal/util/URI done
- Event: 20.513 Loading class com/sun/org/apache/xerces/internal/xni/XNIException
- Event: 20.513 Loading class com/sun/org/apache/xerces/internal/xni/XNIException done
- Event: 20.516 Loading class com/sun/org/apache/xerces/internal/xni/parser/XMLParseException
- Event: 20.516 Loading class com/sun/org/apache/xerces/internal/xni/parser/XMLParseException done
- Event: 34.068 Loading class jdk/internal/module/IllegalAccessLogger
- Event: 34.068 Loading class jdk/internal/module/IllegalAccessLogger done
- Event: 34.090 Loading class java/util/concurrent/ArrayBlockingQueue
- Event: 34.091 Loading class java/util/concurrent/ArrayBlockingQueue done
- Event: 34.132 Loading class java/util/Hashtable$ValueCollection
- Event: 34.132 Loading class java/util/Hashtable$ValueCollection done
- Event: 34.138 Loading class java/util/concurrent/ConcurrentHashMap$KeySpliterator
- Event: 34.138 Loading class java/util/concurrent/ConcurrentHashMap$KeySpliterator done
- Classes unloaded (15 events):
- Event: 3.714 Thread 0x0000020329a34ac0 Unloading class 0x000002032b1acc00 'java/lang/invoke/LambdaForm$MH+0x000002032b1acc00'
- Event: 3.714 Thread 0x0000020329a34ac0 Unloading class 0x000002032b1ac800 'java/lang/invoke/LambdaForm$MH+0x000002032b1ac800'
- Event: 3.714 Thread 0x0000020329a34ac0 Unloading class 0x000002032b1ac400 'java/lang/invoke/LambdaForm$MH+0x000002032b1ac400'
- Event: 3.714 Thread 0x0000020329a34ac0 Unloading class 0x000002032b1ac000 'java/lang/invoke/LambdaForm$MH+0x000002032b1ac000'
- Event: 3.714 Thread 0x0000020329a34ac0 Unloading class 0x000002032b1abc00 'java/lang/invoke/LambdaForm$BMH+0x000002032b1abc00'
- Event: 3.714 Thread 0x0000020329a34ac0 Unloading class 0x000002032b1ab800 'java/lang/invoke/LambdaForm$DMH+0x000002032b1ab800'
- Event: 3.714 Thread 0x0000020329a34ac0 Unloading class 0x000002032b1aa800 'java/lang/invoke/LambdaForm$DMH+0x000002032b1aa800'
- Event: 5.089 Thread 0x0000020329a34ac0 Unloading class 0x000002032b331800 'java/lang/invoke/LambdaForm$MH+0x000002032b331800'
- Event: 5.089 Thread 0x0000020329a34ac0 Unloading class 0x000002032b330c00 'java/lang/invoke/LambdaForm$MH+0x000002032b330c00'
- Event: 5.089 Thread 0x0000020329a34ac0 Unloading class 0x000002032b330400 'java/lang/invoke/LambdaForm$MH+0x000002032b330400'
- Event: 5.089 Thread 0x0000020329a34ac0 Unloading class 0x000002032b32dc00 'java/lang/invoke/LambdaForm$MH+0x000002032b32dc00'
- Event: 15.374 Thread 0x0000020329a34ac0 Unloading class 0x000002032b61d000 'java/lang/invoke/LambdaForm$DMH+0x000002032b61d000'
- Event: 15.374 Thread 0x0000020329a34ac0 Unloading class 0x000002032b61c400 'java/lang/invoke/LambdaForm$DMH+0x000002032b61c400'
- Event: 15.374 Thread 0x0000020329a34ac0 Unloading class 0x000002032b61c800 'java/lang/invoke/LambdaForm$DMH+0x000002032b61c800'
- Event: 15.374 Thread 0x0000020329a34ac0 Unloading class 0x000002032b61cc00 'java/lang/invoke/LambdaForm$DMH+0x000002032b61cc00'
- Classes redefined (0 events):
- No events
- Internal exceptions (20 events):
- Event: 37.408 Thread 0x0000020374fdc360 Implicit null exception at 0x00000203187d489b to 0x00000203187d80e3
- Event: 37.408 Thread 0x0000020374fdc360 Exception <a 'java/lang/NullPointerException'{0x00000000d570cf18}> (0x00000000d570cf18)
- thrown [s\src\hotspot\share\runtime\sharedRuntime.cpp, line 625]
- Event: 37.408 Thread 0x0000020374fdc360 Implicit null exception at 0x00000203187d489b to 0x00000203187d80e3
- Event: 37.408 Thread 0x0000020374fdc360 Exception <a 'java/lang/NullPointerException'{0x00000000d570e560}> (0x00000000d570e560)
- thrown [s\src\hotspot\share\runtime\sharedRuntime.cpp, line 625]
- Event: 37.408 Thread 0x0000020374fdc360 Implicit null exception at 0x00000203187d489b to 0x00000203187d80e3
- Event: 37.408 Thread 0x0000020374fdc360 Exception <a 'java/lang/NullPointerException'{0x00000000d570f160}> (0x00000000d570f160)
- thrown [s\src\hotspot\share\runtime\sharedRuntime.cpp, line 625]
- Event: 37.408 Thread 0x0000020374fdc360 Implicit null exception at 0x00000203187d489b to 0x00000203187d80e3
- Event: 37.408 Thread 0x0000020374fdc360 Exception <a 'java/lang/NullPointerException'{0x00000000d570fdc8}> (0x00000000d570fdc8)
- thrown [s\src\hotspot\share\runtime\sharedRuntime.cpp, line 625]
- Event: 38.020 Thread 0x0000020374fdc360 Implicit null exception at 0x00000203165d8bd8 to 0x00000203165d97ef
- Event: 38.020 Thread 0x0000020374fdc360 Exception <a 'java/lang/NullPointerException'{0x00000000d5df9840}> (0x00000000d5df9840)
- thrown [s\src\hotspot\share\runtime\sharedRuntime.cpp, line 625]
- Event: 38.020 Thread 0x0000020374fdc360 Implicit null exception at 0x00000203165d8bd8 to 0x00000203165d97ef
- Event: 38.020 Thread 0x0000020374fdc360 Exception <a 'java/lang/NullPointerException'{0x00000000d5dfa240}> (0x00000000d5dfa240)
- thrown [s\src\hotspot\share\runtime\sharedRuntime.cpp, line 625]
- Event: 38.020 Thread 0x0000020374fdc360 Implicit null exception at 0x00000203165d8bd8 to 0x00000203165d97ef
- Event: 38.020 Thread 0x0000020374fdc360 Exception <a 'java/lang/NullPointerException'{0x00000000d5dfaf40}> (0x00000000d5dfaf40)
- thrown [s\src\hotspot\share\runtime\sharedRuntime.cpp, line 625]
- Event: 38.020 Thread 0x0000020374fdc360 Implicit null exception at 0x00000203165d8bd8 to 0x00000203165d97ef
- Event: 38.021 Thread 0x0000020374fdc360 Exception <a 'java/lang/NullPointerException'{0x00000000d5dfbaa0}> (0x00000000d5dfbaa0)
- thrown [s\src\hotspot\share\runtime\sharedRuntime.cpp, line 625]
- Event: 38.021 Thread 0x0000020374fdc360 Implicit null exception at 0x00000203165d8bd8 to 0x00000203165d97ef
- Event: 38.021 Thread 0x0000020374fdc360 Exception <a 'java/lang/NullPointerException'{0x00000000d5dfc668}> (0x00000000d5dfc668)
- thrown [s\src\hotspot\share\runtime\sharedRuntime.cpp, line 625]
- Event: 38.526 Thread 0x0000020374fdc360 Exception <a 'sun/nio/fs/WindowsException'{0x00000000d582dd18}> (0x00000000d582dd18)
- thrown [s\src\hotspot\share\prims\jni.cpp, line 520]
- Event: 42.022 Thread 0x0000020379d25e10 Implicit null exception at 0x000002031ea2daa0 to 0x000002031ea2dc10
- ZGC Phase Switch (0 events):
- No events
- VM Operations (20 events):
- Event: 42.164 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done
- Event: 42.214 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure)
- Event: 42.217 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done
- Event: 42.244 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure)
- Event: 42.248 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done
- Event: 42.322 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure)
- Event: 42.332 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done
- Event: 42.397 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure)
- Event: 42.402 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done
- Event: 42.462 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure)
- Event: 42.468 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done
- Event: 42.491 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure)
- Event: 42.495 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done
- Event: 42.624 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure)
- Event: 42.629 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done
- Event: 42.655 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure)
- Event: 42.670 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done
- Event: 42.709 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure)
- Event: 42.713 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done
- Event: 42.770 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure)
- Memory protections (0 events):
- No events
- Nmethod flushes (20 events):
- Event: 29.493 Thread 0x0000020329a34ac0 flushing nmethod 0x00000203170c5590
- Event: 29.493 Thread 0x0000020329a34ac0 flushing nmethod 0x00000203170c9190
- Event: 29.493 Thread 0x0000020329a34ac0 flushing nmethod 0x00000203170c9d90
- Event: 29.493 Thread 0x0000020329a34ac0 flushing nmethod 0x00000203170ca790
- Event: 29.493 Thread 0x0000020329a34ac0 flushing nmethod 0x00000203170d3010
- Event: 29.493 Thread 0x0000020329a34ac0 flushing nmethod 0x00000203170e6d90
- Event: 29.493 Thread 0x0000020329a34ac0 flushing nmethod 0x00000203170eb790
- Event: 29.493 Thread 0x0000020329a34ac0 flushing nmethod 0x00000203170ec990
- Event: 29.493 Thread 0x0000020329a34ac0 flushing nmethod 0x00000203170edb90
- Event: 29.493 Thread 0x0000020329a34ac0 flushing nmethod 0x00000203170eed90
- Event: 29.493 Thread 0x0000020329a34ac0 flushing nmethod 0x00000203170efa90
- Event: 29.493 Thread 0x0000020329a34ac0 flushing nmethod 0x00000203170f4b10
- Event: 29.493 Thread 0x0000020329a34ac0 flushing nmethod 0x00000203170f5210
- Event: 29.493 Thread 0x0000020329a34ac0 flushing nmethod 0x00000203170f5910
- Event: 29.493 Thread 0x0000020329a34ac0 flushing nmethod 0x00000203170f6010
- Event: 29.493 Thread 0x0000020329a34ac0 flushing nmethod 0x00000203170f7a10
- Event: 29.493 Thread 0x0000020329a34ac0 flushing nmethod 0x00000203170f9f10
- Event: 29.493 Thread 0x0000020329a34ac0 flushing nmethod 0x000002031710ac90
- Event: 29.493 Thread 0x0000020329a34ac0 flushing nmethod 0x000002031710c890
- Event: 29.493 Thread 0x0000020329a34ac0 flushing osr nmethod 0x000002031712c290
- Events (20 events):
- Event: 23.997 Thread 0x0000020374fdd080 Thread added: 0x00000203766dc320
- Event: 23.997 Thread 0x0000020374fdd080 Thread added: 0x0000020379d236b0
- Event: 23.998 Thread 0x0000020374fdd080 Thread added: 0x0000020379d21c70
- Event: 23.998 Thread 0x0000020374fdd080 Thread added: 0x0000020379d20230
- Event: 23.998 Thread 0x0000020374fdd080 Thread added: 0x0000020379d23d40
- Event: 23.998 Thread 0x0000020374fdd080 Thread added: 0x0000020379d208c0
- Event: 23.998 Thread 0x0000020374fdd080 Thread added: 0x0000020379d22990
- Event: 23.998 Thread 0x0000020374fdd080 Thread added: 0x0000020379d20f50
- Event: 23.998 Thread 0x0000020374fdd080 Thread added: 0x0000020379d243d0
- Event: 34.092 Thread 0x0000020374fdd080 Thread added: 0x0000020379d25e10
- Event: 34.141 Thread 0x0000020374fdd080 Thread added: 0x0000020379d264a0
- Event: 34.149 Thread 0x0000020374fdd080 Thread added: 0x0000020379d23020
- Event: 34.173 Thread 0x0000020374fdd080 Thread added: 0x0000020379d271c0
- Event: 34.186 Thread 0x0000020374fdd080 Thread added: 0x0000020379d27850
- Event: 34.192 Thread 0x0000020374fdd080 Thread added: 0x000002037a13f6f0
- Event: 34.200 Thread 0x0000020374fdd080 Thread added: 0x000002037a140aa0
- Event: 34.221 Thread 0x0000020374fdd080 Thread added: 0x000002037a13fd80
- Event: 34.247 Thread 0x0000020374fdd080 Thread added: 0x000002037a140410
- Event: 34.280 Thread 0x0000020374fdd080 Thread added: 0x000002037a1424e0
- Event: 34.296 Thread 0x0000020374fdd080 Thread added: 0x000002037a13f060
- Dynamic libraries:
- 0x00007ff7d8f90000 - 0x00007ff7d8f9e000 c:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\java.exe
- 0x00007ffb51040000 - 0x00007ffb512a5000 C:\WINDOWS\SYSTEM32\ntdll.dll
- 0x00007ffb50260000 - 0x00007ffb50329000 C:\WINDOWS\System32\KERNEL32.DLL
- 0x00007ffb4e190000 - 0x00007ffb4e578000 C:\WINDOWS\System32\KERNELBASE.dll
- 0x00007ffb4e6f0000 - 0x00007ffb4e83b000 C:\WINDOWS\System32\ucrtbase.dll
- 0x00007ffb0af10000 - 0x00007ffb0af28000 c:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\jli.dll
- 0x00007ffb4ede0000 - 0x00007ffb4efaa000 C:\WINDOWS\System32\USER32.dll
- 0x00007ffb0af30000 - 0x00007ffb0af4e000 c:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\VCRUNTIME140.dll
- 0x00007ffb4e6c0000 - 0x00007ffb4e6e7000 C:\WINDOWS\System32\win32u.dll
- 0x00007ffb50230000 - 0x00007ffb5025b000 C:\WINDOWS\System32\GDI32.dll
- 0x00007ffb4e580000 - 0x00007ffb4e6b7000 C:\WINDOWS\System32\gdi32full.dll
- 0x00007ffb4ec00000 - 0x00007ffb4eca3000 C:\WINDOWS\System32\msvcp_win.dll
- 0x00007ffb32150000 - 0x00007ffb323ea000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.26100.4202_none_3e0698d4e335f517\COMCTL32.dll
- 0x00007ffb4f0e0000 - 0x00007ffb4f189000 C:\WINDOWS\System32\msvcrt.dll
- 0x00007ffb50580000 - 0x00007ffb505b0000 C:\WINDOWS\System32\IMM32.DLL
- 0x0000000075df0000 - 0x0000000075dfd000 E:\360downloads\360Safe\safemon\SafeWrapper.dll
- 0x00007ffb4efb0000 - 0x00007ffb4f063000 C:\WINDOWS\System32\ADVAPI32.dll
- 0x00007ffb50360000 - 0x00007ffb50406000 C:\WINDOWS\System32\sechost.dll
- 0x00007ffb50790000 - 0x00007ffb508a5000 C:\WINDOWS\System32\RPCRT4.dll
- 0x00007ffb39490000 - 0x00007ffb39595000 E:\360downloads\360Safe\safemon\libzdtp64.dll
- 0x00007ffb508b0000 - 0x00007ffb50ff2000 C:\WINDOWS\System32\SHELL32.dll
- 0x00007ffb4e840000 - 0x00007ffb4e9b4000 C:\WINDOWS\System32\wintypes.dll
- 0x00007ffb4f800000 - 0x00007ffb4fb85000 C:\WINDOWS\System32\combase.dll
- 0x00007ffb4f070000 - 0x00007ffb4f0da000 C:\WINDOWS\System32\SHLWAPI.dll
- 0x00007ffb4da20000 - 0x00007ffb4da2b000 C:\WINDOWS\SYSTEM32\VERSION.dll
- 0x00007ffb0b060000 - 0x00007ffb0b06c000 c:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\vcruntime140_1.dll
- 0x00007ffa91150000 - 0x00007ffa911dd000 c:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\msvcp140.dll
- 0x00007ffa045f0000 - 0x00007ffa05380000 c:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\server\jvm.dll
- 0x00007ffb50710000 - 0x00007ffb50784000 C:\WINDOWS\System32\WS2_32.dll
- 0x00007ffb460f0000 - 0x00007ffb46125000 C:\WINDOWS\SYSTEM32\WINMM.dll
- 0x00007ffb4ded0000 - 0x00007ffb4df2e000 C:\WINDOWS\SYSTEM32\POWRPROF.dll
- 0x00007ffb4deb0000 - 0x00007ffb4dec4000 C:\WINDOWS\SYSTEM32\UMPDC.dll
- 0x00007ffb4ce90000 - 0x00007ffb4ceab000 C:\WINDOWS\SYSTEM32\kernel.appcore.dll
- 0x00007ffb0aef0000 - 0x00007ffb0aefa000 c:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\jimage.dll
- 0x00007ffb4b8c0000 - 0x00007ffb4bb01000 C:\WINDOWS\SYSTEM32\DBGHELP.DLL
- 0x00007ffb505c0000 - 0x00007ffb506a1000 C:\WINDOWS\System32\OLEAUT32.dll
- 0x00007ffb32010000 - 0x00007ffb32049000 C:\WINDOWS\SYSTEM32\dbgcore.DLL
- 0x00007ffb4ed40000 - 0x00007ffb4edd9000 C:\WINDOWS\System32\bcryptPrimitives.dll
- 0x00007ffaf8e00000 - 0x00007ffaf8e0f000 c:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\instrument.dll
- 0x00007ffaf8de0000 - 0x00007ffaf8dff000 c:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\java.dll
- 0x00007ffb4bdb0000 - 0x00007ffb4c608000 C:\WINDOWS\SYSTEM32\windows.storage.dll
- 0x00007ffb4f190000 - 0x00007ffb4f281000 C:\WINDOWS\System32\SHCORE.dll
- 0x00007ffb4e0a0000 - 0x00007ffb4e0cf000 C:\WINDOWS\SYSTEM32\profapi.dll
- 0x00007ffaf8cf0000 - 0x00007ffaf8d08000 c:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\zip.dll
- 0x00007ffaf8dd0000 - 0x00007ffaf8de0000 C:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\net.dll
- 0x00007ffb46890000 - 0x00007ffb469ae000 C:\WINDOWS\SYSTEM32\WINHTTP.dll
- 0x00007ffb4d400000 - 0x00007ffb4d46a000 C:\WINDOWS\system32\mswsock.dll
- 0x00007ffae9340000 - 0x00007ffae9356000 C:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\nio.dll
- 0x00007ffaf8c60000 - 0x00007ffaf8c70000 c:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\verify.dll
- 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
- 0x00007ffb4fbc0000 - 0x00007ffb4fd5e000 C:\WINDOWS\System32\ole32.dll
- 0x00007ffae9330000 - 0x00007ffae933a000 C:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\management.dll
- 0x00007ffae9320000 - 0x00007ffae932b000 C:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\management_ext.dll
- 0x00007ffb4fb90000 - 0x00007ffb4fb98000 C:\WINDOWS\System32\PSAPI.DLL
- 0x00007ffb4d6b0000 - 0x00007ffb4d6cb000 C:\WINDOWS\SYSTEM32\CRYPTSP.dll
- 0x00007ffb4cdf0000 - 0x00007ffb4ce2a000 C:\WINDOWS\system32\rsaenh.dll
- 0x00007ffb4d4a0000 - 0x00007ffb4d4cb000 C:\WINDOWS\SYSTEM32\USERENV.dll
- 0x00007ffb4e070000 - 0x00007ffb4e096000 C:\WINDOWS\SYSTEM32\bcrypt.dll
- 0x00007ffb4d6d0000 - 0x00007ffb4d6dc000 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
- 0x00007ffb4da30000 - 0x00007ffb4da63000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
- 0x00007ffb4f290000 - 0x00007ffb4f29a000 C:\WINDOWS\System32\NSI.dll
- 0x00007ffa91100000 - 0x00007ffa91149000 C:\Users\肉食系的狐狸\AppData\Local\Temp\jna--85075129\jna2093965011793950445.dll
- 0x00007ffb46670000 - 0x00007ffb4668f000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
- 0x00007ffb46550000 - 0x00007ffb46575000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
- 0x00007ffae9310000 - 0x00007ffae931e000 C:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\sunmscapi.dll
- 0x00007ffb4e9c0000 - 0x00007ffb4eb37000 C:\WINDOWS\System32\CRYPT32.dll
- 0x00007ffb4d8d0000 - 0x00007ffb4d900000 C:\WINDOWS\SYSTEM32\ncrypt.dll
- 0x00007ffb4d880000 - 0x00007ffb4d8bf000 C:\WINDOWS\SYSTEM32\NTASN1.dll
- 0x00007ffb4ca40000 - 0x00007ffb4cb67000 C:\WINDOWS\SYSTEM32\DNSAPI.dll
- 0x00007ffb430b0000 - 0x00007ffb430bb000 C:\Windows\System32\rasadhlp.dll
- 0x00007ffb43500000 - 0x00007ffb43586000 C:\WINDOWS\System32\fwpuclnt.dll
- 0x00007ffae1440000 - 0x00007ffae1449000 C:\Users\肉食系的狐狸\.cursor\extensions\redhat.java-1.43.0-win32-x64\jre\21.0.7-win32-x86_64\bin\extnet.dll
- dbghelp: loaded successfully - version: 4.0.5 - missing functions: none
- 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
- VM Arguments:
- 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
- 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
- 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
- Launcher Type: SUN_STANDARD
- [Global flags]
- uintx AdaptiveSizePolicyWeight = 90 {product} {command line}
- intx CICompilerCount = 4 {product} {ergonomic}
- uintx GCTimeRatio = 4 {product} {command line}
- bool HeapDumpOnOutOfMemoryError = true {manageable} {command line}
- ccstr HeapDumpPath = c:\Users\肉食系的狐狸\AppData\Roaming\Cursor\User\workspaceStorage\b2ba89c5d569be71fc019e41432cfeea\redhat.java {manageable} {command line}
- size_t InitialHeapSize = 104857600 {product} {command line}
- size_t MaxHeapSize = 2147483648 {product} {command line}
- size_t MaxNewSize = 715653120 {product} {ergonomic}
- size_t MinHeapDeltaBytes = 524288 {product} {ergonomic}
- size_t MinHeapSize = 104857600 {product} {command line}
- size_t NewSize = 34603008 {product} {ergonomic}
- uintx NonNMethodCodeHeapSize = 5839372 {pd product} {ergonomic}
- uintx NonProfiledCodeHeapSize = 122909434 {pd product} {ergonomic}
- size_t OldSize = 70254592 {product} {ergonomic}
- uintx ProfiledCodeHeapSize = 122909434 {pd product} {ergonomic}
- uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic}
- bool SegmentedCodeCache = true {product} {ergonomic}
- size_t SoftMaxHeapSize = 2147483648 {manageable} {ergonomic}
- bool UseCompressedOops = true {product lp64_product} {ergonomic}
- bool UseLargePagesIndividualAllocation = false {pd product} {ergonomic}
- bool UseParallelGC = true {product} {command line}
- Logging:
- Log output configuration:
- #0: stdout all=off uptime,level,tags foldmultilines=false
- #1: stderr all=off uptime,level,tags foldmultilines=false
- Environment Variables:
- JAVA_HOME=C:\Program Files\java\jdk1.8.0_291
- CLASSPATH=.;C:\Program Files\java\jdk1.8.0_291\lib;C:\Program Files\java\jdk1.8.0_291\lib\tools.jar
- 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
- USERNAME=肉食系的狐狸
- OS=Windows_NT
- PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 165 Stepping 2, GenuineIntel
- TMP=C:\Users\肉食系~1\AppData\Local\Temp
- TEMP=C:\Users\肉食系~1\AppData\Local\Temp
- Periodic native trim disabled
- --------------- S Y S T E M ---------------
- OS:
- Windows 11 , 64 bit Build 26100 (10.0.26100.4202)
- OS uptime: 1 days 7:03 hours
- 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
- Processor Information for the first 12 processors :
- Max Mhz: 2592, Current Mhz: 2592, Mhz Limit: 2592
- Memory: 4k page, system-wide physical 16292M (1417M free)
- TotalPageFile size 41756M (AvailPageFile size 0M)
- current process WorkingSet (physical memory assigned to process): 1112M, peak: 1118M
- current process commit charge ("private bytes"): 1178M, peak: 1181M
- 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)
- END.
|