-
Notifications
You must be signed in to change notification settings - Fork 0
/
hs_err_pid14488.log
728 lines (680 loc) · 64.4 KB
/
hs_err_pid14488.log
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
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 1162576 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 (./src/hotspot/share/memory/arena.cpp:197), pid=14488, tid=15428
#
# JRE version: OpenJDK Runtime Environment (11.0.10) (build 11.0.10+0-b96-7249189)
# Java VM: OpenJDK 64-Bit Server VM (11.0.10+0-b96-7249189, mixed mode, tiered, compressed oops, g1 gc, windows-amd64)
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
--------------- S U M M A R Y ------------
Command Line: --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-opens=java.base/java.nio.charset=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED -Xmx2048m -Dfile.encoding=UTF-8 -Duser.country=CN -Duser.language=zh -Duser.variant org.gradle.launcher.daemon.bootstrap.GradleDaemon 7.0.2
Host: Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz, 12 cores, 7G, Windows 10 , 64 bit Build 22523 (10.0.22523.1000)
Time: Tue Jan 18 16:40:46 2022 中国标准时间 elapsed time: 1467.543673 seconds (0d 0h 24m 27s)
--------------- T H R E A D ---------------
Current thread (0x000002093b7d0000): JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=15428, stack(0x0000008e63e00000,0x0000008e63f00000)]
Current CompileTask:
C2:1467543 20443 s 4 org.gradle.internal.component.external.model.AbstractLazyModuleComponentResolveMetadata::getConfiguration (44 bytes)
Stack: [0x0000008e63e00000,0x0000008e63f00000]
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x5ecfaa]
V [jvm.dll+0x722bd5]
V [jvm.dll+0x72412d]
V [jvm.dll+0x7247e3]
V [jvm.dll+0x242928]
V [jvm.dll+0xbc4fc]
V [jvm.dll+0xbca0c]
V [jvm.dll+0x352d3b]
V [jvm.dll+0x320ad3]
V [jvm.dll+0x31ffca]
V [jvm.dll+0x1fb602]
V [jvm.dll+0x1fa7f4]
V [jvm.dll+0x18354c]
V [jvm.dll+0x208ee7]
V [jvm.dll+0x207731]
V [jvm.dll+0x6eb1cf]
V [jvm.dll+0x6e3d45]
V [jvm.dll+0x5ebe96]
C [ucrtbase.dll+0x293cc]
C [KERNEL32.DLL+0x11350]
C [ntdll.dll+0x51e78]
--------------- P R O C E S S ---------------
Threads class SMR info:
_java_thread_list=0x0000020944f4bf60, length=71, elements={
0x000002092068d000, 0x000002093b773800, 0x000002093b77e000, 0x000002093af61800,
0x000002093b7ca000, 0x000002093b7cd000, 0x000002093b7d0000, 0x000002093b7d2800,
0x000002093b7d5800, 0x000002093b943800, 0x000002093cee8000, 0x000002093ca2d000,
0x000002093da87800, 0x000002093d0ca800, 0x000002093d0ce000, 0x000002093d0cc000,
0x000002093d0c9800, 0x000002093d0d0000, 0x000002093f3f2000, 0x000002093f3ef000,
0x000002093f3ed800, 0x000002093f3f4000, 0x000002093f3f6800, 0x0000020940cd4800,
0x0000020940cd1000, 0x0000020940cd7800, 0x0000020940cd2000, 0x0000020940cd8800,
0x0000020940cd3000, 0x0000020940cdc800, 0x0000020940cde000, 0x0000020940cdb000,
0x0000020940cdc000, 0x0000020942a3e000, 0x000002093d0ce800, 0x000002093d0cd000,
0x000002093d0cf800, 0x0000020946625000, 0x0000020946626800, 0x00000209471ec000,
0x00000209471ee000, 0x00000209471f1800, 0x000002093f3ee000, 0x000002093f3f5800,
0x00000209471f6800, 0x00000209471f8000, 0x00000209471f7000, 0x00000209471f0000,
0x00000209471f0800, 0x00000209471f2800, 0x00000209471ed800, 0x00000209471ec800,
0x00000209471f3000, 0x00000209471f4000, 0x00000209471f4800, 0x00000209471ef000,
0x00000209471f9000, 0x00000209471f9800, 0x00000209471fa800, 0x00000209471f5800,
0x000002094662b000, 0x0000020946629000, 0x000002094662a000, 0x0000020946628800,
0x0000020946626000, 0x0000020946627800, 0x000002094662e000, 0x000002094662f800,
0x000002094662f000, 0x0000020946630800, 0x0000020942a3b800
}
Java Threads: ( => current thread )
0x000002092068d000 JavaThread "main" [_thread_blocked, id=3552, stack(0x0000008e63200000,0x0000008e63300000)]
0x000002093b773800 JavaThread "Reference Handler" daemon [_thread_blocked, id=13196, stack(0x0000008e63900000,0x0000008e63a00000)]
0x000002093b77e000 JavaThread "Finalizer" daemon [_thread_blocked, id=15860, stack(0x0000008e63a00000,0x0000008e63b00000)]
0x000002093af61800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=12220, stack(0x0000008e63b00000,0x0000008e63c00000)]
0x000002093b7ca000 JavaThread "Attach Listener" daemon [_thread_blocked, id=10448, stack(0x0000008e63c00000,0x0000008e63d00000)]
0x000002093b7cd000 JavaThread "Service Thread" daemon [_thread_blocked, id=14712, stack(0x0000008e63d00000,0x0000008e63e00000)]
=>0x000002093b7d0000 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=15428, stack(0x0000008e63e00000,0x0000008e63f00000)]
0x000002093b7d2800 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=4616, stack(0x0000008e63f00000,0x0000008e64000000)]
0x000002093b7d5800 JavaThread "Sweeper thread" daemon [_thread_blocked, id=15340, stack(0x0000008e64000000,0x0000008e64100000)]
0x000002093b943800 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=16000, stack(0x0000008e64100000,0x0000008e64200000)]
0x000002093cee8000 JavaThread "Daemon health stats" [_thread_blocked, id=15108, stack(0x0000008e64700000,0x0000008e64800000)]
0x000002093ca2d000 JavaThread "Incoming local TCP Connector on port 7428" [_thread_in_native, id=6512, stack(0x0000008e64300000,0x0000008e64400000)]
0x000002093da87800 JavaThread "Daemon periodic checks" [_thread_blocked, id=4956, stack(0x0000008e64a00000,0x0000008e64b00000)]
0x000002093d0ca800 JavaThread "Cache worker for file hash cache (C:\Users\鐜嬩箙閾璡.gradle\caches\7.0.2\fileHashes)" [_thread_blocked, id=13916, stack(0x0000008e65300000,0x0000008e65400000)]
0x000002093d0ce000 JavaThread "File lock request listener" [_thread_in_native, id=15440, stack(0x0000008e65400000,0x0000008e65500000)]
0x000002093d0cc000 JavaThread "Cache worker for journal cache (C:\Users\鐜嬩箙閾璡.gradle\caches\journal-1)" [_thread_blocked, id=14244, stack(0x0000008e65b00000,0x0000008e65c00000)]
0x000002093d0c9800 JavaThread "File watcher server" daemon [_thread_in_native, id=3500, stack(0x0000008e65000000,0x0000008e65100000)]
0x000002093d0d0000 JavaThread "File watcher consumer" daemon [_thread_blocked, id=3608, stack(0x0000008e65d00000,0x0000008e65e00000)]
0x000002093f3f2000 JavaThread "Cache worker for execution history cache (C:\Users\鐜嬩箙閾璡.gradle\caches\7.0.2\executionHistory)" [_thread_blocked, id=16024, stack(0x0000008e66200000,0x0000008e66300000)]
0x000002093f3ef000 JavaThread "jar transforms" [_thread_blocked, id=5032, stack(0x0000008e66400000,0x0000008e66500000)]
0x000002093f3ed800 JavaThread "jar transforms Thread 2" [_thread_blocked, id=15916, stack(0x0000008e66500000,0x0000008e66600000)]
0x000002093f3f4000 JavaThread "Cache worker for file content cache (C:\Users\鐜嬩箙閾璡.gradle\caches\7.0.2\fileContent)" [_thread_blocked, id=7772, stack(0x0000008e66600000,0x0000008e66700000)]
0x000002093f3f6800 JavaThread "jar transforms Thread 3" [_thread_blocked, id=9228, stack(0x0000008e66800000,0x0000008e66900000)]
0x0000020940cd4800 JavaThread "jar transforms Thread 4" [_thread_blocked, id=16088, stack(0x0000008e67400000,0x0000008e67500000)]
0x0000020940cd1000 JavaThread "jar transforms Thread 5" [_thread_blocked, id=14984, stack(0x0000008e67500000,0x0000008e67600000)]
0x0000020940cd7800 JavaThread "jar transforms Thread 6" [_thread_blocked, id=5468, stack(0x0000008e67600000,0x0000008e67700000)]
0x0000020940cd2000 JavaThread "jar transforms Thread 7" [_thread_blocked, id=15960, stack(0x0000008e67700000,0x0000008e67800000)]
0x0000020940cd8800 JavaThread "jar transforms Thread 8" [_thread_blocked, id=11496, stack(0x0000008e67800000,0x0000008e67900000)]
0x0000020940cd3000 JavaThread "jar transforms Thread 9" [_thread_blocked, id=13340, stack(0x0000008e67900000,0x0000008e67a00000)]
0x0000020940cdc800 JavaThread "jar transforms Thread 10" [_thread_blocked, id=12964, stack(0x0000008e67a00000,0x0000008e67b00000)]
0x0000020940cde000 JavaThread "jar transforms Thread 11" [_thread_blocked, id=3296, stack(0x0000008e67b00000,0x0000008e67c00000)]
0x0000020940cdb000 JavaThread "jar transforms Thread 12" [_thread_blocked, id=6488, stack(0x0000008e67c00000,0x0000008e67d00000)]
0x0000020940cdc000 JavaThread "Memory manager" [_thread_blocked, id=11164, stack(0x0000008e67f00000,0x0000008e68000000)]
0x0000020942a3e000 JavaThread "Cache worker for Java compile cache (C:\Users\鐜嬩箙閾璡.gradle\caches\7.0.2\javaCompile)" [_thread_blocked, id=14964, stack(0x0000008e67d00000,0x0000008e67e00000)]
0x000002093d0ce800 JavaThread "ForkJoinPool.commonPool-worker-9" daemon [_thread_blocked, id=12936, stack(0x0000008e69e00000,0x0000008e69f00000)]
0x000002093d0cd000 JavaThread "ForkJoinPool.commonPool-worker-27" daemon [_thread_blocked, id=1340, stack(0x0000008e69f00000,0x0000008e6a000000)]
0x000002093d0cf800 JavaThread "ForkJoinPool.commonPool-worker-13" daemon [_thread_blocked, id=16860, stack(0x0000008e6a000000,0x0000008e6a100000)]
0x0000020946625000 JavaThread "ForkJoinPool.commonPool-worker-31" daemon [_thread_blocked, id=17608, stack(0x0000008e69a00000,0x0000008e69b00000)]
0x0000020946626800 JavaThread "ForkJoinPool.commonPool-worker-17" daemon [_thread_blocked, id=17612, stack(0x0000008e6a100000,0x0000008e6a200000)]
0x00000209471ec000 JavaThread "ForkJoinPool.commonPool-worker-21" daemon [_thread_blocked, id=18248, stack(0x0000008e69900000,0x0000008e69a00000)]
0x00000209471ee000 JavaThread "ForkJoinPool.commonPool-worker-3" daemon [_thread_blocked, id=17168, stack(0x0000008e69c00000,0x0000008e69d00000)]
0x00000209471f1800 JavaThread "ForkJoinPool.commonPool-worker-7" daemon [_thread_blocked, id=8496, stack(0x0000008e6a200000,0x0000008e6a300000)]
0x000002093f3ee000 JavaThread "Daemon Thread 7" [_thread_blocked, id=2832, stack(0x0000008e62f00000,0x0000008e63000000)]
0x000002093f3f5800 JavaThread "Daemon worker Thread 7" [_thread_in_Java, id=18300, stack(0x0000008e64b00000,0x0000008e64c00000)]
0x00000209471f6800 JavaThread "ForkJoinPool.commonPool-worker-25" daemon [_thread_blocked, id=6800, stack(0x0000008e69700000,0x0000008e69800000)]
0x00000209471f8000 JavaThread "ForkJoinPool.commonPool-worker-11" daemon [_thread_blocked, id=18308, stack(0x0000008e69800000,0x0000008e69900000)]
0x00000209471f7000 JavaThread "ForkJoinPool.commonPool-worker-29" daemon [_thread_blocked, id=13432, stack(0x0000008e69b00000,0x0000008e69c00000)]
0x00000209471f0000 JavaThread "Handler for socket connection from /127.0.0.1:7428 to /127.0.0.1:3869" [_thread_in_native, id=18612, stack(0x0000008e63000000,0x0000008e63100000)]
0x00000209471f0800 JavaThread "Cancel handler" [_thread_blocked, id=18616, stack(0x0000008e63100000,0x0000008e63200000)]
0x00000209471f2800 JavaThread "Asynchronous log dispatcher for DefaultDaemonConnection: socket connection from /127.0.0.1:7428 to /127.0.0.1:3869" [_thread_blocked, id=18628, stack(0x0000008e64c00000,0x0000008e64d00000)]
0x00000209471ed800 JavaThread "Stdin handler" [_thread_blocked, id=18632, stack(0x0000008e64d00000,0x0000008e64e00000)]
0x00000209471ec800 JavaThread "Daemon client event forwarder" [_thread_blocked, id=18636, stack(0x0000008e64e00000,0x0000008e64f00000)]
0x00000209471f3000 JavaThread "Cache worker for file hash cache (E:\AndroidPro\ModeSwitch\.gradle\7.0.2\fileHashes)" [_thread_blocked, id=18640, stack(0x0000008e64f00000,0x0000008e65000000)]
0x00000209471f4000 JavaThread "Cache worker for checksums cache (E:\AndroidPro\ModeSwitch\.gradle\checksums)" [_thread_blocked, id=18644, stack(0x0000008e65100000,0x0000008e65200000)]
0x00000209471f4800 Thread [stack: 0x0000008e65200000,0x0000008e65300000] [id=18648]
0x00000209471ef000 JavaThread "Cache worker for cache directory md-rule (C:\Users\鐜嬩箙閾璡.gradle\caches\7.0.2\md-rule)" [_thread_blocked, id=18652, stack(0x0000008e65c00000,0x0000008e65d00000)]
0x00000209471f9000 JavaThread "Cache worker for dependencies-accessors (E:\AndroidPro\ModeSwitch\.gradle\7.0.2\dependencies-accessors)" [_thread_blocked, id=18656, stack(0x0000008e65e00000,0x0000008e65f00000)]
0x00000209471f9800 Thread [stack: 0x0000008e65f00000,0x0000008e66000000] [id=18660]
0x00000209471fa800 JavaThread "Build operations" [_thread_blocked, id=18664, stack(0x0000008e66000000,0x0000008e66100000)]
0x00000209471f5800 JavaThread "Build operations Thread 2" [_thread_blocked, id=18668, stack(0x0000008e66100000,0x0000008e66200000)]
0x000002094662b000 JavaThread "Build operations Thread 3" [_thread_blocked, id=18672, stack(0x0000008e66300000,0x0000008e66400000)]
0x0000020946629000 JavaThread "Build operations Thread 4" [_thread_blocked, id=18676, stack(0x0000008e66700000,0x0000008e66800000)]
0x000002094662a000 JavaThread "Build operations Thread 5" [_thread_blocked, id=18680, stack(0x0000008e66900000,0x0000008e66a00000)]
0x0000020946628800 JavaThread "Build operations Thread 6" [_thread_blocked, id=18684, stack(0x0000008e66a00000,0x0000008e66b00000)]
0x0000020946626000 JavaThread "Build operations Thread 7" [_thread_blocked, id=18688, stack(0x0000008e66b00000,0x0000008e66c00000)]
0x0000020946627800 JavaThread "Build operations Thread 8" [_thread_blocked, id=18692, stack(0x0000008e66c00000,0x0000008e66d00000)]
0x000002094662e000 JavaThread "Build operations Thread 9" [_thread_blocked, id=18696, stack(0x0000008e66d00000,0x0000008e66e00000)]
0x000002094662f800 JavaThread "Build operations Thread 10" [_thread_blocked, id=18700, stack(0x0000008e66e00000,0x0000008e66f00000)]
0x000002094662f000 JavaThread "Build operations Thread 11" [_thread_blocked, id=18704, stack(0x0000008e66f00000,0x0000008e67000000)]
0x0000020946630800 JavaThread "Build operations Thread 12" [_thread_blocked, id=18708, stack(0x0000008e67000000,0x0000008e67100000)]
0x0000020942a3b800 Thread [stack: 0x0000008e68800000,0x0000008e68900000] [id=18760]
Other Threads:
0x000002093af48800 VMThread "VM Thread" [stack: 0x0000008e63800000,0x0000008e63900000] [id=8472]
0x000002093b979800 WatcherThread [stack: 0x0000008e64200000,0x0000008e64300000] [id=13884]
0x00000209206a7000 GCTaskThread "GC Thread#0" [stack: 0x0000008e63300000,0x0000008e63400000] [id=8012]
0x000002093c1d0000 GCTaskThread "GC Thread#1" [stack: 0x0000008e64400000,0x0000008e64500000] [id=1056]
0x000002093c545800 GCTaskThread "GC Thread#2" [stack: 0x0000008e64500000,0x0000008e64600000] [id=16304]
0x000002093cd93800 GCTaskThread "GC Thread#3" [stack: 0x0000008e64600000,0x0000008e64700000] [id=15584]
0x000002093dbd6800 GCTaskThread "GC Thread#4" [stack: 0x0000008e64800000,0x0000008e64900000] [id=7584]
0x000002093d03e000 GCTaskThread "GC Thread#5" [stack: 0x0000008e64900000,0x0000008e64a00000] [id=1428]
0x000002093e8a9800 GCTaskThread "GC Thread#6" [stack: 0x0000008e65500000,0x0000008e65600000] [id=7084]
0x000002093d893000 GCTaskThread "GC Thread#7" [stack: 0x0000008e65600000,0x0000008e65700000] [id=12292]
0x000002093d24c800 GCTaskThread "GC Thread#8" [stack: 0x0000008e65700000,0x0000008e65800000] [id=14608]
0x000002093d24d800 GCTaskThread "GC Thread#9" [stack: 0x0000008e65800000,0x0000008e65900000] [id=10632]
0x00000209206d9000 ConcurrentGCThread "G1 Main Marker" [stack: 0x0000008e63400000,0x0000008e63500000] [id=14132]
0x00000209206da800 ConcurrentGCThread "G1 Conc#0" [stack: 0x0000008e63500000,0x0000008e63600000] [id=14124]
0x000002093cbdb000 ConcurrentGCThread "G1 Conc#1" [stack: 0x0000008e65900000,0x0000008e65a00000] [id=11516]
0x000002093cbdc800 ConcurrentGCThread "G1 Conc#2" [stack: 0x0000008e65a00000,0x0000008e65b00000] [id=5860]
0x000002092075e000 ConcurrentGCThread "G1 Refine#0" [stack: 0x0000008e63600000,0x0000008e63700000] [id=15580]
0x000002093ad9a800 ConcurrentGCThread "G1 Young RemSet Sampling" [stack: 0x0000008e63700000,0x0000008e63800000] [id=3420]
Threads with active compile tasks:
C2 CompilerThread01467641 20443 s 4 org.gradle.internal.component.external.model.AbstractLazyModuleComponentResolveMetadata::getConfiguration (44 bytes)
C1 CompilerThread01467641 20626 3 java.util.concurrent.SynchronousQueue$TransferStack::clean (115 bytes)
VM state:at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
[0x0000020920688840] Threads_lock - owner thread: 0x000002093af48800
[0x0000020920688a80] Heap_lock - owner thread: 0x00000209206d9000
Heap address: 0x0000000080000000, size: 2048 MB, Compressed Oops mode: 32-bit
Narrow klass base: 0x0000000000000000, Narrow klass shift: 3
Compressed class space size: 1073741824 Address: 0x0000000100000000
Heap:
garbage-first heap total 131072K, used 94026K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 9 young (9216K), 3 survivors (3072K)
Metaspace used 113102K, capacity 116629K, committed 116864K, reserved 1150976K
class space used 14352K, capacity 15670K, committed 15744K, reserved 1048576K
Heap Regions: E=young(eden), S=young(survivor), O=old, HS=humongous(starts), HC=humongous(continues), CS=collection set, F=free, A=archive, TAMS=top-at-mark-start (previous, next)
| 0|0x0000000080000000, 0x0000000080100000, 0x0000000080100000|100%| O| |TAMS 0x0000000080100000, 0x0000000080000000| Updating
| 1|0x0000000080100000, 0x0000000080200000, 0x0000000080200000|100%| O| |TAMS 0x0000000080200000, 0x0000000080100000| Updating
| 2|0x0000000080200000, 0x0000000080300000, 0x0000000080300000|100%| O| |TAMS 0x0000000080300000, 0x0000000080200000| Updating
| 3|0x0000000080300000, 0x0000000080400000, 0x0000000080400000|100%|HS| |TAMS 0x0000000080400000, 0x0000000080300000| Complete
| 4|0x0000000080400000, 0x0000000080500000, 0x0000000080500000|100%|HC| |TAMS 0x0000000080500000, 0x0000000080400000| Complete
| 5|0x0000000080500000, 0x0000000080600000, 0x0000000080600000|100%|HC| |TAMS 0x0000000080600000, 0x0000000080500000| Complete
| 6|0x0000000080600000, 0x0000000080700000, 0x0000000080700000|100%| O| |TAMS 0x0000000080700000, 0x0000000080600000| Updating
| 7|0x0000000080700000, 0x0000000080800000, 0x0000000080800000|100%| O| |TAMS 0x0000000080800000, 0x0000000080700000| Updating
| 8|0x0000000080800000, 0x0000000080900000, 0x0000000080900000|100%| O| |TAMS 0x0000000080900000, 0x0000000080800000| Updating
| 9|0x0000000080900000, 0x0000000080a00000, 0x0000000080a00000|100%| O| |TAMS 0x0000000080a00000, 0x0000000080900000| Updating
| 10|0x0000000080a00000, 0x0000000080b00000, 0x0000000080b00000|100%| O| |TAMS 0x0000000080b00000, 0x0000000080a00000| Updating
| 11|0x0000000080b00000, 0x0000000080c00000, 0x0000000080c00000|100%| O| |TAMS 0x0000000080c00000, 0x0000000080b00000| Updating
| 12|0x0000000080c00000, 0x0000000080d00000, 0x0000000080d00000|100%| O| |TAMS 0x0000000080d00000, 0x0000000080c00000| Updating
| 13|0x0000000080d00000, 0x0000000080e00000, 0x0000000080e00000|100%| O| |TAMS 0x0000000080e00000, 0x0000000080d00000| Updating
| 14|0x0000000080e00000, 0x0000000080f00000, 0x0000000080f00000|100%| O| |TAMS 0x0000000080f00000, 0x0000000080e00000| Updating
| 15|0x0000000080f00000, 0x0000000081000000, 0x0000000081000000|100%| O| |TAMS 0x0000000081000000, 0x0000000080f00000| Updating
| 16|0x0000000081000000, 0x0000000081100000, 0x0000000081100000|100%|HS| |TAMS 0x0000000081100000, 0x0000000081000000| Complete
| 17|0x0000000081100000, 0x0000000081200000, 0x0000000081200000|100%| O| |TAMS 0x0000000081200000, 0x0000000081100000| Updating
| 18|0x0000000081200000, 0x0000000081300000, 0x0000000081300000|100%| O| |TAMS 0x0000000081300000, 0x0000000081200000| Updating
| 19|0x0000000081300000, 0x0000000081400000, 0x0000000081400000|100%| O| |TAMS 0x0000000081400000, 0x0000000081300000| Updating
| 20|0x0000000081400000, 0x0000000081500000, 0x0000000081500000|100%| O| |TAMS 0x0000000081500000, 0x0000000081400000| Updating
| 21|0x0000000081500000, 0x0000000081600000, 0x0000000081600000|100%| O| |TAMS 0x0000000081600000, 0x0000000081500000| Updating
| 22|0x0000000081600000, 0x0000000081700000, 0x0000000081700000|100%| O| |TAMS 0x0000000081700000, 0x0000000081600000| Updating
| 23|0x0000000081700000, 0x0000000081800000, 0x0000000081800000|100%| O| |TAMS 0x0000000081800000, 0x0000000081700000| Updating
| 24|0x0000000081800000, 0x0000000081900000, 0x0000000081900000|100%| O| |TAMS 0x0000000081900000, 0x0000000081800000| Updating
| 25|0x0000000081900000, 0x0000000081a00000, 0x0000000081a00000|100%| O| |TAMS 0x0000000081a00000, 0x0000000081900000| Updating
| 26|0x0000000081a00000, 0x0000000081b00000, 0x0000000081b00000|100%| O| |TAMS 0x0000000081b00000, 0x0000000081a00000| Updating
| 27|0x0000000081b00000, 0x0000000081b00000, 0x0000000081c00000| 0%| F| |TAMS 0x0000000081b00000, 0x0000000081b00000| Untracked
| 28|0x0000000081c00000, 0x0000000081d00000, 0x0000000081d00000|100%|HS| |TAMS 0x0000000081d00000, 0x0000000081c00000| Complete
| 29|0x0000000081d00000, 0x0000000081e00000, 0x0000000081e00000|100%|HS| |TAMS 0x0000000081e00000, 0x0000000081d00000| Complete
| 30|0x0000000081e00000, 0x0000000081f00000, 0x0000000081f00000|100%|HC| |TAMS 0x0000000081f00000, 0x0000000081e00000| Complete
| 31|0x0000000081f00000, 0x0000000081f00000, 0x0000000082000000| 0%| F| |TAMS 0x0000000081f00000, 0x0000000081f00000| Untracked
| 32|0x0000000082000000, 0x0000000082100000, 0x0000000082100000|100%| O| |TAMS 0x0000000082100000, 0x0000000082000000| Updating
| 33|0x0000000082100000, 0x0000000082200000, 0x0000000082200000|100%| O| |TAMS 0x0000000082200000, 0x0000000082100000| Updating
| 34|0x0000000082200000, 0x0000000082300000, 0x0000000082300000|100%| O| |TAMS 0x0000000082300000, 0x0000000082200000| Updating
| 35|0x0000000082300000, 0x0000000082400000, 0x0000000082400000|100%| O| |TAMS 0x0000000082400000, 0x0000000082300000| Updating
| 36|0x0000000082400000, 0x0000000082500000, 0x0000000082500000|100%| O| |TAMS 0x0000000082500000, 0x0000000082400000| Updating
| 37|0x0000000082500000, 0x0000000082600000, 0x0000000082600000|100%| O| |TAMS 0x0000000082600000, 0x0000000082500000| Updating
| 38|0x0000000082600000, 0x0000000082700000, 0x0000000082700000|100%| O| |TAMS 0x0000000082700000, 0x0000000082600000| Updating
| 39|0x0000000082700000, 0x0000000082800000, 0x0000000082800000|100%| O| |TAMS 0x0000000082800000, 0x0000000082700000| Updating
| 40|0x0000000082800000, 0x0000000082900000, 0x0000000082900000|100%| O| |TAMS 0x0000000082900000, 0x0000000082800000| Updating
| 41|0x0000000082900000, 0x0000000082a00000, 0x0000000082a00000|100%| O| |TAMS 0x0000000082a00000, 0x0000000082900000| Updating
| 42|0x0000000082a00000, 0x0000000082b00000, 0x0000000082b00000|100%| O| |TAMS 0x0000000082b00000, 0x0000000082a00000| Updating
| 43|0x0000000082b00000, 0x0000000082c00000, 0x0000000082c00000|100%| O| |TAMS 0x0000000082c00000, 0x0000000082b00000| Updating
| 44|0x0000000082c00000, 0x0000000082d00000, 0x0000000082d00000|100%| O| |TAMS 0x0000000082d00000, 0x0000000082c00000| Updating
| 45|0x0000000082d00000, 0x0000000082e00000, 0x0000000082e00000|100%| O| |TAMS 0x0000000082e00000, 0x0000000082d00000| Updating
| 46|0x0000000082e00000, 0x0000000082f00000, 0x0000000082f00000|100%| O| |TAMS 0x0000000082f00000, 0x0000000082e00000| Updating
| 47|0x0000000082f00000, 0x0000000083000000, 0x0000000083000000|100%| O| |TAMS 0x0000000083000000, 0x0000000082f00000| Updating
| 48|0x0000000083000000, 0x0000000083100000, 0x0000000083100000|100%| O| |TAMS 0x0000000083100000, 0x0000000083000000| Updating
| 49|0x0000000083100000, 0x0000000083100000, 0x0000000083200000| 0%| F| |TAMS 0x0000000083100000, 0x0000000083100000| Untracked
| 50|0x0000000083200000, 0x0000000083300000, 0x0000000083300000|100%| O| |TAMS 0x0000000083300000, 0x0000000083200000| Updating
| 51|0x0000000083300000, 0x0000000083400000, 0x0000000083400000|100%| O| |TAMS 0x0000000083400000, 0x0000000083300000| Updating
| 52|0x0000000083400000, 0x0000000083500000, 0x0000000083500000|100%| O| |TAMS 0x0000000083500000, 0x0000000083400000| Updating
| 53|0x0000000083500000, 0x0000000083600000, 0x0000000083600000|100%| O| |TAMS 0x0000000083600000, 0x0000000083500000| Updating
| 54|0x0000000083600000, 0x0000000083700000, 0x0000000083700000|100%| O| |TAMS 0x0000000083700000, 0x0000000083600000| Updating
| 55|0x0000000083700000, 0x0000000083800000, 0x0000000083800000|100%| O| |TAMS 0x0000000083800000, 0x0000000083700000| Updating
| 56|0x0000000083800000, 0x0000000083900000, 0x0000000083900000|100%| O| |TAMS 0x0000000083900000, 0x0000000083800000| Updating
| 57|0x0000000083900000, 0x0000000083a00000, 0x0000000083a00000|100%| O| |TAMS 0x0000000083a00000, 0x0000000083900000| Updating
| 58|0x0000000083a00000, 0x0000000083b00000, 0x0000000083b00000|100%| O| |TAMS 0x0000000083b00000, 0x0000000083a00000| Updating
| 59|0x0000000083b00000, 0x0000000083c00000, 0x0000000083c00000|100%| O| |TAMS 0x0000000083c00000, 0x0000000083b00000| Updating
| 60|0x0000000083c00000, 0x0000000083d00000, 0x0000000083d00000|100%| O| |TAMS 0x0000000083d00000, 0x0000000083c00000| Updating
| 61|0x0000000083d00000, 0x0000000083d00000, 0x0000000083e00000| 0%| F| |TAMS 0x0000000083d00000, 0x0000000083d00000| Untracked
| 62|0x0000000083e00000, 0x0000000083f00000, 0x0000000083f00000|100%| O| |TAMS 0x0000000083f00000, 0x0000000083e00000| Updating
| 63|0x0000000083f00000, 0x0000000084000000, 0x0000000084000000|100%| O| |TAMS 0x0000000084000000, 0x0000000083f00000| Updating
| 64|0x0000000084000000, 0x0000000084100000, 0x0000000084100000|100%| O| |TAMS 0x0000000084100000, 0x0000000084000000| Updating
| 65|0x0000000084100000, 0x0000000084200000, 0x0000000084200000|100%| O| |TAMS 0x0000000084200000, 0x0000000084100000| Updating
| 66|0x0000000084200000, 0x0000000084300000, 0x0000000084300000|100%| O| |TAMS 0x0000000084300000, 0x0000000084200000| Updating
| 67|0x0000000084300000, 0x0000000084400000, 0x0000000084400000|100%| O| |TAMS 0x0000000084400000, 0x0000000084300000| Updating
| 68|0x0000000084400000, 0x0000000084500000, 0x0000000084500000|100%| O| |TAMS 0x0000000084500000, 0x0000000084400000| Updating
| 69|0x0000000084500000, 0x0000000084600000, 0x0000000084600000|100%| O| |TAMS 0x0000000084600000, 0x0000000084500000| Updating
| 70|0x0000000084600000, 0x0000000084700000, 0x0000000084700000|100%| O| |TAMS 0x0000000084700000, 0x0000000084600000| Updating
| 71|0x0000000084700000, 0x0000000084700000, 0x0000000084800000| 0%| F| |TAMS 0x0000000084700000, 0x0000000084700000| Untracked
| 72|0x0000000084800000, 0x0000000084800000, 0x0000000084900000| 0%| F| |TAMS 0x0000000084800000, 0x0000000084800000| Untracked
| 73|0x0000000084900000, 0x0000000084a00000, 0x0000000084a00000|100%| O| |TAMS 0x0000000084a00000, 0x0000000084900000| Updating
| 74|0x0000000084a00000, 0x0000000084b00000, 0x0000000084b00000|100%| O| |TAMS 0x0000000084b00000, 0x0000000084a00000| Updating
| 75|0x0000000084b00000, 0x0000000084c00000, 0x0000000084c00000|100%| O| |TAMS 0x0000000084c00000, 0x0000000084b00000| Updating
| 76|0x0000000084c00000, 0x0000000084d00000, 0x0000000084d00000|100%| O| |TAMS 0x0000000084d00000, 0x0000000084c00000| Updating
| 77|0x0000000084d00000, 0x0000000084d00000, 0x0000000084e00000| 0%| F| |TAMS 0x0000000084d00000, 0x0000000084d00000| Untracked
| 78|0x0000000084e00000, 0x0000000084f00000, 0x0000000084f00000|100%| O| |TAMS 0x0000000084f00000, 0x0000000084e00000| Updating
| 79|0x0000000084f00000, 0x0000000084fd5400, 0x0000000085000000| 83%| O| |TAMS 0x0000000084fd5400, 0x0000000084f00000| Updating
| 80|0x0000000085000000, 0x0000000085100000, 0x0000000085100000|100%| O| |TAMS 0x0000000085100000, 0x0000000085000000| Updating
| 81|0x0000000085100000, 0x0000000085200000, 0x0000000085200000|100%| O| |TAMS 0x0000000085200000, 0x0000000085100000| Updating
| 82|0x0000000085200000, 0x0000000085300000, 0x0000000085300000|100%| O| |TAMS 0x0000000085300000, 0x0000000085200000| Updating
| 83|0x0000000085300000, 0x0000000085400000, 0x0000000085400000|100%| O| |TAMS 0x0000000085400000, 0x0000000085300000| Updating
| 84|0x0000000085400000, 0x0000000085500000, 0x0000000085500000|100%| O| |TAMS 0x0000000085500000, 0x0000000085400000| Updating
| 85|0x0000000085500000, 0x0000000085600000, 0x0000000085600000|100%| O| |TAMS 0x0000000085600000, 0x0000000085500000| Updating
| 86|0x0000000085600000, 0x0000000085600000, 0x0000000085700000| 0%| F| |TAMS 0x0000000085600000, 0x0000000085600000| Untracked
| 87|0x0000000085700000, 0x0000000085700000, 0x0000000085800000| 0%| F| |TAMS 0x0000000085700000, 0x0000000085700000| Untracked
| 88|0x0000000085800000, 0x0000000085800000, 0x0000000085900000| 0%| F| |TAMS 0x0000000085800000, 0x0000000085800000| Untracked
| 89|0x0000000085900000, 0x0000000085900000, 0x0000000085a00000| 0%| F| |TAMS 0x0000000085900000, 0x0000000085900000| Untracked
| 90|0x0000000085a00000, 0x0000000085b00000, 0x0000000085b00000|100%| O| |TAMS 0x0000000085b00000, 0x0000000085a00000| Updating
| 91|0x0000000085b00000, 0x0000000085b00000, 0x0000000085c00000| 0%| F| |TAMS 0x0000000085b00000, 0x0000000085b00000| Untracked
| 92|0x0000000085c00000, 0x0000000085c00000, 0x0000000085d00000| 0%| F| |TAMS 0x0000000085c00000, 0x0000000085c00000| Untracked
| 93|0x0000000085d00000, 0x0000000085e00000, 0x0000000085e00000|100%| O| |TAMS 0x0000000085e00000, 0x0000000085d00000| Updating
| 94|0x0000000085e00000, 0x0000000085f00000, 0x0000000085f00000|100%| O| |TAMS 0x0000000085f00000, 0x0000000085e00000| Updating
| 95|0x0000000085f00000, 0x0000000085f00000, 0x0000000086000000| 0%| F| |TAMS 0x0000000085f00000, 0x0000000085f00000| Untracked
| 96|0x0000000086000000, 0x0000000086000000, 0x0000000086100000| 0%| F| |TAMS 0x0000000086000000, 0x0000000086000000| Untracked
| 97|0x0000000086100000, 0x0000000086100000, 0x0000000086200000| 0%| F| |TAMS 0x0000000086100000, 0x0000000086100000| Untracked
| 98|0x0000000086200000, 0x0000000086200000, 0x0000000086300000| 0%| F| |TAMS 0x0000000086200000, 0x0000000086200000| Untracked
| 99|0x0000000086300000, 0x0000000086300000, 0x0000000086400000| 0%| F| |TAMS 0x0000000086300000, 0x0000000086300000| Untracked
| 100|0x0000000086400000, 0x0000000086400000, 0x0000000086500000| 0%| F| |TAMS 0x0000000086400000, 0x0000000086400000| Untracked
| 101|0x0000000086500000, 0x0000000086500000, 0x0000000086600000| 0%| F| |TAMS 0x0000000086500000, 0x0000000086500000| Untracked
| 102|0x0000000086600000, 0x0000000086600000, 0x0000000086700000| 0%| F| |TAMS 0x0000000086600000, 0x0000000086600000| Untracked
| 103|0x0000000086700000, 0x0000000086700000, 0x0000000086800000| 0%| F| |TAMS 0x0000000086700000, 0x0000000086700000| Untracked
| 104|0x0000000086800000, 0x0000000086800000, 0x0000000086900000| 0%| F| |TAMS 0x0000000086800000, 0x0000000086800000| Untracked
| 105|0x0000000086900000, 0x0000000086900000, 0x0000000086a00000| 0%| F| |TAMS 0x0000000086900000, 0x0000000086900000| Untracked
| 106|0x0000000086a00000, 0x0000000086afd6e0, 0x0000000086b00000| 98%| S|CS|TAMS 0x0000000086a00000, 0x0000000086a00000| Complete
| 107|0x0000000086b00000, 0x0000000086c00000, 0x0000000086c00000|100%| S|CS|TAMS 0x0000000086b00000, 0x0000000086b00000| Complete
| 108|0x0000000086c00000, 0x0000000086d00000, 0x0000000086d00000|100%| S|CS|TAMS 0x0000000086c00000, 0x0000000086c00000| Complete
| 109|0x0000000086d00000, 0x0000000086d00000, 0x0000000086e00000| 0%| F| |TAMS 0x0000000086d00000, 0x0000000086d00000| Untracked
| 110|0x0000000086e00000, 0x0000000086e00000, 0x0000000086f00000| 0%| F| |TAMS 0x0000000086e00000, 0x0000000086e00000| Untracked
| 111|0x0000000086f00000, 0x0000000086f00000, 0x0000000087000000| 0%| F| |TAMS 0x0000000086f00000, 0x0000000086f00000| Untracked
| 112|0x0000000087000000, 0x0000000087000000, 0x0000000087100000| 0%| F| |TAMS 0x0000000087000000, 0x0000000087000000| Untracked
| 113|0x0000000087100000, 0x0000000087100000, 0x0000000087200000| 0%| F| |TAMS 0x0000000087100000, 0x0000000087100000| Untracked
| 114|0x0000000087200000, 0x0000000087200000, 0x0000000087300000| 0%| F| |TAMS 0x0000000087200000, 0x0000000087200000| Untracked
| 115|0x0000000087300000, 0x0000000087300000, 0x0000000087400000| 0%| F| |TAMS 0x0000000087300000, 0x0000000087300000| Untracked
| 116|0x0000000087400000, 0x0000000087400000, 0x0000000087500000| 0%| F| |TAMS 0x0000000087400000, 0x0000000087400000| Untracked
| 117|0x0000000087500000, 0x0000000087500000, 0x0000000087600000| 0%| F| |TAMS 0x0000000087500000, 0x0000000087500000| Untracked
| 118|0x0000000087600000, 0x0000000087600000, 0x0000000087700000| 0%| F| |TAMS 0x0000000087600000, 0x0000000087600000| Untracked
| 119|0x0000000087700000, 0x0000000087700000, 0x0000000087800000| 0%| F| |TAMS 0x0000000087700000, 0x0000000087700000| Untracked
| 120|0x0000000087800000, 0x0000000087800000, 0x0000000087900000| 0%| F| |TAMS 0x0000000087800000, 0x0000000087800000| Untracked
| 121|0x0000000087900000, 0x0000000087900000, 0x0000000087a00000| 0%| F| |TAMS 0x0000000087900000, 0x0000000087900000| Untracked
| 122|0x0000000087a00000, 0x0000000087a60dc0, 0x0000000087b00000| 37%| E| |TAMS 0x0000000087a00000, 0x0000000087a00000| Complete
| 123|0x0000000087b00000, 0x0000000087c00000, 0x0000000087c00000|100%| E|CS|TAMS 0x0000000087b00000, 0x0000000087b00000| Complete
| 124|0x0000000087c00000, 0x0000000087d00000, 0x0000000087d00000|100%| E|CS|TAMS 0x0000000087c00000, 0x0000000087c00000| Complete
| 125|0x0000000087d00000, 0x0000000087e00000, 0x0000000087e00000|100%| E|CS|TAMS 0x0000000087d00000, 0x0000000087d00000| Complete
| 126|0x0000000087e00000, 0x0000000087f00000, 0x0000000087f00000|100%| E|CS|TAMS 0x0000000087e00000, 0x0000000087e00000| Complete
| 127|0x0000000087f00000, 0x0000000088000000, 0x0000000088000000|100%| E|CS|TAMS 0x0000000087f00000, 0x0000000087f00000| Complete
Card table byte_map: [0x0000020933ac0000,0x0000020933ec0000] _byte_map_base: 0x00000209336c0000
Marking Bits (Prev, Next): (CMBitMap*) 0x00000209206d0368, (CMBitMap*) 0x00000209206d03a0
Prev Bits: [0x00000209342c0000, 0x00000209362c0000)
Next Bits: [0x00000209362c0000, 0x00000209382c0000)
Polling page: 0x000002091e5d0000
Metaspace:
Usage:
Non-class: 98.59 MB capacity, 96.44 MB ( 98%) used, 1.75 MB ( 2%) free+waste, 420.94 KB ( <1%) overhead.
Class: 15.30 MB capacity, 14.02 MB ( 92%) used, 1.10 MB ( 7%) free+waste, 187.13 KB ( 1%) overhead.
Both: 113.90 MB capacity, 110.45 MB ( 97%) used, 2.85 MB ( 3%) free+waste, 608.06 KB ( <1%) overhead.
Virtual space:
Non-class space: 100.00 MB reserved, 98.75 MB ( 99%) committed
Class space: 1.00 GB reserved, 15.38 MB ( 2%) committed
Both: 1.10 GB reserved, 114.13 MB ( 10%) committed
Chunk freelists:
Non-Class: 33.00 KB
Class: 0 bytes
Both: 33.00 KB
MaxMetaspaceSize: 17179869184.00 GB
CompressedClassSpaceSize: 1.00 GB
CodeHeap 'non-profiled nmethods': size=120000Kb used=12558Kb max_used=12680Kb free=107441Kb
bounds [0x000002092bc40000, 0x000002092c8e0000, 0x0000020933170000]
CodeHeap 'profiled nmethods': size=120000Kb used=44332Kb max_used=44332Kb free=75667Kb
bounds [0x0000020924710000, 0x0000020927270000, 0x000002092bc40000]
CodeHeap 'non-nmethods': size=5760Kb used=2337Kb max_used=2406Kb free=3422Kb
bounds [0x0000020924170000, 0x00000209243e0000, 0x0000020924710000]
total_blobs=20528 nmethods=19578 adapters=859
compilation: enabled
stopped_count=0, restarted_count=0
full_count=0
Compilation events (20 events):
Event: 1467.507 Thread 0x000002093b7d2800 20568 3 org.gradle.api.internal.file.collections.DefaultConfigurableFileCollection$$Lambda$994/0x0000000100ae0040::accept (16 bytes)
Event: 1467.507 Thread 0x000002093b7d2800 nmethod 20568 0x000002092722b390 code [0x000002092722b580, 0x000002092722ba88]
Event: 1467.507 Thread 0x000002093b7d2800 20569 3 org.gradle.api.internal.file.collections.DefaultConfigurableFileCollection::lambda$calculateFinalizedValue$0 (16 bytes)
Event: 1467.507 Thread 0x000002093b7d2800 nmethod 20569 0x000002092722bc90 code [0x000002092722be60, 0x000002092722c1e8]
Event: 1467.509 Thread 0x000002093b7d2800 20570 3 org.gradle.api.internal.tasks.properties.bean.NestedRuntimeBeanNode$ImplementationPropertyValue::maybeFinalizeValue (1 bytes)
Event: 1467.509 Thread 0x000002093b7d2800 nmethod 20570 0x000002092722c310 code [0x000002092722c4c0, 0x000002092722c5b8]
Event: 1467.511 Thread 0x000002093b7d2800 20571 1 org.gradle.api.internal.provider.DefaultMapProperty::access$400 (5 bytes)
Event: 1467.512 Thread 0x000002093b7d2800 nmethod 20571 0x000002092be08810 code [0x000002092be089c0, 0x000002092be08a58]
Event: 1467.516 Thread 0x000002093b7d2800 20572 3 org.gradle.execution.plan.ValuedVfsHierarchy$$Lambda$995/0x0000000100ae0440::accept (11 bytes)
Event: 1467.517 Thread 0x000002093b7d2800 nmethod 20572 0x000002092722c690 code [0x000002092722c880, 0x000002092722ced8]
Event: 1467.517 Thread 0x000002093b7d2800 20573 3 org.gradle.execution.plan.ExecutionNodeAccessHierarchy$AbstractNodeAccessVisitor::visitExact (9 bytes)
Event: 1467.517 Thread 0x000002093b7d2800 nmethod 20573 0x000002092722d090 code [0x000002092722d280, 0x000002092722d7b8]
Event: 1467.517 Thread 0x000002093b7d2800 20574 3 org.gradle.execution.plan.ExecutionNodeAccessHierarchy$AbstractNodeAccessVisitor::visitExact (6 bytes)
Event: 1467.517 Thread 0x000002093b7d2800 nmethod 20574 0x000002092722d910 code [0x000002092722dae0, 0x000002092722de38]
Event: 1467.517 Thread 0x000002093b7d2800 20575 3 org.gradle.execution.plan.ExecutionNodeAccessHierarchy$AbstractNodeAccessVisitor::addNode (15 bytes)
Event: 1467.517 Thread 0x000002093b7d2800 nmethod 20575 0x000002092722df90 code [0x000002092722e160, 0x000002092722e3f8]
Event: 1467.523 Thread 0x000002093b7d2800 20576 3 sun.security.provider.DigestBase::engineUpdate (32 bytes)
Event: 1467.523 Thread 0x000002093b7d2800 nmethod 20576 0x000002092722e510 code [0x000002092722e6e0, 0x000002092722e988]
Event: 1467.524 Thread 0x000002093b7d2800 20577 3 java.net.URI$Parser::scanIPv4Address (225 bytes)
Event: 1467.525 Thread 0x000002093b7d2800 nmethod 20577 0x000002092722ea90 code [0x000002092722ede0, 0x0000020927230238]
GC Heap History (20 events):
Event: 1436.417 GC heap before
{Heap before GC invocations=99 (full 0):
garbage-first heap total 131072K, used 93468K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 6 young (6144K), 2 survivors (2048K)
Metaspace used 112752K, capacity 116269K, committed 116352K, reserved 1150976K
class space used 14348K, capacity 15665K, committed 15744K, reserved 1048576K
}
Event: 1436.421 GC heap after
{Heap after GC invocations=100 (full 0):
garbage-first heap total 131072K, used 84142K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 1 young (1024K), 1 survivors (1024K)
Metaspace used 112752K, capacity 116269K, committed 116352K, reserved 1150976K
class space used 14348K, capacity 15665K, committed 15744K, reserved 1048576K
}
Event: 1436.887 GC heap before
{Heap before GC invocations=100 (full 0):
garbage-first heap total 131072K, used 103598K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 21 young (21504K), 1 survivors (1024K)
Metaspace used 112847K, capacity 116337K, committed 116608K, reserved 1150976K
class space used 14348K, capacity 15665K, committed 15744K, reserved 1048576K
}
Event: 1436.897 GC heap after
{Heap after GC invocations=101 (full 0):
garbage-first heap total 131072K, used 87306K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 3 young (3072K), 3 survivors (3072K)
Metaspace used 112847K, capacity 116337K, committed 116608K, reserved 1150976K
class space used 14348K, capacity 15665K, committed 15744K, reserved 1048576K
}
Event: 1438.118 GC heap before
{Heap before GC invocations=102 (full 0):
garbage-first heap total 131072K, used 108810K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 22 young (22528K), 3 survivors (3072K)
Metaspace used 112874K, capacity 116337K, committed 116608K, reserved 1150976K
class space used 14348K, capacity 15665K, committed 15744K, reserved 1048576K
}
Event: 1438.125 GC heap after
{Heap after GC invocations=103 (full 0):
garbage-first heap total 131072K, used 95264K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 3 young (3072K), 3 survivors (3072K)
Metaspace used 112874K, capacity 116337K, committed 116608K, reserved 1150976K
class space used 14348K, capacity 15665K, committed 15744K, reserved 1048576K
}
Event: 1438.186 GC heap before
{Heap before GC invocations=103 (full 0):
garbage-first heap total 131072K, used 97312K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 6 young (6144K), 3 survivors (3072K)
Metaspace used 112896K, capacity 116337K, committed 116608K, reserved 1150976K
class space used 14348K, capacity 15665K, committed 15744K, reserved 1048576K
}
Event: 1438.192 GC heap after
{Heap after GC invocations=104 (full 0):
garbage-first heap total 131072K, used 90389K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 1 young (1024K), 1 survivors (1024K)
Metaspace used 112896K, capacity 116337K, committed 116608K, reserved 1150976K
class space used 14348K, capacity 15665K, committed 15744K, reserved 1048576K
}
Event: 1438.293 GC heap before
{Heap before GC invocations=104 (full 0):
garbage-first heap total 131072K, used 105749K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 17 young (17408K), 1 survivors (1024K)
Metaspace used 112949K, capacity 116340K, committed 116608K, reserved 1150976K
class space used 14348K, capacity 15665K, committed 15744K, reserved 1048576K
}
Event: 1438.296 GC heap after
{Heap after GC invocations=105 (full 0):
garbage-first heap total 131072K, used 90890K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 2 young (2048K), 2 survivors (2048K)
Metaspace used 112949K, capacity 116340K, committed 116608K, reserved 1150976K
class space used 14348K, capacity 15665K, committed 15744K, reserved 1048576K
}
Event: 1438.605 GC heap before
{Heap before GC invocations=106 (full 0):
garbage-first heap total 131072K, used 106250K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 18 young (18432K), 2 survivors (2048K)
Metaspace used 112978K, capacity 116426K, committed 116608K, reserved 1150976K
class space used 14351K, capacity 15669K, committed 15744K, reserved 1048576K
}
Event: 1438.607 GC heap after
{Heap after GC invocations=107 (full 0):
garbage-first heap total 131072K, used 90824K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 2 young (2048K), 2 survivors (2048K)
Metaspace used 112978K, capacity 116426K, committed 116608K, reserved 1150976K
class space used 14351K, capacity 15669K, committed 15744K, reserved 1048576K
}
Event: 1438.700 GC heap before
{Heap before GC invocations=107 (full 0):
garbage-first heap total 131072K, used 93896K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 6 young (6144K), 2 survivors (2048K)
Metaspace used 112978K, capacity 116426K, committed 116608K, reserved 1150976K
class space used 14351K, capacity 15669K, committed 15744K, reserved 1048576K
}
Event: 1438.704 GC heap after
{Heap after GC invocations=108 (full 0):
garbage-first heap total 131072K, used 87881K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 1 young (1024K), 1 survivors (1024K)
Metaspace used 112978K, capacity 116426K, committed 116608K, reserved 1150976K
class space used 14351K, capacity 15669K, committed 15744K, reserved 1048576K
}
Event: 1438.718 GC heap before
{Heap before GC invocations=108 (full 0):
garbage-first heap total 131072K, used 87881K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 2 young (2048K), 1 survivors (1024K)
Metaspace used 112981K, capacity 116426K, committed 116608K, reserved 1150976K
class space used 14351K, capacity 15669K, committed 15744K, reserved 1048576K
}
Event: 1438.721 GC heap after
{Heap after GC invocations=109 (full 0):
garbage-first heap total 131072K, used 87852K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 1 young (1024K), 1 survivors (1024K)
Metaspace used 112981K, capacity 116426K, committed 116608K, reserved 1150976K
class space used 14351K, capacity 15669K, committed 15744K, reserved 1048576K
}
Event: 1467.392 GC heap before
{Heap before GC invocations=110 (full 0):
garbage-first heap total 131072K, used 110380K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 18 young (18432K), 1 survivors (1024K)
Metaspace used 113024K, capacity 116560K, committed 116864K, reserved 1150976K
class space used 14351K, capacity 15670K, committed 15744K, reserved 1048576K
}
Event: 1467.395 GC heap after
{Heap after GC invocations=111 (full 0):
garbage-first heap total 131072K, used 89096K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 2 young (2048K), 2 survivors (2048K)
Metaspace used 113024K, capacity 116560K, committed 116864K, reserved 1150976K
class space used 14351K, capacity 15670K, committed 15744K, reserved 1048576K
}
Event: 1467.418 GC heap before
{Heap before GC invocations=111 (full 0):
garbage-first heap total 131072K, used 93192K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 6 young (6144K), 2 survivors (2048K)
Metaspace used 113033K, capacity 116624K, committed 116864K, reserved 1150976K
class space used 14351K, capacity 15670K, committed 15744K, reserved 1048576K
}
Event: 1467.423 GC heap after
{Heap after GC invocations=112 (full 0):
garbage-first heap total 131072K, used 86602K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 1 young (1024K), 1 survivors (1024K)
Metaspace used 113033K, capacity 116624K, committed 116864K, reserved 1150976K
class space used 14351K, capacity 15670K, committed 15744K, reserved 1048576K
}
Deoptimization events (20 events):
Event: 1316.758 Thread 0x000002094662b800 DEOPT PACKING pc=0x000002092c32fbf0 sp=0x0000008e686fc4f0
Event: 1316.758 Thread 0x000002094662b800 DEOPT UNPACKING pc=0x00000209241976ce sp=0x0000008e686fb8b0 mode 0
Event: 1317.046 Thread 0x0000020946628800 Uncommon trap: trap_request=0xfffffff4 fr.pc=0x000002092c3c651c relative=0x000000000000055c
Event: 1317.046 Thread 0x0000020946628800 Uncommon trap: reason=null_check action=make_not_entrant pc=0x000002092c3c651c method=java.lang.ThreadLocal$ThreadLocalMap.expungeStaleEntry(I)I @ 51 c2
Event: 1317.046 Thread 0x0000020946628800 DEOPT PACKING pc=0x000002092c3c651c sp=0x0000008e64bfb9a0
Event: 1317.046 Thread 0x0000020946628800 DEOPT UNPACKING pc=0x00000209241978af sp=0x0000008e64bfb940 mode 2
Event: 1436.367 Thread 0x0000020942a47000 Uncommon trap: trap_request=0xffffff4d fr.pc=0x000002092bee6f30 relative=0x0000000000000170
Event: 1436.367 Thread 0x0000020942a47000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000002092bee6f30 method=java.util.concurrent.locks.LockSupport.unpark(Ljava/lang/Thread;)V @ 1 c2
Event: 1436.367 Thread 0x0000020942a47000 DEOPT PACKING pc=0x000002092bee6f30 sp=0x0000008e66ffd830
Event: 1436.367 Thread 0x0000020942a47000 DEOPT UNPACKING pc=0x00000209241978af sp=0x0000008e66ffd698 mode 2
Event: 1436.503 Thread 0x000002093f3f5800 DEOPT PACKING pc=0x00000209250419ab sp=0x0000008e64bfb590
Event: 1436.503 Thread 0x000002093f3f5800 DEOPT UNPACKING pc=0x00000209241976ce sp=0x0000008e64bfaa28 mode 0
Event: 1436.666 Thread 0x0000020942a47800 DEOPT PACKING pc=0x0000020925d3b3e7 sp=0x0000008e672fb210
Event: 1436.666 Thread 0x0000020942a47800 DEOPT UNPACKING pc=0x00000209241976ce sp=0x0000008e672fa7e8 mode 0
Event: 1438.135 Thread 0x0000020942a47800 DEOPT PACKING pc=0x00000209265de28f sp=0x0000008e672f7840
Event: 1438.135 Thread 0x0000020942a47800 DEOPT UNPACKING pc=0x00000209241976ce sp=0x0000008e672f6cf8 mode 0
Event: 1438.272 Thread 0x0000020946631800 DEOPT PACKING pc=0x0000020926a34dd1 sp=0x0000008e68bfc900
Event: 1438.272 Thread 0x0000020946631800 DEOPT UNPACKING pc=0x00000209241976ce sp=0x0000008e68bfbda0 mode 0
Event: 1467.460 Thread 0x000002093f3f5800 DEOPT PACKING pc=0x00000209250419ab sp=0x0000008e64bfb590
Event: 1467.460 Thread 0x000002093f3f5800 DEOPT UNPACKING pc=0x00000209241976ce sp=0x0000008e64bfaa28 mode 0
Classes redefined (0 events):
No events
Internal exceptions (20 events):
Event: 1438.080 Thread 0x0000020942a47800 Exception <a 'sun/nio/fs/WindowsException'{0x0000000086e00fc0}> (0x0000000086e00fc0) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 1438.084 Thread 0x0000020942a47800 Exception <a 'sun/nio/fs/WindowsException'{0x0000000086e17bf0}> (0x0000000086e17bf0) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 1438.084 Thread 0x0000020942a47800 Exception <a 'sun/nio/fs/WindowsException'{0x0000000086e17d40}> (0x0000000086e17d40) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 1438.101 Thread 0x0000020942a47800 Exception <a 'sun/nio/fs/WindowsException'{0x0000000086e6b520}> (0x0000000086e6b520) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 1438.101 Thread 0x0000020942a47800 Exception <a 'sun/nio/fs/WindowsException'{0x0000000086e6b668}> (0x0000000086e6b668) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 1438.103 Thread 0x0000020942a47800 Exception <a 'sun/nio/fs/WindowsException'{0x0000000086ebbda8}> (0x0000000086ebbda8) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 1438.103 Thread 0x0000020942a47800 Exception <a 'sun/nio/fs/WindowsException'{0x0000000086ebbed0}> (0x0000000086ebbed0) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 1438.138 Thread 0x0000020942a47800 Exception <a 'sun/nio/fs/WindowsException'{0x0000000087ed3b98}> (0x0000000087ed3b98) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 1438.235 Thread 0x0000020946631800 Exception <a 'sun/nio/fs/WindowsException'{0x00000000879c4238}> (0x00000000879c4238) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 1438.305 Thread 0x0000020946631800 Exception <a 'sun/nio/fs/WindowsException'{0x0000000087eaaff0}> (0x0000000087eaaff0) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 1438.454 Thread 0x0000020946632000 Exception <a 'sun/nio/fs/WindowsException'{0x0000000087c5e2e8}> (0x0000000087c5e2e8) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 1438.460 Thread 0x0000020946632000 Exception <a 'sun/nio/fs/WindowsException'{0x0000000087b54f00}> (0x0000000087b54f00) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 1467.409 Thread 0x000002093f3f5800 Exception <a 'sun/nio/fs/WindowsException'{0x0000000087dca770}> (0x0000000087dca770) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 1467.410 Thread 0x000002093f3f5800 Exception <a 'sun/nio/fs/WindowsException'{0x0000000087dcc260}> (0x0000000087dcc260) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 1467.430 Thread 0x000002093f3f5800 Exception <a 'java/lang/NoClassDefFoundError'{0x0000000087e7f330}: org/jetbrains/kotlin/gradle/plugin/KotlinBasePluginWrapper> (0x0000000087e7f330) thrown at [./src/hotspot/share/oops/constantPool.cpp, line 775]
Event: 1467.446 Thread 0x000002093f3f5800 Exception <a 'sun/nio/fs/WindowsException'{0x0000000087c9c020}> (0x0000000087c9c020) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 1467.449 Thread 0x000002093f3f5800 Exception <a 'sun/nio/fs/WindowsException'{0x0000000087a3c1e0}> (0x0000000087a3c1e0) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 1467.449 Thread 0x000002093f3f5800 Exception <a 'sun/nio/fs/WindowsException'{0x0000000087a3d220}> (0x0000000087a3d220) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 1467.449 Thread 0x000002093f3f5800 Exception <a 'sun/nio/fs/WindowsException'{0x0000000087a3e2b0}> (0x0000000087a3e2b0) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 1467.449 Thread 0x000002093f3f5800 Exception <a 'sun/nio/fs/WindowsException'{0x0000000087a3f340}> (0x0000000087a3f340) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Events (20 events):
Event: 1467.505 Executing VM operation: RevokeBias
Event: 1467.505 Executing VM operation: RevokeBias done
Event: 1467.506 Executing VM operation: RevokeBias
Event: 1467.507 Executing VM operation: RevokeBias done
Event: 1467.507 Executing VM operation: RevokeBias
Event: 1467.507 Executing VM operation: RevokeBias done
Event: 1467.511 Executing VM operation: RevokeBias
Event: 1467.512 Executing VM operation: RevokeBias done
Event: 1467.512 Executing VM operation: RevokeBias
Event: 1467.512 Executing VM operation: RevokeBias done
Event: 1467.512 Executing VM operation: RevokeBias
Event: 1467.512 Executing VM operation: RevokeBias done
Event: 1467.512 Executing VM operation: BulkRevokeBias
Event: 1467.513 Executing VM operation: BulkRevokeBias done
Event: 1467.520 Executing VM operation: RevokeBias
Event: 1467.521 Executing VM operation: RevokeBias done
Event: 1467.521 Executing VM operation: RevokeBias
Event: 1467.521 Executing VM operation: RevokeBias done
Event: 1467.524 Executing VM operation: RevokeBias
Event: 1467.524 Executing VM operation: RevokeBias done
Dynamic libraries:
0x00007ff7d2860000 - 0x00007ff7d286a000 E:\AndroidStudio\jre\bin\java.exe
0x00007ffdf3340000 - 0x00007ffdf354f000 C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ffdf11d0000 - 0x00007ffdf128d000 C:\WINDOWS\System32\KERNEL32.DLL
0x00007ffdf09c0000 - 0x00007ffdf0d4e000 C:\WINDOWS\System32\KERNELBASE.dll
0x00007ffdf08a0000 - 0x00007ffdf09b1000 C:\WINDOWS\System32\ucrtbase.dll
0x00007ffdd14f0000 - 0x00007ffdd1509000 E:\AndroidStudio\jre\bin\jli.dll
0x00007ffdf1b60000 - 0x00007ffdf1d0a000 C:\WINDOWS\System32\USER32.dll
0x00007ffdf1110000 - 0x00007ffdf1136000 C:\WINDOWS\System32\win32u.dll
0x00007ffdf2f20000 - 0x00007ffdf2f49000 C:\WINDOWS\System32\GDI32.dll
0x00007ffdd14d0000 - 0x00007ffdd14e7000 E:\AndroidStudio\jre\bin\VCRUNTIME140.dll
0x00007ffdf0f70000 - 0x00007ffdf1087000 C:\WINDOWS\System32\gdi32full.dll
0x00007ffdf0800000 - 0x00007ffdf089a000 C:\WINDOWS\System32\msvcp_win.dll
0x00007ffdd2440000 - 0x00007ffdd26e1000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22523.1000_none_26388f37a89e74b7\COMCTL32.dll
0x00007ffdf1510000 - 0x00007ffdf15b4000 C:\WINDOWS\System32\msvcrt.dll
0x00007ffdf2c70000 - 0x00007ffdf2ca1000 C:\WINDOWS\System32\IMM32.DLL
0x00007ffdc6800000 - 0x00007ffdc689d000 E:\AndroidStudio\jre\bin\msvcp140.dll
0x00007ffdace90000 - 0x00007ffdad95f000 E:\AndroidStudio\jre\bin\server\jvm.dll
0x00007ffdf31c0000 - 0x00007ffdf326e000 C:\WINDOWS\System32\ADVAPI32.dll
0x00007ffdf1df0000 - 0x00007ffdf1e92000 C:\WINDOWS\System32\sechost.dll
0x00007ffdf15c0000 - 0x00007ffdf16df000 C:\WINDOWS\System32\RPCRT4.dll
0x00007ffdf11a0000 - 0x00007ffdf11a8000 C:\WINDOWS\System32\PSAPI.DLL
0x00007ffded8d0000 - 0x00007ffded8d9000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x00007ffde8b70000 - 0x00007ffde8ba4000 C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ffde23d0000 - 0x00007ffde23da000 C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007ffdf12a0000 - 0x00007ffdf1311000 C:\WINDOWS\System32\WS2_32.dll
0x00007ffdef880000 - 0x00007ffdef898000 C:\WINDOWS\SYSTEM32\kernel.appcore.dll
0x00007ffdeaf10000 - 0x00007ffdeaf21000 E:\AndroidStudio\jre\bin\verify.dll
0x00007ffdee450000 - 0x00007ffdee676000 C:\WINDOWS\SYSTEM32\DBGHELP.DLL
0x00007ffdf16e0000 - 0x00007ffdf1a5c000 C:\WINDOWS\System32\combase.dll
0x00007ffdf1d10000 - 0x00007ffdf1de7000 C:\WINDOWS\System32\OLEAUT32.dll
0x00007ffdda6b0000 - 0x00007ffdda6e1000 C:\WINDOWS\SYSTEM32\dbgcore.DLL
0x00007ffdf1090000 - 0x00007ffdf110b000 C:\WINDOWS\System32\bcryptPrimitives.dll
0x00007ffdeaee0000 - 0x00007ffdeaf09000 E:\AndroidStudio\jre\bin\java.dll
0x00007ffded6d0000 - 0x00007ffded6db000 E:\AndroidStudio\jre\bin\jimage.dll
0x00007ffdeaec0000 - 0x00007ffdeaed8000 E:\AndroidStudio\jre\bin\zip.dll
0x00007ffdf2030000 - 0x00007ffdf27e8000 C:\WINDOWS\System32\SHELL32.dll
0x00007ffdee8b0000 - 0x00007ffdef106000 C:\WINDOWS\SYSTEM32\windows.storage.dll
0x00007ffdee770000 - 0x00007ffdee8ac000 C:\WINDOWS\SYSTEM32\wintypes.dll
0x00007ffdf1a60000 - 0x00007ffdf1b51000 C:\WINDOWS\System32\SHCORE.dll
0x00007ffdf13d0000 - 0x00007ffdf142b000 C:\WINDOWS\System32\shlwapi.dll
0x00007ffdf0730000 - 0x00007ffdf0751000 C:\WINDOWS\SYSTEM32\profapi.dll
0x00007ffdea0e0000 - 0x00007ffdea0fa000 E:\AndroidStudio\jre\bin\net.dll
0x00007ffde8290000 - 0x00007ffde83a2000 C:\WINDOWS\SYSTEM32\WINHTTP.dll
0x00007ffdefd00000 - 0x00007ffdefd69000 C:\WINDOWS\system32\mswsock.dll
0x00007ffde9fb0000 - 0x00007ffde9fc4000 E:\AndroidStudio\jre\bin\nio.dll
0x00007ffdd1510000 - 0x00007ffdd1537000 C:\Users\王久铭\.gradle\native\8bec1ad78214c89d9ad589b4d07fe93259594b29d510b10fafb7a158f7737e5d\windows-amd64\native-platform.dll
0x00007ffdc5df0000 - 0x00007ffdc5f2d000 C:\Users\王久铭\.gradle\native\53dbd7edfb1c66fb8903c78663c9afc45aea4f116125fa6feffd364cf09443e8\windows-amd64\native-platform-file-events.dll
0x00007ffdebba0000 - 0x00007ffdebbaa000 E:\AndroidStudio\jre\bin\management.dll
0x00007ffdeaeb0000 - 0x00007ffdeaebc000 E:\AndroidStudio\jre\bin\management_ext.dll
0x00007ffdeff50000 - 0x00007ffdeff68000 C:\WINDOWS\SYSTEM32\CRYPTSP.dll
0x00007ffdef7e0000 - 0x00007ffdef815000 C:\WINDOWS\system32\rsaenh.dll
0x00007ffdefe00000 - 0x00007ffdefe29000 C:\WINDOWS\SYSTEM32\USERENV.dll
0x00007ffdf01d0000 - 0x00007ffdf01f8000 C:\WINDOWS\SYSTEM32\bcrypt.dll
0x00007ffdeff70000 - 0x00007ffdeff7c000 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
0x00007ffdef360000 - 0x00007ffdef38d000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
0x00007ffdf2cb0000 - 0x00007ffdf2cb9000 C:\WINDOWS\System32\NSI.dll
0x00007ffde84e0000 - 0x00007ffde84f9000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
0x00007ffde84c0000 - 0x00007ffde84de000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
0x00007ffdef390000 - 0x00007ffdef488000 C:\WINDOWS\SYSTEM32\DNSAPI.dll
0x00007ffddcf10000 - 0x00007ffddcf37000 E:\AndroidStudio\jre\bin\sunec.dll
dbghelp: loaded successfully - version: 4.0.5 - missing functions: none
symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;E:\AndroidStudio\jre\bin;C:\WINDOWS\SYSTEM32;C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22523.1000_none_26388f37a89e74b7;E:\AndroidStudio\jre\bin\server;C:\Users\王久铭\.gradle\native\8bec1ad78214c89d9ad589b4d07fe93259594b29d510b10fafb7a158f7737e5d\windows-am;C:\Users\王久铭\.gradle\native\8bec1ad78214c89d9ad589b4d07fe93259594b29d510b10fafb7a158f7737e5d\windows-amd64;C:\Users\王久铭\.gradle\native\53dbd7edfb1c66fb8903c78663c9afc45aea4f116125fa6feffd364cf09443e8\wind;C:\Users\王久铭\.gradle\native\53dbd7edfb1c66fb8903c78663c9afc45aea4f116125fa6feffd364cf09443e8\w;C:\Users\王久铭\.gradle\native\53dbd7edfb1c66fb8903c78663c9afc45aea4f116125fa6feffd364cf09443e;C:\Users\王久铭\.gradle\native\53dbd7edfb1c66fb8903c78663c9afc45aea4f116125fa6feffd364cf094;C:\Users\王久铭\.gradle\native\53dbd7edfb1c66fb8903c78663c9afc45aea4f116125fa6feffd364cf
VM Arguments:
jvm_args: --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-opens=java.base/java.nio.charset=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED -Xmx2048m -Dfile.encoding=UTF-8 -Duser.country=CN -Duser.language=zh -Duser.variant
java_command: org.gradle.launcher.daemon.bootstrap.GradleDaemon 7.0.2
java_class_path (initial): C:\Users\王久铭\.gradle\wrapper\dists\gradle-7.0.2-bin\857tjihv64xamwrf0h14cai3r\gradle-7.0.2\lib\gradle-launcher-7.0.2.jar
Launcher Type: SUN_STANDARD
[Global flags]
intx CICompilerCount = 4 {product} {ergonomic}
uint ConcGCThreads = 3 {product} {ergonomic}
uint G1ConcRefinementThreads = 10 {product} {ergonomic}
size_t G1HeapRegionSize = 1048576 {product} {ergonomic}
uintx GCDrainStackTargetSize = 64 {product} {ergonomic}
size_t InitialHeapSize = 134217728 {product} {ergonomic}
size_t MarkStackSize = 4194304 {product} {ergonomic}
size_t MaxHeapSize = 2147483648 {product} {command line}
size_t MaxNewSize = 1287651328 {product} {ergonomic}
size_t MinHeapDeltaBytes = 1048576 {product} {ergonomic}
uintx NonNMethodCodeHeapSize = 5836300 {pd product} {ergonomic}
uintx NonProfiledCodeHeapSize = 122910970 {pd product} {ergonomic}
uintx ProfiledCodeHeapSize = 122910970 {pd product} {ergonomic}
uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic}
bool SegmentedCodeCache = true {product} {ergonomic}
bool UseCompressedClassPointers = true {lp64_product} {ergonomic}
bool UseCompressedOops = true {lp64_product} {ergonomic}
bool UseG1GC = true {product} {ergonomic}
bool UseLargePagesIndividualAllocation = false {pd product} {ergonomic}
Logging:
Log output configuration:
#0: stdout all=warning uptime,level,tags
#1: stderr all=off uptime,level,tags
Environment Variables:
JAVA_HOME=C:\Program Files (x86)\Java\jdk1.6.0_45
CLASSPATH=C:\Program Files (x86)\Java\jdk1.6.0_45\lib;C:\Program Files (x86)\Java\jdk1.6.0_45\lib\tools.jar
PATH=E:\新建文件夹\Scripts\;E:\新建文件夹\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:;Users\王久铭\AppData\Local\Programs\Python\Python36\;Python27\;C:\Python27\Scripts\;E:\Python\;E:\Python\Scripts\;C:\WINDOWS\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps;E:\Microsoft VS Code\bin;C:\Python27amd64\Scripts\pip.exe;C:\Users\王久铭\AppData\Roaming\Python\Python37\Scripts;E:;Git\cmd;C:\Program Files\nodejs\;C:\Program Files (x86)\Java\jdk1.6.0_45\bin;C:\Windows\system32;E:\Git\cmd;C:\Program Files (x86)\Java\jdk1.6.0_45\jre\bin;E:\MinGW\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\NetSarang\Xshell 7\;C:\Program Files\MySQL\MySQL Server 8.0\bin;C:\Program Files\MySQL\MySQL Shell 8.0\bin\;C:\Users\王久铭\AppData\Local\Microsoft\WindowsApps;E:\Microsoft VS Code\bin;E:\Python\Scripts\pip.exe;E:\Python\;E:\Python\Scripts\;C:\Users\王久铭\AppData\Roaming\npm;C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2020.2\bin;;C:\Windows\system32;C:\WINDOWS;C:\Program Files\JetBrains\PyCharm 2020.1\bin;;
USERNAME=王久铭
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 158 Stepping 10, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 10 , 64 bit Build 22523 (10.0.22523.1000)
OS uptime: 0 days 2:20 hours
CPU:total 12 (initial active 12) (6 cores per cpu, 2 threads per core) family 6 model 158 stepping 10 microcode 0xde, 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, fma
Memory: 4k page, system-wide physical 8065M (187M free)
TotalPageFile size 23168M (AvailPageFile size 0M)
current process WorkingSet (physical memory assigned to process): 399M, peak: 455M
current process commit charge ("private bytes"): 499M, peak: 505M
vm_info: OpenJDK 64-Bit Server VM (11.0.10+0-b96-7249189) for windows-amd64 JRE (11.0.10+0-b96-7249189), built on Mar 31 2021 21:44:00 by "builder" with MS VC++ 14.0 (VS2015)
END.