lmw
2025-04-24 718f31c92e2029d05260810435a2c70cef6e6ce5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 1280496 bytes for Chunk::new
# Possible reasons:
#   The system is out of physical RAM or swap space
#   The 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 (allocation.cpp:389), pid=21084, tid=0x000000000000572c
#
# JRE version: OpenJDK Runtime Environment (8.0_242-b01) (build 1.8.0_242-release-1644-b01)
# Java VM: OpenJDK 64-Bit Server VM (25.242-b01 mixed mode windows-amd64 compressed oops)
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
 
---------------  T H R E A D  ---------------
 
Current thread (0x000000001760b000):  JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=22316, stack(0x0000000018b70000,0x0000000018c70000)]
 
Stack: [0x0000000018b70000,0x0000000018c70000]
[error occurred during error reporting (printing stack bounds), id 0xc0000005]
 
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
 
 
Current CompileTask:
C2:  11905 12425       4       java.io.ObjectOutputStream::writeClassDesc (60 bytes)
 
 
---------------  P R O C E S S  ---------------
 
Java Threads: ( => current thread )
  0x0000000024251000 JavaThread "WorkerExecutor Queue Thread 13" [_thread_blocked, id=23888, stack(0x00000000299e0000,0x0000000029ae0000)]
  0x0000000024256000 JavaThread "WorkerExecutor Queue Thread 12" [_thread_blocked, id=22176, stack(0x00000000298e0000,0x00000000299e0000)]
  0x0000000024253000 JavaThread "WorkerExecutor Queue Thread 11" [_thread_blocked, id=23708, stack(0x00000000297e0000,0x00000000298e0000)]
  0x0000000024251800 JavaThread "WorkerExecutor Queue Thread 10" [_thread_blocked, id=22072, stack(0x00000000296e0000,0x00000000297e0000)]
  0x0000000024254800 JavaThread "WorkerExecutor Queue Thread 9" [_thread_blocked, id=21200, stack(0x00000000295e0000,0x00000000296e0000)]
  0x0000000024255800 JavaThread "WorkerExecutor Queue Thread 8" [_thread_blocked, id=21208, stack(0x00000000294e0000,0x00000000295e0000)]
  0x0000000024250000 JavaThread "WorkerExecutor Queue Thread 7" [_thread_blocked, id=20552, stack(0x00000000293e0000,0x00000000294e0000)]
  0x000000001ae02800 JavaThread "WorkerExecutor Queue Thread 6" [_thread_blocked, id=21100, stack(0x00000000292e0000,0x00000000293e0000)]
  0x000000001a08e800 JavaThread "WorkerExecutor Queue Thread 5" [_thread_in_native, id=16236, stack(0x00000000291e0000,0x00000000292e0000)]
  0x000000001a08d800 JavaThread "WorkerExecutor Queue Thread 4" [_thread_blocked, id=18256, stack(0x00000000290e0000,0x00000000291e0000)]
  0x000000001a091800 JavaThread "WorkerExecutor Queue Thread 3" [_thread_blocked, id=21120, stack(0x0000000028fe0000,0x00000000290e0000)]
  0x000000001a092000 JavaThread "WorkerExecutor Queue Thread 2" [_thread_blocked, id=24700, stack(0x0000000028ee0000,0x0000000028fe0000)]
  0x000000001a093000 JavaThread "WorkerExecutor Queue" [_thread_blocked, id=11528, stack(0x0000000028de0000,0x0000000028ee0000)]
  0x000000001a094800 JavaThread "ForkJoinPool.commonPool-worker-4" daemon [_thread_blocked, id=16920, stack(0x0000000028730000,0x0000000028830000)]
  0x000000001a090800 JavaThread "ForkJoinPool.commonPool-worker-11" daemon [_thread_blocked, id=22416, stack(0x0000000028630000,0x0000000028730000)]
  0x000000001a08f000 JavaThread "ForkJoinPool.commonPool-worker-2" daemon [_thread_blocked, id=24512, stack(0x0000000028530000,0x0000000028630000)]
  0x000000001a090000 JavaThread "ForkJoinPool.commonPool-worker-9" daemon [_thread_blocked, id=22064, stack(0x0000000026db0000,0x0000000026eb0000)]
  0x000000001a086000 JavaThread "Cache worker for execution history cache (D:\AndroidStudioProjects\HeartSpring\.gradle\5.6.4\executionHistory)" [_thread_blocked, id=11408, stack(0x0000000028230000,0x0000000028330000)]
  0x000000001a08d000 JavaThread "Execution worker for ':' Thread 11" [_thread_blocked, id=25016, stack(0x0000000027b20000,0x0000000027c20000)]
  0x000000001a08c000 JavaThread "Execution worker for ':' Thread 10" [_thread_blocked, id=25308, stack(0x0000000027a20000,0x0000000027b20000)]
  0x000000001a08b800 JavaThread "Execution worker for ':' Thread 9" [_thread_blocked, id=12280, stack(0x0000000027920000,0x0000000027a20000)]
  0x000000001a085800 JavaThread "Execution worker for ':' Thread 8" [_thread_blocked, id=22240, stack(0x0000000027820000,0x0000000027920000)]
  0x000000001a08a800 JavaThread "Execution worker for ':' Thread 7" [_thread_blocked, id=24252, stack(0x0000000027720000,0x0000000027820000)]
  0x000000001a08a000 JavaThread "Execution worker for ':' Thread 6" [_thread_blocked, id=22148, stack(0x0000000027620000,0x0000000027720000)]
  0x000000001a089000 JavaThread "Execution worker for ':' Thread 5" [_thread_blocked, id=14104, stack(0x0000000027520000,0x0000000027620000)]
  0x000000001a088800 JavaThread "Execution worker for ':' Thread 4" [_thread_in_native, id=23644, stack(0x0000000027420000,0x0000000027520000)]
  0x000000001a087800 JavaThread "Execution worker for ':' Thread 3" [_thread_blocked, id=21276, stack(0x0000000027320000,0x0000000027420000)]
  0x000000001a087000 JavaThread "Execution worker for ':' Thread 2" [_thread_blocked, id=10636, stack(0x0000000027220000,0x0000000027320000)]
  0x000000001a84f800 JavaThread "Execution worker for ':'" [_thread_blocked, id=21128, stack(0x0000000027120000,0x0000000027220000)]
  0x000000001a84e800 JavaThread "Cache worker for file content cache (D:\AndroidStudioProjects\HeartSpring\.gradle\5.6.4\fileContent)" [_thread_blocked, id=21908, stack(0x00000000257e0000,0x00000000258e0000)]
  0x000000001a84a000 JavaThread "Cache worker for file content cache (C:\Users\Admin\.gradle\caches\5.6.4\fileContent)" [_thread_blocked, id=18976, stack(0x0000000025230000,0x0000000025330000)]
  0x000000001a848800 JavaThread "Memory manager" [_thread_blocked, id=23600, stack(0x0000000025130000,0x0000000025230000)]
  0x000000001a84d000 JavaThread "Cache worker for Build Output Cleanup Cache (D:\AndroidStudioProjects\HeartSpring\.gradle\buildOutputCleanup)" [_thread_blocked, id=25152, stack(0x0000000023660000,0x0000000023760000)]
  0x000000001a84c800 JavaThread "Build operations Thread 12" [_thread_blocked, id=23392, stack(0x0000000022d60000,0x0000000022e60000)]
  0x000000001a84b000 JavaThread "Build operations Thread 11" [_thread_blocked, id=21776, stack(0x0000000022b60000,0x0000000022c60000)]
  0x000000001a84b800 JavaThread "Build operations Thread 10" [_thread_blocked, id=25284, stack(0x0000000022a60000,0x0000000022b60000)]
  0x000000001a843800 JavaThread "Build operations Thread 9" [_thread_blocked, id=19860, stack(0x0000000022960000,0x0000000022a60000)]
  0x000000001a848000 JavaThread "Build operations Thread 8" [_thread_blocked, id=276, stack(0x0000000022860000,0x0000000022960000)]
  0x000000001a847000 JavaThread "Build operations Thread 7" [_thread_blocked, id=22304, stack(0x0000000022760000,0x0000000022860000)]
  0x000000001a849800 JavaThread "Build operations Thread 6" [_thread_blocked, id=24152, stack(0x0000000022660000,0x0000000022760000)]
  0x000000001a842800 JavaThread "Build operations Thread 5" [_thread_blocked, id=15816, stack(0x0000000022560000,0x0000000022660000)]
  0x000000001a845000 JavaThread "Build operations Thread 4" [_thread_blocked, id=18592, stack(0x0000000022460000,0x0000000022560000)]
  0x000000001a842000 JavaThread "Build operations Thread 3" [_thread_blocked, id=21720, stack(0x0000000022360000,0x0000000022460000)]
  0x000000001a845800 JavaThread "Build operations Thread 2" [_thread_blocked, id=21824, stack(0x0000000022040000,0x0000000022140000)]
  0x000000001a840800 JavaThread "Build operations" [_thread_blocked, id=25324, stack(0x0000000021f40000,0x0000000022040000)]
  0x000000001a844000 JavaThread "Cache worker for execution history cache (C:\Users\Admin\.gradle\caches\5.6.4\executionHistory)" [_thread_blocked, id=24568, stack(0x0000000021c40000,0x0000000021d40000)]
  0x000000001a841000 JavaThread "Cache worker for cache directory md-rule (C:\Users\Admin\.gradle\caches\5.6.4\md-rule)" [_thread_blocked, id=14392, stack(0x0000000021b40000,0x0000000021c40000)]
  0x000000001ae03000 JavaThread "Cache worker for cache directory md-supplier (C:\Users\Admin\.gradle\caches\5.6.4\md-supplier)" [_thread_blocked, id=21688, stack(0x000000001f060000,0x000000001f160000)]
  0x000000001adff800 JavaThread "Cache worker for file hash cache (D:\AndroidStudioProjects\HeartSpring\.gradle\5.6.4\fileHashes)" [_thread_blocked, id=22128, stack(0x000000001f230000,0x000000001f330000)]
  0x000000001ae04800 JavaThread "Cache worker for journal cache (C:\Users\Admin\.gradle\caches\journal-1)" [_thread_blocked, id=12032, stack(0x000000001cbc0000,0x000000001ccc0000)]
  0x000000001adfe800 JavaThread "File lock request listener" [_thread_in_native, id=24016, stack(0x000000001cac0000,0x000000001cbc0000)]
  0x000000001ae04000 JavaThread "Cache worker for file hash cache (C:\Users\Admin\.gradle\caches\5.6.4\fileHashes)" [_thread_blocked, id=25392, stack(0x000000001c9c0000,0x000000001cac0000)]
  0x000000001acf0800 JavaThread "Thread-9" [_thread_blocked, id=17216, stack(0x000000001c6c0000,0x000000001c7c0000)]
  0x000000001acf2000 JavaThread "Stdin handler" [_thread_blocked, id=13744, stack(0x000000001c5c0000,0x000000001c6c0000)]
  0x000000001acdd000 JavaThread "Asynchronous log dispatcher for DefaultDaemonConnection: socket connection from /127.0.0.1:59169 to /127.0.0.1:59170" [_thread_in_native, id=16696, stack(0x000000001c4c0000,0x000000001c5c0000)]
  0x000000001acd8000 JavaThread "Daemon worker" [_thread_blocked, id=23624, stack(0x000000001c3c0000,0x000000001c4c0000)]
  0x000000001acd6800 JavaThread "Cancel handler" [_thread_blocked, id=25548, stack(0x000000001c2c0000,0x000000001c3c0000)]
  0x000000001acc3800 JavaThread "Handler for socket connection from /127.0.0.1:59169 to /127.0.0.1:59170" [_thread_in_native, id=15472, stack(0x000000001bfc0000,0x000000001c0c0000)]
  0x000000001ac6c000 JavaThread "Daemon" [_thread_blocked, id=22212, stack(0x000000001bec0000,0x000000001bfc0000)]
  0x000000001ac67800 JavaThread "Daemon periodic checks" [_thread_blocked, id=25536, stack(0x000000001bdc0000,0x000000001bec0000)]
  0x000000001ac38000 JavaThread "Incoming local TCP Connector on port 59169" [_thread_in_native, id=14420, stack(0x000000001bc10000,0x000000001bd10000)]
  0x000000001abd6800 JavaThread "Daemon health stats" [_thread_blocked, id=24988, stack(0x000000001b910000,0x000000001ba10000)]
  0x00000000176f4800 JavaThread "Service Thread" daemon [_thread_blocked, id=14348, stack(0x0000000018f70000,0x0000000019070000)]
  0x000000001766d800 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=10664, stack(0x0000000018e70000,0x0000000018f70000)]
  0x000000001766c800 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=20168, stack(0x0000000018d70000,0x0000000018e70000)]
  0x0000000017667800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=17792, stack(0x0000000018c70000,0x0000000018d70000)]
