-
Notifications
You must be signed in to change notification settings - Fork 0
/
hs_err_pid14856.log
769 lines (721 loc) · 69.6 KB
/
hs_err_pid14856.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
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 1217136 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=14856, tid=3356
#
# 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 22533 (10.0.22533.1001)
Time: Fri Feb 4 17:15:51 2022 中国标准时间 elapsed time: 329.470687 seconds (0d 0h 5m 29s)
--------------- T H R E A D ---------------
Current thread (0x000001e39ab30000): JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=3356, stack(0x00000016dcd00000,0x00000016dce00000)]
Current CompileTask:
C2: 329470 17112 4 org.gradle.internal.component.model.ComponentAttributeMatcher::match (259 bytes)
Stack: [0x00000016dcd00000,0x00000016dce00000]
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+0x197e0c]
V [jvm.dll+0x1fb70e]
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=0x000001e39c659fe0, length=85, elements={
0x000001e3ff9dd000, 0x000001e39a2be800, 0x000001e39a2c0800, 0x000001e39aadc800,
0x000001e39aadd800, 0x000001e39ab2d800, 0x000001e39ab30000, 0x000001e39ab31000,
0x000001e39ab36000, 0x000001e39ac8f000, 0x000001e39d4d8000, 0x000001e39dad0800,
0x000001e39cf92000, 0x000001e39d929000, 0x000001e39d924000, 0x000001e39d929800,
0x000001e39d92a800, 0x000001e39d924800, 0x000001e39d9db800, 0x000001e39d9da000,
0x000001e39d9d8800, 0x000001e39d9e0800, 0x000001e39d9e2000, 0x000001e39e9e2000,
0x000001e39e9e7000, 0x000001e39e9e4800, 0x000001e39e9e3000, 0x000001e39e9e1800,
0x000001e39e9e4000, 0x000001e39e9eb000, 0x000001e39e9e8000, 0x000001e39e9e5800,
0x000001e39e9ed000, 0x000001e3a3176800, 0x000001e3a26bf800, 0x000001e3a26c6000,
0x000001e3a26c1800, 0x000001e3a26c3000, 0x000001e3a26c3800, 0x000001e3a26c4800,
0x000001e3a3170800, 0x000001e3a3172800, 0x000001e3a35a4000, 0x000001e3a35aa800,
0x000001e3a35a7800, 0x000001e39d9e1800, 0x000001e39d9e5800, 0x000001e3a26b8800,
0x000001e3a26ba000, 0x000001e3a26bb800, 0x000001e3a26bf000, 0x000001e3a26b9000,
0x000001e3a26bc800, 0x000001e3a26bd000, 0x000001e3a26be000, 0x000001e3a26c0800,
0x000001e3a26ba800, 0x000001e3a26c5800, 0x000001e3a26c7000, 0x000001e3a35a5000,
0x000001e3a35aa000, 0x000001e3a35ab800, 0x000001e3a35a8000, 0x000001e3a35a6000,
0x000001e3a35ac800, 0x000001e3a35a6800, 0x000001e3a35ad000, 0x000001e3a35a9000,
0x000001e3a35af000, 0x000001e3a35b0800, 0x000001e3a35af800, 0x000001e3a35b1000,
0x000001e3a35b2000, 0x000001e3a35b3000, 0x000001e3a35ae000, 0x000001e3a316b000,
0x000001e3a316b800, 0x000001e3a316e000, 0x000001e3a316f000, 0x000001e3a3169800,
0x000001e3a3170000, 0x000001e3a3171800, 0x000001e3a316c800, 0x000001e3a3173000,
0x000001e3a316d800
}
Java Threads: ( => current thread )
0x000001e3ff9dd000 JavaThread "main" [_thread_blocked, id=13320, stack(0x00000016dc100000,0x00000016dc200000)]
0x000001e39a2be800 JavaThread "Reference Handler" daemon [_thread_blocked, id=4764, stack(0x00000016dc800000,0x00000016dc900000)]
0x000001e39a2c0800 JavaThread "Finalizer" daemon [_thread_blocked, id=10940, stack(0x00000016dc900000,0x00000016dca00000)]
0x000001e39aadc800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=16900, stack(0x00000016dca00000,0x00000016dcb00000)]
0x000001e39aadd800 JavaThread "Attach Listener" daemon [_thread_blocked, id=7604, stack(0x00000016dcb00000,0x00000016dcc00000)]
0x000001e39ab2d800 JavaThread "Service Thread" daemon [_thread_blocked, id=16604, stack(0x00000016dcc00000,0x00000016dcd00000)]
=>0x000001e39ab30000 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=3356, stack(0x00000016dcd00000,0x00000016dce00000)]
0x000001e39ab31000 JavaThread "C1 CompilerThread0" daemon [_thread_in_native, id=4760, stack(0x00000016dce00000,0x00000016dcf00000)]
0x000001e39ab36000 JavaThread "Sweeper thread" daemon [_thread_blocked, id=16844, stack(0x00000016dcf00000,0x00000016dd000000)]
0x000001e39ac8f000 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=17076, stack(0x00000016dd000000,0x00000016dd100000)]
0x000001e39d4d8000 JavaThread "Daemon health stats" [_thread_blocked, id=8036, stack(0x00000016dd600000,0x00000016dd700000)]
0x000001e39dad0800 JavaThread "Incoming local TCP Connector on port 10768" [_thread_in_native, id=15456, stack(0x00000016dd300000,0x00000016dd400000)]
0x000001e39cf92000 JavaThread "Daemon periodic checks" [_thread_blocked, id=12960, stack(0x00000016dda00000,0x00000016ddb00000)]
0x000001e39d929000 JavaThread "Cache worker for file hash cache (C:\Users\鐜嬩箙閾璡.gradle\caches\7.0.2\fileHashes)" [_thread_blocked, id=1728, stack(0x00000016de200000,0x00000016de300000)]
0x000001e39d924000 JavaThread "File lock request listener" [_thread_in_native, id=3888, stack(0x00000016de300000,0x00000016de400000)]
0x000001e39d929800 JavaThread "Cache worker for journal cache (C:\Users\鐜嬩箙閾璡.gradle\caches\journal-1)" [_thread_blocked, id=14740, stack(0x00000016dea00000,0x00000016deb00000)]
0x000001e39d92a800 JavaThread "File watcher server" daemon [_thread_in_native, id=10696, stack(0x00000016dec00000,0x00000016ded00000)]
0x000001e39d924800 JavaThread "File watcher consumer" daemon [_thread_blocked, id=13596, stack(0x00000016ded00000,0x00000016dee00000)]
0x000001e39d9db800 JavaThread "Cache worker for execution history cache (C:\Users\鐜嬩箙閾璡.gradle\caches\7.0.2\executionHistory)" [_thread_blocked, id=8204, stack(0x00000016df200000,0x00000016df300000)]
0x000001e39d9da000 JavaThread "jar transforms" [_thread_blocked, id=7224, stack(0x00000016df300000,0x00000016df400000)]
0x000001e39d9d8800 JavaThread "jar transforms Thread 2" [_thread_blocked, id=3472, stack(0x00000016df400000,0x00000016df500000)]
0x000001e39d9e0800 JavaThread "Cache worker for file content cache (C:\Users\鐜嬩箙閾璡.gradle\caches\7.0.2\fileContent)" [_thread_blocked, id=15236, stack(0x00000016df500000,0x00000016df600000)]
0x000001e39d9e2000 JavaThread "jar transforms Thread 3" [_thread_blocked, id=12952, stack(0x00000016df700000,0x00000016df800000)]
0x000001e39e9e2000 JavaThread "jar transforms Thread 4" [_thread_blocked, id=13556, stack(0x00000016e0500000,0x00000016e0600000)]
0x000001e39e9e7000 JavaThread "jar transforms Thread 5" [_thread_blocked, id=8468, stack(0x00000016e0600000,0x00000016e0700000)]
0x000001e39e9e4800 JavaThread "jar transforms Thread 6" [_thread_blocked, id=12112, stack(0x00000016e0700000,0x00000016e0800000)]
0x000001e39e9e3000 JavaThread "jar transforms Thread 7" [_thread_blocked, id=1736, stack(0x00000016e0800000,0x00000016e0900000)]
0x000001e39e9e1800 JavaThread "jar transforms Thread 8" [_thread_blocked, id=2196, stack(0x00000016e0900000,0x00000016e0a00000)]
0x000001e39e9e4000 JavaThread "jar transforms Thread 9" [_thread_blocked, id=16756, stack(0x00000016e0a00000,0x00000016e0b00000)]
0x000001e39e9eb000 JavaThread "jar transforms Thread 10" [_thread_blocked, id=12488, stack(0x00000016e0b00000,0x00000016e0c00000)]
0x000001e39e9e8000 JavaThread "jar transforms Thread 11" [_thread_blocked, id=8220, stack(0x00000016e0c00000,0x00000016e0d00000)]
0x000001e39e9e5800 JavaThread "jar transforms Thread 12" [_thread_blocked, id=13896, stack(0x00000016e0d00000,0x00000016e0e00000)]
0x000001e39e9ed000 JavaThread "Memory manager" [_thread_blocked, id=17332, stack(0x00000016e0e00000,0x00000016e0f00000)]
0x000001e3a3176800 JavaThread "Cache worker for Java compile cache (C:\Users\鐜嬩箙閾璡.gradle\caches\7.0.2\javaCompile)" [_thread_blocked, id=1940, stack(0x00000016e1c00000,0x00000016e1d00000)]
0x000001e3a26bf800 JavaThread "ForkJoinPool.commonPool-worker-5" daemon [_thread_blocked, id=11588, stack(0x00000016df100000,0x00000016df200000)]
0x000001e3a26c6000 JavaThread "ForkJoinPool.commonPool-worker-23" daemon [_thread_blocked, id=10552, stack(0x00000016e2b00000,0x00000016e2c00000)]
0x000001e3a26c1800 JavaThread "ForkJoinPool.commonPool-worker-13" daemon [_thread_blocked, id=15652, stack(0x00000016e2e00000,0x00000016e2f00000)]
0x000001e3a26c3000 JavaThread "ForkJoinPool.commonPool-worker-31" daemon [_thread_blocked, id=16660, stack(0x00000016e2f00000,0x00000016e3000000)]
0x000001e3a26c3800 JavaThread "ForkJoinPool.commonPool-worker-17" daemon [_thread_blocked, id=1264, stack(0x00000016e3000000,0x00000016e3100000)]
0x000001e3a26c4800 JavaThread "ForkJoinPool.commonPool-worker-3" daemon [_thread_blocked, id=8584, stack(0x00000016e3100000,0x00000016e3200000)]
0x000001e3a3170800 JavaThread "ForkJoinPool.commonPool-worker-21" daemon [_thread_blocked, id=1168, stack(0x00000016e3200000,0x00000016e3300000)]
0x000001e3a3172800 JavaThread "ForkJoinPool.commonPool-worker-7" daemon [_thread_blocked, id=14784, stack(0x00000016e3300000,0x00000016e3400000)]
0x000001e3a35a4000 JavaThread "ForkJoinPool.commonPool-worker-25" daemon [_thread_blocked, id=9480, stack(0x00000016e3400000,0x00000016e3500000)]
0x000001e3a35aa800 JavaThread "Daemon Thread 3" [_thread_blocked, id=13672, stack(0x00000016dbe00000,0x00000016dbf00000)]
0x000001e3a35a7800 JavaThread "Daemon worker Thread 3" [_thread_blocked, id=14012, stack(0x00000016dd200000,0x00000016dd300000)]
0x000001e39d9e1800 JavaThread "ForkJoinPool.commonPool-worker-11" daemon [_thread_blocked, id=16316, stack(0x00000016e2c00000,0x00000016e2d00000)]
0x000001e39d9e5800 JavaThread "ForkJoinPool.commonPool-worker-29" daemon [_thread_blocked, id=7964, stack(0x00000016e2d00000,0x00000016e2e00000)]
0x000001e3a26b8800 JavaThread "Handler for socket connection from /127.0.0.1:10768 to /127.0.0.1:10194" [_thread_in_native, id=5748, stack(0x00000016dbf00000,0x00000016dc000000)]
0x000001e3a26ba000 JavaThread "Cancel handler" [_thread_blocked, id=14988, stack(0x00000016dc000000,0x00000016dc100000)]
0x000001e3a26bb800 JavaThread "Asynchronous log dispatcher for DefaultDaemonConnection: socket connection from /127.0.0.1:10768 to /127.0.0.1:10194" [_thread_blocked, id=4976, stack(0x00000016ddb00000,0x00000016ddc00000)]
0x000001e3a26bf000 JavaThread "Stdin handler" [_thread_blocked, id=9376, stack(0x00000016dde00000,0x00000016ddf00000)]
0x000001e3a26b9000 JavaThread "Daemon client event forwarder" [_thread_blocked, id=15564, stack(0x00000016ddf00000,0x00000016de000000)]
0x000001e3a26bc800 JavaThread "Cache worker for file hash cache (E:\AndroidPro\ModeSwitch\.gradle\7.0.2\fileHashes)" [_thread_blocked, id=11216, stack(0x00000016de000000,0x00000016de100000)]
0x000001e3a26bd000 JavaThread "Cache worker for checksums cache (E:\AndroidPro\ModeSwitch\.gradle\checksums)" [_thread_blocked, id=14352, stack(0x00000016de100000,0x00000016de200000)]
0x000001e3a26be000 JavaThread "Cache worker for cache directory md-supplier (C:\Users\鐜嬩箙閾璡.gradle\caches\7.0.2\md-supplier)" [_thread_blocked, id=580, stack(0x00000016deb00000,0x00000016dec00000)]
0x000001e3a26c0800 JavaThread "Cache worker for cache directory md-rule (C:\Users\鐜嬩箙閾璡.gradle\caches\7.0.2\md-rule)" [_thread_blocked, id=15248, stack(0x00000016dee00000,0x00000016def00000)]
0x000001e3a26ba800 JavaThread "Cache worker for dependencies-accessors (E:\AndroidPro\ModeSwitch\.gradle\7.0.2\dependencies-accessors)" [_thread_blocked, id=8120, stack(0x00000016def00000,0x00000016df000000)]
0x000001e3a26c5800 JavaThread "Cache worker for Build Output Cleanup Cache (E:\AndroidPro\ModeSwitch\.gradle\buildOutputCleanup)" [_thread_blocked, id=80, stack(0x00000016df000000,0x00000016df100000)]
0x000001e3a26c7000 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=15608, stack(0x00000016df600000,0x00000016df700000)]
0x000001e3a35a5000 JavaThread "Build operations" [_thread_blocked, id=2600, stack(0x00000016df800000,0x00000016df900000)]
0x000001e3a35aa000 JavaThread "Build operations Thread 2" [_thread_blocked, id=15084, stack(0x00000016df900000,0x00000016dfa00000)]
0x000001e3a35ab800 JavaThread "Build operations Thread 3" [_thread_blocked, id=6652, stack(0x00000016dfa00000,0x00000016dfb00000)]
0x000001e3a35a8000 JavaThread "Build operations Thread 4" [_thread_blocked, id=12016, stack(0x00000016dfb00000,0x00000016dfc00000)]
0x000001e3a35a6000 JavaThread "Build operations Thread 5" [_thread_blocked, id=12524, stack(0x00000016dfc00000,0x00000016dfd00000)]
0x000001e3a35ac800 JavaThread "Build operations Thread 6" [_thread_blocked, id=7952, stack(0x00000016dfd00000,0x00000016dfe00000)]
0x000001e3a35a6800 JavaThread "Build operations Thread 7" [_thread_blocked, id=7776, stack(0x00000016dfe00000,0x00000016dff00000)]
0x000001e3a35ad000 JavaThread "Build operations Thread 8" [_thread_blocked, id=5188, stack(0x00000016dff00000,0x00000016e0000000)]
0x000001e3a35a9000 JavaThread "Build operations Thread 9" [_thread_blocked, id=14848, stack(0x00000016e0000000,0x00000016e0100000)]
0x000001e3a35af000 JavaThread "Build operations Thread 10" [_thread_blocked, id=2180, stack(0x00000016e0100000,0x00000016e0200000)]
0x000001e3a35b0800 JavaThread "Build operations Thread 11" [_thread_blocked, id=8032, stack(0x00000016e0200000,0x00000016e0300000)]
0x000001e3a35af800 JavaThread "Build operations Thread 12" [_thread_blocked, id=11740, stack(0x00000016e0300000,0x00000016e0400000)]
0x000001e3a35b1000 JavaThread "build event listener" [_thread_blocked, id=10992, stack(0x00000016e0400000,0x00000016e0500000)]
0x000001e3a35b2000 JavaThread "Execution worker for ':'" [_thread_blocked, id=4616, stack(0x00000016e0f00000,0x00000016e1000000)]
0x000001e3a35b3000 JavaThread "Execution worker for ':' Thread 2" [_thread_in_Java, id=14560, stack(0x00000016e1000000,0x00000016e1100000)]
0x000001e3a35ae000 JavaThread "Execution worker for ':' Thread 3" [_thread_blocked, id=8448, stack(0x00000016e1100000,0x00000016e1200000)]
0x000001e3a316b000 JavaThread "Execution worker for ':' Thread 4" [_thread_blocked, id=5500, stack(0x00000016e1200000,0x00000016e1300000)]
0x000001e3a316b800 JavaThread "Execution worker for ':' Thread 5" [_thread_blocked, id=9072, stack(0x00000016e1300000,0x00000016e1400000)]
0x000001e3a316e000 JavaThread "Execution worker for ':' Thread 6" [_thread_blocked, id=11404, stack(0x00000016e1400000,0x00000016e1500000)]
0x000001e3a316f000 JavaThread "Execution worker for ':' Thread 7" [_thread_blocked, id=12892, stack(0x00000016e1500000,0x00000016e1600000)]
0x000001e3a3169800 JavaThread "Execution worker for ':' Thread 8" [_thread_blocked, id=15244, stack(0x00000016e1600000,0x00000016e1700000)]
0x000001e3a3170000 JavaThread "Execution worker for ':' Thread 9" [_thread_blocked, id=3628, stack(0x00000016e1700000,0x00000016e1800000)]
0x000001e3a3171800 JavaThread "Execution worker for ':' Thread 10" [_thread_blocked, id=6316, stack(0x00000016e1800000,0x00000016e1900000)]
0x000001e3a316c800 JavaThread "Execution worker for ':' Thread 11" [_thread_blocked, id=9752, stack(0x00000016e1900000,0x00000016e1a00000)]
0x000001e3a3173000 JavaThread "Cache worker for execution history cache (E:\AndroidPro\ModeSwitch\.gradle\7.0.2\executionHistory)" [_thread_blocked, id=2648, stack(0x00000016e1a00000,0x00000016e1b00000)]
0x000001e3a316d800 JavaThread "Cache worker for Java compile cache (E:\AndroidPro\ModeSwitch\.gradle\7.0.2\javaCompile)" [_thread_blocked, id=8132, stack(0x00000016e1b00000,0x00000016e1c00000)]
Other Threads:
0x000001e39a2aa000 VMThread "VM Thread" [stack: 0x00000016dc700000,0x00000016dc800000] [id=1592]
0x000001e39ace2800 WatcherThread [stack: 0x00000016dd100000,0x00000016dd200000] [id=15752]
0x000001e3ff9f7000 GCTaskThread "GC Thread#0" [stack: 0x00000016dc200000,0x00000016dc300000] [id=4584]
0x000001e39b9dc800 GCTaskThread "GC Thread#1" [stack: 0x00000016dd400000,0x00000016dd500000] [id=2472]
0x000001e39b643000 GCTaskThread "GC Thread#2" [stack: 0x00000016dd500000,0x00000016dd600000] [id=6188]
0x000001e39cee3800 GCTaskThread "GC Thread#3" [stack: 0x00000016dd700000,0x00000016dd800000] [id=7868]
0x000001e39d7ce000 GCTaskThread "GC Thread#4" [stack: 0x00000016dd800000,0x00000016dd900000] [id=12508]
0x000001e39c042000 GCTaskThread "GC Thread#5" [stack: 0x00000016dd900000,0x00000016dda00000] [id=10344]
0x000001e39d750800 GCTaskThread "GC Thread#6" [stack: 0x00000016de400000,0x00000016de500000] [id=6520]
0x000001e39d007800 GCTaskThread "GC Thread#7" [stack: 0x00000016de500000,0x00000016de600000] [id=1720]
0x000001e39c0ce800 GCTaskThread "GC Thread#8" [stack: 0x00000016de600000,0x00000016de700000] [id=16956]
0x000001e39c549000 GCTaskThread "GC Thread#9" [stack: 0x00000016de700000,0x00000016de800000] [id=10880]
0x000001e3ffa27000 ConcurrentGCThread "G1 Main Marker" [stack: 0x00000016dc300000,0x00000016dc400000] [id=5268]
0x000001e3ffa28800 ConcurrentGCThread "G1 Conc#0" [stack: 0x00000016dc400000,0x00000016dc500000] [id=14904]
0x000001e39c09b800 ConcurrentGCThread "G1 Conc#1" [stack: 0x00000016de800000,0x00000016de900000] [id=16876]
0x000001e39c100800 ConcurrentGCThread "G1 Conc#2" [stack: 0x00000016de900000,0x00000016dea00000] [id=17388]
0x000001e3ffaae000 ConcurrentGCThread "G1 Refine#0" [stack: 0x00000016dc500000,0x00000016dc600000] [id=8432]
0x000001e39a0fd800 ConcurrentGCThread "G1 Young RemSet Sampling" [stack: 0x00000016dc600000,0x00000016dc700000] [id=16732]
Threads with active compile tasks:
C2 CompilerThread0 329528 17112 4 org.gradle.internal.component.model.ComponentAttributeMatcher::match (259 bytes)
C2 CompilerThread1 329528 17482 4 org.gradle.internal.dispatch.ReflectionDispatch::dispatch (9 bytes)
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
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 157696K, used 95876K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 9 young (9216K), 2 survivors (2048K)
Metaspace used 110374K, capacity 113405K, committed 113920K, reserved 1146880K
class space used 14170K, capacity 15319K, committed 15616K, 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, 0x0000000080100000| Untracked
| 1|0x0000000080100000, 0x0000000080200000, 0x0000000080200000|100%| O| |TAMS 0x0000000080200000, 0x0000000080200000| Untracked
| 2|0x0000000080200000, 0x0000000080300000, 0x0000000080300000|100%| O| |TAMS 0x0000000080300000, 0x0000000080300000| Untracked
| 3|0x0000000080300000, 0x0000000080400000, 0x0000000080400000|100%|HS| |TAMS 0x0000000080400000, 0x0000000080400000| Complete
| 4|0x0000000080400000, 0x0000000080500000, 0x0000000080500000|100%|HC| |TAMS 0x0000000080500000, 0x0000000080500000| Complete
| 5|0x0000000080500000, 0x0000000080600000, 0x0000000080600000|100%|HC| |TAMS 0x0000000080600000, 0x0000000080600000| Complete
| 6|0x0000000080600000, 0x0000000080700000, 0x0000000080700000|100%| O| |TAMS 0x0000000080700000, 0x0000000080700000| Untracked
| 7|0x0000000080700000, 0x0000000080800000, 0x0000000080800000|100%| O| |TAMS 0x0000000080800000, 0x0000000080800000| Untracked
| 8|0x0000000080800000, 0x0000000080900000, 0x0000000080900000|100%| O| |TAMS 0x0000000080900000, 0x0000000080900000| Untracked
| 9|0x0000000080900000, 0x0000000080a00000, 0x0000000080a00000|100%| O| |TAMS 0x0000000080a00000, 0x0000000080a00000| Untracked
| 10|0x0000000080a00000, 0x0000000080b00000, 0x0000000080b00000|100%| O| |TAMS 0x0000000080b00000, 0x0000000080b00000| Untracked
| 11|0x0000000080b00000, 0x0000000080c00000, 0x0000000080c00000|100%| O| |TAMS 0x0000000080c00000, 0x0000000080c00000| Untracked
| 12|0x0000000080c00000, 0x0000000080d00000, 0x0000000080d00000|100%| O| |TAMS 0x0000000080d00000, 0x0000000080d00000| Untracked
| 13|0x0000000080d00000, 0x0000000080e00000, 0x0000000080e00000|100%| O| |TAMS 0x0000000080e00000, 0x0000000080e00000| Untracked
| 14|0x0000000080e00000, 0x0000000080f00000, 0x0000000080f00000|100%| O| |TAMS 0x0000000080f00000, 0x0000000080f00000| Untracked
| 15|0x0000000080f00000, 0x0000000081000000, 0x0000000081000000|100%|HS| |TAMS 0x0000000081000000, 0x0000000081000000| Complete
| 16|0x0000000081000000, 0x0000000081100000, 0x0000000081100000|100%| O| |TAMS 0x0000000081100000, 0x0000000081100000| Untracked
| 17|0x0000000081100000, 0x0000000081200000, 0x0000000081200000|100%| O| |TAMS 0x0000000081200000, 0x0000000081200000| Untracked
| 18|0x0000000081200000, 0x0000000081300000, 0x0000000081300000|100%| O| |TAMS 0x0000000081300000, 0x0000000081300000| Untracked
| 19|0x0000000081300000, 0x0000000081400000, 0x0000000081400000|100%| O| |TAMS 0x0000000081400000, 0x0000000081400000| Untracked
| 20|0x0000000081400000, 0x0000000081500000, 0x0000000081500000|100%| O| |TAMS 0x0000000081500000, 0x0000000081500000| Untracked
| 21|0x0000000081500000, 0x0000000081600000, 0x0000000081600000|100%| O| |TAMS 0x0000000081600000, 0x0000000081600000| Untracked
| 22|0x0000000081600000, 0x0000000081700000, 0x0000000081700000|100%| O| |TAMS 0x0000000081700000, 0x0000000081700000| Untracked
| 23|0x0000000081700000, 0x0000000081800000, 0x0000000081800000|100%| O| |TAMS 0x0000000081800000, 0x0000000081800000| Untracked
| 24|0x0000000081800000, 0x0000000081900000, 0x0000000081900000|100%| O| |TAMS 0x0000000081900000, 0x0000000081900000| Untracked
| 25|0x0000000081900000, 0x0000000081a00000, 0x0000000081a00000|100%| O| |TAMS 0x0000000081a00000, 0x0000000081a00000| Untracked
| 26|0x0000000081a00000, 0x0000000081b00000, 0x0000000081b00000|100%| O| |TAMS 0x0000000081b00000, 0x0000000081b00000| Untracked
| 27|0x0000000081b00000, 0x0000000081c00000, 0x0000000081c00000|100%|HS| |TAMS 0x0000000081c00000, 0x0000000081c00000| Complete
| 28|0x0000000081c00000, 0x0000000081d00000, 0x0000000081d00000|100%|HS| |TAMS 0x0000000081d00000, 0x0000000081d00000| Complete
| 29|0x0000000081d00000, 0x0000000081e00000, 0x0000000081e00000|100%|HC| |TAMS 0x0000000081e00000, 0x0000000081e00000| Complete
| 30|0x0000000081e00000, 0x0000000081f00000, 0x0000000081f00000|100%| O| |TAMS 0x0000000081f00000, 0x0000000081f00000| Untracked
| 31|0x0000000081f00000, 0x0000000082000000, 0x0000000082000000|100%| O| |TAMS 0x0000000082000000, 0x0000000082000000| Untracked
| 32|0x0000000082000000, 0x0000000082100000, 0x0000000082100000|100%| O| |TAMS 0x0000000082100000, 0x0000000082100000| Untracked
| 33|0x0000000082100000, 0x0000000082200000, 0x0000000082200000|100%| O| |TAMS 0x0000000082200000, 0x0000000082200000| Untracked
| 34|0x0000000082200000, 0x0000000082300000, 0x0000000082300000|100%| O| |TAMS 0x0000000082300000, 0x0000000082300000| Untracked
| 35|0x0000000082300000, 0x0000000082400000, 0x0000000082400000|100%| O| |TAMS 0x0000000082400000, 0x0000000082400000| Untracked
| 36|0x0000000082400000, 0x0000000082500000, 0x0000000082500000|100%| O| |TAMS 0x0000000082500000, 0x0000000082500000| Untracked
| 37|0x0000000082500000, 0x0000000082600000, 0x0000000082600000|100%| O| |TAMS 0x0000000082600000, 0x0000000082600000| Untracked
| 38|0x0000000082600000, 0x0000000082700000, 0x0000000082700000|100%| O| |TAMS 0x0000000082700000, 0x0000000082700000| Untracked
| 39|0x0000000082700000, 0x0000000082800000, 0x0000000082800000|100%| O| |TAMS 0x0000000082800000, 0x0000000082800000| Untracked
| 40|0x0000000082800000, 0x0000000082900000, 0x0000000082900000|100%| O| |TAMS 0x00000000828e2600, 0x0000000082900000| Untracked
| 41|0x0000000082900000, 0x0000000082a00000, 0x0000000082a00000|100%| O| |TAMS 0x0000000082a00000, 0x0000000082a00000| Untracked
| 42|0x0000000082a00000, 0x0000000082b00000, 0x0000000082b00000|100%| O| |TAMS 0x0000000082b00000, 0x0000000082b00000| Untracked
| 43|0x0000000082b00000, 0x0000000082c00000, 0x0000000082c00000|100%| O| |TAMS 0x0000000082c00000, 0x0000000082c00000| Untracked
| 44|0x0000000082c00000, 0x0000000082d00000, 0x0000000082d00000|100%| O| |TAMS 0x0000000082d00000, 0x0000000082d00000| Untracked
| 45|0x0000000082d00000, 0x0000000082e00000, 0x0000000082e00000|100%| O| |TAMS 0x0000000082e00000, 0x0000000082e00000| Untracked
| 46|0x0000000082e00000, 0x0000000082f00000, 0x0000000082f00000|100%| O| |TAMS 0x0000000082f00000, 0x0000000082f00000| Untracked
| 47|0x0000000082f00000, 0x0000000083000000, 0x0000000083000000|100%| O| |TAMS 0x0000000083000000, 0x0000000083000000| Untracked
| 48|0x0000000083000000, 0x0000000083100000, 0x0000000083100000|100%| O| |TAMS 0x0000000083100000, 0x0000000083100000| Untracked
| 49|0x0000000083100000, 0x0000000083200000, 0x0000000083200000|100%| O| |TAMS 0x0000000083200000, 0x0000000083200000| Untracked
| 50|0x0000000083200000, 0x0000000083300000, 0x0000000083300000|100%| O| |TAMS 0x0000000083300000, 0x0000000083300000| Untracked
| 51|0x0000000083300000, 0x0000000083400000, 0x0000000083400000|100%| O| |TAMS 0x0000000083300000, 0x0000000083400000| Untracked
| 52|0x0000000083400000, 0x0000000083500000, 0x0000000083500000|100%| O| |TAMS 0x0000000083500000, 0x0000000083500000| Untracked
| 53|0x0000000083500000, 0x0000000083600000, 0x0000000083600000|100%| O| |TAMS 0x0000000083600000, 0x0000000083600000| Untracked
| 54|0x0000000083600000, 0x0000000083700000, 0x0000000083700000|100%| O| |TAMS 0x0000000083700000, 0x0000000083700000| Untracked
| 55|0x0000000083700000, 0x0000000083800000, 0x0000000083800000|100%| O| |TAMS 0x0000000083800000, 0x0000000083800000| Untracked
| 56|0x0000000083800000, 0x0000000083900000, 0x0000000083900000|100%| O| |TAMS 0x0000000083800000, 0x0000000083900000| Untracked
| 57|0x0000000083900000, 0x0000000083a00000, 0x0000000083a00000|100%| O| |TAMS 0x0000000083a00000, 0x0000000083a00000| Untracked
| 58|0x0000000083a00000, 0x0000000083b00000, 0x0000000083b00000|100%| O| |TAMS 0x0000000083b00000, 0x0000000083b00000| Untracked
| 59|0x0000000083b00000, 0x0000000083c00000, 0x0000000083c00000|100%| O| |TAMS 0x0000000083c00000, 0x0000000083c00000| Untracked
| 60|0x0000000083c00000, 0x0000000083d00000, 0x0000000083d00000|100%| O| |TAMS 0x0000000083d00000, 0x0000000083d00000| Untracked
| 61|0x0000000083d00000, 0x0000000083e00000, 0x0000000083e00000|100%| O| |TAMS 0x0000000083e00000, 0x0000000083e00000| Untracked
| 62|0x0000000083e00000, 0x0000000083f00000, 0x0000000083f00000|100%| O| |TAMS 0x0000000083f00000, 0x0000000083f00000| Untracked
| 63|0x0000000083f00000, 0x0000000084000000, 0x0000000084000000|100%| O| |TAMS 0x0000000084000000, 0x0000000084000000| Untracked
| 64|0x0000000084000000, 0x0000000084100000, 0x0000000084100000|100%| O| |TAMS 0x0000000084000000, 0x0000000084100000| Untracked
| 65|0x0000000084100000, 0x0000000084200000, 0x0000000084200000|100%| O| |TAMS 0x0000000084200000, 0x0000000084200000| Untracked
| 66|0x0000000084200000, 0x0000000084300000, 0x0000000084300000|100%| O| |TAMS 0x0000000084300000, 0x0000000084300000| Untracked
| 67|0x0000000084300000, 0x0000000084400000, 0x0000000084400000|100%| O| |TAMS 0x0000000084300000, 0x0000000084400000| Untracked
| 68|0x0000000084400000, 0x000000008447fe00, 0x0000000084500000| 49%| O| |TAMS 0x0000000084400000, 0x000000008447fe00| Untracked
| 69|0x0000000084500000, 0x0000000084600000, 0x0000000084600000|100%|HS| |TAMS 0x0000000084500000, 0x0000000084500000| Complete
| 70|0x0000000084600000, 0x0000000084700000, 0x0000000084700000|100%|HC| |TAMS 0x0000000084600000, 0x0000000084600000| Complete
| 71|0x0000000084700000, 0x0000000084700000, 0x0000000084800000| 0%| F| |TAMS 0x0000000084700000, 0x0000000084700000| Untracked
| 72|0x0000000084800000, 0x0000000084900000, 0x0000000084900000|100%| O| |TAMS 0x0000000084900000, 0x0000000084900000| Untracked
| 73|0x0000000084900000, 0x0000000084a00000, 0x0000000084a00000|100%| O| |TAMS 0x0000000084a00000, 0x0000000084a00000| Untracked
| 74|0x0000000084a00000, 0x0000000084a00000, 0x0000000084b00000| 0%| F| |TAMS 0x0000000084a00000, 0x0000000084a00000| Untracked
| 75|0x0000000084b00000, 0x0000000084c00000, 0x0000000084c00000|100%| O| |TAMS 0x0000000084c00000, 0x0000000084c00000| Untracked
| 76|0x0000000084c00000, 0x0000000084c00000, 0x0000000084d00000| 0%| F| |TAMS 0x0000000084c00000, 0x0000000084c00000| Untracked
| 77|0x0000000084d00000, 0x0000000084e00000, 0x0000000084e00000|100%| O| |TAMS 0x0000000084e00000, 0x0000000084e00000| Untracked
| 78|0x0000000084e00000, 0x0000000084f00000, 0x0000000084f00000|100%| O| |TAMS 0x0000000084f00000, 0x0000000084f00000| Untracked
| 79|0x0000000084f00000, 0x0000000085000000, 0x0000000085000000|100%| O| |TAMS 0x0000000085000000, 0x0000000085000000| Untracked
| 80|0x0000000085000000, 0x0000000085100000, 0x0000000085100000|100%| O| |TAMS 0x0000000085100000, 0x0000000085100000| Untracked
| 81|0x0000000085100000, 0x0000000085200000, 0x0000000085200000|100%| O| |TAMS 0x0000000085200000, 0x0000000085200000| Untracked
| 82|0x0000000085200000, 0x0000000085200000, 0x0000000085300000| 0%| F| |TAMS 0x0000000085200000, 0x0000000085200000| Untracked
| 83|0x0000000085300000, 0x0000000085300000, 0x0000000085400000| 0%| F| |TAMS 0x0000000085300000, 0x0000000085300000| Untracked
| 84|0x0000000085400000, 0x0000000085400000, 0x0000000085500000| 0%| F| |TAMS 0x0000000085400000, 0x0000000085400000| Untracked
| 85|0x0000000085500000, 0x0000000085600000, 0x0000000085600000|100%| O| |TAMS 0x0000000085600000, 0x0000000085600000| Untracked
| 86|0x0000000085600000, 0x0000000085700000, 0x0000000085700000|100%| O| |TAMS 0x0000000085700000, 0x0000000085700000| Untracked
| 87|0x0000000085700000, 0x0000000085800000, 0x0000000085800000|100%| O| |TAMS 0x0000000085800000, 0x0000000085800000| Untracked
| 88|0x0000000085800000, 0x0000000085900000, 0x0000000085900000|100%| O| |TAMS 0x0000000085900000, 0x0000000085900000| Untracked
| 89|0x0000000085900000, 0x0000000085a00000, 0x0000000085a00000|100%| O| |TAMS 0x0000000085a00000, 0x0000000085a00000| Untracked
| 90|0x0000000085a00000, 0x0000000085b00000, 0x0000000085b00000|100%| O| |TAMS 0x0000000085b00000, 0x0000000085b00000| Untracked
| 91|0x0000000085b00000, 0x0000000085b00000, 0x0000000085c00000| 0%| F| |TAMS 0x0000000085b00000, 0x0000000085b00000| Untracked
| 92|0x0000000085c00000, 0x0000000085d00000, 0x0000000085d00000|100%| O| |TAMS 0x0000000085d00000, 0x0000000085d00000| Untracked
| 93|0x0000000085d00000, 0x0000000085e00000, 0x0000000085e00000|100%| O| |TAMS 0x0000000085e00000, 0x0000000085e00000| Untracked
| 94|0x0000000085e00000, 0x0000000085f00000, 0x0000000085f00000|100%| O| |TAMS 0x0000000085f00000, 0x0000000085f00000| Untracked
| 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, 0x0000000086a00000, 0x0000000086b00000| 0%| F| |TAMS 0x0000000086a00000, 0x0000000086a00000| Untracked
| 107|0x0000000086b00000, 0x0000000086b00000, 0x0000000086c00000| 0%| F| |TAMS 0x0000000086b00000, 0x0000000086b00000| Untracked
| 108|0x0000000086c00000, 0x0000000086c00000, 0x0000000086d00000| 0%| F| |TAMS 0x0000000086c00000, 0x0000000086c00000| Untracked
| 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, 0x0000000087a00000, 0x0000000087b00000| 0%| F| |TAMS 0x0000000087a00000, 0x0000000087a00000| Untracked
| 123|0x0000000087b00000, 0x0000000087b00000, 0x0000000087c00000| 0%| F| |TAMS 0x0000000087b00000, 0x0000000087b00000| Untracked
| 124|0x0000000087c00000, 0x0000000087c00000, 0x0000000087d00000| 0%| F| |TAMS 0x0000000087c00000, 0x0000000087c00000| Untracked
| 125|0x0000000087d00000, 0x0000000087d00000, 0x0000000087e00000| 0%| F| |TAMS 0x0000000087d00000, 0x0000000087d00000| Untracked
| 126|0x0000000087e00000, 0x0000000087e00000, 0x0000000087f00000| 0%| F| |TAMS 0x0000000087e00000, 0x0000000087e00000| Untracked
| 127|0x0000000087f00000, 0x0000000087f00000, 0x0000000088000000| 0%| F| |TAMS 0x0000000087f00000, 0x0000000087f00000| Untracked
| 128|0x0000000088000000, 0x0000000088000000, 0x0000000088100000| 0%| F| |TAMS 0x0000000088000000, 0x0000000088000000| Untracked
| 129|0x0000000088100000, 0x0000000088100000, 0x0000000088200000| 0%| F| |TAMS 0x0000000088100000, 0x0000000088100000| Untracked
| 130|0x0000000088200000, 0x0000000088200000, 0x0000000088300000| 0%| F| |TAMS 0x0000000088200000, 0x0000000088200000| Untracked
| 131|0x0000000088300000, 0x0000000088300000, 0x0000000088400000| 0%| F| |TAMS 0x0000000088300000, 0x0000000088300000| Untracked
| 132|0x0000000088400000, 0x0000000088400000, 0x0000000088500000| 0%| F| |TAMS 0x0000000088400000, 0x0000000088400000| Untracked
| 133|0x0000000088500000, 0x0000000088500000, 0x0000000088600000| 0%| F| |TAMS 0x0000000088500000, 0x0000000088500000| Untracked
| 134|0x0000000088600000, 0x0000000088600000, 0x0000000088700000| 0%| F| |TAMS 0x0000000088600000, 0x0000000088600000| Untracked
| 135|0x0000000088700000, 0x0000000088700000, 0x0000000088800000| 0%| F| |TAMS 0x0000000088700000, 0x0000000088700000| Untracked
| 136|0x0000000088800000, 0x0000000088800000, 0x0000000088900000| 0%| F| |TAMS 0x0000000088800000, 0x0000000088800000| Untracked
| 137|0x0000000088900000, 0x0000000088900000, 0x0000000088a00000| 0%| F| |TAMS 0x0000000088900000, 0x0000000088900000| Untracked
| 138|0x0000000088a00000, 0x0000000088a00000, 0x0000000088b00000| 0%| F| |TAMS 0x0000000088a00000, 0x0000000088a00000| Untracked
| 139|0x0000000088b00000, 0x0000000088b00000, 0x0000000088c00000| 0%| F| |TAMS 0x0000000088b00000, 0x0000000088b00000| Untracked
| 140|0x0000000088c00000, 0x0000000088c00000, 0x0000000088d00000| 0%| F| |TAMS 0x0000000088c00000, 0x0000000088c00000| Untracked
| 141|0x0000000088d00000, 0x0000000088d00000, 0x0000000088e00000| 0%| F| |TAMS 0x0000000088d00000, 0x0000000088d00000| Untracked
| 142|0x0000000088e00000, 0x0000000088e00000, 0x0000000088f00000| 0%| F| |TAMS 0x0000000088e00000, 0x0000000088e00000| Untracked
| 143|0x0000000088f00000, 0x0000000088f58fc8, 0x0000000089000000| 34%| E| |TAMS 0x0000000088f00000, 0x0000000088f00000| Complete
| 144|0x0000000089000000, 0x0000000089100000, 0x0000000089100000|100%| E|CS|TAMS 0x0000000089000000, 0x0000000089000000| Complete
| 145|0x0000000089100000, 0x0000000089200000, 0x0000000089200000|100%| E|CS|TAMS 0x0000000089100000, 0x0000000089100000| Complete
| 146|0x0000000089200000, 0x0000000089300000, 0x0000000089300000|100%| E| |TAMS 0x0000000089200000, 0x0000000089200000| Complete
| 147|0x0000000089300000, 0x0000000089400000, 0x0000000089400000|100%| E|CS|TAMS 0x0000000089300000, 0x0000000089300000| Complete
| 148|0x0000000089400000, 0x0000000089500000, 0x0000000089500000|100%| E|CS|TAMS 0x0000000089400000, 0x0000000089400000| Complete
| 149|0x0000000089500000, 0x00000000895213a0, 0x0000000089600000| 12%| S|CS|TAMS 0x0000000089500000, 0x0000000089500000| Complete
| 150|0x0000000089600000, 0x0000000089700000, 0x0000000089700000|100%| S|CS|TAMS 0x0000000089600000, 0x0000000089600000| Complete
| 151|0x0000000089700000, 0x0000000089800000, 0x0000000089800000|100%| E|CS|TAMS 0x0000000089700000, 0x0000000089700000| Complete
| 152|0x0000000089800000, 0x0000000089900000, 0x0000000089900000|100%| E|CS|TAMS 0x0000000089800000, 0x0000000089800000| Complete
| 153|0x0000000089900000, 0x0000000089a00000, 0x0000000089a00000|100%| E|CS|TAMS 0x0000000089900000, 0x0000000089900000| Complete
Card table byte_map: [0x000001e392e10000,0x000001e393210000] _byte_map_base: 0x000001e392a10000
Marking Bits (Prev, Next): (CMBitMap*) 0x000001e3ffa1e088, (CMBitMap*) 0x000001e3ffa1e0c0
Prev Bits: [0x000001e393610000, 0x000001e395610000)
Next Bits: [0x000001e395610000, 0x000001e397610000)
Polling page: 0x000001e3fd9c0000
Metaspace:
Usage:
Non-class: 95.79 MB capacity, 93.95 MB ( 98%) used, 1.48 MB ( 2%) free+waste, 365.88 KB ( <1%) overhead.
Class: 14.96 MB capacity, 13.84 MB ( 93%) used, 985.11 KB ( 6%) free+waste, 163.25 KB ( 1%) overhead.
Both: 110.75 MB capacity, 107.79 MB ( 97%) used, 2.44 MB ( 2%) free+waste, 529.13 KB ( <1%) overhead.
Virtual space:
Non-class space: 96.00 MB reserved, 96.00 MB (100%) committed
Class space: 1.00 GB reserved, 15.25 MB ( 1%) committed
Both: 1.09 GB reserved, 111.25 MB ( 10%) committed
Chunk freelists:
Non-Class: 218.00 KB
Class: 204.00 KB
Both: 422.00 KB
MaxMetaspaceSize: 17179869184.00 GB
CompressedClassSpaceSize: 1.00 GB
CodeHeap 'non-profiled nmethods': size=120000Kb used=11008Kb max_used=11008Kb free=108991Kb
bounds [0x000001e38b4e0000, 0x000001e38bfb0000, 0x000001e392a10000]
CodeHeap 'profiled nmethods': size=120000Kb used=39148Kb max_used=39148Kb free=80851Kb
bounds [0x000001e383fb0000, 0x000001e3865f0000, 0x000001e38b4e0000]
CodeHeap 'non-nmethods': size=5760Kb used=2332Kb max_used=2411Kb free=3427Kb
bounds [0x000001e383a10000, 0x000001e383c80000, 0x000001e383fb0000]
total_blobs=18426 nmethods=17477 adapters=859
compilation: enabled
stopped_count=0, restarted_count=0
full_count=0
Compilation events (20 events):
Event: 329.426 Thread 0x000001e39ab31000 17428 3 java.lang.Thread::<init> (29 bytes)
Event: 329.426 Thread 0x000001e39ab31000 nmethod 17428 0x000001e3865ab310 code [0x000001e3865ab580, 0x000001e3865abf38]
Event: 329.426 Thread 0x000001e39ab31000 17429 s 3 java.lang.Thread::nextThreadNum (10 bytes)
Event: 329.426 Thread 0x000001e39ab31000 nmethod 17429 0x000001e3865ac290 code [0x000001e3865ac440, 0x000001e3865ac6b8]
Event: 329.428 Thread 0x000001e39ab31000 17430 3 sun.nio.ch.FileLockImpl::<init> (11 bytes)
Event: 329.428 Thread 0x000001e39ab31000 nmethod 17430 0x000001e3865ac790 code [0x000001e3865ac940, 0x000001e3865aca68]
Event: 329.428 Thread 0x000001e39ab31000 17431 3 java.nio.channels.FileLock::<init> (86 bytes)
Event: 329.428 Thread 0x000001e39ab31000 nmethod 17431 0x000001e3865acb10 code [0x000001e3865acd40, 0x000001e3865ad3b8]
Event: 329.430 Thread 0x000001e39ab31000 17432 3 org.gradle.api.internal.tasks.compile.incremental.deps.ClassSetAnalysis::<init> (259 bytes)
Event: 329.431 Thread 0x000001e39ab31000 nmethod 17432 0x000001e3865ad610 code [0x000001e3865adae0, 0x000001e3865b0368]
Event: 329.431 Thread 0x000001e39ab31000 17433 3 org.gradle.api.internal.tasks.compile.incremental.classpath.ClasspathEntrySnapshot::<init> (25 bytes)
Event: 329.431 Thread 0x000001e39ab31000 nmethod 17433 0x000001e3865b0f10 code [0x000001e3865b1140, 0x000001e3865b17b8]
Event: 329.431 Thread 0x000001e39ab31000 17434 3 org.gradle.api.internal.tasks.compile.incremental.deps.ClassSetAnalysis::<init> (13 bytes)
Event: 329.431 Thread 0x000001e39ab31000 nmethod 17434 0x000001e3865b1a90 code [0x000001e3865b1c80, 0x000001e3865b20d8]
Event: 329.434 Thread 0x000001e39ab31000 17436 3 org.objectweb.asm.MethodVisitor::visitJumpInsn (17 bytes)
Event: 329.434 Thread 0x000001e39ab31000 nmethod 17436 0x000001e3865b2310 code [0x000001e3865b24c0, 0x000001e3865b26a8]
Event: 329.434 Thread 0x000001e39ab31000 17437 3 org.gradle.api.internal.file.collections.DefaultDirectoryWalker::shouldVisit (8 bytes)
Event: 329.434 Thread 0x000001e39ab31000 nmethod 17437 0x000001e3865b2790 code [0x000001e3865b2940, 0x000001e3865b2ae8]
Event: 329.434 Thread 0x000001e39ab31000 17438 1 java.util.Collections$EmptySet::isEmpty (2 bytes)
Event: 329.434 Thread 0x000001e39ab31000 nmethod 17438 0x000001e38bf96210 code [0x000001e38bf963c0, 0x000001e38bf96478]
GC Heap History (20 events):
Event: 282.418 GC heap before
{Heap before GC invocations=34 (full 0):
garbage-first heap total 157696K, used 87633K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 6 young (6144K), 5 survivors (5120K)
Metaspace used 108915K, capacity 111940K, committed 112896K, reserved 1146880K
class space used 14126K, capacity 15253K, committed 15616K, reserved 1048576K
}
Event: 282.425 GC heap after
{Heap after GC invocations=35 (full 0):
garbage-first heap total 157696K, used 88366K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 1 young (1024K), 1 survivors (1024K)
Metaspace used 108915K, capacity 111940K, committed 112896K, reserved 1146880K
class space used 14126K, capacity 15253K, committed 15616K, reserved 1048576K
}
Event: 282.764 GC heap before
{Heap before GC invocations=36 (full 0):
garbage-first heap total 157696K, used 118062K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 29 young (29696K), 1 survivors (1024K)
Metaspace used 109125K, capacity 112142K, committed 112896K, reserved 1146880K
class space used 14139K, capacity 15276K, committed 15616K, reserved 1048576K
}
Event: 282.768 GC heap after
{Heap after GC invocations=37 (full 0):
garbage-first heap total 157696K, used 93393K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 4 young (4096K), 4 survivors (4096K)
Metaspace used 109125K, capacity 112142K, committed 112896K, reserved 1146880K
class space used 14139K, capacity 15276K, committed 15616K, reserved 1048576K
}
Event: 282.815 GC heap before
{Heap before GC invocations=37 (full 0):
garbage-first heap total 157696K, used 96465K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 7 young (7168K), 4 survivors (4096K)
Metaspace used 109205K, capacity 112207K, committed 112896K, reserved 1146880K
class space used 14139K, capacity 15276K, committed 15616K, reserved 1048576K
}
Event: 282.821 GC heap after
{Heap after GC invocations=38 (full 0):
garbage-first heap total 157696K, used 87906K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 1 young (1024K), 1 survivors (1024K)
Metaspace used 109205K, capacity 112207K, committed 112896K, reserved 1146880K
class space used 14139K, capacity 15276K, committed 15616K, reserved 1048576K
}
Event: 283.059 GC heap before
{Heap before GC invocations=38 (full 0):
garbage-first heap total 157696K, used 108386K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 23 young (23552K), 1 survivors (1024K)
Metaspace used 109367K, capacity 112350K, committed 113152K, reserved 1146880K
class space used 14140K, capacity 15279K, committed 15616K, reserved 1048576K
}
Event: 283.063 GC heap after
{Heap after GC invocations=39 (full 0):
garbage-first heap total 157696K, used 88164K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 1 young (1024K), 1 survivors (1024K)
Metaspace used 109367K, capacity 112350K, committed 113152K, reserved 1146880K
class space used 14140K, capacity 15279K, committed 15616K, reserved 1048576K
}
Event: 309.520 GC heap before
{Heap before GC invocations=40 (full 0):
garbage-first heap total 157696K, used 128100K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 34 young (34816K), 1 survivors (1024K)
Metaspace used 109733K, capacity 112873K, committed 113664K, reserved 1146880K
class space used 14155K, capacity 15306K, committed 15616K, reserved 1048576K
}
Event: 309.524 GC heap after
{Heap after GC invocations=41 (full 0):
garbage-first heap total 157696K, used 91813K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 5 young (5120K), 5 survivors (5120K)
Metaspace used 109733K, capacity 112873K, committed 113664K, reserved 1146880K
class space used 14155K, capacity 15306K, committed 15616K, reserved 1048576K
}
Event: 309.540 GC heap before
{Heap before GC invocations=41 (full 0):
garbage-first heap total 157696K, used 92837K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 7 young (7168K), 5 survivors (5120K)
Metaspace used 109736K, capacity 112873K, committed 113664K, reserved 1146880K
class space used 14155K, capacity 15306K, committed 15616K, reserved 1048576K
}
Event: 309.545 GC heap after
{Heap after GC invocations=42 (full 0):
garbage-first heap total 157696K, used 89978K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 1 young (1024K), 1 survivors (1024K)
Metaspace used 109736K, capacity 112873K, committed 113664K, reserved 1146880K
class space used 14155K, capacity 15306K, committed 15616K, reserved 1048576K
}
Event: 309.688 GC heap before
{Heap before GC invocations=42 (full 0):
garbage-first heap total 157696K, used 97146K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 10 young (10240K), 1 survivors (1024K)
Metaspace used 109800K, capacity 112881K, committed 113664K, reserved 1146880K
class space used 14156K, capacity 15308K, committed 15616K, reserved 1048576K
}
Event: 309.692 GC heap after
{Heap after GC invocations=43 (full 0):
garbage-first heap total 157696K, used 90931K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 2 young (2048K), 2 survivors (2048K)
Metaspace used 109800K, capacity 112881K, committed 113664K, reserved 1146880K
class space used 14156K, capacity 15308K, committed 15616K, reserved 1048576K
}
Event: 310.072 GC heap before
{Heap before GC invocations=44 (full 0):
garbage-first heap total 157696K, used 122675K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 35 young (35840K), 2 survivors (2048K)
Metaspace used 110017K, capacity 113031K, committed 113664K, reserved 1146880K
class space used 14158K, capacity 15310K, committed 15616K, reserved 1048576K
}
Event: 310.075 GC heap after
{Heap after GC invocations=45 (full 0):
garbage-first heap total 157696K, used 90109K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 2 young (2048K), 2 survivors (2048K)
Metaspace used 110017K, capacity 113031K, committed 113664K, reserved 1146880K
class space used 14158K, capacity 15310K, committed 15616K, reserved 1048576K
}
Event: 310.144 GC heap before
{Heap before GC invocations=45 (full 0):
garbage-first heap total 157696K, used 94205K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 7 young (7168K), 2 survivors (2048K)
Metaspace used 110076K, capacity 113042K, committed 113664K, reserved 1146880K
class space used 14160K, capacity 15313K, committed 15616K, reserved 1048576K
}
Event: 310.148 GC heap after
{Heap after GC invocations=46 (full 0):
garbage-first heap total 157696K, used 83185K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 1 young (1024K), 1 survivors (1024K)
Metaspace used 110076K, capacity 113042K, committed 113664K, reserved 1146880K
class space used 14160K, capacity 15313K, committed 15616K, reserved 1048576K
}
Event: 310.253 GC heap before
{Heap before GC invocations=46 (full 0):
garbage-first heap total 157696K, used 95473K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 15 young (15360K), 1 survivors (1024K)
Metaspace used 110080K, capacity 113042K, committed 113664K, reserved 1146880K
class space used 14160K, capacity 15313K, committed 15616K, reserved 1048576K
}
Event: 310.256 GC heap after
{Heap after GC invocations=47 (full 0):
garbage-first heap total 157696K, used 83249K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 1 young (1024K), 1 survivors (1024K)
Metaspace used 110080K, capacity 113042K, committed 113664K, reserved 1146880K
class space used 14160K, capacity 15313K, committed 15616K, reserved 1048576K
}
Deoptimization events (20 events):
Event: 329.208 Thread 0x000001e3a35af800 Uncommon trap: trap_request=0xffffffde fr.pc=0x000001e38ba53334 relative=0x0000000000000274
Event: 329.208 Thread 0x000001e3a35af800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000001e38ba53334 method=java.util.concurrent.ConcurrentHashMap.get(Ljava/lang/Object;)Ljava/lang/Object; @ 93 c2
Event: 329.208 Thread 0x000001e3a35af800 DEOPT PACKING pc=0x000001e38ba53334 sp=0x00000016e03febd0
Event: 329.208 Thread 0x000001e3a35af800 DEOPT UNPACKING pc=0x000001e383a378af sp=0x00000016e03feb28 mode 2
Event: 329.300 Thread 0x000001e3a35a7800 DEOPT PACKING pc=0x000001e385bd8230 sp=0x00000016dd2f9f30
Event: 329.300 Thread 0x000001e3a35a7800 DEOPT UNPACKING pc=0x000001e383a376ce sp=0x00000016dd2f9470 mode 0
Event: 329.300 Thread 0x000001e3a35a7800 DEOPT PACKING pc=0x000001e385bd4d99 sp=0x00000016dd2f9fb0
Event: 329.300 Thread 0x000001e3a35a7800 DEOPT UNPACKING pc=0x000001e383a376ce sp=0x00000016dd2f9478 mode 0
Event: 329.300 Thread 0x000001e3a35a7800 DEOPT PACKING pc=0x000001e385bd8230 sp=0x00000016dd2f9e60
Event: 329.300 Thread 0x000001e3a35a7800 DEOPT UNPACKING pc=0x000001e383a376ce sp=0x00000016dd2f93a0 mode 0
Event: 329.300 Thread 0x000001e3a35a7800 DEOPT PACKING pc=0x000001e385bd4d99 sp=0x00000016dd2f9fb0
Event: 329.300 Thread 0x000001e3a35a7800 DEOPT UNPACKING pc=0x000001e383a376ce sp=0x00000016dd2f9478 mode 0
Event: 329.304 Thread 0x000001e3a35a7800 DEOPT PACKING pc=0x000001e385bd8230 sp=0x00000016dd2f9e70
Event: 329.304 Thread 0x000001e3a35a7800 DEOPT UNPACKING pc=0x000001e383a376ce sp=0x00000016dd2f93b0 mode 0
Event: 329.304 Thread 0x000001e3a35a7800 DEOPT PACKING pc=0x000001e385bd4d99 sp=0x00000016dd2f9ef0
Event: 329.304 Thread 0x000001e3a35a7800 DEOPT UNPACKING pc=0x000001e383a376ce sp=0x00000016dd2f93b8 mode 0
Event: 329.304 Thread 0x000001e3a35a7800 DEOPT PACKING pc=0x000001e385bd8230 sp=0x00000016dd2f9da0
Event: 329.304 Thread 0x000001e3a35a7800 DEOPT UNPACKING pc=0x000001e383a376ce sp=0x00000016dd2f92e0 mode 0
Event: 329.304 Thread 0x000001e3a35a7800 DEOPT PACKING pc=0x000001e385bd4d99 sp=0x00000016dd2f9ef0
Event: 329.304 Thread 0x000001e3a35a7800 DEOPT UNPACKING pc=0x000001e383a376ce sp=0x00000016dd2f93b8 mode 0
Classes redefined (0 events):
No events
Internal exceptions (20 events):
Event: 309.869 Thread 0x000001e3a316c800 Exception <a 'sun/nio/fs/WindowsException'{0x00000000889925c0}> (0x00000000889925c0) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 309.871 Thread 0x000001e3a316c800 Exception <a 'sun/nio/fs/WindowsException'{0x00000000889d22e8}> (0x00000000889d22e8) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 309.871 Thread 0x000001e3a316c800 Exception <a 'sun/nio/fs/WindowsException'{0x00000000889d2430}> (0x00000000889d2430) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 309.874 Thread 0x000001e3a316c800 Exception <a 'sun/nio/fs/WindowsException'{0x0000000088822860}> (0x0000000088822860) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 309.874 Thread 0x000001e3a316c800 Exception <a 'sun/nio/fs/WindowsException'{0x0000000088822988}> (0x0000000088822988) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 309.902 Thread 0x000001e3a316c800 Exception <a 'sun/nio/fs/WindowsException'{0x00000000886861e8}> (0x00000000886861e8) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 310.007 Thread 0x000001e3a26b9000 Exception <a 'sun/nio/fs/WindowsException'{0x0000000087e43ee0}> (0x0000000087e43ee0) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 310.051 Thread 0x000001e3a26b9000 Exception <a 'sun/nio/fs/WindowsException'{0x000000008775a630}> (0x000000008775a630) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 310.090 Thread 0x000001e3a26c7000 Exception <a 'sun/nio/fs/WindowsException'{0x00000000899d3008}> (0x00000000899d3008) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 310.104 Thread 0x000001e3a26c7000 Exception <a 'sun/nio/fs/WindowsException'{0x0000000089776098}> (0x0000000089776098) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 310.326 Thread 0x000001e3a35a7800 Implicit null exception at 0x000001e38bd4ae8a to 0x000001e38bd4b2c8
Event: 310.330 Thread 0x000001e3a35a7800 Implicit null exception at 0x000001e38bd6a2af to 0x000001e38bd6a89b
Event: 329.243 Thread 0x000001e3a35a7800 Exception <a 'sun/nio/fs/WindowsException'{0x000000008840baf8}> (0x000000008840baf8) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 329.243 Thread 0x000001e3a35a7800 Exception <a 'sun/nio/fs/WindowsException'{0x000000008840d3a8}> (0x000000008840d3a8) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 329.264 Thread 0x000001e3a35a7800 Exception <a 'java/lang/NoClassDefFoundError'{0x00000000882b9d28}: org/jetbrains/kotlin/gradle/plugin/KotlinBasePluginWrapper> (0x00000000882b9d28) thrown at [./src/hotspot/share/oops/constantPool.cpp, line 775]
Event: 329.299 Thread 0x000001e3a35a7800 Exception <a 'sun/nio/fs/WindowsException'{0x00000000880e7c90}> (0x00000000880e7c90) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 329.302 Thread 0x000001e3a35a7800 Exception <a 'sun/nio/fs/WindowsException'{0x0000000087f83d50}> (0x0000000087f83d50) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 329.302 Thread 0x000001e3a35a7800 Exception <a 'sun/nio/fs/WindowsException'{0x0000000087f84d90}> (0x0000000087f84d90) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 329.302 Thread 0x000001e3a35a7800 Exception <a 'sun/nio/fs/WindowsException'{0x0000000087f85e20}> (0x0000000087f85e20) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 329.302 Thread 0x000001e3a35a7800 Exception <a 'sun/nio/fs/WindowsException'{0x0000000087f86eb0}> (0x0000000087f86eb0) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Events (20 events):
Event: 329.403 Executing VM operation: RevokeBias done
Event: 329.403 Executing VM operation: RevokeBias
Event: 329.403 Executing VM operation: RevokeBias done
Event: 329.403 Executing VM operation: RevokeBias
Event: 329.404 Executing VM operation: RevokeBias done
Event: 329.404 Executing VM operation: RevokeBias
Event: 329.404 Executing VM operation: RevokeBias done
Event: 329.404 Executing VM operation: RevokeBias
Event: 329.404 Executing VM operation: RevokeBias done
Event: 329.404 Executing VM operation: RevokeBias
Event: 329.404 Executing VM operation: RevokeBias done
Event: 329.404 Executing VM operation: RevokeBias
Event: 329.404 Executing VM operation: RevokeBias done
Event: 329.405 Executing VM operation: RevokeBias
Event: 329.405 Executing VM operation: RevokeBias done
Event: 329.405 Executing VM operation: BulkRevokeBias
Event: 329.406 Executing VM operation: BulkRevokeBias done
Event: 329.422 loading class org/gradle/api/internal/provider/AbstractProperty$1
Event: 329.422 loading class org/gradle/api/internal/provider/AbstractProperty$1 done
Event: 329.426 Thread 0x000001e3a316d800 Thread added: 0x000001e3a316d800
Dynamic libraries:
0x00007ff6380b0000 - 0x00007ff6380ba000 E:\AndroidStudio\jre\bin\java.exe
0x00007ff840d00000 - 0x00007ff840f0f000 C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ff83f3f0000 - 0x00007ff83f4ad000 C:\WINDOWS\System32\KERNEL32.DLL
0x00007ff83e1b0000 - 0x00007ff83e540000 C:\WINDOWS\System32\KERNELBASE.dll
0x00007ff83e540000 - 0x00007ff83e651000 C:\WINDOWS\System32\ucrtbase.dll
0x00007ff838870000 - 0x00007ff838887000 E:\AndroidStudio\jre\bin\VCRUNTIME140.dll
0x00007ff8382b0000 - 0x00007ff8382c9000 E:\AndroidStudio\jre\bin\jli.dll
0x00007ff83f8c0000 - 0x00007ff83fa6a000 C:\WINDOWS\System32\USER32.dll
0x00007ff83e660000 - 0x00007ff83e686000 C:\WINDOWS\System32\win32u.dll
0x00007ff81f370000 - 0x00007ff81f611000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22533.1001_none_26146f93a8efa247\COMCTL32.dll
0x00007ff8404a0000 - 0x00007ff8404c9000 C:\WINDOWS\System32\GDI32.dll
0x00007ff83ff70000 - 0x00007ff840014000 C:\WINDOWS\System32\msvcrt.dll
0x00007ff83e7a0000 - 0x00007ff83e8b7000 C:\WINDOWS\System32\gdi32full.dll
0x00007ff83e690000 - 0x00007ff83e72a000 C:\WINDOWS\System32\msvcp_win.dll
0x00007ff840a20000 - 0x00007ff840a51000 C:\WINDOWS\System32\IMM32.DLL
0x00007ff82bf50000 - 0x00007ff82bfed000 E:\AndroidStudio\jre\bin\msvcp140.dll
0x00007ffff6e10000 - 0x00007ffff78df000 E:\AndroidStudio\jre\bin\server\jvm.dll
0x00007ff83eb60000 - 0x00007ff83ec0e000 C:\WINDOWS\System32\ADVAPI32.dll
0x00007ff840850000 - 0x00007ff8408f3000 C:\WINDOWS\System32\sechost.dll
0x00007ff840900000 - 0x00007ff840a1f000 C:\WINDOWS\System32\RPCRT4.dll
0x00007ff840bd0000 - 0x00007ff840bd8000 C:\WINDOWS\System32\PSAPI.DLL
0x00007ff836c40000 - 0x00007ff836c74000 C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ff8380d0000 - 0x00007ff8380d9000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x00007ff835f80000 - 0x00007ff835f8a000 C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007ff83fe90000 - 0x00007ff83ff01000 C:\WINDOWS\System32\WS2_32.dll
0x00007ff83d230000 - 0x00007ff83d248000 C:\WINDOWS\SYSTEM32\kernel.appcore.dll
0x00007ff8380b0000 - 0x00007ff8380c1000 E:\AndroidStudio\jre\bin\verify.dll
0x00007ff83be00000 - 0x00007ff83c024000 C:\WINDOWS\SYSTEM32\DBGHELP.DLL
0x00007ff83f4b0000 - 0x00007ff83f82c000 C:\WINDOWS\System32\combase.dll
0x00007ff840be0000 - 0x00007ff840cb7000 C:\WINDOWS\System32\OLEAUT32.dll
0x00007ff828740000 - 0x00007ff828771000 C:\WINDOWS\SYSTEM32\dbgcore.DLL
0x00007ff83e8c0000 - 0x00007ff83e93b000 C:\WINDOWS\System32\bcryptPrimitives.dll
0x00007ff826040000 - 0x00007ff826069000 E:\AndroidStudio\jre\bin\java.dll
0x00007ff8380a0000 - 0x00007ff8380ab000 E:\AndroidStudio\jre\bin\jimage.dll
0x00007ff826020000 - 0x00007ff826038000 E:\AndroidStudio\jre\bin\zip.dll
0x00007ff83ec30000 - 0x00007ff83f3e9000 C:\WINDOWS\System32\SHELL32.dll
0x00007ff83c260000 - 0x00007ff83cab5000 C:\WINDOWS\SYSTEM32\windows.storage.dll
0x00007ff83c120000 - 0x00007ff83c25c000 C:\WINDOWS\SYSTEM32\wintypes.dll
0x00007ff83fa70000 - 0x00007ff83fb61000 C:\WINDOWS\System32\SHCORE.dll
0x00007ff83ff10000 - 0x00007ff83ff6b000 C:\WINDOWS\System32\shlwapi.dll
0x00007ff83e0e0000 - 0x00007ff83e101000 C:\WINDOWS\SYSTEM32\profapi.dll
0x00007ff826000000 - 0x00007ff82601a000 E:\AndroidStudio\jre\bin\net.dll
0x00007ff835bf0000 - 0x00007ff835d02000 C:\WINDOWS\SYSTEM32\WINHTTP.dll
0x00007ff83d6b0000 - 0x00007ff83d719000 C:\WINDOWS\system32\mswsock.dll
0x00007ff825fe0000 - 0x00007ff825ff4000 E:\AndroidStudio\jre\bin\nio.dll
0x00007ffffc6e0000 - 0x00007ffffc707000 C:\Users\王久铭\.gradle\native\8bec1ad78214c89d9ad589b4d07fe93259594b29d510b10fafb7a158f7737e5d\windows-amd64\native-platform.dll
0x00007fffdd140000 - 0x00007fffdd27d000 C:\Users\王久铭\.gradle\native\53dbd7edfb1c66fb8903c78663c9afc45aea4f116125fa6feffd364cf09443e8\windows-amd64\native-platform-file-events.dll
0x00007ff836fc0000 - 0x00007ff836fca000 E:\AndroidStudio\jre\bin\management.dll
0x00007ff835bb0000 - 0x00007ff835bbc000 E:\AndroidStudio\jre\bin\management_ext.dll
0x00007ff83d900000 - 0x00007ff83d91b000 C:\WINDOWS\SYSTEM32\CRYPTSP.dll
0x00007ff83d190000 - 0x00007ff83d1c5000 C:\WINDOWS\system32\rsaenh.dll
0x00007ff83d7b0000 - 0x00007ff83d7d9000 C:\WINDOWS\SYSTEM32\USERENV.dll
0x00007ff83db80000 - 0x00007ff83dba8000 C:\WINDOWS\SYSTEM32\bcrypt.dll
0x00007ff83d990000 - 0x00007ff83d99c000 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
0x00007ff83cd10000 - 0x00007ff83cd3d000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
0x00007ff8404d0000 - 0x00007ff8404d9000 C:\WINDOWS\System32\NSI.dll
0x00007ff835fb0000 - 0x00007ff835fc9000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
0x00007ff835f90000 - 0x00007ff835fae000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
0x00007ff83cd40000 - 0x00007ff83ce38000 C:\WINDOWS\SYSTEM32\DNSAPI.dll
0x00007ff808170000 - 0x00007ff808197000 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.22533.1001_none_26146f93a8efa247;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 22533 (10.0.22533.1001)
OS uptime: 0 days 5:39 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 (493M free)
TotalPageFile size 23168M (AvailPageFile size 5M)
current process WorkingSet (physical memory assigned to process): 470M, peak: 482M
current process commit charge ("private bytes"): 507M, peak: 522M
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.