doway-coms 1.4.27 → 1.4.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,636 @@
1
+ #
2
+ # There is insufficient memory for the Java Runtime Environment to continue.
3
+ # Native memory allocation (mmap) failed to map 65536 bytes for Failed to commit metaspace.
4
+ # Possible reasons:
5
+ # The system is out of physical RAM or swap space
6
+ # The process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap
7
+ # Possible solutions:
8
+ # Reduce memory load on the system
9
+ # Increase physical memory or swap space
10
+ # Check if swap backing store is full
11
+ # Decrease Java heap size (-Xmx/-Xms)
12
+ # Decrease number of Java threads
13
+ # Decrease Java thread stack sizes (-Xss)
14
+ # Set larger code cache with -XX:ReservedCodeCacheSize=
15
+ # JVM is running with Zero Based Compressed Oops mode in which the Java heap is
16
+ # placed in the first 32GB 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 32GB virtual address.
19
+ # This output file may be truncated or incomplete.
20
+ #
21
+ # Out of Memory Error (virtualSpaceNode.cpp:110), pid=25288, tid=13124
22
+ #
23
+ # JRE version: OpenJDK Runtime Environment JBR-17.0.6+10-829.5-jcef (17.0.6+10) (build 17.0.6+10-b829.5)
24
+ # Java VM: OpenJDK 64-Bit Server VM JBR-17.0.6+10-829.5-jcef (17.0.6+10-b829.5, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
25
+ # No core dump will be written. Minidumps are not enabled by default on client versions of Windows
26
+ #
27
+
28
+ --------------- S U M M A R Y ------------
29
+
30
+ Command Line: git4idea.http.GitAskPassApp Username for 'http://coding.dowaycn.com':
31
+
32
+ Host: AMD Ryzen 7 6800H with Radeon Graphics , 16 cores, 15G, Windows 11 , 64 bit Build 22621 (10.0.22621.1344)
33
+ Time: Tue Apr 4 16:39:36 2023 Windows 11 , 64 bit Build 22621 (10.0.22621.1344) elapsed time: 1.349495 seconds (0d 0h 0m 1s)
34
+
35
+ --------------- T H R E A D ---------------
36
+
37
+ Current thread (0x000002a87f7f5370): JavaThread "HttpClient-1-Worker-0" daemon [_thread_in_vm, id=13124, stack(0x000000c3f5900000,0x000000c3f5a00000)]
38
+
39
+ Stack: [0x000000c3f5900000,0x000000c3f5a00000]
40
+ Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
41
+ V [jvm.dll+0x683b4a]
42
+ V [jvm.dll+0x842654]
43
+ V [jvm.dll+0x843dfe]
44
+ V [jvm.dll+0x844463]
45
+ V [jvm.dll+0x249b75]
46
+ V [jvm.dll+0x83e6ab]
47
+ V [jvm.dll+0x627fa6]
48
+ V [jvm.dll+0x62800a]
49
+ V [jvm.dll+0x62a81a]
50
+ V [jvm.dll+0x628946]
51
+ V [jvm.dll+0x23ef80]
52
+ V [jvm.dll+0x1ee40d]
53
+ V [jvm.dll+0x1e3dcc]
54
+ V [jvm.dll+0x547f8d]
55
+ V [jvm.dll+0x1f46eb]
56
+ V [jvm.dll+0x7bc67b]
57
+ V [jvm.dll+0x7bdac2]
58
+ V [jvm.dll+0x7bddf8]
59
+ V [jvm.dll+0x24190e]
60
+ V [jvm.dll+0x38437e]
61
+ C 0x000002a80746b704
62
+
63
+ Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
64
+ j sun.security.ssl.NamedGroup$ECDHEScheme.createPossession(Lsun/security/ssl/NamedGroup;Ljava/security/SecureRandom;)Lsun/security/ssl/SSLPossession;+0 java.base@17.0.6
65
+ j sun.security.ssl.NamedGroup$NamedGroupSpec.createPossession(Lsun/security/ssl/NamedGroup;Ljava/security/SecureRandom;)Lsun/security/ssl/SSLPossession;+13 java.base@17.0.6
66
+ j sun.security.ssl.NamedGroup.createPossession(Ljava/security/SecureRandom;)Lsun/security/ssl/SSLPossession;+6 java.base@17.0.6
67
+ j sun.security.ssl.SSLKeyExchange$T13KeyAgreement.createPossession(Lsun/security/ssl/HandshakeContext;)Lsun/security/ssl/SSLPossession;+11 java.base@17.0.6
68
+ j sun.security.ssl.SSLKeyExchange.createPossessions(Lsun/security/ssl/HandshakeContext;)[Lsun/security/ssl/SSLPossession;+198 java.base@17.0.6
69
+ j sun.security.ssl.KeyShareExtension$CHKeyShareProducer.getShare(Lsun/security/ssl/ClientHandshakeContext;Lsun/security/ssl/NamedGroup;)[B+57 java.base@17.0.6
70
+ j sun.security.ssl.KeyShareExtension$CHKeyShareProducer.produce(Lsun/security/ssl/ConnectionContext;Lsun/security/ssl/SSLHandshake$HandshakeMessage;)[B+171 java.base@17.0.6
71
+ j sun.security.ssl.SSLExtension.produce(Lsun/security/ssl/ConnectionContext;Lsun/security/ssl/SSLHandshake$HandshakeMessage;)[B+13 java.base@17.0.6
72
+ j sun.security.ssl.SSLExtensions.produce(Lsun/security/ssl/HandshakeContext;[Lsun/security/ssl/SSLExtension;)V+145 java.base@17.0.6
73
+ j sun.security.ssl.ClientHello$ClientHelloKickstartProducer.produce(Lsun/security/ssl/ConnectionContext;)[B+962 java.base@17.0.6
74
+ j sun.security.ssl.SSLHandshake.kickstart(Lsun/security/ssl/HandshakeContext;)V+47 java.base@17.0.6
75
+ j sun.security.ssl.ClientHandshakeContext.kickstart()V+9 java.base@17.0.6
76
+ j sun.security.ssl.TransportContext.kickstart()V+186 java.base@17.0.6
77
+ j sun.security.ssl.SSLEngineImpl.writeRecord([Ljava/nio/ByteBuffer;II[Ljava/nio/ByteBuffer;II)Ljavax/net/ssl/SSLEngineResult;+117 java.base@17.0.6
78
+ j sun.security.ssl.SSLEngineImpl.wrap([Ljava/nio/ByteBuffer;II[Ljava/nio/ByteBuffer;II)Ljavax/net/ssl/SSLEngineResult;+53 java.base@17.0.6
79
+ j sun.security.ssl.SSLEngineImpl.wrap([Ljava/nio/ByteBuffer;IILjava/nio/ByteBuffer;)Ljavax/net/ssl/SSLEngineResult;+15 java.base@17.0.6
80
+ j javax.net.ssl.SSLEngine.wrap([Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)Ljavax/net/ssl/SSLEngineResult;+20 java.base@17.0.6
81
+ j jdk.internal.net.http.common.SSLFlowDelegate$Writer.wrapBuffers([Ljava/nio/ByteBuffer;)Ljdk/internal/net/http/common/SSLFlowDelegate$EngineResult;+131 java.net.http@17.0.6
82
+ j jdk.internal.net.http.common.SSLFlowDelegate$Writer.processData()V+90 java.net.http@17.0.6
83
+ j jdk.internal.net.http.common.SSLFlowDelegate$Writer$WriterDownstreamPusher.run()V+4 java.net.http@17.0.6
84
+ j jdk.internal.net.http.common.SequentialScheduler$CompleteRestartableTask.run(Ljdk/internal/net/http/common/SequentialScheduler$DeferredCompleter;)V+1 java.net.http@17.0.6
85
+ j jdk.internal.net.http.common.SequentialScheduler$SchedulableTask.run()V+14 java.net.http@17.0.6
86
+ j jdk.internal.net.http.common.SequentialScheduler.runOrSchedule(Ljdk/internal/net/http/common/SequentialScheduler$SchedulableTask;Ljava/util/concurrent/Executor;)V+86 java.net.http@17.0.6
87
+ j jdk.internal.net.http.common.SequentialScheduler.runOrSchedule()V+6 java.net.http@17.0.6
88
+ j jdk.internal.net.http.common.SSLFlowDelegate$Writer.incoming(Ljava/util/List;Z)V+155 java.net.http@17.0.6
89
+ j jdk.internal.net.http.common.SubscriberWrapper.incomingCaller(Ljava/util/List;Z)V+3 java.net.http@17.0.6
90
+ j jdk.internal.net.http.common.SubscriberWrapper.addData(Ljava/nio/ByteBuffer;)V+24 java.net.http@17.0.6
91
+ j jdk.internal.net.http.common.SSLFlowDelegate$Writer.onSubscribe()V+27 java.net.http@17.0.6
92
+ j jdk.internal.net.http.common.SubscriberWrapper.onSubscribe(Ljava/util/concurrent/Flow$Subscription;)V+78 java.net.http@17.0.6
93
+ j jdk.internal.net.http.common.SSLTube$SSLTubeFlowDelegate.connect(Ljava/util/concurrent/Flow$Subscriber;Ljava/util/concurrent/Flow$Subscriber;)V+95 java.net.http@17.0.6
94
+ j jdk.internal.net.http.common.SSLFlowDelegate.<init>(Ljavax/net/ssl/SSLEngine;Ljava/util/concurrent/Executor;Ljava/util/function/Consumer;Ljava/util/concurrent/Flow$Subscriber;Ljava/util/concurrent/Flow$Subscriber;)V+243 java.net.http@17.0.6
95
+ j jdk.internal.net.http.common.SSLTube$SSLTubeFlowDelegate.<init>(Ljdk/internal/net/http/common/SSLTube;Ljavax/net/ssl/SSLEngine;Ljava/util/concurrent/Executor;Ljava/util/function/Consumer;Ljdk/internal/net/http/common/SSLTube$SSLSubscriberWrapper;Ljdk/internal/net/http/common/FlowTube;)V+14 java.net.http@17.0.6
96
+ j jdk.internal.net.http.common.SSLTube.<init>(Ljavax/net/ssl/SSLEngine;Ljava/util/concurrent/Executor;Ljava/util/function/Consumer;Ljdk/internal/net/http/common/FlowTube;)V+97 java.net.http@17.0.6
97
+ j jdk.internal.net.http.AsyncSSLConnection.lambda$connectAsync$0(Ljava/lang/Void;)Ljava/lang/Void;+40 java.net.http@17.0.6
98
+ j jdk.internal.net.http.AsyncSSLConnection$$Lambda$103+0x0000000800160bb0.apply(Ljava/lang/Object;)Ljava/lang/Object;+8 java.net.http@17.0.6
99
+ j java.util.concurrent.CompletableFuture$UniApply.tryFire(I)Ljava/util/concurrent/CompletableFuture;+106 java.base@17.0.6
100
+ j java.util.concurrent.CompletableFuture.postComplete()V+76 java.base@17.0.6
101
+ j java.util.concurrent.CompletableFuture$AsyncSupply.run()V+57 java.base@17.0.6
102
+ j java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V+92 java.base@17.0.6
103
+ j java.util.concurrent.ThreadPoolExecutor$Worker.run()V+5 java.base@17.0.6
104
+ j java.lang.Thread.run()V+11 java.base@17.0.6
105
+ v ~StubRoutines::call_stub
106
+
107
+ --------------- P R O C E S S ---------------
108
+
109
+ Threads class SMR info:
110
+ _java_thread_list=0x000002a87f813240, length=18, elements={
111
+ 0x000002a86e160a90, 0x000002a87ec49480, 0x000002a87ec49d40, 0x000002a87ecea540,
112
+ 0x000002a87eceae00, 0x000002a87eceb6c0, 0x000002a87eca08d0, 0x000002a87eca2990,
113
+ 0x000002a87eca3340, 0x000002a87eca7140, 0x000002a87ee5bab0, 0x000002a87ee7a850,
114
+ 0x000002a87ee94770, 0x000002a87eff6de0, 0x000002a87f54bea0, 0x000002a87f766240,
115
+ 0x000002a87f7f5370, 0x000002a87f857010
116
+ }
117
+
118
+ Java Threads: ( => current thread )
119
+ 0x000002a86e160a90 JavaThread "main" [_thread_blocked, id=22148, stack(0x000000c3f4100000,0x000000c3f4200000)]
120
+ 0x000002a87ec49480 JavaThread "Reference Handler" daemon [_thread_blocked, id=13280, stack(0x000000c3f4800000,0x000000c3f4900000)]
121
+ 0x000002a87ec49d40 JavaThread "Finalizer" daemon [_thread_blocked, id=18272, stack(0x000000c3f4900000,0x000000c3f4a00000)]
122
+ 0x000002a87ecea540 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5240, stack(0x000000c3f4a00000,0x000000c3f4b00000)]
123
+ 0x000002a87eceae00 JavaThread "Attach Listener" daemon [_thread_blocked, id=23964, stack(0x000000c3f4b00000,0x000000c3f4c00000)]
124
+ 0x000002a87eceb6c0 JavaThread "Service Thread" daemon [_thread_blocked, id=1396, stack(0x000000c3f4c00000,0x000000c3f4d00000)]
125
+ 0x000002a87eca08d0 JavaThread "Monitor Deflation Thread" daemon [_thread_blocked, id=22796, stack(0x000000c3f4d00000,0x000000c3f4e00000)]
126
+ 0x000002a87eca2990 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=17876, stack(0x000000c3f4e00000,0x000000c3f4f00000)]
127
+ 0x000002a87eca3340 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=14340, stack(0x000000c3f4f00000,0x000000c3f5000000)]
128
+ 0x000002a87eca7140 JavaThread "Sweeper thread" daemon [_thread_blocked, id=9668, stack(0x000000c3f5000000,0x000000c3f5100000)]
129
+ 0x000002a87ee5bab0 JavaThread "Notification Thread" daemon [_thread_blocked, id=12644, stack(0x000000c3f5100000,0x000000c3f5200000)]
130
+ 0x000002a87ee7a850 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=23572, stack(0x000000c3f5300000,0x000000c3f5400000)]
131
+ 0x000002a87ee94770 JavaThread "C1 CompilerThread1" daemon [_thread_blocked, id=24860, stack(0x000000c3f5400000,0x000000c3f5500000)]
132
+ 0x000002a87eff6de0 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=24736, stack(0x000000c3f5500000,0x000000c3f5600000)]
133
+ 0x000002a87f54bea0 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=24876, stack(0x000000c3f5600000,0x000000c3f5700000)]
134
+ 0x000002a87f766240 JavaThread "HttpClient-1-SelectorManager" daemon [_thread_in_native, id=18208, stack(0x000000c3f5700000,0x000000c3f5800000)]
135
+ =>0x000002a87f7f5370 JavaThread "HttpClient-1-Worker-0" daemon [_thread_in_vm, id=13124, stack(0x000000c3f5900000,0x000000c3f5a00000)]
136
+ 0x000002a87f857010 JavaThread "HttpClient-1-Worker-1" daemon [_thread_blocked, id=10988, stack(0x000000c3f5a00000,0x000000c3f5b00000)]
137
+
138
+ Other Threads:
139
+ 0x000002a87ec396f0 VMThread "VM Thread" [stack: 0x000000c3f4700000,0x000000c3f4800000] [id=25064]
140
+ 0x000002a87ee5f350 WatcherThread [stack: 0x000000c3f5200000,0x000000c3f5300000] [id=24344]
141
+ 0x000002a86e1cbc60 GCTaskThread "GC Thread#0" [stack: 0x000000c3f4200000,0x000000c3f4300000] [id=23804]
142
+ 0x000002a86e1dbf10 ConcurrentGCThread "G1 Main Marker" [stack: 0x000000c3f4300000,0x000000c3f4400000] [id=25208]
143
+ 0x000002a86e1dcfd0 ConcurrentGCThread "G1 Conc#0" [stack: 0x000000c3f4400000,0x000000c3f4500000] [id=24368]
144
+ 0x000002a87e0281c0 ConcurrentGCThread "G1 Refine#0" [stack: 0x000000c3f4500000,0x000000c3f4600000] [id=22952]
145
+ 0x000002a87e029a00 ConcurrentGCThread "G1 Service" [stack: 0x000000c3f4600000,0x000000c3f4700000] [id=24904]
146
+
147
+ Threads with active compile tasks:
148
+
149
+ VM state: not at safepoint (normal execution)
150
+
151
+ VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
152
+ [0x000002a86e1589d0] Metaspace_lock - owner thread: 0x000002a87f7f5370
153
+
154
+ Heap address: 0x000000070ce00000, size: 3890 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
155
+
156
+ CDS archive(s) not mapped
157
+ Compressed class space mapped at: 0x0000000800000000-0x0000000840000000, reserved size: 1073741824
158
+ Narrow klass base: 0x0000000800000000, Narrow klass shift: 0, Narrow klass range: 0x40000000
159
+
160
+ GC Precious Log:
161
+ CPUs: 16 total, 16 available
162
+ Memory: 15557M
163
+ Large Page Support: Disabled
164
+ NUMA Support: Disabled
165
+ Compressed Oops: Enabled (Zero based)
166
+ Heap Region Size: 2M
167
+ Heap Min Capacity: 8M
168
+ Heap Initial Capacity: 244M
169
+ Heap Max Capacity: 3890M
170
+ Pre-touch: Disabled
171
+ Parallel Workers: 13
172
+ Concurrent Workers: 3
173
+ Concurrent Refinement Workers: 13
174
+ Periodic GC: Disabled
175
+
176
+ Heap:
177
+ garbage-first heap total 249856K, used 14336K [0x000000070ce00000, 0x0000000800000000)
178
+ region size 2048K, 8 young (16384K), 0 survivors (0K)
179
+ Metaspace used 15123K, committed 15232K, reserved 1064960K
180
+ class space used 1566K, committed 1600K, reserved 1048576K
181
+
182
+ Heap Regions: E=young(eden), S=young(survivor), O=old, HS=humongous(starts), HC=humongous(continues), CS=collection set, F=free, OA=open archive, CA=closed archive, TAMS=top-at-mark-start (previous, next)
183
+ | 0|0x000000070ce00000, 0x000000070ce00000, 0x000000070d000000| 0%| F| |TAMS 0x000000070ce00000, 0x000000070ce00000| Untracked
184
+ | 1|0x000000070d000000, 0x000000070d000000, 0x000000070d200000| 0%| F| |TAMS 0x000000070d000000, 0x000000070d000000| Untracked
185
+ | 2|0x000000070d200000, 0x000000070d200000, 0x000000070d400000| 0%| F| |TAMS 0x000000070d200000, 0x000000070d200000| Untracked
186
+ | 3|0x000000070d400000, 0x000000070d400000, 0x000000070d600000| 0%| F| |TAMS 0x000000070d400000, 0x000000070d400000| Untracked
187
+ | 4|0x000000070d600000, 0x000000070d600000, 0x000000070d800000| 0%| F| |TAMS 0x000000070d600000, 0x000000070d600000| Untracked
188
+ | 5|0x000000070d800000, 0x000000070d800000, 0x000000070da00000| 0%| F| |TAMS 0x000000070d800000, 0x000000070d800000| Untracked
189
+ | 6|0x000000070da00000, 0x000000070da00000, 0x000000070dc00000| 0%| F| |TAMS 0x000000070da00000, 0x000000070da00000| Untracked
190
+ | 7|0x000000070dc00000, 0x000000070dc00000, 0x000000070de00000| 0%| F| |TAMS 0x000000070dc00000, 0x000000070dc00000| Untracked
191
+ | 8|0x000000070de00000, 0x000000070de00000, 0x000000070e000000| 0%| F| |TAMS 0x000000070de00000, 0x000000070de00000| Untracked
192
+ | 9|0x000000070e000000, 0x000000070e000000, 0x000000070e200000| 0%| F| |TAMS 0x000000070e000000, 0x000000070e000000| Untracked
193
+ | 10|0x000000070e200000, 0x000000070e200000, 0x000000070e400000| 0%| F| |TAMS 0x000000070e200000, 0x000000070e200000| Untracked
194
+ | 11|0x000000070e400000, 0x000000070e400000, 0x000000070e600000| 0%| F| |TAMS 0x000000070e400000, 0x000000070e400000| Untracked
195
+ | 12|0x000000070e600000, 0x000000070e600000, 0x000000070e800000| 0%| F| |TAMS 0x000000070e600000, 0x000000070e600000| Untracked
196
+ | 13|0x000000070e800000, 0x000000070e800000, 0x000000070ea00000| 0%| F| |TAMS 0x000000070e800000, 0x000000070e800000| Untracked
197
+ | 14|0x000000070ea00000, 0x000000070ea00000, 0x000000070ec00000| 0%| F| |TAMS 0x000000070ea00000, 0x000000070ea00000| Untracked
198
+ | 15|0x000000070ec00000, 0x000000070ec00000, 0x000000070ee00000| 0%| F| |TAMS 0x000000070ec00000, 0x000000070ec00000| Untracked
199
+ | 16|0x000000070ee00000, 0x000000070ee00000, 0x000000070f000000| 0%| F| |TAMS 0x000000070ee00000, 0x000000070ee00000| Untracked
200
+ | 17|0x000000070f000000, 0x000000070f000000, 0x000000070f200000| 0%| F| |TAMS 0x000000070f000000, 0x000000070f000000| Untracked
201
+ | 18|0x000000070f200000, 0x000000070f200000, 0x000000070f400000| 0%| F| |TAMS 0x000000070f200000, 0x000000070f200000| Untracked
202
+ | 19|0x000000070f400000, 0x000000070f400000, 0x000000070f600000| 0%| F| |TAMS 0x000000070f400000, 0x000000070f400000| Untracked
203
+ | 20|0x000000070f600000, 0x000000070f600000, 0x000000070f800000| 0%| F| |TAMS 0x000000070f600000, 0x000000070f600000| Untracked
204
+ | 21|0x000000070f800000, 0x000000070f800000, 0x000000070fa00000| 0%| F| |TAMS 0x000000070f800000, 0x000000070f800000| Untracked
205
+ | 22|0x000000070fa00000, 0x000000070fa00000, 0x000000070fc00000| 0%| F| |TAMS 0x000000070fa00000, 0x000000070fa00000| Untracked
206
+ | 23|0x000000070fc00000, 0x000000070fc00000, 0x000000070fe00000| 0%| F| |TAMS 0x000000070fc00000, 0x000000070fc00000| Untracked
207
+ | 24|0x000000070fe00000, 0x000000070fe00000, 0x0000000710000000| 0%| F| |TAMS 0x000000070fe00000, 0x000000070fe00000| Untracked
208
+ | 25|0x0000000710000000, 0x0000000710000000, 0x0000000710200000| 0%| F| |TAMS 0x0000000710000000, 0x0000000710000000| Untracked
209
+ | 26|0x0000000710200000, 0x0000000710200000, 0x0000000710400000| 0%| F| |TAMS 0x0000000710200000, 0x0000000710200000| Untracked
210
+ | 27|0x0000000710400000, 0x0000000710400000, 0x0000000710600000| 0%| F| |TAMS 0x0000000710400000, 0x0000000710400000| Untracked
211
+ | 28|0x0000000710600000, 0x0000000710600000, 0x0000000710800000| 0%| F| |TAMS 0x0000000710600000, 0x0000000710600000| Untracked
212
+ | 29|0x0000000710800000, 0x0000000710800000, 0x0000000710a00000| 0%| F| |TAMS 0x0000000710800000, 0x0000000710800000| Untracked
213
+ | 30|0x0000000710a00000, 0x0000000710a00000, 0x0000000710c00000| 0%| F| |TAMS 0x0000000710a00000, 0x0000000710a00000| Untracked
214
+ | 31|0x0000000710c00000, 0x0000000710c00000, 0x0000000710e00000| 0%| F| |TAMS 0x0000000710c00000, 0x0000000710c00000| Untracked
215
+ | 32|0x0000000710e00000, 0x0000000710e00000, 0x0000000711000000| 0%| F| |TAMS 0x0000000710e00000, 0x0000000710e00000| Untracked
216
+ | 33|0x0000000711000000, 0x0000000711000000, 0x0000000711200000| 0%| F| |TAMS 0x0000000711000000, 0x0000000711000000| Untracked
217
+ | 34|0x0000000711200000, 0x0000000711200000, 0x0000000711400000| 0%| F| |TAMS 0x0000000711200000, 0x0000000711200000| Untracked
218
+ | 35|0x0000000711400000, 0x0000000711400000, 0x0000000711600000| 0%| F| |TAMS 0x0000000711400000, 0x0000000711400000| Untracked
219
+ | 36|0x0000000711600000, 0x0000000711600000, 0x0000000711800000| 0%| F| |TAMS 0x0000000711600000, 0x0000000711600000| Untracked
220
+ | 37|0x0000000711800000, 0x0000000711800000, 0x0000000711a00000| 0%| F| |TAMS 0x0000000711800000, 0x0000000711800000| Untracked
221
+ | 38|0x0000000711a00000, 0x0000000711a00000, 0x0000000711c00000| 0%| F| |TAMS 0x0000000711a00000, 0x0000000711a00000| Untracked
222
+ | 39|0x0000000711c00000, 0x0000000711c00000, 0x0000000711e00000| 0%| F| |TAMS 0x0000000711c00000, 0x0000000711c00000| Untracked
223
+ | 40|0x0000000711e00000, 0x0000000711e00000, 0x0000000712000000| 0%| F| |TAMS 0x0000000711e00000, 0x0000000711e00000| Untracked
224
+ | 41|0x0000000712000000, 0x0000000712000000, 0x0000000712200000| 0%| F| |TAMS 0x0000000712000000, 0x0000000712000000| Untracked
225
+ | 42|0x0000000712200000, 0x0000000712200000, 0x0000000712400000| 0%| F| |TAMS 0x0000000712200000, 0x0000000712200000| Untracked
226
+ | 43|0x0000000712400000, 0x0000000712400000, 0x0000000712600000| 0%| F| |TAMS 0x0000000712400000, 0x0000000712400000| Untracked
227
+ | 44|0x0000000712600000, 0x0000000712600000, 0x0000000712800000| 0%| F| |TAMS 0x0000000712600000, 0x0000000712600000| Untracked
228
+ | 45|0x0000000712800000, 0x0000000712800000, 0x0000000712a00000| 0%| F| |TAMS 0x0000000712800000, 0x0000000712800000| Untracked
229
+ | 46|0x0000000712a00000, 0x0000000712a00000, 0x0000000712c00000| 0%| F| |TAMS 0x0000000712a00000, 0x0000000712a00000| Untracked
230
+ | 47|0x0000000712c00000, 0x0000000712c00000, 0x0000000712e00000| 0%| F| |TAMS 0x0000000712c00000, 0x0000000712c00000| Untracked
231
+ | 48|0x0000000712e00000, 0x0000000712e00000, 0x0000000713000000| 0%| F| |TAMS 0x0000000712e00000, 0x0000000712e00000| Untracked
232
+ | 49|0x0000000713000000, 0x0000000713000000, 0x0000000713200000| 0%| F| |TAMS 0x0000000713000000, 0x0000000713000000| Untracked
233
+ | 50|0x0000000713200000, 0x0000000713200000, 0x0000000713400000| 0%| F| |TAMS 0x0000000713200000, 0x0000000713200000| Untracked
234
+ | 51|0x0000000713400000, 0x0000000713400000, 0x0000000713600000| 0%| F| |TAMS 0x0000000713400000, 0x0000000713400000| Untracked
235
+ | 52|0x0000000713600000, 0x0000000713600000, 0x0000000713800000| 0%| F| |TAMS 0x0000000713600000, 0x0000000713600000| Untracked
236
+ | 53|0x0000000713800000, 0x0000000713800000, 0x0000000713a00000| 0%| F| |TAMS 0x0000000713800000, 0x0000000713800000| Untracked
237
+ | 54|0x0000000713a00000, 0x0000000713a00000, 0x0000000713c00000| 0%| F| |TAMS 0x0000000713a00000, 0x0000000713a00000| Untracked
238
+ | 55|0x0000000713c00000, 0x0000000713c00000, 0x0000000713e00000| 0%| F| |TAMS 0x0000000713c00000, 0x0000000713c00000| Untracked
239
+ | 56|0x0000000713e00000, 0x0000000713e00000, 0x0000000714000000| 0%| F| |TAMS 0x0000000713e00000, 0x0000000713e00000| Untracked
240
+ | 57|0x0000000714000000, 0x0000000714000000, 0x0000000714200000| 0%| F| |TAMS 0x0000000714000000, 0x0000000714000000| Untracked
241
+ | 58|0x0000000714200000, 0x0000000714200000, 0x0000000714400000| 0%| F| |TAMS 0x0000000714200000, 0x0000000714200000| Untracked
242
+ | 59|0x0000000714400000, 0x0000000714400000, 0x0000000714600000| 0%| F| |TAMS 0x0000000714400000, 0x0000000714400000| Untracked
243
+ | 60|0x0000000714600000, 0x0000000714600000, 0x0000000714800000| 0%| F| |TAMS 0x0000000714600000, 0x0000000714600000| Untracked
244
+ | 61|0x0000000714800000, 0x0000000714800000, 0x0000000714a00000| 0%| F| |TAMS 0x0000000714800000, 0x0000000714800000| Untracked
245
+ | 62|0x0000000714a00000, 0x0000000714a00000, 0x0000000714c00000| 0%| F| |TAMS 0x0000000714a00000, 0x0000000714a00000| Untracked
246
+ | 63|0x0000000714c00000, 0x0000000714c00000, 0x0000000714e00000| 0%| F| |TAMS 0x0000000714c00000, 0x0000000714c00000| Untracked
247
+ | 64|0x0000000714e00000, 0x0000000714e00000, 0x0000000715000000| 0%| F| |TAMS 0x0000000714e00000, 0x0000000714e00000| Untracked
248
+ | 65|0x0000000715000000, 0x0000000715000000, 0x0000000715200000| 0%| F| |TAMS 0x0000000715000000, 0x0000000715000000| Untracked
249
+ | 66|0x0000000715200000, 0x0000000715200000, 0x0000000715400000| 0%| F| |TAMS 0x0000000715200000, 0x0000000715200000| Untracked
250
+ | 67|0x0000000715400000, 0x0000000715400000, 0x0000000715600000| 0%| F| |TAMS 0x0000000715400000, 0x0000000715400000| Untracked
251
+ | 68|0x0000000715600000, 0x0000000715600000, 0x0000000715800000| 0%| F| |TAMS 0x0000000715600000, 0x0000000715600000| Untracked
252
+ | 69|0x0000000715800000, 0x0000000715800000, 0x0000000715a00000| 0%| F| |TAMS 0x0000000715800000, 0x0000000715800000| Untracked
253
+ | 70|0x0000000715a00000, 0x0000000715a00000, 0x0000000715c00000| 0%| F| |TAMS 0x0000000715a00000, 0x0000000715a00000| Untracked
254
+ | 71|0x0000000715c00000, 0x0000000715c00000, 0x0000000715e00000| 0%| F| |TAMS 0x0000000715c00000, 0x0000000715c00000| Untracked
255
+ | 72|0x0000000715e00000, 0x0000000715e00000, 0x0000000716000000| 0%| F| |TAMS 0x0000000715e00000, 0x0000000715e00000| Untracked
256
+ | 73|0x0000000716000000, 0x0000000716000000, 0x0000000716200000| 0%| F| |TAMS 0x0000000716000000, 0x0000000716000000| Untracked
257
+ | 74|0x0000000716200000, 0x0000000716200000, 0x0000000716400000| 0%| F| |TAMS 0x0000000716200000, 0x0000000716200000| Untracked
258
+ | 75|0x0000000716400000, 0x0000000716400000, 0x0000000716600000| 0%| F| |TAMS 0x0000000716400000, 0x0000000716400000| Untracked
259
+ | 76|0x0000000716600000, 0x0000000716600000, 0x0000000716800000| 0%| F| |TAMS 0x0000000716600000, 0x0000000716600000| Untracked
260
+ | 77|0x0000000716800000, 0x0000000716800000, 0x0000000716a00000| 0%| F| |TAMS 0x0000000716800000, 0x0000000716800000| Untracked
261
+ | 78|0x0000000716a00000, 0x0000000716a00000, 0x0000000716c00000| 0%| F| |TAMS 0x0000000716a00000, 0x0000000716a00000| Untracked
262
+ | 79|0x0000000716c00000, 0x0000000716c00000, 0x0000000716e00000| 0%| F| |TAMS 0x0000000716c00000, 0x0000000716c00000| Untracked
263
+ | 80|0x0000000716e00000, 0x0000000716e00000, 0x0000000717000000| 0%| F| |TAMS 0x0000000716e00000, 0x0000000716e00000| Untracked
264
+ | 81|0x0000000717000000, 0x0000000717000000, 0x0000000717200000| 0%| F| |TAMS 0x0000000717000000, 0x0000000717000000| Untracked
265
+ | 82|0x0000000717200000, 0x0000000717200000, 0x0000000717400000| 0%| F| |TAMS 0x0000000717200000, 0x0000000717200000| Untracked
266
+ | 83|0x0000000717400000, 0x0000000717400000, 0x0000000717600000| 0%| F| |TAMS 0x0000000717400000, 0x0000000717400000| Untracked
267
+ | 84|0x0000000717600000, 0x0000000717600000, 0x0000000717800000| 0%| F| |TAMS 0x0000000717600000, 0x0000000717600000| Untracked
268
+ | 85|0x0000000717800000, 0x0000000717800000, 0x0000000717a00000| 0%| F| |TAMS 0x0000000717800000, 0x0000000717800000| Untracked
269
+ | 86|0x0000000717a00000, 0x0000000717a00000, 0x0000000717c00000| 0%| F| |TAMS 0x0000000717a00000, 0x0000000717a00000| Untracked
270
+ | 87|0x0000000717c00000, 0x0000000717c00000, 0x0000000717e00000| 0%| F| |TAMS 0x0000000717c00000, 0x0000000717c00000| Untracked
271
+ | 88|0x0000000717e00000, 0x0000000717e00000, 0x0000000718000000| 0%| F| |TAMS 0x0000000717e00000, 0x0000000717e00000| Untracked
272
+ | 89|0x0000000718000000, 0x0000000718000000, 0x0000000718200000| 0%| F| |TAMS 0x0000000718000000, 0x0000000718000000| Untracked
273
+ | 90|0x0000000718200000, 0x0000000718200000, 0x0000000718400000| 0%| F| |TAMS 0x0000000718200000, 0x0000000718200000| Untracked
274
+ | 91|0x0000000718400000, 0x0000000718400000, 0x0000000718600000| 0%| F| |TAMS 0x0000000718400000, 0x0000000718400000| Untracked
275
+ | 92|0x0000000718600000, 0x0000000718600000, 0x0000000718800000| 0%| F| |TAMS 0x0000000718600000, 0x0000000718600000| Untracked
276
+ | 93|0x0000000718800000, 0x0000000718800000, 0x0000000718a00000| 0%| F| |TAMS 0x0000000718800000, 0x0000000718800000| Untracked
277
+ | 94|0x0000000718a00000, 0x0000000718a00000, 0x0000000718c00000| 0%| F| |TAMS 0x0000000718a00000, 0x0000000718a00000| Untracked
278
+ | 95|0x0000000718c00000, 0x0000000718c00000, 0x0000000718e00000| 0%| F| |TAMS 0x0000000718c00000, 0x0000000718c00000| Untracked
279
+ | 96|0x0000000718e00000, 0x0000000718e00000, 0x0000000719000000| 0%| F| |TAMS 0x0000000718e00000, 0x0000000718e00000| Untracked
280
+ | 97|0x0000000719000000, 0x0000000719000000, 0x0000000719200000| 0%| F| |TAMS 0x0000000719000000, 0x0000000719000000| Untracked
281
+ | 98|0x0000000719200000, 0x0000000719200000, 0x0000000719400000| 0%| F| |TAMS 0x0000000719200000, 0x0000000719200000| Untracked
282
+ | 99|0x0000000719400000, 0x0000000719400000, 0x0000000719600000| 0%| F| |TAMS 0x0000000719400000, 0x0000000719400000| Untracked
283
+ | 100|0x0000000719600000, 0x0000000719600000, 0x0000000719800000| 0%| F| |TAMS 0x0000000719600000, 0x0000000719600000| Untracked
284
+ | 101|0x0000000719800000, 0x0000000719800000, 0x0000000719a00000| 0%| F| |TAMS 0x0000000719800000, 0x0000000719800000| Untracked
285
+ | 102|0x0000000719a00000, 0x0000000719a00000, 0x0000000719c00000| 0%| F| |TAMS 0x0000000719a00000, 0x0000000719a00000| Untracked
286
+ | 103|0x0000000719c00000, 0x0000000719c00000, 0x0000000719e00000| 0%| F| |TAMS 0x0000000719c00000, 0x0000000719c00000| Untracked
287
+ | 104|0x0000000719e00000, 0x0000000719e00000, 0x000000071a000000| 0%| F| |TAMS 0x0000000719e00000, 0x0000000719e00000| Untracked
288
+ | 105|0x000000071a000000, 0x000000071a000000, 0x000000071a200000| 0%| F| |TAMS 0x000000071a000000, 0x000000071a000000| Untracked
289
+ | 106|0x000000071a200000, 0x000000071a200000, 0x000000071a400000| 0%| F| |TAMS 0x000000071a200000, 0x000000071a200000| Untracked
290
+ | 107|0x000000071a400000, 0x000000071a400000, 0x000000071a600000| 0%| F| |TAMS 0x000000071a400000, 0x000000071a400000| Untracked
291
+ | 108|0x000000071a600000, 0x000000071a600000, 0x000000071a800000| 0%| F| |TAMS 0x000000071a600000, 0x000000071a600000| Untracked
292
+ | 109|0x000000071a800000, 0x000000071a800000, 0x000000071aa00000| 0%| F| |TAMS 0x000000071a800000, 0x000000071a800000| Untracked
293
+ | 110|0x000000071aa00000, 0x000000071aa00000, 0x000000071ac00000| 0%| F| |TAMS 0x000000071aa00000, 0x000000071aa00000| Untracked
294
+ | 111|0x000000071ac00000, 0x000000071ac00000, 0x000000071ae00000| 0%| F| |TAMS 0x000000071ac00000, 0x000000071ac00000| Untracked
295
+ | 112|0x000000071ae00000, 0x000000071ae00000, 0x000000071b000000| 0%| F| |TAMS 0x000000071ae00000, 0x000000071ae00000| Untracked
296
+ | 113|0x000000071b000000, 0x000000071b000000, 0x000000071b200000| 0%| F| |TAMS 0x000000071b000000, 0x000000071b000000| Untracked
297
+ | 114|0x000000071b200000, 0x000000071b273ea0, 0x000000071b400000| 22%| E| |TAMS 0x000000071b200000, 0x000000071b200000| Complete
298
+ | 115|0x000000071b400000, 0x000000071b600000, 0x000000071b600000|100%| E|CS|TAMS 0x000000071b400000, 0x000000071b400000| Complete
299
+ | 116|0x000000071b600000, 0x000000071b800000, 0x000000071b800000|100%| E|CS|TAMS 0x000000071b600000, 0x000000071b600000| Complete
300
+ | 117|0x000000071b800000, 0x000000071ba00000, 0x000000071ba00000|100%| E|CS|TAMS 0x000000071b800000, 0x000000071b800000| Complete
301
+ | 118|0x000000071ba00000, 0x000000071bc00000, 0x000000071bc00000|100%| E|CS|TAMS 0x000000071ba00000, 0x000000071ba00000| Complete
302
+ | 119|0x000000071bc00000, 0x000000071be00000, 0x000000071be00000|100%| E|CS|TAMS 0x000000071bc00000, 0x000000071bc00000| Complete
303
+ | 120|0x000000071be00000, 0x000000071c000000, 0x000000071c000000|100%| E|CS|TAMS 0x000000071be00000, 0x000000071be00000| Complete
304
+ | 121|0x000000071c000000, 0x000000071c200000, 0x000000071c200000|100%| E|CS|TAMS 0x000000071c000000, 0x000000071c000000| Complete
305
+
306
+ Card table byte_map: [0x000002a8728f0000,0x000002a873090000] _byte_map_base: 0x000002a86f089000
307
+
308
+ Marking Bits (Prev, Next): (CMBitMap*) 0x000002a86e1cc170, (CMBitMap*) 0x000002a86e1cc1b0
309
+ Prev Bits: [0x000002a873830000, 0x000002a8774f8000)
310
+ Next Bits: [0x000002a877500000, 0x000002a87b1c8000)
311
+
312
+ Polling page: 0x000002a86c0d0000
313
+
314
+ Metaspace:
315
+
316
+ Usage:
317
+ Non-class: 13.24 MB used.
318
+ Class: 1.53 MB used.
319
+ Both: 14.77 MB used.
320
+
321
+ Virtual space:
322
+ Non-class space: 16.00 MB reserved, 13.31 MB ( 83%) committed, 2 nodes.
323
+ Class space: 1.00 GB reserved, 1.56 MB ( <1%) committed, 1 nodes.
324
+ Both: 1.02 GB reserved, 14.88 MB ( 1%) committed.
325
+
326
+ Chunk freelists:
327
+ Non-Class: 2.59 MB
328
+ Class: 2.25 MB
329
+ Both: 4.84 MB
330
+
331
+ MaxMetaspaceSize: unlimited
332
+ CompressedClassSpaceSize: 1.00 GB
333
+ Initial GC threshold: 21.00 MB
334
+ Current GC threshold: 21.00 MB
335
+ CDS: off
336
+ MetaspaceReclaimPolicy: balanced
337
+ - commit_granule_bytes: 65536.
338
+ - commit_granule_words: 8192.
339
+ - virtual_space_node_default_size: 1048576.
340
+ - enlarge_chunks_in_place: 1.
341
+ - new_chunks_are_fully_committed: 0.
342
+ - uncommit_free_chunks: 1.
343
+ - use_allocation_guard: 0.
344
+ - handle_deallocations: 1.
345
+
346
+
347
+ Internal statistics:
348
+
349
+ num_allocs_failed_limit: 0.
350
+ num_arena_births: 120.
351
+ num_arena_deaths: 0.
352
+ num_vsnodes_births: 3.
353
+ num_vsnodes_deaths: 0.
354
+ num_space_committed: 238.
355
+ num_space_uncommitted: 0.
356
+ num_chunks_returned_to_freelist: 0.
357
+ num_chunks_taken_from_freelist: 248.
358
+ num_chunk_merges: 0.
359
+ num_chunk_splits: 140.
360
+ num_chunks_enlarged: 88.
361
+ num_purges: 0.
362
+ num_inconsistent_stats: 0.
363
+
364
+ CodeHeap 'non-profiled nmethods': size=119168Kb used=287Kb max_used=287Kb free=118880Kb
365
+ bounds [0x000002a807ba0000, 0x000002a807e10000, 0x000002a80f000000]
366
+ CodeHeap 'profiled nmethods': size=119104Kb used=1782Kb max_used=1782Kb free=117321Kb
367
+ bounds [0x000002a800000000, 0x000002a800270000, 0x000002a807450000]
368
+ CodeHeap 'non-nmethods': size=7488Kb used=2870Kb max_used=2886Kb free=4617Kb
369
+ bounds [0x000002a807450000, 0x000002a807730000, 0x000002a807ba0000]
370
+ total_blobs=1528 nmethods=1049 adapters=389
371
+ compilation: enabled
372
+ stopped_count=0, restarted_count=0
373
+ full_count=0
374
+
375
+ Compilation events (20 events):
376
+ Event: 1.337 Thread 0x000002a87eff6de0 1041 3 sun.security.util.math.intpoly.IntegerPolynomial$MutableElement::setSquare (5 bytes)
377
+ Event: 1.337 Thread 0x000002a87f54bea0 1042 3 sun.security.util.math.intpoly.IntegerPolynomial$MutableElement::setSquare (22 bytes)
378
+ Event: 1.337 Thread 0x000002a87ee94770 nmethod 1034 0x000002a8001b9590 code [0x000002a8001b9760, 0x000002a8001ba4a8]
379
+ Event: 1.337 Thread 0x000002a87eca3340 nmethod 1040 0x000002a8001ba810 code [0x000002a8001ba9a0, 0x000002a8001baae8]
380
+ Event: 1.337 Thread 0x000002a87ee94770 1043 3 sun.security.util.math.intpoly.IntegerPolynomial25519::square (613 bytes)
381
+ Event: 1.337 Thread 0x000002a87f54bea0 nmethod 1042 0x000002a8001bab90 code [0x000002a8001bad40, 0x000002a8001baf48]
382
+ Event: 1.337 Thread 0x000002a87eff6de0 nmethod 1041 0x000002a8001bb010 code [0x000002a8001bb1c0, 0x000002a8001bb428]
383
+ Event: 1.337 Thread 0x000002a87eff6de0 1044 3 sun.security.util.math.intpoly.IntegerPolynomial::conditionalSwap (57 bytes)
384
+ Event: 1.337 Thread 0x000002a87eff6de0 nmethod 1044 0x000002a8001bb510 code [0x000002a8001bb6c0, 0x000002a8001bb8b8]
385
+ Event: 1.337 Thread 0x000002a87ee94770 nmethod 1043 0x000002a8001bba10 code [0x000002a8001bbbc0, 0x000002a8001bc448]
386
+ Event: 1.337 Thread 0x000002a87eff6de0 1045 3 sun.security.ec.XECOperations::cswap (9 bytes)
387
+ Event: 1.337 Thread 0x000002a87f54bea0 1046 3 sun.security.util.math.intpoly.IntegerPolynomial$MutableElement::conditionalSwapWith (38 bytes)
388
+ Event: 1.337 Thread 0x000002a87eff6de0 nmethod 1045 0x000002a8001bc690 code [0x000002a8001bc840, 0x000002a8001bc9c8]
389
+ Event: 1.337 Thread 0x000002a87eca2990 1047 4 sun.security.util.math.intpoly.IntegerPolynomial25519::carryReduce (639 bytes)
390
+ Event: 1.337 Thread 0x000002a87f54bea0 nmethod 1046 0x000002a8001bcb10 code [0x000002a8001bccc0, 0x000002a8001bcf28]
391
+ Event: 1.337 Thread 0x000002a87f54bea0 1048 3 sun.security.util.math.intpoly.IntegerPolynomial::multByInt (30 bytes)
392
+ Event: 1.338 Thread 0x000002a87f54bea0 nmethod 1048 0x000002a8001bd010 code [0x000002a8001bd1c0, 0x000002a8001bd448]
393
+ Event: 1.338 Thread 0x000002a87f54bea0 1049 3 java.math.BigInteger::testBit (38 bytes)
394
+ Event: 1.338 Thread 0x000002a87f54bea0 nmethod 1049 0x000002a8001bd590 code [0x000002a8001bd740, 0x000002a8001bd9f8]
395
+ Event: 1.339 Thread 0x000002a87eca2990 nmethod 1047 0x000002a807be7790 code [0x000002a807be7900, 0x000002a807be7cd8]
396
+
397
+ GC Heap History (0 events):
398
+ No events
399
+
400
+ Dll operation events (1 events):
401
+ Event: 0.013 Loaded shared library F:\WebStorm 2022.3.1\jbr\bin\java.dll
402
+
403
+ Deoptimization events (20 events):
404
+ Event: 0.829 Thread 0x000002a86e160a90 Uncommon trap: trap_request=0xffffff45 fr.pc=0x000002a807bc42b8 relative=0x0000000000000038
405
+ Event: 0.829 Thread 0x000002a86e160a90 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000002a807bc42b8 method=jdk.internal.misc.Unsafe.convEndian(ZI)I @ 4 c2
406
+ Event: 0.829 Thread 0x000002a86e160a90 DEOPT PACKING pc=0x000002a807bc42b8 sp=0x000000c3f41fde00
407
+ Event: 0.830 Thread 0x000002a86e160a90 DEOPT UNPACKING pc=0x000002a8074a69a3 sp=0x000000c3f41fdd98 mode 2
408
+ Event: 1.103 Thread 0x000002a86e160a90 DEOPT PACKING pc=0x000002a800017fe7 sp=0x000000c3f41fe660
409
+ Event: 1.103 Thread 0x000002a86e160a90 DEOPT UNPACKING pc=0x000002a8074a7143 sp=0x000000c3f41fda80 mode 0
410
+ Event: 1.135 Thread 0x000002a86e160a90 Uncommon trap: trap_request=0xffffff45 fr.pc=0x000002a807bb7074 relative=0x00000000000003d4
411
+ Event: 1.135 Thread 0x000002a86e160a90 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000002a807bb7074 method=java.lang.StringLatin1.newString([BII)Ljava/lang/String; @ 1 c2
412
+ Event: 1.135 Thread 0x000002a86e160a90 DEOPT PACKING pc=0x000002a807bb7074 sp=0x000000c3f41fe660
413
+ Event: 1.135 Thread 0x000002a86e160a90 DEOPT UNPACKING pc=0x000002a8074a69a3 sp=0x000000c3f41fe628 mode 2
414
+ Event: 1.187 Thread 0x000002a86e160a90 Uncommon trap: trap_request=0xffffff45 fr.pc=0x000002a807bd242c relative=0x000000000000018c
415
+ Event: 1.187 Thread 0x000002a86e160a90 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000002a807bd242c method=java.lang.invoke.VarHandle.checkExactAccessMode(Ljava/lang/invoke/VarHandle$AccessDescriptor;)V @ 4 c2
416
+ Event: 1.187 Thread 0x000002a86e160a90 DEOPT PACKING pc=0x000002a807bd242c sp=0x000000c3f41fee40
417
+ Event: 1.187 Thread 0x000002a86e160a90 DEOPT UNPACKING pc=0x000002a8074a69a3 sp=0x000000c3f41fee20 mode 2
418
+ Event: 1.211 Thread 0x000002a86e160a90 DEOPT PACKING pc=0x000002a800017fe7 sp=0x000000c3f41fa280
419
+ Event: 1.211 Thread 0x000002a86e160a90 DEOPT UNPACKING pc=0x000002a8074a7143 sp=0x000000c3f41f96a0 mode 0
420
+ Event: 1.289 Thread 0x000002a87f766240 Uncommon trap: trap_request=0xffffff45 fr.pc=0x000002a807bc23c4 relative=0x0000000000000184
421
+ Event: 1.289 Thread 0x000002a87f766240 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000002a807bc23c4 method=java.lang.invoke.VarHandle.checkExactAccessMode(Ljava/lang/invoke/VarHandle$AccessDescriptor;)V @ 4 c2
422
+ Event: 1.289 Thread 0x000002a87f766240 DEOPT PACKING pc=0x000002a807bc23c4 sp=0x000000c3f57ff350
423
+ Event: 1.289 Thread 0x000002a87f766240 DEOPT UNPACKING pc=0x000002a8074a69a3 sp=0x000000c3f57ff290 mode 2
424
+
425
+ Classes unloaded (0 events):
426
+ No events
427
+
428
+ Classes redefined (0 events):
429
+ No events
430
+
431
+ Internal exceptions (20 events):
432
+ Event: 0.541 Thread 0x000002a86e160a90 Exception <a 'java/lang/NoSuchMethodError'{0x000000071bc405b8}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, java.lang.Object)'> (0x000000071bc405b8)
433
+ thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 771]
434
+ Event: 0.542 Thread 0x000002a86e160a90 Exception <a 'java/lang/NoSuchMethodError'{0x000000071bc46eb0}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, java.lang.Object)'> (0x000000071bc46eb0)
435
+ thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 771]
436
+ Event: 0.572 Thread 0x000002a86e160a90 Exception <a 'java/lang/NoSuchMethodError'{0x000000071bd9dbe0}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, int, int, int, int)'> (0x000000071bd9dbe0)
437
+ thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 771]
438
+ Event: 0.817 Thread 0x000002a86e160a90 Exception <a 'java/lang/NoSuchMethodError'{0x000000071bb2f870}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, java.lang.Object, int, int, int, int)'> (0x000000071bb2f870)
439
+ thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 771]
440
+ Event: 0.849 Thread 0x000002a86e160a90 Exception <a 'java/lang/NoSuchMethodError'{0x000000071bb98450}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, java.lang.Object, int)'> (0x000000071bb98450)
441
+ thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 771]
442
+ Event: 0.850 Thread 0x000002a86e160a90 Exception <a 'java/lang/NoSuchMethodError'{0x000000071bb9bbc8}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, java.lang.Object, int)'> (0x000000071bb9bbc8)
443
+ thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 771]
444
+ Event: 0.851 Thread 0x000002a86e160a90 Exception <a 'java/lang/NoSuchMethodError'{0x000000071bba1f78}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.newInvokeSpecial(java.lang.Object, java.lang.Object, int)'> (0x000000071bba1f78)
445
+ thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 771]
446
+ Event: 0.864 Thread 0x000002a86e160a90 Exception <a 'java/lang/NoSuchMethodError'{0x000000071bbb15e0}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, java.lang.Object, java.lang.Object)'> (0x000000071bbb15e0)
447
+ thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 771]
448
+ Event: 0.870 Thread 0x000002a86e160a90 Exception <a 'java/lang/NoSuchMethodError'{0x000000071bbc17c0}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object)'> (0x000000071bbc17c0)
449
+ thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 771]
450
+ Event: 0.872 Thread 0x000002a86e160a90 Exception <a 'java/lang/NoSuchMethodError'{0x000000071bbc9ba0}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeSpecialIFC(java.lang.Object, java.lang.Object, java.lang.Object)'> (0x000000071bbc9ba0)
451
+ thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 771]
452
+ Event: 0.996 Thread 0x000002a86e160a90 Exception <a 'java/lang/NoSuchMethodError'{0x000000071b856790}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object)'> (0x000000071b856790)
453
+ thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 771]
454
+ Event: 1.152 Thread 0x000002a86e160a90 Exception <a 'java/lang/NoSuchMethodError'{0x000000071b9a0020}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.newInvokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x000000071b9a0020)
455
+ thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 771]
456
+ Event: 1.244 Thread 0x000002a86e160a90 Exception <a 'java/lang/NoSuchMethodError'{0x000000071b75cb38}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, int)'> (0x000000071b75cb38)
457
+ thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 771]
458
+ Event: 1.245 Thread 0x000002a86e160a90 Exception <a 'java/lang/NoSuchMethodError'{0x000000071b760700}: 'java.lang.Object java.lang.invoke.Invokers$Holder.linkToTargetMethod(java.lang.Object, java.lang.Object, int, java.lang.Object)'> (0x000000071b760700)
459
+ thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 771]
460
+ Event: 1.276 Thread 0x000002a86e160a90 Exception <a 'java/lang/NoSuchMethodError'{0x000000071b7c0cb8}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object)'> (0x000000071b7c0cb8)
461
+ thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 771]
462
+ Event: 1.291 Thread 0x000002a87f766240 Exception <a 'java/lang/NoSuchMethodError'{0x000000071b9f0560}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, java.lang.Object, int)'> (0x000000071b9f0560)
463
+ thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 771]
464
+ Event: 1.291 Thread 0x000002a86e160a90 Exception <a 'java/lang/NoSuchMethodError'{0x000000071b447ba0}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x000000071b447ba0)
465
+ thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 771]
466
+ Event: 1.298 Thread 0x000002a87f7f5370 Exception <a 'java/lang/NoSuchMethodError'{0x000000071b506b38}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeInterface(java.lang.Object, java.lang.Object, java.lang.Object)'> (0x000000071b506b38)
467
+ thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 771]
468
+ Event: 1.300 Thread 0x000002a87f7f5370 Exception <a 'java/lang/NoSuchMethodError'{0x000000071b51d020}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, int, int)'> (0x000000071b51d020)
469
+ thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 771]
470
+ Event: 1.306 Thread 0x000002a87f7f5370 Exception <a 'java/lang/NoSuchMethodError'{0x000000071b55fd40}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(java.lang.Object, java.lang.Object)'> (0x000000071b55fd40)
471
+ thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 771]
472
+
473
+ VM Operations (8 events):
474
+ Event: 0.308 Executing VM operation: HandshakeAllThreads
475
+ Event: 0.308 Executing VM operation: HandshakeAllThreads done
476
+ Event: 0.354 Executing VM operation: HandshakeAllThreads
477
+ Event: 0.354 Executing VM operation: HandshakeAllThreads done
478
+ Event: 0.583 Executing VM operation: HandshakeAllThreads
479
+ Event: 0.583 Executing VM operation: HandshakeAllThreads done
480
+ Event: 1.001 Executing VM operation: HandshakeAllThreads
481
+ Event: 1.001 Executing VM operation: HandshakeAllThreads done
482
+
483
+ Events (20 events):
484
+ Event: 1.338 loading class java/security/interfaces/XECKey
485
+ Event: 1.338 loading class java/security/interfaces/XECKey done
486
+ Event: 1.338 loading class java/security/interfaces/XECPublicKey done
487
+ Event: 1.339 loading class sun/security/x509/X509Key
488
+ Event: 1.339 loading class sun/security/x509/X509Key done
489
+ Event: 1.339 loading class sun/security/util/BitArray
490
+ Event: 1.339 loading class sun/security/util/BitArray done
491
+ Event: 1.339 loading class java/security/interfaces/XECPrivateKey
492
+ Event: 1.339 loading class java/security/interfaces/XECPrivateKey done
493
+ Event: 1.339 loading class sun/security/pkcs/PKCS8Key
494
+ Event: 1.339 loading class sun/security/pkcs/PKCS8Key done
495
+ Event: 1.341 loading class sun/security/util/DerValue
496
+ Event: 1.342 loading class sun/security/util/DerValue done
497
+ Event: 1.342 loading class sun/security/util/DerInputStream
498
+ Event: 1.342 loading class sun/security/util/DerInputStream done
499
+ Event: 1.342 loading class sun/security/ssl/XDHKeyExchange$1
500
+ Event: 1.342 loading class sun/security/ssl/XDHKeyExchange$1 done
501
+ Event: 1.342 loading class sun/security/ssl/KeyShareExtension$KeyShareEntry
502
+ Event: 1.343 loading class sun/security/ssl/KeyShareExtension$KeyShareEntry done
503
+ Event: 1.343 loading class sun/security/ssl/ECDHKeyExchange$ECDHEPossession
504
+
505
+
506
+ Dynamic libraries:
507
+ 0x00007ff671580000 - 0x00007ff67158a000 F:\WebStorm 2022.3.1\jbr\bin\java.exe
508
+ 0x00007ffaebab0000 - 0x00007ffaebcc4000 C:\Windows\SYSTEM32\ntdll.dll
509
+ 0x00007ffaeac30000 - 0x00007ffaeacf3000 C:\Windows\System32\KERNEL32.DLL
510
+ 0x00007ffae9520000 - 0x00007ffae98bc000 C:\Windows\System32\KERNELBASE.dll
511
+ 0x00007ffae93d0000 - 0x00007ffae94e1000 C:\Windows\System32\ucrtbase.dll
512
+ 0x00007ffad3630000 - 0x00007ffad364b000 F:\WebStorm 2022.3.1\jbr\bin\VCRUNTIME140.dll
513
+ 0x00007ffac8080000 - 0x00007ffac8097000 F:\WebStorm 2022.3.1\jbr\bin\jli.dll
514
+ 0x00007ffaeae90000 - 0x00007ffaeb03d000 C:\Windows\System32\USER32.dll
515
+ 0x00007ffae94f0000 - 0x00007ffae9516000 C:\Windows\System32\win32u.dll
516
+ 0x00007ffaea610000 - 0x00007ffaea639000 C:\Windows\System32\GDI32.dll
517
+ 0x00007ffad5460000 - 0x00007ffad56ee000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22621.608_none_a9444ca7c10bb01d\COMCTL32.dll
518
+ 0x00007ffae9240000 - 0x00007ffae9353000 C:\Windows\System32\gdi32full.dll
519
+ 0x00007ffae9060000 - 0x00007ffae90fa000 C:\Windows\System32\msvcp_win.dll
520
+ 0x00007ffaea510000 - 0x00007ffaea5b7000 C:\Windows\System32\msvcrt.dll
521
+ 0x00007ffaea4d0000 - 0x00007ffaea501000 C:\Windows\System32\IMM32.DLL
522
+ 0x00007ffae4810000 - 0x00007ffae481c000 F:\WebStorm 2022.3.1\jbr\bin\vcruntime140_1.dll
523
+ 0x00007ffaae8e0000 - 0x00007ffaae96d000 F:\WebStorm 2022.3.1\jbr\bin\msvcp140.dll
524
+ 0x00007ffa75750000 - 0x00007ffa763bd000 F:\WebStorm 2022.3.1\jbr\bin\server\jvm.dll
525
+ 0x00007ffae98c0000 - 0x00007ffae996e000 C:\Windows\System32\ADVAPI32.dll
526
+ 0x00007ffaeab80000 - 0x00007ffaeac24000 C:\Windows\System32\sechost.dll
527
+ 0x00007ffae9970000 - 0x00007ffae9a85000 C:\Windows\System32\RPCRT4.dll
528
+ 0x00007ffae0b90000 - 0x00007ffae0bc4000 C:\Windows\SYSTEM32\WINMM.dll
529
+ 0x00007fface110000 - 0x00007fface119000 C:\Windows\SYSTEM32\WSOCK32.dll
530
+ 0x00007ffadf2b0000 - 0x00007ffadf2ba000 C:\Windows\SYSTEM32\VERSION.dll
531
+ 0x00007ffaeb9f0000 - 0x00007ffaeba61000 C:\Windows\System32\WS2_32.dll
532
+ 0x00007ffae8000000 - 0x00007ffae8018000 C:\Windows\SYSTEM32\kernel.appcore.dll
533
+ 0x00007ffad12b0000 - 0x00007ffad12ba000 F:\WebStorm 2022.3.1\jbr\bin\jimage.dll
534
+ 0x00007ffadbca0000 - 0x00007ffadbece000 C:\Windows\SYSTEM32\DBGHELP.DLL
535
+ 0x00007ffaea660000 - 0x00007ffaea9e9000 C:\Windows\System32\combase.dll
536
+ 0x00007ffaeb910000 - 0x00007ffaeb9e7000 C:\Windows\System32\OLEAUT32.dll
537
+ 0x00007ffaccba0000 - 0x00007ffaccbd2000 C:\Windows\SYSTEM32\dbgcore.DLL
538
+ 0x00007ffae9100000 - 0x00007ffae917b000 C:\Windows\System32\bcryptPrimitives.dll
539
+ 0x00007ffac4970000 - 0x00007ffac4995000 F:\WebStorm 2022.3.1\jbr\bin\java.dll
540
+ 0x00007ffac4910000 - 0x00007ffac4928000 F:\WebStorm 2022.3.1\jbr\bin\zip.dll
541
+ 0x00007ffae9b40000 - 0x00007ffaea330000 C:\Windows\System32\SHELL32.dll
542
+ 0x00007ffae6ec0000 - 0x00007ffae778e000 C:\Windows\SYSTEM32\windows.storage.dll
543
+ 0x00007ffae6d80000 - 0x00007ffae6ebe000 C:\Windows\SYSTEM32\wintypes.dll
544
+ 0x00007ffaeaa80000 - 0x00007ffaeab71000 C:\Windows\System32\SHCORE.dll
545
+ 0x00007ffaeae30000 - 0x00007ffaeae8e000 C:\Windows\System32\shlwapi.dll
546
+ 0x00007ffae8e20000 - 0x00007ffae8e41000 C:\Windows\SYSTEM32\profapi.dll
547
+ 0x00007ffab0530000 - 0x00007ffab0549000 F:\WebStorm 2022.3.1\jbr\bin\net.dll
548
+ 0x00007ffae3350000 - 0x00007ffae347f000 C:\Windows\SYSTEM32\WINHTTP.dll
549
+ 0x00007ffac8150000 - 0x00007ffac8193000 C:\Windows\Netease\Booster\udp_connect_lsp64.dll
550
+ 0x00007ffae8480000 - 0x00007ffae84e9000 C:\Windows\system32\mswsock.dll
551
+ 0x00007ffaaff30000 - 0x00007ffaaff46000 F:\WebStorm 2022.3.1\jbr\bin\nio.dll
552
+ 0x00007ffac4cc0000 - 0x00007ffac4cce000 F:\WebStorm 2022.3.1\jbr\bin\sunmscapi.dll
553
+ 0x00007ffae8ef0000 - 0x00007ffae9056000 C:\Windows\System32\CRYPT32.dll
554
+ 0x00007ffae8890000 - 0x00007ffae88bd000 C:\Windows\SYSTEM32\ncrypt.dll
555
+ 0x00007ffae8850000 - 0x00007ffae8887000 C:\Windows\SYSTEM32\NTASN1.dll
556
+ 0x00007ffae8700000 - 0x00007ffae871b000 C:\Windows\SYSTEM32\CRYPTSP.dll
557
+ 0x00007ffae7f70000 - 0x00007ffae7fa5000 C:\Windows\system32\rsaenh.dll
558
+ 0x00007ffae85a0000 - 0x00007ffae85c8000 C:\Windows\SYSTEM32\USERENV.dll
559
+ 0x00007ffae88c0000 - 0x00007ffae88e8000 C:\Windows\SYSTEM32\bcrypt.dll
560
+ 0x00007ffae8720000 - 0x00007ffae872c000 C:\Windows\SYSTEM32\CRYPTBASE.dll
561
+ 0x00007ffae7a40000 - 0x00007ffae7a6d000 C:\Windows\SYSTEM32\IPHLPAPI.DLL
562
+ 0x00007ffaeaa70000 - 0x00007ffaeaa79000 C:\Windows\System32\NSI.dll
563
+ 0x00007ffae0df0000 - 0x00007ffae0e09000 C:\Windows\SYSTEM32\dhcpcsvc6.DLL
564
+ 0x00007ffae0be0000 - 0x00007ffae0bff000 C:\Windows\SYSTEM32\dhcpcsvc.DLL
565
+ 0x00007ffae7a70000 - 0x00007ffae7b63000 C:\Windows\SYSTEM32\DNSAPI.dll
566
+ 0x00007ffac48c0000 - 0x00007ffac48c8000 C:\Windows\system32\wshunix.dll
567
+
568
+ dbghelp: loaded successfully - version: 4.0.5 - missing functions: none
569
+ symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;F:\WebStorm 2022.3.1\jbr\bin;C:\Windows\SYSTEM32;C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22621.608_none_a9444ca7c10bb01d;F:\WebStorm 2022.3.1\jbr\bin\server;C:\Windows\Netease\Booster
570
+
571
+ VM Arguments:
572
+ java_command: git4idea.http.GitAskPassApp Username for 'http://coding.dowaycn.com':
573
+ java_class_path (initial): F:/WebStorm 2022.3.1/plugins/vcs-git/lib/git4idea-rt.jar;F:/WebStorm 2022.3.1/lib/externalProcess-rt.jar
574
+ Launcher Type: SUN_STANDARD
575
+
576
+ [Global flags]
577
+ intx CICompilerCount = 12 {product} {ergonomic}
578
+ uint ConcGCThreads = 3 {product} {ergonomic}
579
+ uint G1ConcRefinementThreads = 13 {product} {ergonomic}
580
+ size_t G1HeapRegionSize = 2097152 {product} {ergonomic}
581
+ uintx GCDrainStackTargetSize = 64 {product} {ergonomic}
582
+ size_t InitialHeapSize = 255852544 {product} {ergonomic}
583
+ size_t MarkStackSize = 4194304 {product} {ergonomic}
584
+ size_t MaxHeapSize = 4078960640 {product} {ergonomic}
585
+ size_t MaxNewSize = 2447376384 {product} {ergonomic}
586
+ size_t MinHeapDeltaBytes = 2097152 {product} {ergonomic}
587
+ size_t MinHeapSize = 8388608 {product} {ergonomic}
588
+ uintx NonNMethodCodeHeapSize = 7602480 {pd product} {ergonomic}
589
+ uintx NonProfiledCodeHeapSize = 122027880 {pd product} {ergonomic}
590
+ uintx ProfiledCodeHeapSize = 122027880 {pd product} {ergonomic}
591
+ uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic}
592
+ bool SegmentedCodeCache = true {product} {ergonomic}
593
+ size_t SoftMaxHeapSize = 4078960640 {manageable} {ergonomic}
594
+ bool UseCompressedClassPointers = true {product lp64_product} {ergonomic}
595
+ bool UseCompressedOops = true {product lp64_product} {ergonomic}
596
+ bool UseG1GC = true {product} {ergonomic}
597
+ bool UseLargePagesIndividualAllocation = false {pd product} {ergonomic}
598
+
599
+ Logging:
600
+ Log output configuration:
601
+ #0: stdout all=warning uptime,level,tags
602
+ #1: stderr all=off uptime,level,tags
603
+
604
+ Environment Variables:
605
+ JAVA_HOME=F:\java_jdk
606
+ CLASSPATH=.;F:\java_jdk\lib\dt.jar;F:\java_jdk\lib\tools.jar;
607
+ PATH=F:\Git\mingw64\libexec\git-core;F:\Git\mingw64\libexec\git-core;F:\Git\mingw64\bin;F:\Git\usr\bin;C:\Users\12103\bin;C:\Program Files\Common Files\Oracle\Java\javapath;F:\python\Scripts;F:\python;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\dotnet;F:\nvm;F:\nodejs;F:\Git\cmd;F:\xftp;F:\xshell;F:\java_jdk\bi;.;F:\java_jdk\jre\bi;.;F:\java_jdk\bin;F:\apache-maven-3.9.0\bin;C:\Program Files (x86)\ZeroTier\One;C:\Program Files\MySQL\MySQL Shell 8.0\bin;C:\Users\12103\AppData\Local\Microsoft\WindowsApps;F:\WebStorm 2022.3.1\bin;F:\nvm;F:\nodejs;F:\Microsoft VS Code\bin;F:\IntelliJ IDEA 2022.3.1\bin;F:\DataGrip 2022.3.3\bin;F:\PyCharm 2022.3.2\bin
608
+ USERNAME=12103
609
+ DISPLAY=:0.0
610
+ LC_ALL=en_US.UTF-8
611
+ TERM=xterm-256color
612
+ TMPDIR=C:\Users\12103\AppData\Local\Temp
613
+ OS=Windows_NT
614
+ PROCESSOR_IDENTIFIER=AMD64 Family 25 Model 68 Stepping 1, AuthenticAMD
615
+ TMP=C:\Users\12103\AppData\Local\Temp
616
+ TEMP=C:\Users\12103\AppData\Local\Temp
617
+
618
+
619
+
620
+ --------------- S Y S T E M ---------------
621
+
622
+ OS:
623
+ Windows 11 , 64 bit Build 22621 (10.0.22621.1344)
624
+ OS uptime: 1 days 13:01 hours
625
+ Hyper-V role detected
626
+
627
+ CPU: total 16 (initial active 16) (16 cores per cpu, 2 threads per core) family 25 model 68 stepping 1 microcode 0x0, cx8, cmov, fxsr, ht, mmx, 3dnowpref, sse, sse2, sse3, ssse3, sse4a, sse4.1, sse4.2, popcnt, lzcnt, tsc, tscinvbit, avx, avx2, aes, clmul, bmi1, bmi2, adx, sha, fma, vzeroupper, clflush, clflushopt, hv
628
+
629
+ Memory: 4k page, system-wide physical 15557M (1107M free)
630
+ TotalPageFile size 28357M (AvailPageFile size 1M)
631
+ current process WorkingSet (physical memory assigned to process): 71M, peak: 71M
632
+ current process commit charge ("private bytes"): 353M, peak: 353M
633
+
634
+ vm_info: OpenJDK 64-Bit Server VM (17.0.6+10-b829.5) for windows-amd64 JRE (17.0.6+10-b829.5), built on 2023-02-24 by "builduser" with MS VC++ 16.10 / 16.11 (VS2019)
635
+
636
+ END.