=>0x000000001760b000 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=22316, stack(0x0000000018b70000,0x0000000018c70000)]
  0x0000000017661800 JavaThread "Attach Listener" daemon [_thread_blocked, id=2620, stack(0x0000000018a70000,0x0000000018b70000)]
  0x0000000015f0e800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=24924, stack(0x0000000018970000,0x0000000018a70000)]
  0x0000000015f02000 JavaThread "Finalizer" daemon [_thread_blocked, id=17072, stack(0x0000000018870000,0x0000000018970000)]
  0x00000000175f3000 JavaThread "Reference Handler" daemon [_thread_blocked, id=10772, stack(0x0000000018770000,0x0000000018870000)]
  0x00000000009dd800 JavaThread "main" [_thread_blocked, id=21252, stack(0x0000000002bd0000,0x0000000002cd0000)]
 
Other Threads:
  0x0000000015ef5800 VMThread [stack: 0x0000000018670000,0x0000000018770000] [id=22692]
  0x00000000176f6800 WatcherThread [stack: 0x0000000019070000,0x0000000019170000] [id=19228]
 
VM state:not at safepoint (normal execution)
 
VM Mutex/Monitor currently owned by a thread: None
 
heap address: 0x00000000c0000000, size: 1024 MB, Compressed Oops mode: 32-bit
Narrow klass base: 0x0000000000000000, Narrow klass shift: 3
Compressed class space size: 1073741824 Address: 0x0000000100000000
 
