-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhs_err_pid20924.log
More file actions
691 lines (643 loc) · 62 KB
/
hs_err_pid20924.log
File metadata and controls
691 lines (643 loc) · 62 KB
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
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 1141776 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=20924, tid=14992
#
# 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=IN -Duser.language=en -Duser.variant org.gradle.launcher.daemon.bootstrap.GradleDaemon 7.0.2
Host: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz, 8 cores, 7G, Windows 10 , 64 bit Build 22000 (10.0.22000.120)
Time: Fri Aug 27 00:59:06 2021 India Standard Time elapsed time: 12.517172 seconds (0d 0h 0m 12s)
--------------- T H R E A D ---------------
Current thread (0x00000207ffbeb800): JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=14992, stack(0x000000b577e00000,0x000000b577f00000)]
Current CompileTask:
C2: 12517 6972 % 4 org.gradle.internal.instantiation.generator.AbstractClassGenerator::inspectType @ 32 (560 bytes)
Stack: [0x000000b577e00000,0x000000b577f00000]
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+0x2b4fd4]
V [jvm.dll+0x506028]
V [jvm.dll+0x1fcbde]
V [jvm.dll+0x1fa77f]
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+0x26c0c]
C [KERNEL32.DLL+0x154e0]
C [ntdll.dll+0x485b]
--------------- P R O C E S S ---------------
Threads class SMR info:
_java_thread_list=0x000002079b5d7400, length=50, elements={
0x00000207f9dfe800, 0x00000207ff261000, 0x00000207ff26d800, 0x00000207ffbe4800,
0x00000207ffbe9800, 0x00000207ffbea800, 0x00000207ffbeb800, 0x00000207ffbed800,
0x00000207ff27a000, 0x00000207ffd41800, 0x0000020796639000, 0x0000020795ce5800,
0x0000020796faf800, 0x0000020795fde000, 0x0000020795fde800, 0x0000020796cfd800,
0x0000020796bdc800, 0x0000020796ca3800, 0x0000020796c82800, 0x000002079660e000,
0x000002079660b800, 0x000002079660c800, 0x0000020796609000, 0x000002079660d000,
0x000002079660e800, 0x000002079660f800, 0x000002079660a000, 0x000002079660a800,
0x000002079728c800, 0x0000020797288800, 0x000002079728b000, 0x000002079728c000,
0x0000020797289800, 0x0000020797288000, 0x0000020797293000, 0x0000020797294000,
0x000002079728e800, 0x0000020797290000, 0x0000020797291800, 0x0000020797292800,
0x0000020797295000, 0x000002079728f000, 0x0000020797295800, 0x0000020797296800,
0x0000020797291000, 0x0000020798bf8000, 0x0000020798bf4000, 0x0000020798bf5800,
0x0000020798bf6800, 0x0000020798bf7000
}
Java Threads: ( => current thread )
0x00000207f9dfe800 JavaThread "main" [_thread_blocked, id=21004, stack(0x000000b577200000,0x000000b577300000)]
0x00000207ff261000 JavaThread "Reference Handler" daemon [_thread_blocked, id=1532, stack(0x000000b577900000,0x000000b577a00000)]
0x00000207ff26d800 JavaThread "Finalizer" daemon [_thread_blocked, id=18256, stack(0x000000b577a00000,0x000000b577b00000)]
0x00000207ffbe4800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=9956, stack(0x000000b577b00000,0x000000b577c00000)]
0x00000207ffbe9800 JavaThread "Attach Listener" daemon [_thread_blocked, id=24024, stack(0x000000b577c00000,0x000000b577d00000)]
0x00000207ffbea800 JavaThread "Service Thread" daemon [_thread_blocked, id=27184, stack(0x000000b577d00000,0x000000b577e00000)]
=>0x00000207ffbeb800 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=14992, stack(0x000000b577e00000,0x000000b577f00000)]
0x00000207ffbed800 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=25064, stack(0x000000b577f00000,0x000000b578000000)]
0x00000207ff27a000 JavaThread "Sweeper thread" daemon [_thread_blocked, id=26536, stack(0x000000b578000000,0x000000b578100000)]
0x00000207ffd41800 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=13404, stack(0x000000b578100000,0x000000b578200000)]
0x0000020796639000 JavaThread "Daemon health stats" [_thread_blocked, id=25996, stack(0x000000b578500000,0x000000b578600000)]
0x0000020795ce5800 JavaThread "Incoming local TCP Connector on port 64855" [_thread_in_native, id=16100, stack(0x000000b578600000,0x000000b578700000)]
0x0000020796faf800 JavaThread "Daemon periodic checks" [_thread_blocked, id=21100, stack(0x000000b578700000,0x000000b578800000)]
0x0000020795fde000 JavaThread "Daemon" [_thread_blocked, id=20172, stack(0x000000b578800000,0x000000b578900000)]
0x0000020795fde800 JavaThread "Handler for socket connection from /127.0.0.1:64855 to /127.0.0.1:64856" [_thread_in_native, id=8760, stack(0x000000b578900000,0x000000b578a00000)]
0x0000020796cfd800 JavaThread "Cancel handler" [_thread_blocked, id=7304, stack(0x000000b578a00000,0x000000b578b00000)]
0x0000020796bdc800 JavaThread "Daemon worker" [_thread_in_native, id=23268, stack(0x000000b578b00000,0x000000b578c00000)]
0x0000020796ca3800 JavaThread "Asynchronous log dispatcher for DefaultDaemonConnection: socket connection from /127.0.0.1:64855 to /127.0.0.1:64856" [_thread_blocked, id=28468, stack(0x000000b578d00000,0x000000b578e00000)]
0x0000020796c82800 JavaThread "Stdin handler" [_thread_blocked, id=24080, stack(0x000000b578e00000,0x000000b578f00000)]
0x000002079660e000 JavaThread "Daemon client event forwarder" [_thread_blocked, id=27476, stack(0x000000b578f00000,0x000000b579000000)]
0x000002079660b800 JavaThread "Cache worker for file hash cache (C:\Users\sairo\.gradle\caches\7.0.2\fileHashes)" [_thread_blocked, id=24900, stack(0x000000b579500000,0x000000b579600000)]
0x000002079660c800 JavaThread "File lock request listener" [_thread_in_native, id=11652, stack(0x000000b579600000,0x000000b579700000)]
0x0000020796609000 JavaThread "Cache worker for journal cache (C:\Users\sairo\.gradle\caches\journal-1)" [_thread_blocked, id=27800, stack(0x000000b579800000,0x000000b579900000)]
0x000002079660d000 JavaThread "Cache worker for file hash cache (C:\Users\sairo\Downloads\basicsocket\.gradle\7.0.2\fileHashes)" [_thread_blocked, id=2480, stack(0x000000b579900000,0x000000b579a00000)]
0x000002079660e800 JavaThread "File watcher server" daemon [_thread_in_native, id=27732, stack(0x000000b579a00000,0x000000b579b00000)]
0x000002079660f800 JavaThread "File watcher consumer" daemon [_thread_blocked, id=10260, stack(0x000000b579b00000,0x000000b579c00000)]
0x000002079660a000 JavaThread "Cache worker for checksums cache (C:\Users\sairo\Downloads\basicsocket\.gradle\checksums)" [_thread_blocked, id=24252, stack(0x000000b579c00000,0x000000b579d00000)]
0x000002079660a800 JavaThread "Cache worker for cache directory md-supplier (C:\Users\sairo\.gradle\caches\7.0.2\md-supplier)" [_thread_blocked, id=11452, stack(0x000000b579d00000,0x000000b579e00000)]
0x000002079728c800 JavaThread "Cache worker for cache directory md-rule (C:\Users\sairo\.gradle\caches\7.0.2\md-rule)" [_thread_blocked, id=5708, stack(0x000000b579e00000,0x000000b579f00000)]
0x0000020797288800 JavaThread "Cache worker for execution history cache (C:\Users\sairo\.gradle\caches\7.0.2\executionHistory)" [_thread_blocked, id=20980, stack(0x000000b579f00000,0x000000b57a000000)]
0x000002079728b000 JavaThread "jar transforms" [_thread_blocked, id=21624, stack(0x000000b57a000000,0x000000b57a100000)]
0x000002079728c000 JavaThread "jar transforms Thread 2" [_thread_blocked, id=7896, stack(0x000000b57a100000,0x000000b57a200000)]
0x0000020797289800 JavaThread "Cache worker for file content cache (C:\Users\sairo\.gradle\caches\7.0.2\fileContent)" [_thread_blocked, id=15632, stack(0x000000b57a200000,0x000000b57a300000)]
0x0000020797288000 JavaThread "Cache worker for dependencies-accessors (C:\Users\sairo\Downloads\basicsocket\.gradle\7.0.2\dependencies-accessors)" [_thread_blocked, id=11516, stack(0x000000b57a300000,0x000000b57a400000)]
0x0000020797293000 JavaThread "jar transforms Thread 3" [_thread_blocked, id=26960, stack(0x000000b57a400000,0x000000b57a500000)]
0x0000020797294000 JavaThread "Cache worker for Build Output Cleanup Cache (C:\Users\sairo\Downloads\basicsocket\.gradle\buildOutputCleanup)" [_thread_blocked, id=28472, stack(0x000000b57a500000,0x000000b57a600000)]
0x000002079728e800 JavaThread "Build operations" [_thread_blocked, id=28612, stack(0x000000b57a600000,0x000000b57a700000)]
0x0000020797290000 JavaThread "Build operations Thread 2" [_thread_blocked, id=26788, stack(0x000000b57a700000,0x000000b57a800000)]
0x0000020797291800 JavaThread "Build operations Thread 3" [_thread_blocked, id=14916, stack(0x000000b57a800000,0x000000b57a900000)]
0x0000020797292800 JavaThread "Build operations Thread 4" [_thread_blocked, id=8936, stack(0x000000b57a900000,0x000000b57aa00000)]
0x0000020797295000 JavaThread "Build operations Thread 5" [_thread_blocked, id=13972, stack(0x000000b57aa00000,0x000000b57ab00000)]
0x000002079728f000 JavaThread "Build operations Thread 6" [_thread_blocked, id=21384, stack(0x000000b57ab00000,0x000000b57ac00000)]
0x0000020797295800 JavaThread "Build operations Thread 7" [_thread_blocked, id=23100, stack(0x000000b57ac00000,0x000000b57ad00000)]
0x0000020797296800 JavaThread "Build operations Thread 8" [_thread_blocked, id=28504, stack(0x000000b57ad00000,0x000000b57ae00000)]
0x0000020797291000 JavaThread "jar transforms Thread 4" [_thread_blocked, id=10896, stack(0x000000b57ae00000,0x000000b57af00000)]
0x0000020798bf8000 JavaThread "jar transforms Thread 5" [_thread_blocked, id=16040, stack(0x000000b57af00000,0x000000b57b000000)]
0x0000020798bf4000 JavaThread "jar transforms Thread 6" [_thread_blocked, id=24152, stack(0x000000b57b000000,0x000000b57b100000)]
0x0000020798bf5800 JavaThread "jar transforms Thread 7" [_thread_blocked, id=27396, stack(0x000000b57b100000,0x000000b57b200000)]
0x0000020798bf6800 JavaThread "jar transforms Thread 8" [_thread_blocked, id=28620, stack(0x000000b57b200000,0x000000b57b300000)]
0x0000020798bf7000 JavaThread "Memory manager" [_thread_blocked, id=7976, stack(0x000000b57b300000,0x000000b57b400000)]
Other Threads:
0x00000207ff25b800 VMThread "VM Thread" [stack: 0x000000b577800000,0x000000b577900000] [id=10740]
0x00000207ffd51800 WatcherThread [stack: 0x000000b578200000,0x000000b578300000] [id=11820]
0x00000207f9e18000 GCTaskThread "GC Thread#0" [stack: 0x000000b577300000,0x000000b577400000] [id=880]
0x000002079539f000 GCTaskThread "GC Thread#1" [stack: 0x000000b578300000,0x000000b578400000] [id=15292]
0x00000207955e7000 GCTaskThread "GC Thread#2" [stack: 0x000000b578400000,0x000000b578500000] [id=15592]
0x000002079706e800 GCTaskThread "GC Thread#3" [stack: 0x000000b579000000,0x000000b579100000] [id=15832]
0x0000020796c95000 GCTaskThread "GC Thread#4" [stack: 0x000000b579100000,0x000000b579200000] [id=11092]
0x0000020797073000 GCTaskThread "GC Thread#5" [stack: 0x000000b579200000,0x000000b579300000] [id=3448]
0x0000020797074800 GCTaskThread "GC Thread#6" [stack: 0x000000b579300000,0x000000b579400000] [id=11676]
0x0000020797077800 GCTaskThread "GC Thread#7" [stack: 0x000000b579400000,0x000000b579500000] [id=26792]
0x00000207f9e47800 ConcurrentGCThread "G1 Main Marker" [stack: 0x000000b577400000,0x000000b577500000] [id=22592]
0x00000207f9e49000 ConcurrentGCThread "G1 Conc#0" [stack: 0x000000b577500000,0x000000b577600000] [id=10916]
0x0000020797078000 ConcurrentGCThread "G1 Conc#1" [stack: 0x000000b579700000,0x000000b579800000] [id=20820]
0x00000207ff0b0800 ConcurrentGCThread "G1 Refine#0" [stack: 0x000000b577600000,0x000000b577700000] [id=26100]
0x00000207ff0b1000 ConcurrentGCThread "G1 Young RemSet Sampling" [stack: 0x000000b577700000,0x000000b577800000] [id=9636]
Threads with active compile tasks:
C2 CompilerThread0 12648 6972 % 4 org.gradle.internal.instantiation.generator.AbstractClassGenerator::inspectType @ 32 (560 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 129024K, used 93095K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 38 young (38912K), 6 survivors (6144K)
Metaspace used 72318K, capacity 73953K, committed 74188K, reserved 1118208K
class space used 9270K, capacity 9880K, committed 9932K, 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| Untracked
| 1|0x0000000080100000, 0x0000000080200000, 0x0000000080200000|100%| O| |TAMS 0x0000000080200000, 0x0000000080100000| Untracked
| 2|0x0000000080200000, 0x0000000080300000, 0x0000000080300000|100%| O| |TAMS 0x0000000080300000, 0x0000000080200000| Untracked
| 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| Untracked
| 7|0x0000000080700000, 0x0000000080800000, 0x0000000080800000|100%| O| |TAMS 0x0000000080800000, 0x0000000080700000| Untracked
| 8|0x0000000080800000, 0x0000000080900000, 0x0000000080900000|100%| O| |TAMS 0x0000000080900000, 0x0000000080800000| Untracked
| 9|0x0000000080900000, 0x0000000080a00000, 0x0000000080a00000|100%| O| |TAMS 0x0000000080a00000, 0x0000000080900000| Untracked
| 10|0x0000000080a00000, 0x0000000080b00000, 0x0000000080b00000|100%| O| |TAMS 0x0000000080b00000, 0x0000000080a00000| Untracked
| 11|0x0000000080b00000, 0x0000000080c00000, 0x0000000080c00000|100%| O| |TAMS 0x0000000080c00000, 0x0000000080b00000| Untracked
| 12|0x0000000080c00000, 0x0000000080d00000, 0x0000000080d00000|100%| O| |TAMS 0x0000000080d00000, 0x0000000080c00000| Untracked
| 13|0x0000000080d00000, 0x0000000080e00000, 0x0000000080e00000|100%| O| |TAMS 0x0000000080e00000, 0x0000000080d00000| Untracked
| 14|0x0000000080e00000, 0x0000000080f00000, 0x0000000080f00000|100%| O| |TAMS 0x0000000080f00000, 0x0000000080e00000| Untracked
| 15|0x0000000080f00000, 0x0000000081000000, 0x0000000081000000|100%| O| |TAMS 0x0000000081000000, 0x0000000080f00000| Untracked
| 16|0x0000000081000000, 0x0000000081100000, 0x0000000081100000|100%|HS| |TAMS 0x0000000081100000, 0x0000000081000000| Complete
| 17|0x0000000081100000, 0x0000000081200000, 0x0000000081200000|100%| O| |TAMS 0x0000000081200000, 0x0000000081100000| Untracked
| 18|0x0000000081200000, 0x0000000081300000, 0x0000000081300000|100%| O| |TAMS 0x0000000081300000, 0x0000000081200000| Untracked
| 19|0x0000000081300000, 0x0000000081400000, 0x0000000081400000|100%| O| |TAMS 0x0000000081400000, 0x0000000081300000| Untracked
| 20|0x0000000081400000, 0x0000000081500000, 0x0000000081500000|100%| O| |TAMS 0x0000000081500000, 0x0000000081400000| Untracked
| 21|0x0000000081500000, 0x0000000081600000, 0x0000000081600000|100%| O| |TAMS 0x0000000081600000, 0x0000000081500000| Untracked
| 22|0x0000000081600000, 0x0000000081700000, 0x0000000081700000|100%| O| |TAMS 0x0000000081700000, 0x0000000081600000| Untracked
| 23|0x0000000081700000, 0x0000000081800000, 0x0000000081800000|100%| O| |TAMS 0x0000000081800000, 0x0000000081700000| Untracked
| 24|0x0000000081800000, 0x0000000081900000, 0x0000000081900000|100%| O| |TAMS 0x0000000081900000, 0x0000000081800000| Untracked
| 25|0x0000000081900000, 0x0000000081a00000, 0x0000000081a00000|100%| O| |TAMS 0x0000000081a00000, 0x0000000081900000| Untracked
| 26|0x0000000081a00000, 0x0000000081b00000, 0x0000000081b00000|100%| O| |TAMS 0x0000000081b00000, 0x0000000081a00000| Untracked
| 27|0x0000000081b00000, 0x0000000081c00000, 0x0000000081c00000|100%|HS| |TAMS 0x0000000081c00000, 0x0000000081b00000| Complete
| 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, 0x0000000082000000, 0x0000000082000000|100%|HC| |TAMS 0x0000000082000000, 0x0000000081f00000| Complete
| 32|0x0000000082000000, 0x0000000082100000, 0x0000000082100000|100%|HS| |TAMS 0x0000000082100000, 0x0000000082000000| Complete
| 33|0x0000000082100000, 0x0000000082200000, 0x0000000082200000|100%|HC| |TAMS 0x0000000082200000, 0x0000000082100000| Complete
| 34|0x0000000082200000, 0x0000000082300000, 0x0000000082300000|100%| O| |TAMS 0x0000000082300000, 0x0000000082200000| Untracked
| 35|0x0000000082300000, 0x0000000082400000, 0x0000000082400000|100%| O| |TAMS 0x0000000082400000, 0x0000000082300000| Untracked
| 36|0x0000000082400000, 0x0000000082500000, 0x0000000082500000|100%| O| |TAMS 0x0000000082500000, 0x0000000082400000| Untracked
| 37|0x0000000082500000, 0x0000000082600000, 0x0000000082600000|100%| O| |TAMS 0x0000000082600000, 0x0000000082500000| Untracked
| 38|0x0000000082600000, 0x0000000082700000, 0x0000000082700000|100%| O| |TAMS 0x0000000082700000, 0x0000000082600000| Untracked
| 39|0x0000000082700000, 0x0000000082800000, 0x0000000082800000|100%| O| |TAMS 0x0000000082800000, 0x0000000082700000| Untracked
| 40|0x0000000082800000, 0x0000000082900000, 0x0000000082900000|100%| O| |TAMS 0x0000000082900000, 0x0000000082800000| Untracked
| 41|0x0000000082900000, 0x0000000082a00000, 0x0000000082a00000|100%| O| |TAMS 0x0000000082a00000, 0x0000000082900000| Untracked
| 42|0x0000000082a00000, 0x0000000082b00000, 0x0000000082b00000|100%| O| |TAMS 0x0000000082b00000, 0x0000000082a00000| Untracked
| 43|0x0000000082b00000, 0x0000000082c00000, 0x0000000082c00000|100%| O| |TAMS 0x0000000082c00000, 0x0000000082b00000| Untracked
| 44|0x0000000082c00000, 0x0000000082d00000, 0x0000000082d00000|100%| O| |TAMS 0x0000000082d00000, 0x0000000082c00000| Untracked
| 45|0x0000000082d00000, 0x0000000082e00000, 0x0000000082e00000|100%| O| |TAMS 0x0000000082e00000, 0x0000000082d00000| Untracked
| 46|0x0000000082e00000, 0x0000000082f00000, 0x0000000082f00000|100%| O| |TAMS 0x0000000082f00000, 0x0000000082e00000| Untracked
| 47|0x0000000082f00000, 0x0000000083000000, 0x0000000083000000|100%| O| |TAMS 0x0000000082f83a00, 0x0000000082f00000| Untracked
| 48|0x0000000083000000, 0x0000000083000000, 0x0000000083100000| 0%| F| |TAMS 0x0000000083000000, 0x0000000083000000| Untracked
| 49|0x0000000083100000, 0x0000000083200000, 0x0000000083200000|100%| O| |TAMS 0x0000000083100000, 0x0000000083100000| Untracked
| 50|0x0000000083200000, 0x0000000083300000, 0x0000000083300000|100%| O| |TAMS 0x0000000083200000, 0x0000000083200000| Untracked
| 51|0x0000000083300000, 0x0000000083400000, 0x0000000083400000|100%| O| |TAMS 0x0000000083300000, 0x0000000083300000| Untracked
| 52|0x0000000083400000, 0x0000000083500000, 0x0000000083500000|100%| O| |TAMS 0x0000000083400000, 0x0000000083400000| Untracked
| 53|0x0000000083500000, 0x0000000083600000, 0x0000000083600000|100%| O| |TAMS 0x0000000083500000, 0x0000000083500000| Untracked
| 54|0x0000000083600000, 0x00000000836ed600, 0x0000000083700000| 92%| O| |TAMS 0x0000000083600000, 0x0000000083600000| Untracked
| 55|0x0000000083700000, 0x0000000083700000, 0x0000000083800000| 0%| F| |TAMS 0x0000000083700000, 0x0000000083700000| Untracked
| 56|0x0000000083800000, 0x0000000083800000, 0x0000000083900000| 0%| F| |TAMS 0x0000000083800000, 0x0000000083800000| Untracked
| 57|0x0000000083900000, 0x0000000083900000, 0x0000000083a00000| 0%| F| |TAMS 0x0000000083900000, 0x0000000083900000| Untracked
| 58|0x0000000083a00000, 0x0000000083a00000, 0x0000000083b00000| 0%| F| |TAMS 0x0000000083a00000, 0x0000000083a00000| Untracked
| 59|0x0000000083b00000, 0x0000000083b00000, 0x0000000083c00000| 0%| F| |TAMS 0x0000000083b00000, 0x0000000083b00000| Untracked
| 60|0x0000000083c00000, 0x0000000083c00000, 0x0000000083d00000| 0%| F| |TAMS 0x0000000083c00000, 0x0000000083c00000| Untracked
| 61|0x0000000083d00000, 0x0000000083d00000, 0x0000000083e00000| 0%| F| |TAMS 0x0000000083d00000, 0x0000000083d00000| Untracked
| 62|0x0000000083e00000, 0x0000000083e00000, 0x0000000083f00000| 0%| F| |TAMS 0x0000000083e00000, 0x0000000083e00000| Untracked
| 63|0x0000000083f00000, 0x0000000083f00000, 0x0000000084000000| 0%| F| |TAMS 0x0000000083f00000, 0x0000000083f00000| Untracked
| 64|0x0000000084000000, 0x0000000084000000, 0x0000000084100000| 0%| F| |TAMS 0x0000000084000000, 0x0000000084000000| Untracked
| 65|0x0000000084100000, 0x0000000084100000, 0x0000000084200000| 0%| F| |TAMS 0x0000000084100000, 0x0000000084100000| Untracked
| 66|0x0000000084200000, 0x0000000084200000, 0x0000000084300000| 0%| F| |TAMS 0x0000000084200000, 0x0000000084200000| Untracked
| 67|0x0000000084300000, 0x0000000084300000, 0x0000000084400000| 0%| F| |TAMS 0x0000000084300000, 0x0000000084300000| Untracked
| 68|0x0000000084400000, 0x0000000084400000, 0x0000000084500000| 0%| F| |TAMS 0x0000000084400000, 0x0000000084400000| Untracked
| 69|0x0000000084500000, 0x0000000084500000, 0x0000000084600000| 0%| F| |TAMS 0x0000000084500000, 0x0000000084500000| Untracked
| 70|0x0000000084600000, 0x0000000084600000, 0x0000000084700000| 0%| F| |TAMS 0x0000000084600000, 0x0000000084600000| Untracked
| 71|0x0000000084700000, 0x0000000084700000, 0x0000000084800000| 0%| F| |TAMS 0x0000000084700000, 0x0000000084700000| Untracked
| 72|0x0000000084800000, 0x0000000084800000, 0x0000000084900000| 0%| F| |TAMS 0x0000000084800000, 0x0000000084800000| Untracked
| 73|0x0000000084900000, 0x0000000084900000, 0x0000000084a00000| 0%| F| |TAMS 0x0000000084900000, 0x0000000084900000| Untracked
| 74|0x0000000084a00000, 0x0000000084a00000, 0x0000000084b00000| 0%| F| |TAMS 0x0000000084a00000, 0x0000000084a00000| Untracked
| 75|0x0000000084b00000, 0x0000000084b00000, 0x0000000084c00000| 0%| F| |TAMS 0x0000000084b00000, 0x0000000084b00000| Untracked
| 76|0x0000000084c00000, 0x0000000084cfc9a0, 0x0000000084d00000| 98%| S|CS|TAMS 0x0000000084c00000, 0x0000000084c00000| Complete
| 77|0x0000000084d00000, 0x0000000084e00000, 0x0000000084e00000|100%| S|CS|TAMS 0x0000000084d00000, 0x0000000084d00000| Complete
| 78|0x0000000084e00000, 0x0000000084f00000, 0x0000000084f00000|100%| S|CS|TAMS 0x0000000084e00000, 0x0000000084e00000| Complete
| 79|0x0000000084f00000, 0x0000000085000000, 0x0000000085000000|100%| S|CS|TAMS 0x0000000084f00000, 0x0000000084f00000| Complete
| 80|0x0000000085000000, 0x0000000085100000, 0x0000000085100000|100%| S|CS|TAMS 0x0000000085000000, 0x0000000085000000| Complete
| 81|0x0000000085100000, 0x0000000085200000, 0x0000000085200000|100%| S|CS|TAMS 0x0000000085100000, 0x0000000085100000| Complete
| 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, 0x0000000085500000, 0x0000000085600000| 0%| F| |TAMS 0x0000000085500000, 0x0000000085500000| Untracked
| 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, 0x0000000085a00000, 0x0000000085b00000| 0%| F| |TAMS 0x0000000085a00000, 0x0000000085a00000| Untracked
| 91|0x0000000085b00000, 0x0000000085b00000, 0x0000000085c00000| 0%| F| |TAMS 0x0000000085b00000, 0x0000000085b00000| Untracked
| 92|0x0000000085c00000, 0x0000000085c00000, 0x0000000085d00000| 0%| F| |TAMS 0x0000000085c00000, 0x0000000085c00000| Untracked
| 93|0x0000000085d00000, 0x0000000085d00000, 0x0000000085e00000| 0%| F| |TAMS 0x0000000085d00000, 0x0000000085d00000| Untracked
| 94|0x0000000085e00000, 0x0000000085e80800, 0x0000000085f00000| 50%| E| |TAMS 0x0000000085e00000, 0x0000000085e00000| Complete
| 95|0x0000000085f00000, 0x0000000086000000, 0x0000000086000000|100%| E|CS|TAMS 0x0000000085f00000, 0x0000000085f00000| Complete
| 96|0x0000000086000000, 0x0000000086100000, 0x0000000086100000|100%| E|CS|TAMS 0x0000000086000000, 0x0000000086000000| Complete
| 97|0x0000000086100000, 0x0000000086200000, 0x0000000086200000|100%| E|CS|TAMS 0x0000000086100000, 0x0000000086100000| Complete
| 98|0x0000000086200000, 0x0000000086300000, 0x0000000086300000|100%| E|CS|TAMS 0x0000000086200000, 0x0000000086200000| Complete
| 99|0x0000000086300000, 0x0000000086400000, 0x0000000086400000|100%| E|CS|TAMS 0x0000000086300000, 0x0000000086300000| Complete
| 100|0x0000000086400000, 0x0000000086500000, 0x0000000086500000|100%| E|CS|TAMS 0x0000000086400000, 0x0000000086400000| Complete
| 101|0x0000000086500000, 0x0000000086600000, 0x0000000086600000|100%| E|CS|TAMS 0x0000000086500000, 0x0000000086500000| Complete
| 102|0x0000000086600000, 0x0000000086700000, 0x0000000086700000|100%| E|CS|TAMS 0x0000000086600000, 0x0000000086600000| Complete
| 103|0x0000000086700000, 0x0000000086800000, 0x0000000086800000|100%| E|CS|TAMS 0x0000000086700000, 0x0000000086700000| Complete
| 104|0x0000000086800000, 0x0000000086900000, 0x0000000086900000|100%| E|CS|TAMS 0x0000000086800000, 0x0000000086800000| Complete
| 105|0x0000000086900000, 0x0000000086a00000, 0x0000000086a00000|100%| E|CS|TAMS 0x0000000086900000, 0x0000000086900000| Complete
| 106|0x0000000086a00000, 0x0000000086b00000, 0x0000000086b00000|100%| E|CS|TAMS 0x0000000086a00000, 0x0000000086a00000| Complete
| 107|0x0000000086b00000, 0x0000000086c00000, 0x0000000086c00000|100%| E|CS|TAMS 0x0000000086b00000, 0x0000000086b00000| Complete
| 108|0x0000000086c00000, 0x0000000086d00000, 0x0000000086d00000|100%| E|CS|TAMS 0x0000000086c00000, 0x0000000086c00000| Complete
| 109|0x0000000086d00000, 0x0000000086e00000, 0x0000000086e00000|100%| E|CS|TAMS 0x0000000086d00000, 0x0000000086d00000| Complete
| 110|0x0000000086e00000, 0x0000000086f00000, 0x0000000086f00000|100%| E|CS|TAMS 0x0000000086e00000, 0x0000000086e00000| Complete
| 111|0x0000000086f00000, 0x0000000087000000, 0x0000000087000000|100%| E|CS|TAMS 0x0000000086f00000, 0x0000000086f00000| Complete
| 112|0x0000000087000000, 0x0000000087100000, 0x0000000087100000|100%| E|CS|TAMS 0x0000000087000000, 0x0000000087000000| Complete
| 113|0x0000000087100000, 0x0000000087200000, 0x0000000087200000|100%| E|CS|TAMS 0x0000000087100000, 0x0000000087100000| Complete
| 114|0x0000000087200000, 0x0000000087300000, 0x0000000087300000|100%| E|CS|TAMS 0x0000000087200000, 0x0000000087200000| Complete
| 115|0x0000000087300000, 0x0000000087400000, 0x0000000087400000|100%| E|CS|TAMS 0x0000000087300000, 0x0000000087300000| Complete
| 116|0x0000000087400000, 0x0000000087500000, 0x0000000087500000|100%| E|CS|TAMS 0x0000000087400000, 0x0000000087400000| Complete
| 117|0x0000000087500000, 0x0000000087600000, 0x0000000087600000|100%| E|CS|TAMS 0x0000000087500000, 0x0000000087500000| Complete
| 118|0x0000000087600000, 0x0000000087700000, 0x0000000087700000|100%| E|CS|TAMS 0x0000000087600000, 0x0000000087600000| Complete
| 119|0x0000000087700000, 0x0000000087800000, 0x0000000087800000|100%| E|CS|TAMS 0x0000000087700000, 0x0000000087700000| Complete
| 120|0x0000000087800000, 0x0000000087900000, 0x0000000087900000|100%| E|CS|TAMS 0x0000000087800000, 0x0000000087800000| Complete
| 121|0x0000000087900000, 0x0000000087a00000, 0x0000000087a00000|100%| E|CS|TAMS 0x0000000087900000, 0x0000000087900000| Complete
| 122|0x0000000087a00000, 0x0000000087b00000, 0x0000000087b00000|100%| E|CS|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
Card table byte_map: [0x00000207fe010000,0x00000207fe410000] _byte_map_base: 0x00000207fdc10000
Marking Bits (Prev, Next): (CMBitMap*) 0x00000207f9e3e880, (CMBitMap*) 0x00000207f9e3e848
Prev Bits: [0x0000020791000000, 0x0000020793000000)
Next Bits: [0x000002078f000000, 0x0000020791000000)
Polling page: 0x00000207f7de0000
Metaspace:
Usage:
Non-class: 62.57 MB capacity, 61.60 MB ( 98%) used, 823.85 KB ( 1%) free+waste, 175.06 KB ( <1%) overhead.
Class: 9.65 MB capacity, 9.06 MB ( 94%) used, 523.88 KB ( 5%) free+waste, 81.06 KB ( <1%) overhead.
Both: 72.22 MB capacity, 70.65 MB ( 98%) used, 1.32 MB ( 2%) free+waste, 256.13 KB ( <1%) overhead.
Virtual space:
Non-class space: 68.00 MB reserved, 62.75 MB ( 92%) committed
Class space: 1.00 GB reserved, 9.70 MB ( <1%) committed
Both: 1.07 GB reserved, 72.45 MB ( 7%) committed
Chunk freelists:
Non-Class: 55.00 KB
Class: 8.00 KB
Both: 63.00 KB
MaxMetaspaceSize: 17179869184.00 GB
CompressedClassSpaceSize: 1.00 GB
CodeHeap 'non-profiled nmethods': size=120000Kb used=4260Kb max_used=4260Kb free=115740Kb
bounds [0x0000020787ad0000, 0x0000020787f00000, 0x000002078f000000]
CodeHeap 'profiled nmethods': size=120000Kb used=14823Kb max_used=14823Kb free=105176Kb
bounds [0x00000207805a0000, 0x0000020781420000, 0x0000020787ad0000]
CodeHeap 'non-nmethods': size=5760Kb used=2278Kb max_used=2326Kb free=3481Kb
bounds [0x0000020780000000, 0x0000020780270000, 0x00000207805a0000]
total_blobs=7851 nmethods=6990 adapters=772
compilation: enabled
stopped_count=0, restarted_count=0
full_count=0
Compilation events (20 events):
Event: 12.444 Thread 0x00000207ffbed800 6975 3 sun.reflect.generics.tree.SimpleClassTypeSignature::accept (8 bytes)
Event: 12.444 Thread 0x00000207ffbed800 nmethod 6975 0x0000020781400110 code [0x0000020781400320, 0x0000020781400788]
Event: 12.444 Thread 0x00000207ffbed800 6976 3 sun.reflect.generics.visitor.Reifier::visitSimpleClassTypeSignature (18 bytes)
Event: 12.444 Thread 0x00000207ffbed800 nmethod 6976 0x0000020781400a10 code [0x0000020781400c00, 0x0000020781400fc8]
Event: 12.477 Thread 0x00000207ffbed800 6978 ! 3 jdk.internal.reflect.GeneratedConstructorAccessor17::newInstance (53 bytes)
Event: 12.477 Thread 0x00000207ffbed800 nmethod 6978 0x0000020781401210 code [0x0000020781401460, 0x0000020781401cc8]
Event: 12.483 Thread 0x00000207ffbed800 6979 3 com.google.common.collect.ImmutableMap::containsKey (14 bytes)
Event: 12.483 Thread 0x00000207ffbed800 nmethod 6979 0x0000020781402110 code [0x00000207814022c0, 0x00000207814024c8]
Event: 12.483 Thread 0x00000207ffbed800 6980 3 com.google.common.collect.AbstractMapBasedMultimap$WrappedCollection$WrappedIterator::validateIterator (30 bytes)
Event: 12.483 Thread 0x00000207ffbed800 nmethod 6980 0x0000020781402590 code [0x0000020781402760, 0x0000020781402a38]
Event: 12.483 Thread 0x00000207ffbed800 6981 1 org.gradle.internal.reflect.annotations.impl.DefaultPropertyAnnotationMetadata::getAnnotations (5 bytes)
Event: 12.483 Thread 0x00000207ffbed800 nmethod 6981 0x0000020787ef8110 code [0x0000020787ef82c0, 0x0000020787ef8378]
Event: 12.484 Thread 0x00000207ffbed800 6982 3 com.google.common.collect.AbstractMapBasedMultimap$WrappedCollection$WrappedIterator::next (14 bytes)
Event: 12.484 Thread 0x00000207ffbed800 nmethod 6982 0x0000020781402b90 code [0x0000020781402d80, 0x0000020781403188]
Event: 12.485 Thread 0x00000207ffbed800 6984 3 org.gradle.api.internal.artifacts.configurations.DefaultConfiguration_Decorated::getIncoming (40 bytes)
Event: 12.485 Thread 0x00000207ffbed800 nmethod 6984 0x0000020781403310 code [0x0000020781403540, 0x0000020781403c88]
Event: 12.486 Thread 0x00000207ffbed800 6986 1 org.gradle.internal.reflect.annotations.impl.DefaultPropertyAnnotationMetadata::getPropertyName (5 bytes)
Event: 12.486 Thread 0x00000207ffbed800 nmethod 6986 0x0000020787ef8410 code [0x0000020787ef85c0, 0x0000020787ef8678]
Event: 12.490 Thread 0x00000207ffbed800 6987 3 java.security.ProtectionDomain$Key::<init> (10 bytes)
Event: 12.490 Thread 0x00000207ffbed800 nmethod 6987 0x0000020781403e90 code [0x0000020781404040, 0x00000207814041f8]
GC Heap History (20 events):
Event: 4.056 GC heap before
{Heap before GC invocations=4 (full 0):
garbage-first heap total 129024K, used 74028K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 57 young (58368K), 1 survivors (1024K)
Metaspace used 26317K, capacity 26993K, committed 27008K, reserved 1073152K
class space used 3453K, capacity 3704K, committed 3712K, reserved 1048576K
}
Event: 4.060 GC heap after
{Heap after GC invocations=5 (full 0):
garbage-first heap total 129024K, used 18428K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 3 young (3072K), 3 survivors (3072K)
Metaspace used 26317K, capacity 26993K, committed 27008K, reserved 1073152K
class space used 3453K, capacity 3704K, committed 3712K, reserved 1048576K
}
Event: 4.942 GC heap before
{Heap before GC invocations=5 (full 0):
garbage-first heap total 129024K, used 70652K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 55 young (56320K), 3 survivors (3072K)
Metaspace used 35062K, capacity 35834K, committed 35840K, reserved 1081344K
class space used 4542K, capacity 4864K, committed 4864K, reserved 1048576K
}
Event: 4.950 GC heap after
{Heap after GC invocations=6 (full 0):
garbage-first heap total 129024K, used 21645K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 6 young (6144K), 6 survivors (6144K)
Metaspace used 35062K, capacity 35834K, committed 35840K, reserved 1081344K
class space used 4542K, capacity 4864K, committed 4864K, reserved 1048576K
}
Event: 5.579 GC heap before
{Heap before GC invocations=7 (full 0):
garbage-first heap total 129024K, used 86157K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 67 young (68608K), 6 survivors (6144K)
Metaspace used 39519K, capacity 40498K, committed 40780K, reserved 1085440K
class space used 5056K, capacity 5390K, committed 5452K, reserved 1048576K
}
Event: 5.585 GC heap after
{Heap after GC invocations=8 (full 0):
garbage-first heap total 129024K, used 26901K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 9 young (9216K), 9 survivors (9216K)
Metaspace used 39519K, capacity 40498K, committed 40780K, reserved 1085440K
class space used 5056K, capacity 5390K, committed 5452K, reserved 1048576K
}
Event: 6.125 GC heap before
{Heap before GC invocations=8 (full 0):
garbage-first heap total 129024K, used 88341K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 69 young (70656K), 9 survivors (9216K)
Metaspace used 45070K, capacity 46182K, committed 46412K, reserved 1089536K
class space used 5794K, capacity 6193K, committed 6220K, reserved 1048576K
}
Event: 6.132 GC heap after
{Heap after GC invocations=9 (full 0):
garbage-first heap total 129024K, used 29025K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 3 young (3072K), 3 survivors (3072K)
Metaspace used 45070K, capacity 46182K, committed 46412K, reserved 1089536K
class space used 5794K, capacity 6193K, committed 6220K, reserved 1048576K
}
Event: 7.527 GC heap before
{Heap before GC invocations=9 (full 0):
garbage-first heap total 129024K, used 98657K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 64 young (65536K), 3 survivors (3072K)
Metaspace used 47870K, capacity 49110K, committed 49356K, reserved 1091584K
class space used 6117K, capacity 6550K, committed 6604K, reserved 1048576K
}
Event: 7.533 GC heap after
{Heap after GC invocations=10 (full 0):
garbage-first heap total 129024K, used 48012K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 8 young (8192K), 8 survivors (8192K)
Metaspace used 47870K, capacity 49110K, committed 49356K, reserved 1091584K
class space used 6117K, capacity 6550K, committed 6604K, reserved 1048576K
}
Event: 8.414 GC heap before
{Heap before GC invocations=10 (full 0):
garbage-first heap total 129024K, used 96140K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 55 young (56320K), 8 survivors (8192K)
Metaspace used 54532K, capacity 55936K, committed 56140K, reserved 1097728K
class space used 6922K, capacity 7461K, committed 7500K, reserved 1048576K
}
Event: 8.418 GC heap after
{Heap after GC invocations=11 (full 0):
garbage-first heap total 129024K, used 50473K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 2 young (2048K), 2 survivors (2048K)
Metaspace used 54532K, capacity 55936K, committed 56140K, reserved 1097728K
class space used 6922K, capacity 7461K, committed 7500K, reserved 1048576K
}
Event: 9.048 GC heap before
{Heap before GC invocations=11 (full 0):
garbage-first heap total 129024K, used 74025K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 26 young (26624K), 2 survivors (2048K)
Metaspace used 58738K, capacity 60160K, committed 60236K, reserved 1101824K
class space used 7415K, capacity 7949K, committed 8012K, reserved 1048576K
}
Event: 9.053 GC heap after
{Heap after GC invocations=12 (full 0):
garbage-first heap total 129024K, used 51499K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 3 young (3072K), 3 survivors (3072K)
Metaspace used 58738K, capacity 60160K, committed 60236K, reserved 1101824K
class space used 7415K, capacity 7949K, committed 8012K, reserved 1048576K
}
Event: 10.009 GC heap before
{Heap before GC invocations=13 (full 0):
garbage-first heap total 129024K, used 94507K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 45 young (46080K), 3 survivors (3072K)
Metaspace used 62858K, capacity 64384K, committed 64588K, reserved 1105920K
class space used 7911K, capacity 8432K, committed 8524K, reserved 1048576K
}
Event: 10.017 GC heap after
{Heap after GC invocations=14 (full 0):
garbage-first heap total 129024K, used 55157K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 6 young (6144K), 6 survivors (6144K)
Metaspace used 62858K, capacity 64384K, committed 64588K, reserved 1105920K
class space used 7911K, capacity 8432K, committed 8524K, reserved 1048576K
}
Event: 10.913 GC heap before
{Heap before GC invocations=14 (full 0):
garbage-first heap total 129024K, used 97141K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 47 young (48128K), 6 survivors (6144K)
Metaspace used 66389K, capacity 67860K, committed 68172K, reserved 1107968K
class space used 8362K, capacity 8919K, committed 9036K, reserved 1048576K
}
Event: 10.920 GC heap after
{Heap after GC invocations=15 (full 0):
garbage-first heap total 129024K, used 58039K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 3 young (3072K), 3 survivors (3072K)
Metaspace used 66389K, capacity 67860K, committed 68172K, reserved 1107968K
class space used 8362K, capacity 8919K, committed 9036K, reserved 1048576K
}
Event: 11.635 GC heap before
{Heap before GC invocations=15 (full 0):
garbage-first heap total 129024K, used 100023K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 44 young (45056K), 3 survivors (3072K)
Metaspace used 68579K, capacity 70182K, committed 70476K, reserved 1110016K
class space used 8638K, capacity 9181K, committed 9292K, reserved 1048576K
}
Event: 11.642 GC heap after
{Heap after GC invocations=16 (full 0):
garbage-first heap total 129024K, used 61351K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 6 young (6144K), 6 survivors (6144K)
Metaspace used 68579K, capacity 70182K, committed 70476K, reserved 1110016K
class space used 8638K, capacity 9181K, committed 9292K, reserved 1048576K
}
Deoptimization events (20 events):
Event: 10.620 Thread 0x0000020796bdc800 DEOPT PACKING pc=0x0000020787c0541c sp=0x000000b578bf9930
Event: 10.620 Thread 0x0000020796bdc800 DEOPT UNPACKING pc=0x00000207800083af sp=0x000000b578bf9828 mode 2
Event: 10.777 Thread 0x0000020796bdc800 Uncommon trap: trap_request=0xffffff4d fr.pc=0x0000020787dcd0fc relative=0x00000000000019dc
Event: 10.777 Thread 0x0000020796bdc800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000020787dcd0fc method=java.util.concurrent.ConcurrentHashMap.putVal(Ljava/lang/Object;Ljava/lang/Object;Z)Ljava/lang/Object; @ 245 c2
Event: 10.777 Thread 0x0000020796bdc800 DEOPT PACKING pc=0x0000020787dcd0fc sp=0x000000b578bf8c10
Event: 10.777 Thread 0x0000020796bdc800 DEOPT UNPACKING pc=0x00000207800083af sp=0x000000b578bf8ba8 mode 2
Event: 10.967 Thread 0x0000020796bdc800 Uncommon trap: trap_request=0xffffff4d fr.pc=0x0000020787c58500 relative=0x0000000000000340
Event: 10.967 Thread 0x0000020796bdc800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000020787c58500 method=java.util.StringJoiner.add(Ljava/lang/CharSequence;)Ljava/util/StringJoiner; @ 33 c2
Event: 10.967 Thread 0x0000020796bdc800 DEOPT PACKING pc=0x0000020787c58500 sp=0x000000b578bf6490
Event: 10.967 Thread 0x0000020796bdc800 DEOPT UNPACKING pc=0x00000207800083af sp=0x000000b578bf6440 mode 2
Event: 11.165 Thread 0x0000020796bdc800 Uncommon trap: trap_request=0xffffff4d fr.pc=0x0000020787cb64cc relative=0x000000000000398c
Event: 11.165 Thread 0x0000020796bdc800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000020787cb64cc method=org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.isOverridden(Lgroovy/lang/MetaMethod;Lgroovy/lang/MetaMethod;)Z @ 33 c2
Event: 11.165 Thread 0x0000020796bdc800 DEOPT PACKING pc=0x0000020787cb64cc sp=0x000000b578bf5310
Event: 11.165 Thread 0x0000020796bdc800 DEOPT UNPACKING pc=0x00000207800083af sp=0x000000b578bf52c8 mode 2
Event: 11.175 Thread 0x0000020796bdc800 Uncommon trap: trap_request=0xfffffff4 fr.pc=0x0000020787ebc7e8 relative=0x0000000000000a48
Event: 11.175 Thread 0x0000020796bdc800 Uncommon trap: reason=null_check action=make_not_entrant pc=0x0000020787ebc7e8 method=com.sun.beans.introspect.MethodInfo$MethodOrder.compare(Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)I @ 133 c2
Event: 11.175 Thread 0x0000020796bdc800 DEOPT PACKING pc=0x0000020787ebc7e8 sp=0x000000b578bf3300
Event: 11.175 Thread 0x0000020796bdc800 DEOPT UNPACKING pc=0x00000207800083af sp=0x000000b578bf3230 mode 2
Event: 11.325 Thread 0x0000020796bdc800 DEOPT PACKING pc=0x0000020780a3cbf9 sp=0x000000b578bf8b00
Event: 11.325 Thread 0x0000020796bdc800 DEOPT UNPACKING pc=0x0000020780028ede sp=0x000000b578bf7fc8 mode 0
Classes redefined (0 events):
No events
Internal exceptions (20 events):
Event: 11.226 Thread 0x0000020796bdc800 Exception <a 'java/lang/ClassNotFoundException'{0x0000000086b911f8}: org/gradle/api/JavaVersionBeanInfo> (0x0000000086b911f8) thrown at [./src/hotspot/share/classfile/systemDictionary.cpp, line 231]
Event: 11.228 Thread 0x0000020796bdc800 Exception <a 'java/lang/ClassNotFoundException'{0x0000000086bbc190}: org/gradle/api/JavaVersionCustomizer> (0x0000000086bbc190) thrown at [./src/hotspot/share/classfile/systemDictionary.cpp, line 231]
Event: 11.231 Thread 0x0000020796bdc800 Exception <a 'java/lang/ClassNotFoundException'{0x0000000086a13770}: com/android/build/gradle/internal/CompileOptions_DecoratedBeanInfo> (0x0000000086a13770) thrown at [./src/hotspot/share/classfile/systemDictionary.cpp, line 231]
Event: 11.232 Thread 0x0000020796bdc800 Exception <a 'java/lang/ClassNotFoundException'{0x0000000086a2cb68}: com/android/build/gradle/internal/CompileOptionsBeanInfo> (0x0000000086a2cb68) thrown at [./src/hotspot/share/classfile/systemDictionary.cpp, line 231]
Event: 11.233 Thread 0x0000020796bdc800 Exception <a 'java/lang/ClassNotFoundException'{0x0000000086a46860}: com/android/build/gradle/internal/CompileOptionsCustomizer> (0x0000000086a46860) thrown at [./src/hotspot/share/classfile/systemDictionary.cpp, line 231]
Event: 11.236 Thread 0x0000020796bdc800 Exception <a 'java/lang/ClassNotFoundException'{0x0000000086a6d390}: com/android/build/gradle/internal/CompileOptions_DecoratedCustomizer> (0x0000000086a6d390) thrown at [./src/hotspot/share/classfile/systemDictionary.cpp, line 231]
Event: 11.276 Thread 0x0000020796bdc800 Exception <a 'java/lang/ClassNotFoundException'{0x00000000869ae438}: org/jetbrains/kotlin/gradle/dsl/KotlinJvmOptionsImplBeanInfo> (0x00000000869ae438) thrown at [./src/hotspot/share/classfile/systemDictionary.cpp, line 231]
Event: 11.276 Thread 0x0000020796bdc800 Exception <a 'java/lang/ClassNotFoundException'{0x00000000869c89b8}: org/jetbrains/kotlin/gradle/dsl/KotlinJvmOptionsBaseBeanInfo> (0x00000000869c89b8) thrown at [./src/hotspot/share/classfile/systemDictionary.cpp, line 231]
Event: 11.277 Thread 0x0000020796bdc800 Exception <a 'java/lang/ClassNotFoundException'{0x00000000869e3140}: org/jetbrains/kotlin/gradle/dsl/KotlinJvmOptionsBaseCustomizer> (0x00000000869e3140) thrown at [./src/hotspot/share/classfile/systemDictionary.cpp, line 231]
Event: 11.278 Thread 0x0000020796bdc800 Exception <a 'java/lang/ClassNotFoundException'{0x0000000086816588}: org/jetbrains/kotlin/gradle/dsl/KotlinJvmOptionsImplCustomizer> (0x0000000086816588) thrown at [./src/hotspot/share/classfile/systemDictionary.cpp, line 231]
Event: 11.298 Thread 0x0000020796bdc800 Exception <a 'java/lang/ClassNotFoundException'{0x0000000086745628}: org/gradle/api/internal/artifacts/dependencies/DefaultExternalModuleDependency_DecoratedBeanInfo> (0x0000000086745628) thrown at [./src/hotspot/share/classfile/systemDictionary.cpp, line 231]
Event: 11.299 Thread 0x0000020796bdc800 Exception <a 'java/lang/ClassNotFoundException'{0x000000008678fad8}: org/gradle/api/internal/artifacts/dependencies/DefaultExternalModuleDependencyBeanInfo> (0x000000008678fad8) thrown at [./src/hotspot/share/classfile/systemDictionary.cpp, line 231]
Event: 11.300 Thread 0x0000020796bdc800 Exception <a 'java/lang/ClassNotFoundException'{0x00000000867d9f60}: org/gradle/api/internal/artifacts/dependencies/AbstractExternalModuleDependencyBeanInfo> (0x00000000867d9f60) thrown at [./src/hotspot/share/classfile/systemDictionary.cpp, line 231]
Event: 11.301 Thread 0x0000020796bdc800 Exception <a 'java/lang/ClassNotFoundException'{0x0000000086617218}: org/gradle/api/internal/artifacts/dependencies/AbstractModuleDependencyBeanInfo> (0x0000000086617218) thrown at [./src/hotspot/share/classfile/systemDictionary.cpp, line 231]
Event: 11.302 Thread 0x0000020796bdc800 Exception <a 'java/lang/ClassNotFoundException'{0x000000008664e990}: org/gradle/api/internal/artifacts/dependencies/AbstractDependencyBeanInfo> (0x000000008664e990) thrown at [./src/hotspot/share/classfile/systemDictionary.cpp, line 231]
Event: 11.303 Thread 0x0000020796bdc800 Exception <a 'java/lang/ClassNotFoundException'{0x0000000086688078}: org/gradle/api/internal/artifacts/dependencies/AbstractDependencyCustomizer> (0x0000000086688078) thrown at [./src/hotspot/share/classfile/systemDictionary.cpp, line 231]
Event: 11.306 Thread 0x0000020796bdc800 Exception <a 'java/lang/ClassNotFoundException'{0x00000000866c4720}: org/gradle/api/internal/artifacts/dependencies/AbstractModuleDependencyCustomizer> (0x00000000866c4720) thrown at [./src/hotspot/share/classfile/systemDictionary.cpp, line 231]
Event: 11.309 Thread 0x0000020796bdc800 Exception <a 'java/lang/ClassNotFoundException'{0x0000000086528498}: org/gradle/api/internal/artifacts/dependencies/AbstractExternalModuleDependencyCustomizer> (0x0000000086528498) thrown at [./src/hotspot/share/classfile/systemDictionary.cpp, line 231]
Event: 11.310 Thread 0x0000020796bdc800 Exception <a 'java/lang/ClassNotFoundException'{0x0000000086582a70}: org/gradle/api/internal/artifacts/dependencies/DefaultExternalModuleDependencyCustomizer> (0x0000000086582a70) thrown at [./src/hotspot/share/classfile/systemDictionary.cpp, line 231]
Event: 11.312 Thread 0x0000020796bdc800 Exception <a 'java/lang/ClassNotFoundException'{0x00000000865dd3d0}: org/gradle/api/internal/artifacts/dependencies/DefaultExternalModuleDependency_DecoratedCustomizer> (0x00000000865dd3d0) thrown at [./src/hotspot/share/classfile/systemDictionary.cpp, line 231]
Events (20 events):
Event: 12.469 loading class com/android/build/gradle/internal/dependency/DexingArtifactConfiguration$registerTransform$1
Event: 12.469 loading class com/android/build/gradle/internal/dependency/DexingArtifactConfiguration$registerTransform$1 done
Event: 12.474 loading class com/android/build/gradle/internal/dependency/BaseDexingTransform$Parameters
Event: 12.474 loading class com/android/build/gradle/internal/dependency/BaseDexingTransform$Parameters done
Event: 12.478 loading class com/android/build/gradle/internal/dependency/DexingArtifactConfiguration$registerTransform$1$1
Event: 12.478 loading class com/android/build/gradle/internal/dependency/DexingArtifactConfiguration$registerTransform$1$1 done
Event: 12.480 loading class com/android/builder/files/SerializableFileChanges
Event: 12.480 loading class com/android/builder/files/SerializableFileChanges done
Event: 12.481 loading class org/gradle/work/InputChanges
Event: 12.481 loading class org/gradle/work/InputChanges done
Event: 12.481 loading class com/android/builder/dexing/DependencyGraphUpdater
Event: 12.481 loading class com/android/builder/dexing/DependencyGraphUpdater done
Event: 12.482 loading class org/gradle/work/Incremental
Event: 12.482 loading class org/gradle/work/Incremental done
Event: 12.485 loading class com/android/build/gradle/internal/dependency/DexingWithClasspathTransform
Event: 12.485 loading class com/android/build/gradle/internal/dependency/DexingWithClasspathTransform done
Event: 12.487 loading class com/android/build/gradle/internal/dependency/EnumerateClassesTransform
Event: 12.487 loading class com/android/build/gradle/internal/dependency/EnumerateClassesTransform done
Event: 12.492 loading class com/android/build/gradle/internal/dependency/DexingOutputSplitTransformKt
Event: 12.492 loading class com/android/build/gradle/internal/dependency/DexingOutputSplitTransformKt done
Dynamic libraries:
0x00007ff68c400000 - 0x00007ff68c40a000 C:\Program Files\Android\Android Studio\jre\bin\java.exe
0x00007ff9a8740000 - 0x00007ff9a8947000 C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ff9a7510000 - 0x00007ff9a75cd000 C:\WINDOWS\System32\KERNEL32.DLL
0x00007ff9a5d70000 - 0x00007ff9a60e4000 C:\WINDOWS\System32\KERNELBASE.dll
0x00007ff9a2b60000 - 0x00007ff9a2bf1000 C:\WINDOWS\SYSTEM32\apphelp.dll
0x00007ff9a6440000 - 0x00007ff9a6551000 C:\WINDOWS\System32\ucrtbase.dll
0x00007ff994fb0000 - 0x00007ff994fc9000 C:\Program Files\Android\Android Studio\jre\bin\jli.dll
0x00007ff994c10000 - 0x00007ff994c27000 C:\Program Files\Android\Android Studio\jre\bin\VCRUNTIME140.dll
0x00007ff9a7920000 - 0x00007ff9a7acc000 C:\WINDOWS\System32\USER32.dll
0x00007ff9a5cc0000 - 0x00007ff9a5ce6000 C:\WINDOWS\System32\win32u.dll
0x00007ff98b3c0000 - 0x00007ff98b665000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22000.120_none_9d947278b86cc467\COMCTL32.dll
0x00007ff9a74e0000 - 0x00007ff9a7509000 C:\WINDOWS\System32\GDI32.dll
0x00007ff9a7cc0000 - 0x00007ff9a7d63000 C:\WINDOWS\System32\msvcrt.dll
0x00007ff9a60f0000 - 0x00007ff9a6202000 C:\WINDOWS\System32\gdi32full.dll
0x00007ff9a5c20000 - 0x00007ff9a5cbd000 C:\WINDOWS\System32\msvcp_win.dll
0x00007ff9a6670000 - 0x00007ff9a66a1000 C:\WINDOWS\System32\IMM32.DLL
0x00007ff975860000 - 0x00007ff9758fd000 C:\Program Files\Android\Android Studio\jre\bin\msvcp140.dll
0x00007ff8fb970000 - 0x00007ff8fc43f000 C:\Program Files\Android\Android Studio\jre\bin\server\jvm.dll
0x00007ff9a7ba0000 - 0x00007ff9a7c4c000 C:\WINDOWS\System32\ADVAPI32.dll
0x00007ff9a65d0000 - 0x00007ff9a666d000 C:\WINDOWS\System32\sechost.dll
0x00007ff9a7730000 - 0x00007ff9a7851000 C:\WINDOWS\System32\RPCRT4.dll
0x00007ff9a7880000 - 0x00007ff9a7888000 C:\WINDOWS\System32\PSAPI.DLL
0x00007ff9a2290000 - 0x00007ff9a2299000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x00007ff9a71a0000 - 0x00007ff9a720f000 C:\WINDOWS\System32\WS2_32.dll
0x00007ff99b3c0000 - 0x00007ff99b3f3000 C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ff99bee0000 - 0x00007ff99beea000 C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007ff9a4e40000 - 0x00007ff9a4e58000 C:\WINDOWS\SYSTEM32\kernel.appcore.dll
0x00007ff9a13d0000 - 0x00007ff9a13e1000 C:\Program Files\Android\Android Studio\jre\bin\verify.dll
0x00007ff9a3360000 - 0x00007ff9a3581000 C:\WINDOWS\SYSTEM32\DBGHELP.DLL
0x00007ff996c00000 - 0x00007ff996c31000 C:\WINDOWS\SYSTEM32\dbgcore.DLL
0x00007ff9a5cf0000 - 0x00007ff9a5d70000 C:\WINDOWS\System32\bcryptPrimitives.dll
0x00007ff995960000 - 0x00007ff995989000 C:\Program Files\Android\Android Studio\jre\bin\java.dll
0x00007ff9a1290000 - 0x00007ff9a129b000 C:\Program Files\Android\Android Studio\jre\bin\jimage.dll
0x00007ff99c580000 - 0x00007ff99c598000 C:\Program Files\Android\Android Studio\jre\bin\zip.dll
0x00007ff9a7ea0000 - 0x00007ff9a8649000 C:\WINDOWS\System32\SHELL32.dll
0x00007ff9a3dd0000 - 0x00007ff9a4632000 C:\WINDOWS\SYSTEM32\windows.storage.dll
0x00007ff9a66b0000 - 0x00007ff9a6a28000 C:\WINDOWS\System32\combase.dll
0x00007ff9a3c60000 - 0x00007ff9a3dc6000 C:\WINDOWS\SYSTEM32\wintypes.dll
0x00007ff9a7230000 - 0x00007ff9a731a000 C:\WINDOWS\System32\SHCORE.dll
0x00007ff9a75d0000 - 0x00007ff9a762d000 C:\WINDOWS\System32\shlwapi.dll
0x00007ff9a5b50000 - 0x00007ff9a5b71000 C:\WINDOWS\SYSTEM32\profapi.dll
0x00007ff98ee30000 - 0x00007ff98ee4a000 C:\Program Files\Android\Android Studio\jre\bin\net.dll
0x00007ff9a00d0000 - 0x00007ff9a01dc000 C:\WINDOWS\SYSTEM32\WINHTTP.dll
0x00007ff9a5250000 - 0x00007ff9a52b7000 C:\WINDOWS\system32\mswsock.dll
0x00007ff985c50000 - 0x00007ff985c64000 C:\Program Files\Android\Android Studio\jre\bin\nio.dll
0x00007ff994dc0000 - 0x00007ff994de7000 C:\Users\sairo\.gradle\native\8bec1ad78214c89d9ad589b4d07fe93259594b29d510b10fafb7a158f7737e5d\windows-amd64\native-platform.dll
0x00007ff90b7a0000 - 0x00007ff90b8dd000 C:\Users\sairo\.gradle\native\53dbd7edfb1c66fb8903c78663c9afc45aea4f116125fa6feffd364cf09443e8\windows-amd64\native-platform-file-events.dll
0x00007ff9a1280000 - 0x00007ff9a128a000 C:\Program Files\Android\Android Studio\jre\bin\management.dll
0x00007ff9a02f0000 - 0x00007ff9a02fc000 C:\Program Files\Android\Android Studio\jre\bin\management_ext.dll
0x00007ff9a5490000 - 0x00007ff9a54a8000 C:\WINDOWS\SYSTEM32\CRYPTSP.dll
0x00007ff9a4da0000 - 0x00007ff9a4dd5000 C:\WINDOWS\system32\rsaenh.dll
0x00007ff9a5340000 - 0x00007ff9a5369000 C:\WINDOWS\SYSTEM32\USERENV.dll
0x00007ff9a5610000 - 0x00007ff9a5637000 C:\WINDOWS\SYSTEM32\bcrypt.dll
0x00007ff9a54b0000 - 0x00007ff9a54bc000 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
0x00007ff9a4980000 - 0x00007ff9a49ad000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
0x00007ff9a7630000 - 0x00007ff9a7639000 C:\WINDOWS\System32\NSI.dll
0x00007ff999e80000 - 0x00007ff999e99000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
0x00007ff99a860000 - 0x00007ff99a87e000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
0x00007ff9a49f0000 - 0x00007ff9a4ad7000 C:\WINDOWS\SYSTEM32\DNSAPI.dll
dbghelp: loaded successfully - version: 4.0.5 - missing functions: none
symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;C:\Program Files\Android\Android Studio\jre\bin;C:\WINDOWS\SYSTEM32;C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22000.120_none_9d947278b86cc467;C:\Program Files\Android\Android Studio\jre\bin\server;C:\Users\sairo\.gradle\native\8bec1ad78214c89d9ad589b4d07fe93259594b29d510b10fafb7a158f7737e5d\windows-amd64;C:\Users\sairo\.gradle\native\53dbd7edfb1c66fb8903c78663c9afc45aea4f116125fa6feffd364cf09443e8\windows-amd64
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=IN -Duser.language=en -Duser.variant
java_command: org.gradle.launcher.daemon.bootstrap.GradleDaemon 7.0.2
java_class_path (initial): C:\Users\sairo\.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 = 2 {product} {ergonomic}
uint G1ConcRefinementThreads = 8 {product} {ergonomic}
size_t G1HeapRegionSize = 1048576 {product} {ergonomic}
uintx GCDrainStackTargetSize = 64 {product} {ergonomic}
size_t InitialHeapSize = 132120576 {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\Java\jre1.8.0_301
PATH=C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\MinGW\bin;C:\Program Files\Git\cmd;C:\Program Files\Java\jre1.8.0_301\bin;C:\rohit\flutter\bin;C:\Users\sairo\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\sairo\AppData\Local\Microsoft\WindowsApps;
USERNAME=sairo
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 140 Stepping 1, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 10 , 64 bit Build 22000 (10.0.22000.120)
OS uptime: 0 days 15:05 hours
CPU:total 8 (initial active 8) (4 cores per cpu, 2 threads per core) family 6 model 140 stepping 1 microcode 0x52, 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, evex, sha, fma
Memory: 4k page, system-wide physical 7991M (239M free)
TotalPageFile size 32567M (AvailPageFile size 0M)
current process WorkingSet (physical memory assigned to process): 233M, peak: 320M
current process commit charge ("private bytes"): 368M, peak: 369M
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.