Heap:
 PSYoungGen      total 304640K, used 199963K [0x00000000eab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 260096K, 66% used [0x00000000eab00000,0x00000000f5513de8,0x00000000fa900000)
  from space 44544K, 57% used [0x00000000fa900000,0x00000000fc232e40,0x00000000fd480000)
  to   space 44544K, 0% used [0x00000000fd480000,0x00000000fd480000,0x0000000100000000)
 ParOldGen       total 229888K, used 91288K [0x00000000c0000000, 0x00000000ce080000, 0x00000000eab00000)
  object space 229888K, 39% used [0x00000000c0000000,0x00000000c5926110,0x00000000ce080000)
 Metaspace       used 81946K, capacity 87022K, committed 87080K, reserved 1124352K
  class space    used 11310K, capacity 12310K, committed 12328K, reserved 1048576K
 
Card table byte_map: [0x00000000125a0000,0x00000000127b0000] byte_map_base: 0x0000000011fa0000
 
Marking Bits: (ParMarkBitMap*) 0x000000006c5ef030
 Begin Bits: [0x0000000013310000, 0x0000000014310000)
 End Bits:   [0x0000000014310000, 0x0000000015310000)
 
Polling page: 0x0000000001320000
 
CodeCache: size=245760Kb used=36616Kb max_used=36633Kb free=209143Kb
 bounds [0x00000000031e0000, 0x00000000055d0000, 0x00000000121e0000]
 total_blobs=12024 nmethods=11146 adapters=790
 compilation: enabled
 
Compilation events (10 events):
Event: 11.890 Thread 0x000000001766d800 nmethod 12541 0x00000000055be510 code [0x00000000055be680, 0x00000000055bea68]
Event: 11.890 Thread 0x000000001766d800 12542       3       com.android.build.gradle.internal.scope.BuildArtifactsHolder$directoryProducersMap$1::invoke (11 bytes)
Event: 11.890 Thread 0x000000001766d800 nmethod 12542 0x00000000055beb90 code [0x00000000055bed00, 0x00000000055bf008]
Event: 11.892 Thread 0x0000000017667800 nmethod 12543% 0x00000000055c1f90 code [0x00000000055c20e0, 0x00000000055c2398]
Event: 11.900 Thread 0x0000000017667800 12544       4       org.gradle.internal.snapshot.MerkleDirectorySnapshotBuilder::preVisitDirectory (36 bytes)
Event: 11.900 Thread 0x000000001766d800 12545       3       org.gradle.internal.work.DefaultWorkerLeaseService$DefaultWorkerLease::releaseLock (90 bytes)
Event: 11.901 Thread 0x000000001766d800 nmethod 12545 0x00000000055bfe10 code [0x00000000055c00c0, 0x00000000055c1538]
Event: 11.902 Thread 0x000000001766d800 12546       1       sun.nio.fs.WindowsFileSystem::getSeparator (3 bytes)
Event: 11.902 Thread 0x000000001766d800 nmethod 12546 0x00000000055bfb50 code [0x00000000055bfca0, 0x00000000055bfdb0]
Event: 11.903 Thread 0x0000000017667800 nmethod 12544 0x00000000055c55d0 code [0x00000000055c5760, 0x00000000055c5bf8]
 
GC Heap History (10 events):
Event: 3.895 GC heap before
{Heap before GC invocations=10 (full 2):
 PSYoungGen      total 228864K, used 139945K [0x00000000eab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 213504K, 58% used [0x00000000eab00000,0x00000000f24af418,0x00000000f7b80000)
  from space 15360K, 99% used [0x00000000f7b80000,0x00000000f8a7b310,0x00000000f8a80000)
  to   space 23040K, 0% used [0x00000000fe980000,0x00000000fe980000,0x0000000100000000)
 ParOldGen       total 145408K, used 29821K [0x00000000c0000000, 0x00000000c8e00000, 0x00000000eab00000)
  object space 145408K, 20% used [0x00000000c0000000,0x00000000c1d1f620,0x00000000c8e00000)
 Metaspace       used 56761K, capacity 59109K, committed 59160K, reserved 1099776K
  class space    used 7752K, capacity 8347K, committed 8360K, reserved 1048576K
Event: 3.909 GC heap after
Heap after GC invocations=10 (full 2):
 PSYoungGen      total 311808K, used 23036K [0x00000000eab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 288768K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000fc500000)
  from space 23040K, 99% used [0x00000000fe980000,0x00000000fffff320,0x0000000100000000)
  to   space 30208K, 0% used [0x00000000fc500000,0x00000000fc500000,0x00000000fe280000)
 ParOldGen       total 145408K, used 37728K [0x00000000c0000000, 0x00000000c8e00000, 0x00000000eab00000)
  object space 145408K, 25% used [0x00000000c0000000,0x00000000c24d8258,0x00000000c8e00000)
 Metaspace       used 56761K, capacity 59109K, committed 59160K, reserved 1099776K
  class space    used 7752K, capacity 8347K, committed 8360K, reserved 1048576K
}
Event: 3.909 GC heap before
{Heap before GC invocations=11 (full 3):
 PSYoungGen      total 311808K, used 23036K [0x00000000eab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 288768K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000fc500000)
  from space 23040K, 99% used [0x00000000fe980000,0x00000000fffff320,0x0000000100000000)
  to   space 30208K, 0% used [0x00000000fc500000,0x00000000fc500000,0x00000000fe280000)
 ParOldGen       total 145408K, used 37728K [0x00000000c0000000, 0x00000000c8e00000, 0x00000000eab00000)
  object space 145408K, 25% used [0x00000000c0000000,0x00000000c24d8258,0x00000000c8e00000)
 Metaspace       used 56761K, capacity 59109K, committed 59160K, reserved 1099776K
  class space    used 7752K, capacity 8347K, committed 8360K, reserved 1048576K
Event: 4.047 GC heap after
Heap after GC invocations=11 (full 3):
 PSYoungGen      total 311808K, used 0K [0x00000000eab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 288768K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000fc500000)
  from space 23040K, 0% used [0x00000000fe980000,0x00000000fe980000,0x0000000100000000)
  to   space 30208K, 0% used [0x00000000fc500000,0x00000000fc500000,0x00000000fe280000)
 ParOldGen       total 229888K, used 46997K [0x00000000c0000000, 0x00000000ce080000, 0x00000000eab00000)
  object space 229888K, 20% used [0x00000000c0000000,0x00000000c2de54f8,0x00000000ce080000)
 Metaspace       used 56725K, capacity 58980K, committed 59160K, reserved 1099776K
  class space    used 7741K, capacity 8323K, committed 8360K, reserved 1048576K
}
Event: 9.291 GC heap before
{Heap before GC invocations=12 (full 3):
 PSYoungGen      total 311808K, used 288768K [0x00000000eab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 288768K, 100% used [0x00000000eab00000,0x00000000fc500000,0x00000000fc500000)
  from space 23040K, 0% used [0x00000000fe980000,0x00000000fe980000,0x0000000100000000)
  to   space 30208K, 0% used [0x00000000fc500000,0x00000000fc500000,0x00000000fe280000)
 ParOldGen       total 229888K, used 46997K [0x00000000c0000000, 0x00000000ce080000, 0x00000000eab00000)
  object space 229888K, 20% used [0x00000000c0000000,0x00000000c2de54f8,0x00000000ce080000)
 Metaspace       used 67708K, capacity 71556K, committed 71848K, reserved 1112064K
  class space    used 9303K, capacity 10103K, committed 10152K, reserved 1048576K
Event: 9.309 GC heap after
Heap after GC invocations=12 (full 3):
 PSYoungGen      total 318976K, used 30189K [0x00000000eab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 288768K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000fc500000)
  from space 30208K, 99% used [0x00000000fc500000,0x00000000fe27b648,0x00000000fe280000)
  to   space 30208K, 0% used [0x00000000fe280000,0x00000000fe280000,0x0000000100000000)
 ParOldGen       total 229888K, used 51477K [0x00000000c0000000, 0x00000000ce080000, 0x00000000eab00000)
  object space 229888K, 22% used [0x00000000c0000000,0x00000000c3245480,0x00000000ce080000)
 Metaspace       used 67708K, capacity 71556K, committed 71848K, reserved 1112064K
  class space    used 9303K, capacity 10103K, committed 10152K, reserved 1048576K
}
Event: 10.102 GC heap before
{Heap before GC invocations=13 (full 3):
 PSYoungGen      total 318976K, used 318957K [0x00000000eab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 288768K, 100% used [0x00000000eab00000,0x00000000fc500000,0x00000000fc500000)
  from space 30208K, 99% used [0x00000000fc500000,0x00000000fe27b648,0x00000000fe280000)
  to   space 30208K, 0% used [0x00000000fe280000,0x00000000fe280000,0x0000000100000000)
 ParOldGen       total 229888K, used 51477K [0x00000000c0000000, 0x00000000ce080000, 0x00000000eab00000)
  object space 229888K, 22% used [0x00000000c0000000,0x00000000c3245480,0x00000000ce080000)
 Metaspace       used 69029K, capacity 73010K, committed 73128K, reserved 1112064K
  class space    used 9460K, capacity 10290K, committed 10408K, reserved 1048576K
Event: 10.120 GC heap after
Heap after GC invocations=13 (full 3):
 PSYoungGen      total 290304K, used 30205K [0x00000000eab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 260096K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000fa900000)
  from space 30208K, 99% used [0x00000000fe280000,0x00000000fffff4d0,0x0000000100000000)
  to   space 44544K, 0% used [0x00000000fa900000,0x00000000fa900000,0x00000000fd480000)
 ParOldGen       total 229888K, used 65682K [0x00000000c0000000, 0x00000000ce080000, 0x00000000eab00000)
  object space 229888K, 28% used [0x00000000c0000000,0x00000000c4024810,0x00000000ce080000)
 Metaspace       used 69029K, capacity 73010K, committed 73128K, reserved 1112064K
  class space    used 9460K, capacity 10290K, committed 10408K, reserved 1048576K
}
Event: 11.013 GC heap before
{Heap before GC invocations=14 (full 3):
 PSYoungGen      total 290304K, used 290301K [0x00000000eab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 260096K, 100% used [0x00000000eab00000,0x00000000fa900000,0x00000000fa900000)
  from space 30208K, 99% used [0x00000000fe280000,0x00000000fffff4d0,0x0000000100000000)
  to   space 44544K, 0% used [0x00000000fa900000,0x00000000fa900000,0x00000000fd480000)
 ParOldGen       total 229888K, used 65682K [0x00000000c0000000, 0x00000000ce080000, 0x00000000eab00000)
  object space 229888K, 28% used [0x00000000c0000000,0x00000000c4024810,0x00000000ce080000)
 Metaspace       used 74023K, capacity 78196K, committed 78376K, reserved 1116160K
  class space    used 10107K, capacity 10965K, committed 11048K, reserved 1048576K
Event: 11.036 GC heap after
Heap after GC invocations=14 (full 3):
 PSYoungGen      total 304640K, used 25803K [0x00000000eab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 260096K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000fa900000)
  from space 44544K, 57% used [0x00000000fa900000,0x00000000fc232e40,0x00000000fd480000)
  to   space 44544K, 0% used [0x00000000fd480000,0x00000000fd480000,0x0000000100000000)
 ParOldGen       total 229888K, used 91288K [0x00000000c0000000, 0x00000000ce080000, 0x00000000eab00000)
  object space 229888K, 39% used [0x00000000c0000000,0x00000000c5926110,0x00000000ce080000)
 Metaspace       used 74023K, capacity 78196K, committed 78376K, reserved 1116160K
  class space    used 10107K, capacity 10965K, committed 11048K, reserved 1048576K
}
 
Deoptimization events (10 events):
Event: 11.817 Thread 0x000000001a84f800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000004fcf160 method=org.gradle.internal.component.model.ComponentAttributeMatcher$CachedQuery.select([ILjava/util/Collection;)Ljava/util/List; @ 79
Event: 11.818 Thread 0x000000001a84f800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000520472c method=org.gradle.api.internal.artifacts.transform.DefaultTransformationNodeRegistry$ArtifactTransformKey.equals(Ljava/lang/Object;)Z @ 37
Event: 11.818 Thread 0x000000001a84f800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000520472c method=org.gradle.api.internal.artifacts.transform.DefaultTransformationNodeRegistry$ArtifactTransformKey.equals(Ljava/lang/Object;)Z @ 37
Event: 11.818 Thread 0x000000001a84f800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000520472c method=org.gradle.api.internal.artifacts.transform.DefaultTransformationNodeRegistry$ArtifactTransformKey.equals(Ljava/lang/Object;)Z @ 37
Event: 11.830 Thread 0x000000001a84f800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003b86a7c method=java.lang.AbstractStringBuilder.append(I)Ljava/lang/AbstractStringBuilder; @ 16
Event: 11.830 Thread 0x000000001a84f800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003b5cc48 method=java.lang.Integer.getChars(II[C)V @ 7
Event: 11.832 Thread 0x000000001a84f800 Uncommon trap: reason=predicate action=maybe_recompile pc=0x0000000005531f58 method=java.util.TimSort.reverseRange([Ljava/lang/Object;II)V @ 8
Event: 11.832 Thread 0x000000001a84f800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x000000000552a7ac method=java.util.TimSort.binarySort([Ljava/lang/Object;IIILjava/util/Comparator;)V @ 215
Event: 11.832 Thread 0x000000001a84f800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x000000000552a7ac method=java.util.TimSort.binarySort([Ljava/lang/Object;IIILjava/util/Comparator;)V @ 215
Event: 11.865 Thread 0x000000001a08a000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000004e94798 method=java.util.concurrent.locks.AbstractQueuedSynchronizer.hasQueuedPredecessors()Z @ 21
 
Classes redefined (0 events):
No events
 
Internal exceptions (10 events):
Event: 11.795 Thread 0x0000000024254800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000f3ac4e10) thrown at [C:\src\AOSP-openjdk-git\hotspot\src\share\vm\prims\jni.cpp, line 710]
Event: 11.797 Thread 0x0000000024254800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000f3ad2f50) thrown at [C:\src\AOSP-openjdk-git\hotspot\src\share\vm\prims\jni.cpp, line 710]
Event: 11.798 Thread 0x0000000024254800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000f3adce00) thrown at [C:\src\AOSP-openjdk-git\hotspot\src\share\vm\prims\jni.cpp, line 710]
Event: 11.800 Thread 0x0000000024254800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000f3ae91a0) thrown at [C:\src\AOSP-openjdk-git\hotspot\src\share\vm\prims\jni.cpp, line 710]
Event: 11.800 Thread 0x0000000024254800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000f3bf2e90) thrown at [C:\src\AOSP-openjdk-git\hotspot\src\share\vm\prims\jni.cpp, line 710]
Event: 11.802 Thread 0x0000000024254800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000f3bf9630) thrown at [C:\src\AOSP-openjdk-git\hotspot\src\share\vm\prims\jni.cpp, line 710]
Event: 11.802 Thread 0x0000000024254800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000f3bffdd0) thrown at [C:\src\AOSP-openjdk-git\hotspot\src\share\vm\prims\jni.cpp, line 710]
Event: 11.831 Thread 0x000000001a84f800 Exception <a 'java/lang/NoSuchMethodError': <clinit>> (0x00000000f42f2e20) thrown at [C:\src\AOSP-openjdk-git\hotspot\src\share\vm\prims\jni.cpp, line 1615]
Event: 11.832 Thread 0x000000001a84f800 Exception <a 'java/lang/NoSuchMethodError': <clinit>> (0x00000000f4306860) thrown at [C:\src\AOSP-openjdk-git\hotspot\src\share\vm\prims\jni.cpp, line 1615]
Event: 11.865 Thread 0x000000001a08a000 Implicit null exception at 0x0000000004e93d07 to 0x0000000004e94775
 
Events (10 events):
Event: 11.894 loading class com/google/common/io/Files$FilePredicate$2
Event: 11.894 loading class com/google/common/io/Files$FilePredicate$2 done
Event: 11.894 loading class com/google/common/collect/Iterables$4
Event: 11.894 loading class com/google/common/collect/Iterables$4 done
Event: 11.894 loading class com/google/common/graph/Traverser$TreeTraverser$DepthFirstPreOrderIterator
Event: 11.894 loading class com/google/common/graph/Traverser$TreeTraverser$DepthFirstPreOrderIterator done
Event: 11.894 loading class com/google/common/collect/AbstractIterator$State
Event: 11.894 loading class com/google/common/collect/AbstractIterator$State done
Event: 11.895 loading class com/google/common/collect/AbstractIterator$1
Event: 11.895 loading class com/google/common/collect/AbstractIterator$1 done
 
 
Dynamic libraries:
0x00007ff72c520000 - 0x00007ff72c551000     C:\Program Files\Android\Android Studio\jre\bin\java.exe
0x00007ff9ea250000 - 0x00007ff9ea448000     C:\Windows\SYSTEM32\ntdll.dll
0x00007ff9e9010000 - 0x00007ff9e90d2000     C:\Windows\System32\KERNEL32.DLL
0x00007ff9e7b70000 - 0x00007ff9e7e6e000     C:\Windows\System32\KERNELBASE.dll
0x00007ff9e8510000 - 0x00007ff9e85c2000     C:\Windows\System32\ADVAPI32.dll
0x00007ff9e8270000 - 0x00007ff9e830e000     C:\Windows\System32\msvcrt.dll
0x00007ff9e8950000 - 0x00007ff9e89f0000     C:\Windows\System32\sechost.dll
0x00007ff9e89f0000 - 0x00007ff9e8b13000     C:\Windows\System32\RPCRT4.dll
0x00007ff9e7e70000 - 0x00007ff9e7e97000     C:\Windows\System32\bcrypt.dll
0x00007ff9e8e60000 - 0x00007ff9e8ffd000     C:\Windows\System32\USER32.dll
0x00007ff9e7940000 - 0x00007ff9e7962000     C:\Windows\System32\win32u.dll
0x00007ff9e84e0000 - 0x00007ff9e850b000     C:\Windows\System32\GDI32.dll
0x00007ff9e7f10000 - 0x00007ff9e8027000     C:\Windows\System32\gdi32full.dll
0x00007ff9e7970000 - 0x00007ff9e7a0d000     C:\Windows\System32\msvcp_win.dll
0x00007ff9e8170000 - 0x00007ff9e8270000     C:\Windows\System32\ucrtbase.dll
0x00007ff9d57b0000 - 0x00007ff9d5a4a000     C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.4355_none_60b8b9eb71f62e16\COMCTL32.dll
0x00007ff9e9ea0000 - 0x00007ff9e9ecf000     C:\Windows\System32\IMM32.DLL
0x000000006ccb0000 - 0x000000006ccbd000     C:\Program Files (x86)\360\360Safe\safemon\SafeWrapper.dll
0x00007ff9d65c0000 - 0x00007ff9d666c000     C:\Program Files (x86)\360\360Safe\safemon\libzdtp64.dll
0x00007ff9e9190000 - 0x00007ff9e98ff000     C:\Windows\System32\SHELL32.dll
0x00007ff9e9970000 - 0x00007ff9e99c5000     C:\Windows\System32\SHLWAPI.dll
0x00007ff9e7550000 - 0x00007ff9e755a000     C:\Windows\SYSTEM32\VERSION.dll
0x000000006bd40000 - 0x000000006be12000     C:\Program Files\Android\Android Studio\jre\jre\bin\msvcr100.dll
0x000000006be20000 - 0x000000006c66b000     C:\Program Files\Android\Android Studio\jre\jre\bin\server\jvm.dll
0x00007ff9e9000000 - 0x00007ff9e9008000     C:\Windows\System32\PSAPI.DLL
0x00007ff9dc080000 - 0x00007ff9dc0a7000     C:\Windows\SYSTEM32\WINMM.dll
0x00007ff9e0e10000 - 0x00007ff9e0e19000     C:\Windows\SYSTEM32\WSOCK32.dll
0x00007ff9e9900000 - 0x00007ff9e996b000     C:\Windows\System32\WS2_32.dll
0x00007ff9e0e00000 - 0x00007ff9e0e0f000     C:\Program Files\Android\Android Studio\jre\jre\bin\verify.dll
0x00007ff9cf460000 - 0x00007ff9cf489000     C:\Program Files\Android\Android Studio\jre\jre\bin\java.dll
0x00007ff9cf030000 - 0x00007ff9cf046000     C:\Program Files\Android\Android Studio\jre\jre\bin\zip.dll
0x00007ff9e5920000 - 0x00007ff9e60c4000     C:\Windows\SYSTEM32\windows.storage.dll
0x00007ff9e85f0000 - 0x00007ff9e8943000     C:\Windows\System32\combase.dll
0x00007ff9e71e0000 - 0x00007ff9e720e000     C:\Windows\SYSTEM32\Wldp.dll
0x00007ff9e8d90000 - 0x00007ff9e8e5d000     C:\Windows\System32\OLEAUT32.dll
0x00007ff9e8b20000 - 0x00007ff9e8bcd000     C:\Windows\System32\SHCORE.dll
0x00007ff9e7820000 - 0x00007ff9e7844000     C:\Windows\SYSTEM32\profapi.dll
0x00007ff9cee30000 - 0x00007ff9cee4a000     C:\Program Files\Android\Android Studio\jre\jre\bin\net.dll
0x00007ff9e6f40000 - 0x00007ff9e6faa000     C:\Windows\system32\mswsock.dll
0x00007ff9cdf40000 - 0x00007ff9cdf53000     C:\Program Files\Android\Android Studio\jre\jre\bin\nio.dll
0x00007ff9e2730000 - 0x00007ff9e2756000     C:\Users\Admin\.gradle\native\30\windows-amd64\native-platform.dll
0x00007ff9cf3f0000 - 0x00007ff9cf3fd000     C:\Program Files\Android\Android Studio\jre\jre\bin\management.dll
0x00007ff9e7140000 - 0x00007ff9e7158000     C:\Windows\SYSTEM32\CRYPTSP.dll
0x00007ff9e6860000 - 0x00007ff9e6894000     C:\Windows\system32\rsaenh.dll
0x00007ff9e77a0000 - 0x00007ff9e77ce000     C:\Windows\SYSTEM32\USERENV.dll
0x00007ff9e80e0000 - 0x00007ff9e8162000     C:\Windows\System32\bcryptprimitives.dll
0x00007ff9e7130000 - 0x00007ff9e713c000     C:\Windows\SYSTEM32\CRYPTBASE.dll
0x00007ff9e6c20000 - 0x00007ff9e6c5b000     C:\Windows\SYSTEM32\IPHLPAPI.DLL
0x00007ff9e83a0000 - 0x00007ff9e83a8000     C:\Windows\System32\NSI.dll
0x00007ff9e2320000 - 0x00007ff9e2337000     C:\Windows\SYSTEM32\dhcpcsvc6.DLL
0x00007ff9e2300000 - 0x00007ff9e231d000     C:\Windows\SYSTEM32\dhcpcsvc.DLL
0x00007ff9e6c60000 - 0x00007ff9e6d2a000     C:\Windows\SYSTEM32\DNSAPI.dll
0x00007ff9b5750000 - 0x00007ff9b5774000     C:\Program Files\Android\Android Studio\jre\jre\bin\sunec.dll
0x00007ff9e1250000 - 0x00007ff9e125b000     C:\Program Files\Android\Android Studio\jre\jre\bin\sunmscapi.dll
0x00007ff9e7a10000 - 0x00007ff9e7b6c000     C:\Windows\System32\CRYPT32.dll
 
VM Arguments:
jvm_args: -Xmx1024M -Dfile.encoding=GBK -Duser.country=CN -Duser.language=zh -Duser.variant 
java_command: org.gradle.launcher.daemon.bootstrap.GradleDaemon 5.6.4
java_class_path (initial): C:\Users\Admin\.gradle\wrapper\dists\gradle-5.6.4-all\ankdp27end7byghfw1q2sw75f\gradle-5.6.4\lib\gradle-launcher-5.6.4.jar
Launcher Type: SUN_STANDARD
 
Environment Variables:
PATH=C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;F:\Git\cmd;C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools;C:\Users\Admin\AppData\Local\Microsoft\WindowsApps;
USERNAME=Admin
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 151 Stepping 2, GenuineIntel
 
 
 
---------------  S Y S T E M  ---------------
 
OS: Windows 10.0 , 64 bit Build 19041 (10.0.19041.4957)
 
CPU:total 12 (initial active 12) (6 cores per cpu, 2 threads per core) family 6 model 151 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, 3dnowpref, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2, adx
 
Memory: 4k page, physical 16545860k(481684k free), swap 24934468k(5552k free)
 
vm_info: OpenJDK 64-Bit Server VM (25.242-b01) for windows-amd64 JRE (1.8.0_242-release-1644-b01), built by "builder" with MS VC++ 10.0 (VS2010)
 
time: Mon Nov 11 11:31:03 2024
timezone: Öйú±ê׼ʱ¼ä
elapsed time: 11 seconds (0d 0h 0m 11s)