forked from ddoniela/Projeto_Integrador_SustentAcao
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hs_err_pid19352.log
815 lines (767 loc) · 78.4 KB
/
hs_err_pid19352.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
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 1057856 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=19352, tid=16760
#
# JRE version: OpenJDK Runtime Environment (11.0.12+7) (build 11.0.12+7-b1504.28-7817840)
# Java VM: OpenJDK 64-Bit Server VM (11.0.12+7-b1504.28-7817840, 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=BR -Duser.language=pt -Duser.variant org.gradle.launcher.daemon.bootstrap.GradleDaemon 7.3.3
Host: Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz, 4 cores, 7G, Windows 10 , 64 bit Build 19041 (10.0.19041.1741)
Time: Thu Jun 23 14:29:30 2022 Hora oficial do Brasil elapsed time: 102.716434 seconds (0d 0h 1m 42s)
--------------- T H R E A D ---------------
Current thread (0x0000018813bac000): JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=16760, stack(0x0000000793500000,0x0000000793600000)]
Current CompileTask:
C2: 102716 15330 4 org.gradle.api.internal.tasks.compile.incremental.serialization.HierarchicalNameSerializer::readName (51 bytes)
Stack: [0x0000000793500000,0x0000000793600000]
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x5fbcea]
V [jvm.dll+0x731905]
V [jvm.dll+0x732f1d]
V [jvm.dll+0x7335d3]
V [jvm.dll+0x247bf8]
V [jvm.dll+0xc018c]
V [jvm.dll+0xc06cc]
V [jvm.dll+0x2bcc04]
V [jvm.dll+0x5113a8]
V [jvm.dll+0x201c5a]
V [jvm.dll+0x1ff71f]
V [jvm.dll+0x18868c]
V [jvm.dll+0x20e0d7]
V [jvm.dll+0x20c901]
V [jvm.dll+0x6f9b7f]
V [jvm.dll+0x6f26a5]
V [jvm.dll+0x5fabf6]
C [ucrtbase.dll+0x21bb2]
C [KERNEL32.DLL+0x17034]
C [ntdll.dll+0x52651]
--------------- P R O C E S S ---------------
Threads class SMR info:
_java_thread_list=0x000001881a24c4a0, length=98, elements={
0x0000018876e68800, 0x0000018813a2f000, 0x00000188139f8000, 0x0000018813b9c000,
0x0000018813b9f000, 0x0000018813ba4800, 0x0000018813bac000, 0x0000018813baf800,
0x0000018813bb7000, 0x0000018813fcd800, 0x0000018815d94000, 0x0000018813814800,
0x0000018815b06000, 0x00000188148e7000, 0x00000188143c5800, 0x000001881400c800,
0x00000188140c1800, 0x000001881507e800, 0x0000018813f23800, 0x0000018815789000,
0x000001881578a000, 0x000001881578b800, 0x0000018815788800, 0x0000018815f3a800,
0x0000018815f3c800, 0x0000018815f3b800, 0x0000018815f3d000, 0x000001881578b000,
0x0000018817313000, 0x0000018817319800, 0x000001881731a000, 0x000001881731c800,
0x000001881730e800, 0x000001881731d800, 0x0000018815787800, 0x000001881730f800,
0x0000018817316000, 0x0000018817312000, 0x0000018817315000, 0x00000188169b7000,
0x00000188169bc000, 0x00000188169ba000, 0x00000188169bb000, 0x00000188169bc800,
0x00000188169b9800, 0x00000188169bd800, 0x00000188169b8000, 0x00000188169be800,
0x00000188169b8800, 0x00000188169c5000, 0x00000188169c1800, 0x00000188169c2800,
0x00000188169c3000, 0x00000188169c4000, 0x00000188169c0000, 0x00000188169bf000,
0x00000188169c5800, 0x00000188169c1000, 0x0000018817311000, 0x0000018817bc2000,
0x0000018817bbc800, 0x0000018817bc3000, 0x0000018817bbd000, 0x0000018817bbe800,
0x0000018817bc3800, 0x0000018817bc0800, 0x0000018817bbf800, 0x0000018817bc1000,
0x0000018817bbe000, 0x0000018817bc7000, 0x0000018817bc6000, 0x0000018817bc7800,
0x0000018817bc9800, 0x0000018817bca000, 0x0000018817bc8800, 0x0000018817bc4800,
0x000001881578e000, 0x0000018817d83800, 0x0000018817d86800, 0x0000018817d81000,
0x0000018817d84800, 0x0000018817d87800, 0x0000018817d82000, 0x0000018817d88800,
0x0000018817d8b800, 0x0000018817d89000, 0x0000018817d8a000, 0x0000018817d85000,
0x0000018817d8c800, 0x0000018817d8e000, 0x0000018815f40800, 0x0000018815f3f800,
0x0000018817d86000, 0x0000018817d82800, 0x0000018817d8d800, 0x0000018817d8f800,
0x0000018817310800, 0x0000018817313800
}
Java Threads: ( => current thread )
0x0000018876e68800 JavaThread "main" [_thread_blocked, id=15640, stack(0x0000000792900000,0x0000000792a00000)]
0x0000018813a2f000 JavaThread "Reference Handler" daemon [_thread_blocked, id=16408, stack(0x0000000793000000,0x0000000793100000)]
0x00000188139f8000 JavaThread "Finalizer" daemon [_thread_blocked, id=16148, stack(0x0000000793100000,0x0000000793200000)]
0x0000018813b9c000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=19184, stack(0x0000000793200000,0x0000000793300000)]
0x0000018813b9f000 JavaThread "Attach Listener" daemon [_thread_blocked, id=14948, stack(0x0000000793300000,0x0000000793400000)]
0x0000018813ba4800 JavaThread "Service Thread" daemon [_thread_blocked, id=10620, stack(0x0000000793400000,0x0000000793500000)]
=>0x0000018813bac000 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=16760, stack(0x0000000793500000,0x0000000793600000)]
0x0000018813baf800 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=18260, stack(0x0000000793600000,0x0000000793700000)]
0x0000018813bb7000 JavaThread "Sweeper thread" daemon [_thread_blocked, id=18892, stack(0x0000000793700000,0x0000000793800000)]
0x0000018813fcd800 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=17148, stack(0x0000000793800000,0x0000000793900000)]
0x0000018815d94000 JavaThread "Daemon health stats" [_thread_blocked, id=9116, stack(0x0000000793d00000,0x0000000793e00000)]
0x0000018813814800 JavaThread "Incoming local TCP Connector on port 62021" [_thread_in_native, id=16852, stack(0x0000000793a00000,0x0000000793b00000)]
0x0000018815b06000 JavaThread "Daemon periodic checks" [_thread_blocked, id=3128, stack(0x0000000793e00000,0x0000000793f00000)]
0x00000188148e7000 JavaThread "Daemon" [_thread_blocked, id=16504, stack(0x0000000793f00000,0x0000000794000000)]
0x00000188143c5800 JavaThread "Handler for socket connection from /127.0.0.1:62021 to /127.0.0.1:62022" [_thread_in_native, id=1444, stack(0x0000000794000000,0x0000000794100000)]
0x000001881400c800 JavaThread "Cancel handler" [_thread_blocked, id=17404, stack(0x0000000794100000,0x0000000794200000)]
0x00000188140c1800 JavaThread "Daemon worker" [_thread_blocked, id=13888, stack(0x0000000794200000,0x0000000794300000)]
0x000001881507e800 JavaThread "Asynchronous log dispatcher for DefaultDaemonConnection: socket connection from /127.0.0.1:62021 to /127.0.0.1:62022" [_thread_blocked, id=19392, stack(0x0000000794400000,0x0000000794500000)]
0x0000018813f23800 JavaThread "Daemon client event forwarder" [_thread_blocked, id=8904, stack(0x0000000794600000,0x0000000794700000)]
0x0000018815789000 JavaThread "Cache worker for journal cache (C:\Users\usuario\.gradle\caches\journal-1)" [_thread_blocked, id=15808, stack(0x0000000794700000,0x0000000794800000)]
0x000001881578a000 JavaThread "File lock request listener" [_thread_in_native, id=6600, stack(0x0000000794800000,0x0000000794900000)]
0x000001881578b800 JavaThread "Cache worker for file hash cache (C:\Users\usuario\.gradle\caches\7.3.3\fileHashes)" [_thread_blocked, id=17480, stack(0x0000000794900000,0x0000000794a00000)]
0x0000018815788800 JavaThread "Cache worker for file hash cache (C:\Users\usuario\Desktop\Projeto_Integrador_SustentAcao\.gradle\7.3.3\fileHashes)" [_thread_blocked, id=14936, stack(0x0000000794a00000,0x0000000794b00000)]
0x0000018815f3a800 JavaThread "File watcher server" daemon [_thread_in_native, id=18832, stack(0x0000000794b00000,0x0000000794c00000)]
0x0000018815f3c800 JavaThread "File watcher consumer" daemon [_thread_blocked, id=16924, stack(0x0000000794c00000,0x0000000794d00000)]
0x0000018815f3b800 JavaThread "Cache worker for checksums cache (C:\Users\usuario\Desktop\Projeto_Integrador_SustentAcao\.gradle\7.3.3\checksums)" [_thread_blocked, id=4588, stack(0x0000000794d00000,0x0000000794e00000)]
0x0000018815f3d000 JavaThread "Cache worker for cache directory md-supplier (C:\Users\usuario\.gradle\caches\7.3.3\md-supplier)" [_thread_blocked, id=5548, stack(0x0000000794e00000,0x0000000794f00000)]
0x000001881578b000 JavaThread "Cache worker for cache directory md-rule (C:\Users\usuario\.gradle\caches\7.3.3\md-rule)" [_thread_blocked, id=16752, stack(0x0000000794f00000,0x0000000795000000)]
0x0000018817313000 JavaThread "Cache worker for execution history cache (C:\Users\usuario\.gradle\caches\7.3.3\executionHistory)" [_thread_blocked, id=17992, stack(0x0000000795000000,0x0000000795100000)]
0x0000018817319800 JavaThread "jar transforms" [_thread_blocked, id=336, stack(0x0000000795200000,0x0000000795300000)]
0x000001881731a000 JavaThread "Cache worker for file content cache (C:\Users\usuario\.gradle\caches\7.3.3\fileContent)" [_thread_blocked, id=15860, stack(0x0000000795100000,0x0000000795200000)]
0x000001881731c800 JavaThread "jar transforms Thread 2" [_thread_blocked, id=18540, stack(0x0000000795400000,0x0000000795500000)]
0x000001881730e800 JavaThread "Cache worker for dependencies-accessors (C:\Users\usuario\Desktop\Projeto_Integrador_SustentAcao\.gradle\7.3.3\dependencies-accessors)" [_thread_blocked, id=6288, stack(0x0000000795500000,0x0000000795600000)]
0x000001881731d800 JavaThread "jar transforms Thread 3" [_thread_blocked, id=544, stack(0x0000000795600000,0x0000000795700000)]
0x0000018815787800 JavaThread "Cache worker for Build Output Cleanup Cache (C:\Users\usuario\Desktop\Projeto_Integrador_SustentAcao\.gradle\buildOutputCleanup)" [_thread_blocked, id=8036, stack(0x0000000795300000,0x0000000795400000)]
0x000001881730f800 JavaThread "Unconstrained build operations" [_thread_blocked, id=16528, stack(0x0000000795700000,0x0000000795800000)]
0x0000018817316000 JavaThread "Unconstrained build operations Thread 2" [_thread_blocked, id=2316, stack(0x0000000795800000,0x0000000795900000)]
0x0000018817312000 JavaThread "Unconstrained build operations Thread 3" [_thread_blocked, id=6772, stack(0x0000000795900000,0x0000000795a00000)]
0x0000018817315000 JavaThread "Unconstrained build operations Thread 4" [_thread_blocked, id=18784, stack(0x0000000795a00000,0x0000000795b00000)]
0x00000188169b7000 JavaThread "Unconstrained build operations Thread 5" [_thread_blocked, id=5256, stack(0x0000000795b00000,0x0000000795c00000)]
0x00000188169bc000 JavaThread "Unconstrained build operations Thread 6" [_thread_blocked, id=18764, stack(0x0000000795c00000,0x0000000795d00000)]
0x00000188169ba000 JavaThread "Unconstrained build operations Thread 7" [_thread_blocked, id=11680, stack(0x0000000795d00000,0x0000000795e00000)]
0x00000188169bb000 JavaThread "Unconstrained build operations Thread 8" [_thread_blocked, id=16980, stack(0x0000000795e00000,0x0000000795f00000)]
0x00000188169bc800 JavaThread "Unconstrained build operations Thread 9" [_thread_blocked, id=18920, stack(0x0000000795f00000,0x0000000796000000)]
0x00000188169b9800 JavaThread "Unconstrained build operations Thread 10" [_thread_blocked, id=15932, stack(0x0000000796000000,0x0000000796100000)]
0x00000188169bd800 JavaThread "Unconstrained build operations Thread 11" [_thread_blocked, id=6004, stack(0x0000000796100000,0x0000000796200000)]
0x00000188169b8000 JavaThread "Unconstrained build operations Thread 12" [_thread_blocked, id=16396, stack(0x0000000796200000,0x0000000796300000)]
0x00000188169be800 JavaThread "Unconstrained build operations Thread 13" [_thread_blocked, id=19096, stack(0x0000000796300000,0x0000000796400000)]
0x00000188169b8800 JavaThread "Unconstrained build operations Thread 14" [_thread_blocked, id=1612, stack(0x0000000796400000,0x0000000796500000)]
0x00000188169c5000 JavaThread "Unconstrained build operations Thread 15" [_thread_blocked, id=15320, stack(0x0000000796500000,0x0000000796600000)]
0x00000188169c1800 JavaThread "Unconstrained build operations Thread 16" [_thread_blocked, id=18352, stack(0x0000000796600000,0x0000000796700000)]
0x00000188169c2800 JavaThread "Unconstrained build operations Thread 17" [_thread_blocked, id=19052, stack(0x0000000796700000,0x0000000796800000)]
0x00000188169c3000 JavaThread "Unconstrained build operations Thread 18" [_thread_blocked, id=6392, stack(0x0000000796800000,0x0000000796900000)]
0x00000188169c4000 JavaThread "Unconstrained build operations Thread 19" [_thread_blocked, id=7496, stack(0x0000000796900000,0x0000000796a00000)]
0x00000188169c0000 JavaThread "Unconstrained build operations Thread 20" [_thread_blocked, id=17708, stack(0x0000000796a00000,0x0000000796b00000)]
0x00000188169bf000 JavaThread "Unconstrained build operations Thread 21" [_thread_blocked, id=1312, stack(0x0000000796b00000,0x0000000796c00000)]
0x00000188169c5800 JavaThread "Unconstrained build operations Thread 22" [_thread_blocked, id=12048, stack(0x0000000796c00000,0x0000000796d00000)]
0x00000188169c1000 JavaThread "Unconstrained build operations Thread 23" [_thread_blocked, id=11820, stack(0x0000000796d00000,0x0000000796e00000)]
0x0000018817311000 JavaThread "Unconstrained build operations Thread 24" [_thread_blocked, id=6340, stack(0x0000000796e00000,0x0000000796f00000)]
0x0000018817bc2000 JavaThread "Unconstrained build operations Thread 25" [_thread_blocked, id=8604, stack(0x0000000796f00000,0x0000000797000000)]
0x0000018817bbc800 JavaThread "Unconstrained build operations Thread 26" [_thread_blocked, id=18176, stack(0x0000000797000000,0x0000000797100000)]
0x0000018817bc3000 JavaThread "Unconstrained build operations Thread 27" [_thread_blocked, id=9632, stack(0x0000000797100000,0x0000000797200000)]
0x0000018817bbd000 JavaThread "Unconstrained build operations Thread 28" [_thread_blocked, id=11596, stack(0x0000000797200000,0x0000000797300000)]
0x0000018817bbe800 JavaThread "Unconstrained build operations Thread 29" [_thread_blocked, id=4492, stack(0x0000000797300000,0x0000000797400000)]
0x0000018817bc3800 JavaThread "Unconstrained build operations Thread 30" [_thread_blocked, id=15564, stack(0x0000000797400000,0x0000000797500000)]
0x0000018817bc0800 JavaThread "Unconstrained build operations Thread 31" [_thread_blocked, id=15528, stack(0x0000000797500000,0x0000000797600000)]
0x0000018817bbf800 JavaThread "Unconstrained build operations Thread 32" [_thread_blocked, id=18592, stack(0x0000000797600000,0x0000000797700000)]
0x0000018817bc1000 JavaThread "Unconstrained build operations Thread 33" [_thread_blocked, id=11124, stack(0x0000000797700000,0x0000000797800000)]
0x0000018817bbe000 JavaThread "Unconstrained build operations Thread 34" [_thread_blocked, id=13804, stack(0x0000000797800000,0x0000000797900000)]
0x0000018817bc7000 JavaThread "Unconstrained build operations Thread 35" [_thread_blocked, id=10924, stack(0x0000000797900000,0x0000000797a00000)]
0x0000018817bc6000 JavaThread "Unconstrained build operations Thread 36" [_thread_blocked, id=12308, stack(0x0000000797a00000,0x0000000797b00000)]
0x0000018817bc7800 JavaThread "Unconstrained build operations Thread 37" [_thread_blocked, id=6984, stack(0x0000000797b00000,0x0000000797c00000)]
0x0000018817bc9800 JavaThread "Unconstrained build operations Thread 38" [_thread_blocked, id=10384, stack(0x0000000797c00000,0x0000000797d00000)]
0x0000018817bca000 JavaThread "Unconstrained build operations Thread 39" [_thread_blocked, id=16380, stack(0x0000000797d00000,0x0000000797e00000)]
0x0000018817bc8800 JavaThread "Unconstrained build operations Thread 40" [_thread_blocked, id=19408, stack(0x0000000797e00000,0x0000000797f00000)]
0x0000018817bc4800 JavaThread "jar transforms Thread 4" [_thread_blocked, id=16992, stack(0x0000000797f00000,0x0000000798000000)]
0x000001881578e000 JavaThread "Memory manager" [_thread_blocked, id=13504, stack(0x0000000798100000,0x0000000798200000)]
0x0000018817d83800 JavaThread "build event listener" [_thread_blocked, id=15920, stack(0x0000000792600000,0x0000000792700000)]
0x0000018817d86800 JavaThread "pool-3-thread-1" [_thread_blocked, id=4432, stack(0x0000000798000000,0x0000000798100000)]
0x0000018817d81000 JavaThread "build event listener" [_thread_blocked, id=1964, stack(0x0000000798200000,0x0000000798300000)]
0x0000018817d84800 JavaThread "Execution worker for ':'" [_thread_blocked, id=11484, stack(0x0000000798300000,0x0000000798400000)]
0x0000018817d87800 JavaThread "Execution worker for ':' Thread 2" [_thread_blocked, id=11980, stack(0x0000000798400000,0x0000000798500000)]
0x0000018817d82000 JavaThread "Execution worker for ':' Thread 3" [_thread_blocked, id=17704, stack(0x0000000798500000,0x0000000798600000)]
0x0000018817d88800 JavaThread "Cache worker for execution history cache (C:\Users\usuario\Desktop\Projeto_Integrador_SustentAcao\.gradle\7.3.3\executionHistory)" [_thread_blocked, id=17288, stack(0x0000000798600000,0x0000000798700000)]
0x0000018817d8b800 JavaThread "WorkerExecutor Queue" [_thread_blocked, id=3212, stack(0x0000000798900000,0x0000000798a00000)]
0x0000018817d89000 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=5088, stack(0x0000000798a00000,0x0000000798b00000)]
0x0000018817d8a000 JavaThread "RMI GC Daemon" daemon [_thread_blocked, id=14648, stack(0x0000000798c00000,0x0000000798d00000)]
0x0000018817d85000 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=10476, stack(0x0000000798d00000,0x0000000798e00000)]
0x0000018817d8c800 JavaThread "RMI Reaper" [_thread_blocked, id=5768, stack(0x0000000798e00000,0x0000000798f00000)]
0x0000018817d8e000 JavaThread "RMI TCP Connection(idle)" daemon [_thread_blocked, id=14672, stack(0x0000000798f00000,0x0000000799000000)]
0x0000018815f40800 JavaThread "WorkerExecutor Queue Thread 2" [_thread_blocked, id=4820, stack(0x0000000792700000,0x0000000792800000)]
0x0000018815f3f800 JavaThread "WorkerExecutor Queue Thread 3" [_thread_blocked, id=3896, stack(0x0000000792800000,0x0000000792900000)]
0x0000018817d86000 JavaThread "RMI TCP Connection(2)-127.0.0.1" daemon [_thread_in_native, id=17868, stack(0x0000000798b00000,0x0000000798c00000)]
0x0000018817d82800 JavaThread "Cache worker for Java compile cache (C:\Users\usuario\.gradle\caches\7.3.3\javaCompile)" [_thread_in_native, id=17804, stack(0x0000000799000000,0x0000000799100000)]
0x0000018817d8d800 JavaThread "Build operations" [_thread_blocked, id=7240, stack(0x0000000794500000,0x0000000794600000)]
0x0000018817d8f800 JavaThread "Build operations Thread 2" [_thread_blocked, id=13144, stack(0x0000000799100000,0x0000000799200000)]
0x0000018817310800 JavaThread "Build operations Thread 3" [_thread_blocked, id=16352, stack(0x0000000799200000,0x0000000799300000)]
0x0000018817313800 JavaThread "Build operations Thread 4" [_thread_blocked, id=5720, stack(0x0000000799300000,0x0000000799400000)]
Other Threads:
0x00000188139b8000 VMThread "VM Thread" [stack: 0x0000000792f00000,0x0000000793000000] [id=13540]
0x0000018814005000 WatcherThread [stack: 0x0000000793900000,0x0000000793a00000] [id=1208]
0x0000018876e8a800 GCTaskThread "GC Thread#0" [stack: 0x0000000792a00000,0x0000000792b00000] [id=5624]
0x00000188138b5800 GCTaskThread "GC Thread#1" [stack: 0x0000000793b00000,0x0000000793c00000] [id=15048]
0x000001881381b800 GCTaskThread "GC Thread#2" [stack: 0x0000000793c00000,0x0000000793d00000] [id=19108]
0x0000018876d07800 GCTaskThread "GC Thread#3" [stack: 0x0000000794300000,0x0000000794400000] [id=2284]
0x0000018876ebe800 ConcurrentGCThread "G1 Main Marker" [stack: 0x0000000792b00000,0x0000000792c00000] [id=14920]
0x0000018876ebf800 ConcurrentGCThread "G1 Conc#0" [stack: 0x0000000792c00000,0x0000000792d00000] [id=4924]
0x000001887faea000 ConcurrentGCThread "G1 Refine#0" [stack: 0x0000000792d00000,0x0000000792e00000] [id=11920]
0x000001887faeb000 ConcurrentGCThread "G1 Young RemSet Sampling" [stack: 0x0000000792e00000,0x0000000792f00000] [id=14212]
Threads with active compile tasks:
C2 CompilerThread0 102807 15330 4 org.gradle.api.internal.tasks.compile.incremental.serialization.HierarchicalNameSerializer::readName (51 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 189440K, used 136883K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 15 young (15360K), 2 survivors (2048K)
Metaspace used 124191K, capacity 127640K, committed 127712K, reserved 1161216K
class space used 15666K, capacity 16988K, committed 16996K, 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, 0x0000000081b00000, 0x0000000081c00000| 0%| F| |TAMS 0x0000000081b00000, 0x0000000081b00000| Untracked
| 28|0x0000000081c00000, 0x0000000081d00000, 0x0000000081d00000|100%|HS| |TAMS 0x0000000081d00000, 0x0000000081c00000| Complete
| 29|0x0000000081d00000, 0x0000000081e00000, 0x0000000081e00000|100%|HS| |TAMS 0x0000000081e00000, 0x0000000081d00000| Complete
| 30|0x0000000081e00000, 0x0000000081f00000, 0x0000000081f00000|100%|HS| |TAMS 0x0000000081f00000, 0x0000000081e00000| Complete
| 31|0x0000000081f00000, 0x0000000082000000, 0x0000000082000000|100%|HC| |TAMS 0x0000000082000000, 0x0000000081f00000| Complete
| 32|0x0000000082000000, 0x0000000082100000, 0x0000000082100000|100%|HC| |TAMS 0x0000000082100000, 0x0000000082000000| Complete
| 33|0x0000000082100000, 0x0000000082200000, 0x0000000082200000|100%|HS| |TAMS 0x0000000082200000, 0x0000000082100000| Complete
| 34|0x0000000082200000, 0x0000000082300000, 0x0000000082300000|100%|HC| |TAMS 0x0000000082300000, 0x0000000082200000| Complete
| 35|0x0000000082300000, 0x0000000082400000, 0x0000000082400000|100%| O| |TAMS 0x0000000082400000, 0x0000000082300000| Untracked
| 36|0x0000000082400000, 0x0000000082500000, 0x0000000082500000|100%| O| |TAMS 0x0000000082400000, 0x0000000082400000| Untracked
| 37|0x0000000082500000, 0x0000000082600000, 0x0000000082600000|100%| O| |TAMS 0x0000000082600000, 0x0000000082500000| Untracked
| 38|0x0000000082600000, 0x0000000082600000, 0x0000000082700000| 0%| F| |TAMS 0x0000000082600000, 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 0x0000000083000000, 0x0000000082f00000| Untracked
| 48|0x0000000083000000, 0x0000000083100000, 0x0000000083100000|100%| O| |TAMS 0x0000000083100000, 0x0000000083000000| Untracked
| 49|0x0000000083100000, 0x0000000083200000, 0x0000000083200000|100%| O| |TAMS 0x0000000083200000, 0x0000000083100000| Untracked
| 50|0x0000000083200000, 0x0000000083300000, 0x0000000083300000|100%| O| |TAMS 0x0000000083300000, 0x0000000083200000| Untracked
| 51|0x0000000083300000, 0x0000000083400000, 0x0000000083400000|100%| O| |TAMS 0x0000000083400000, 0x0000000083300000| Untracked
| 52|0x0000000083400000, 0x0000000083500000, 0x0000000083500000|100%| O| |TAMS 0x0000000083500000, 0x0000000083400000| Untracked
| 53|0x0000000083500000, 0x0000000083600000, 0x0000000083600000|100%| O| |TAMS 0x0000000083600000, 0x0000000083500000| Untracked
| 54|0x0000000083600000, 0x0000000083700000, 0x0000000083700000|100%| O| |TAMS 0x0000000083700000, 0x0000000083600000| Untracked
| 55|0x0000000083700000, 0x0000000083800000, 0x0000000083800000|100%| O| |TAMS 0x0000000083800000, 0x0000000083700000| Untracked
| 56|0x0000000083800000, 0x0000000083900000, 0x0000000083900000|100%| O| |TAMS 0x0000000083900000, 0x0000000083800000| Untracked
| 57|0x0000000083900000, 0x0000000083a00000, 0x0000000083a00000|100%| O| |TAMS 0x0000000083a00000, 0x0000000083900000| Untracked
| 58|0x0000000083a00000, 0x0000000083b00000, 0x0000000083b00000|100%| O| |TAMS 0x0000000083b00000, 0x0000000083a00000| Untracked
| 59|0x0000000083b00000, 0x0000000083c00000, 0x0000000083c00000|100%| O| |TAMS 0x0000000083c00000, 0x0000000083b00000| Untracked
| 60|0x0000000083c00000, 0x0000000083d00000, 0x0000000083d00000|100%| O| |TAMS 0x0000000083d00000, 0x0000000083c00000| Untracked
| 61|0x0000000083d00000, 0x0000000083e00000, 0x0000000083e00000|100%| O| |TAMS 0x0000000083e00000, 0x0000000083d00000| Untracked
| 62|0x0000000083e00000, 0x0000000083f00000, 0x0000000083f00000|100%| O| |TAMS 0x0000000083f00000, 0x0000000083e00000| Untracked
| 63|0x0000000083f00000, 0x0000000084000000, 0x0000000084000000|100%| O| |TAMS 0x0000000084000000, 0x0000000083f00000| Untracked
| 64|0x0000000084000000, 0x0000000084100000, 0x0000000084100000|100%| O| |TAMS 0x0000000084100000, 0x0000000084000000| Untracked
| 65|0x0000000084100000, 0x0000000084200000, 0x0000000084200000|100%| O| |TAMS 0x0000000084200000, 0x0000000084100000| Untracked
| 66|0x0000000084200000, 0x0000000084300000, 0x0000000084300000|100%| O| |TAMS 0x0000000084300000, 0x0000000084200000| Untracked
| 67|0x0000000084300000, 0x0000000084400000, 0x0000000084400000|100%| O| |TAMS 0x0000000084400000, 0x0000000084300000| Untracked
| 68|0x0000000084400000, 0x0000000084500000, 0x0000000084500000|100%| O| |TAMS 0x0000000084500000, 0x0000000084400000| Untracked
| 69|0x0000000084500000, 0x0000000084600000, 0x0000000084600000|100%| O| |TAMS 0x0000000084600000, 0x0000000084500000| Untracked
| 70|0x0000000084600000, 0x0000000084700000, 0x0000000084700000|100%| O| |TAMS 0x0000000084700000, 0x0000000084600000| Untracked
| 71|0x0000000084700000, 0x0000000084800000, 0x0000000084800000|100%| O| |TAMS 0x0000000084800000, 0x0000000084700000| Untracked
| 72|0x0000000084800000, 0x0000000084900000, 0x0000000084900000|100%| O| |TAMS 0x0000000084900000, 0x0000000084800000| Untracked
| 73|0x0000000084900000, 0x0000000084a00000, 0x0000000084a00000|100%| O| |TAMS 0x0000000084a00000, 0x0000000084900000| Untracked
| 74|0x0000000084a00000, 0x0000000084b00000, 0x0000000084b00000|100%| O| |TAMS 0x0000000084b00000, 0x0000000084a00000| Untracked
| 75|0x0000000084b00000, 0x0000000084c00000, 0x0000000084c00000|100%| O| |TAMS 0x0000000084c00000, 0x0000000084b00000| Untracked
| 76|0x0000000084c00000, 0x0000000084d00000, 0x0000000084d00000|100%| O| |TAMS 0x0000000084d00000, 0x0000000084c00000| Untracked
| 77|0x0000000084d00000, 0x0000000084e00000, 0x0000000084e00000|100%| O| |TAMS 0x0000000084e00000, 0x0000000084d00000| Untracked
| 78|0x0000000084e00000, 0x0000000084f00000, 0x0000000084f00000|100%| O| |TAMS 0x0000000084f00000, 0x0000000084e00000| Untracked
| 79|0x0000000084f00000, 0x0000000085000000, 0x0000000085000000|100%| O| |TAMS 0x0000000085000000, 0x0000000084f00000| Untracked
| 80|0x0000000085000000, 0x0000000085100000, 0x0000000085100000|100%| O| |TAMS 0x0000000085100000, 0x0000000085000000| Untracked
| 81|0x0000000085100000, 0x0000000085100000, 0x0000000085200000| 0%| F| |TAMS 0x0000000085100000, 0x0000000085100000| Untracked
| 82|0x0000000085200000, 0x0000000085300000, 0x0000000085300000|100%| O| |TAMS 0x0000000085300000, 0x0000000085200000| Untracked
| 83|0x0000000085300000, 0x0000000085400000, 0x0000000085400000|100%| O| |TAMS 0x0000000085400000, 0x0000000085300000| Untracked
| 84|0x0000000085400000, 0x0000000085500000, 0x0000000085500000|100%| O| |TAMS 0x0000000085500000, 0x0000000085400000| Untracked
| 85|0x0000000085500000, 0x0000000085600000, 0x0000000085600000|100%| O| |TAMS 0x0000000085600000, 0x0000000085500000| Untracked
| 86|0x0000000085600000, 0x0000000085700000, 0x0000000085700000|100%| O| |TAMS 0x0000000085700000, 0x0000000085600000| Untracked
| 87|0x0000000085700000, 0x0000000085800000, 0x0000000085800000|100%| O| |TAMS 0x0000000085800000, 0x0000000085700000| Untracked
| 88|0x0000000085800000, 0x0000000085900000, 0x0000000085900000|100%| O| |TAMS 0x0000000085900000, 0x0000000085800000| Untracked
| 89|0x0000000085900000, 0x0000000085900000, 0x0000000085a00000| 0%| F| |TAMS 0x0000000085900000, 0x0000000085900000| Untracked
| 90|0x0000000085a00000, 0x0000000085b00000, 0x0000000085b00000|100%| O| |TAMS 0x0000000085b00000, 0x0000000085a00000| Untracked
| 91|0x0000000085b00000, 0x0000000085c00000, 0x0000000085c00000|100%| O| |TAMS 0x0000000085c00000, 0x0000000085b00000| Untracked
| 92|0x0000000085c00000, 0x0000000085d00000, 0x0000000085d00000|100%| O| |TAMS 0x0000000085d00000, 0x0000000085c00000| Untracked
| 93|0x0000000085d00000, 0x0000000085e00000, 0x0000000085e00000|100%| O| |TAMS 0x0000000085e00000, 0x0000000085d00000| Untracked
| 94|0x0000000085e00000, 0x0000000085f00000, 0x0000000085f00000|100%| O| |TAMS 0x0000000085f00000, 0x0000000085e00000| Untracked
| 95|0x0000000085f00000, 0x0000000086000000, 0x0000000086000000|100%| O| |TAMS 0x0000000086000000, 0x0000000085f00000| Untracked
| 96|0x0000000086000000, 0x0000000086100000, 0x0000000086100000|100%| O| |TAMS 0x0000000086100000, 0x0000000086000000| Untracked
| 97|0x0000000086100000, 0x0000000086200000, 0x0000000086200000|100%| O| |TAMS 0x0000000086200000, 0x0000000086100000| Untracked
| 98|0x0000000086200000, 0x0000000086200000, 0x0000000086300000| 0%| F| |TAMS 0x0000000086200000, 0x0000000086200000| Untracked
| 99|0x0000000086300000, 0x0000000086400000, 0x0000000086400000|100%| O| |TAMS 0x0000000086400000, 0x0000000086300000| Untracked
| 100|0x0000000086400000, 0x0000000086500000, 0x0000000086500000|100%| O| |TAMS 0x0000000086500000, 0x0000000086400000| Untracked
| 101|0x0000000086500000, 0x0000000086600000, 0x0000000086600000|100%| O| |TAMS 0x0000000086600000, 0x0000000086500000| Untracked
| 102|0x0000000086600000, 0x0000000086700000, 0x0000000086700000|100%|HS| |TAMS 0x0000000086700000, 0x0000000086600000| Complete
| 103|0x0000000086700000, 0x0000000086800000, 0x0000000086800000|100%|HC| |TAMS 0x0000000086800000, 0x0000000086700000| Complete
| 104|0x0000000086800000, 0x0000000086900000, 0x0000000086900000|100%|HC| |TAMS 0x0000000086900000, 0x0000000086800000| Complete
| 105|0x0000000086900000, 0x0000000086a00000, 0x0000000086a00000|100%| O| |TAMS 0x0000000086a00000, 0x0000000086900000| Untracked
| 106|0x0000000086a00000, 0x0000000086b00000, 0x0000000086b00000|100%|HS| |TAMS 0x0000000086b00000, 0x0000000086a00000| Complete
| 107|0x0000000086b00000, 0x0000000086c00000, 0x0000000086c00000|100%|HC| |TAMS 0x0000000086c00000, 0x0000000086b00000| Complete
| 108|0x0000000086c00000, 0x0000000086d00000, 0x0000000086d00000|100%| O| |TAMS 0x0000000086d00000, 0x0000000086c00000| Untracked
| 109|0x0000000086d00000, 0x0000000086d00000, 0x0000000086e00000| 0%| F| |TAMS 0x0000000086d00000, 0x0000000086d00000| Untracked
| 110|0x0000000086e00000, 0x0000000086f00000, 0x0000000086f00000|100%| O| |TAMS 0x0000000086f00000, 0x0000000086e00000| Untracked
| 111|0x0000000086f00000, 0x0000000087000000, 0x0000000087000000|100%| O| |TAMS 0x0000000087000000, 0x0000000086f00000| Untracked
| 112|0x0000000087000000, 0x0000000087100000, 0x0000000087100000|100%| O| |TAMS 0x0000000087100000, 0x0000000087000000| Untracked
| 113|0x0000000087100000, 0x0000000087200000, 0x0000000087200000|100%| O| |TAMS 0x0000000087200000, 0x0000000087100000| Untracked
| 114|0x0000000087200000, 0x0000000087300000, 0x0000000087300000|100%| O| |TAMS 0x0000000087300000, 0x0000000087200000| Untracked
| 115|0x0000000087300000, 0x0000000087400000, 0x0000000087400000|100%| O| |TAMS 0x0000000087400000, 0x0000000087300000| Untracked
| 116|0x0000000087400000, 0x0000000087500000, 0x0000000087500000|100%| O| |TAMS 0x0000000087500000, 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, 0x0000000087900000, 0x0000000087900000|100%| O| |TAMS 0x0000000087900000, 0x0000000087800000| Untracked
| 121|0x0000000087900000, 0x0000000087a00000, 0x0000000087a00000|100%| O| |TAMS 0x0000000087900000, 0x0000000087900000| Untracked
| 122|0x0000000087a00000, 0x0000000087b00000, 0x0000000087b00000|100%| O| |TAMS 0x0000000087a00000, 0x0000000087a00000| Untracked
| 123|0x0000000087b00000, 0x0000000087b00000, 0x0000000087c00000| 0%| F| |TAMS 0x0000000087b00000, 0x0000000087b00000| Untracked
| 124|0x0000000087c00000, 0x0000000087d00000, 0x0000000087d00000|100%| O| |TAMS 0x0000000087d00000, 0x0000000087c00000| Untracked
| 125|0x0000000087d00000, 0x0000000087e00000, 0x0000000087e00000|100%|HS| |TAMS 0x0000000087e00000, 0x0000000087d00000| Complete
| 126|0x0000000087e00000, 0x0000000087f00000, 0x0000000087f00000|100%| O| |TAMS 0x0000000087f00000, 0x0000000087e00000| Untracked
| 127|0x0000000087f00000, 0x0000000088000000, 0x0000000088000000|100%| O| |TAMS 0x0000000088000000, 0x0000000087f00000| Untracked
| 128|0x0000000088000000, 0x0000000088100000, 0x0000000088100000|100%| O| |TAMS 0x0000000088039600, 0x0000000088000000| Untracked
| 129|0x0000000088100000, 0x00000000881acc00, 0x0000000088200000| 67%| O| |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, 0x0000000088f00000, 0x0000000089000000| 0%| F| |TAMS 0x0000000088f00000, 0x0000000088f00000| Untracked
| 144|0x0000000089000000, 0x0000000089000000, 0x0000000089100000| 0%| F| |TAMS 0x0000000089000000, 0x0000000089000000| Untracked
| 145|0x0000000089100000, 0x0000000089100000, 0x0000000089200000| 0%| F| |TAMS 0x0000000089100000, 0x0000000089100000| Untracked
| 146|0x0000000089200000, 0x0000000089200000, 0x0000000089300000| 0%| F| |TAMS 0x0000000089200000, 0x0000000089200000| Untracked
| 147|0x0000000089300000, 0x0000000089300000, 0x0000000089400000| 0%| F| |TAMS 0x0000000089300000, 0x0000000089300000| Untracked
| 148|0x0000000089400000, 0x0000000089400000, 0x0000000089500000| 0%| F| |TAMS 0x0000000089400000, 0x0000000089400000| Untracked
| 149|0x0000000089500000, 0x0000000089500000, 0x0000000089600000| 0%| F| |TAMS 0x0000000089500000, 0x0000000089500000| Untracked
| 150|0x0000000089600000, 0x0000000089600000, 0x0000000089700000| 0%| F| |TAMS 0x0000000089600000, 0x0000000089600000| Untracked
| 151|0x0000000089700000, 0x0000000089700000, 0x0000000089800000| 0%| F| |TAMS 0x0000000089700000, 0x0000000089700000| Untracked
| 152|0x0000000089800000, 0x0000000089800000, 0x0000000089900000| 0%| F| |TAMS 0x0000000089800000, 0x0000000089800000| Untracked
| 153|0x0000000089900000, 0x0000000089900000, 0x0000000089a00000| 0%| F| |TAMS 0x0000000089900000, 0x0000000089900000| Untracked
| 154|0x0000000089a00000, 0x0000000089a00000, 0x0000000089b00000| 0%| F| |TAMS 0x0000000089a00000, 0x0000000089a00000| Untracked
| 155|0x0000000089b00000, 0x0000000089b00000, 0x0000000089c00000| 0%| F| |TAMS 0x0000000089b00000, 0x0000000089b00000| Untracked
| 156|0x0000000089c00000, 0x0000000089c00000, 0x0000000089d00000| 0%| F| |TAMS 0x0000000089c00000, 0x0000000089c00000| Untracked
| 157|0x0000000089d00000, 0x0000000089d00000, 0x0000000089e00000| 0%| F| |TAMS 0x0000000089d00000, 0x0000000089d00000| Untracked
| 158|0x0000000089e00000, 0x0000000089e00000, 0x0000000089f00000| 0%| F| |TAMS 0x0000000089e00000, 0x0000000089e00000| Untracked
| 159|0x0000000089f00000, 0x0000000089f00000, 0x000000008a000000| 0%| F| |TAMS 0x0000000089f00000, 0x0000000089f00000| Untracked
| 160|0x000000008a000000, 0x000000008a000000, 0x000000008a100000| 0%| F| |TAMS 0x000000008a000000, 0x000000008a000000| Untracked
| 161|0x000000008a100000, 0x000000008a100000, 0x000000008a200000| 0%| F| |TAMS 0x000000008a100000, 0x000000008a100000| Untracked
| 162|0x000000008a200000, 0x000000008a200000, 0x000000008a300000| 0%| F| |TAMS 0x000000008a200000, 0x000000008a200000| Untracked
| 163|0x000000008a300000, 0x000000008a300000, 0x000000008a400000| 0%| F| |TAMS 0x000000008a300000, 0x000000008a300000| Untracked
| 164|0x000000008a400000, 0x000000008a400000, 0x000000008a500000| 0%| F| |TAMS 0x000000008a400000, 0x000000008a400000| Untracked
| 165|0x000000008a500000, 0x000000008a500000, 0x000000008a600000| 0%| F| |TAMS 0x000000008a500000, 0x000000008a500000| Untracked
| 166|0x000000008a600000, 0x000000008a600000, 0x000000008a700000| 0%| F| |TAMS 0x000000008a600000, 0x000000008a600000| Untracked
| 167|0x000000008a700000, 0x000000008a700000, 0x000000008a800000| 0%| F| |TAMS 0x000000008a700000, 0x000000008a700000| Untracked
| 168|0x000000008a800000, 0x000000008a800000, 0x000000008a900000| 0%| F| |TAMS 0x000000008a800000, 0x000000008a800000| Untracked
| 169|0x000000008a900000, 0x000000008a900000, 0x000000008aa00000| 0%| F| |TAMS 0x000000008a900000, 0x000000008a900000| Untracked
| 170|0x000000008aa00000, 0x000000008aa5ed20, 0x000000008ab00000| 37%| E| |TAMS 0x000000008aa00000, 0x000000008aa00000| Complete
| 171|0x000000008ab00000, 0x000000008ac00000, 0x000000008ac00000|100%| E|CS|TAMS 0x000000008ab00000, 0x000000008ab00000| Complete
| 172|0x000000008ac00000, 0x000000008ad00000, 0x000000008ad00000|100%| E|CS|TAMS 0x000000008ac00000, 0x000000008ac00000| Complete
| 173|0x000000008ad00000, 0x000000008ae00000, 0x000000008ae00000|100%| E|CS|TAMS 0x000000008ad00000, 0x000000008ad00000| Complete
| 174|0x000000008ae00000, 0x000000008af00000, 0x000000008af00000|100%| E|CS|TAMS 0x000000008ae00000, 0x000000008ae00000| Complete
| 175|0x000000008af00000, 0x000000008b000000, 0x000000008b000000|100%| E|CS|TAMS 0x000000008af00000, 0x000000008af00000| Complete
| 176|0x000000008b000000, 0x000000008b100000, 0x000000008b100000|100%| S|CS|TAMS 0x000000008b000000, 0x000000008b000000| Complete
| 177|0x000000008b100000, 0x000000008b200000, 0x000000008b200000|100%| S|CS|TAMS 0x000000008b100000, 0x000000008b100000| Complete
| 178|0x000000008b200000, 0x000000008b300000, 0x000000008b300000|100%| E|CS|TAMS 0x000000008b200000, 0x000000008b200000| Complete
| 179|0x000000008b300000, 0x000000008b400000, 0x000000008b400000|100%| E|CS|TAMS 0x000000008b300000, 0x000000008b300000| Complete
| 180|0x000000008b400000, 0x000000008b500000, 0x000000008b500000|100%| E|CS|TAMS 0x000000008b400000, 0x000000008b400000| Complete
| 181|0x000000008b500000, 0x000000008b600000, 0x000000008b600000|100%| E|CS|TAMS 0x000000008b500000, 0x000000008b500000| Complete
| 182|0x000000008b600000, 0x000000008b700000, 0x000000008b700000|100%| E|CS|TAMS 0x000000008b600000, 0x000000008b600000| Complete
| 183|0x000000008b700000, 0x000000008b800000, 0x000000008b800000|100%| E|CS|TAMS 0x000000008b700000, 0x000000008b700000| Complete
| 184|0x000000008b800000, 0x000000008b900000, 0x000000008b900000|100%| E|CS|TAMS 0x000000008b800000, 0x000000008b800000| Complete
Card table byte_map: [0x000001887cdd0000,0x000001887d1d0000] _byte_map_base: 0x000001887c9d0000
Marking Bits (Prev, Next): (CMBitMap*) 0x0000018876eb56e8, (CMBitMap*) 0x0000018876eb5720
Prev Bits: [0x000001887d5d0000, 0x000001887f5d0000)
Next Bits: [0x000001880f000000, 0x0000018811000000)
Polling page: 0x0000018876c60000
Metaspace:
Usage:
Non-class: 108.06 MB capacity, 105.98 MB ( 98%) used, 1.67 MB ( 2%) free+waste, 412.88 KB ( <1%) overhead.
Class: 16.59 MB capacity, 15.30 MB ( 92%) used, 1.11 MB ( 7%) free+waste, 185.44 KB ( 1%) overhead.
Both: 124.65 MB capacity, 121.28 MB ( 97%) used, 2.78 MB ( 2%) free+waste, 598.31 KB ( <1%) overhead.
Virtual space:
Non-class space: 110.00 MB reserved, 108.12 MB ( 98%) committed
Class space: 1.00 GB reserved, 16.60 MB ( 2%) committed
Both: 1.11 GB reserved, 124.72 MB ( 11%) committed
Chunk freelists:
Non-Class: 0 bytes
Class: 4.00 KB
Both: 4.00 KB
MaxMetaspaceSize: 17179869184.00 GB
CompressedClassSpaceSize: 1.00 GB
Initial GC threshold: 20.80 MB
Current GC threshold: 206.41 MB
CDS: off
CodeHeap 'non-profiled nmethods': size=120064Kb used=7928Kb max_used=7928Kb free=112135Kb
bounds [0x0000018807ac0000, 0x0000018808280000, 0x000001880f000000]
CodeHeap 'profiled nmethods': size=120000Kb used=31841Kb max_used=31841Kb free=88159Kb
bounds [0x0000018800590000, 0x00000188024b0000, 0x0000018807ac0000]
CodeHeap 'non-nmethods': size=5696Kb used=2443Kb max_used=2482Kb free=3252Kb
bounds [0x0000018800000000, 0x0000018800280000, 0x0000018800590000]
total_blobs=16088 nmethods=15111 adapters=887
compilation: enabled
stopped_count=0, restarted_count=0
full_count=0
Compilation events (20 events):
Event: 102.590 Thread 0x0000018813baf800 15346 1 java.io.InputStream::available (2 bytes)
Event: 102.590 Thread 0x0000018813baf800 nmethod 15346 0x000001880827e090 code [0x000001880827e240, 0x000001880827e2f8]
Event: 102.636 Thread 0x0000018813baf800 15348 3 it.unimi.dsi.fastutil.ints.AbstractIntSet::<init> (5 bytes)
Event: 102.636 Thread 0x0000018813baf800 nmethod 15348 0x00000188024a2410 code [0x00000188024a25e0, 0x00000188024a27f8]
Event: 102.636 Thread 0x0000018813baf800 15351 3 it.unimi.dsi.fastutil.ints.IntOpenHashSet::<init> (94 bytes)
Event: 102.637 Thread 0x0000018813baf800 nmethod 15351 0x00000188024a2910 code [0x00000188024a2ba0, 0x00000188024a3478]
Event: 102.637 Thread 0x0000018813baf800 15349 3 it.unimi.dsi.fastutil.ints.AbstractIntCollection::<init> (5 bytes)
Event: 102.638 Thread 0x0000018813baf800 nmethod 15349 0x00000188024a3790 code [0x00000188024a3940, 0x00000188024a3af8]
Event: 102.638 Thread 0x0000018813baf800 15350 3 it.unimi.dsi.fastutil.HashCommon::maxFill (16 bytes)
Event: 102.638 Thread 0x0000018813baf800 nmethod 15350 0x00000188024a3c10 code [0x00000188024a3e20, 0x00000188024a4108]
Event: 102.662 Thread 0x0000018813baf800 15357 2 it.unimi.dsi.fastutil.HashCommon::nextPowerOfTwo (53 bytes)
Event: 102.662 Thread 0x0000018813baf800 nmethod 15357 0x00000188024a4290 code [0x00000188024a4440, 0x00000188024a45b8]
Event: 102.667 Thread 0x0000018813baf800 15358 2 org.gradle.internal.serialize.AbstractSerializer::<init> (5 bytes)
Event: 102.667 Thread 0x0000018813baf800 nmethod 15358 0x00000188024a4690 code [0x00000188024a4840, 0x00000188024a4938]
Event: 102.669 Thread 0x0000018813baf800 15359 2 it.unimi.dsi.fastutil.HashCommon::arraySize (71 bytes)
Event: 102.670 Thread 0x0000018813baf800 nmethod 15359 0x00000188024a4a10 code [0x00000188024a4c80, 0x00000188024a5078]
Event: 102.699 Thread 0x0000018813baf800 15361 2 com.google.common.collect.HashBiMap::createTable (5 bytes)
Event: 102.699 Thread 0x0000018813baf800 nmethod 15361 0x00000188024a5290 code [0x00000188024a5440, 0x00000188024a55d8]
Event: 102.699 Thread 0x0000018813baf800 15362 2 org.gradle.internal.serialize.HashCodeSerializer::write (10 bytes)
Event: 102.701 Thread 0x0000018813baf800 nmethod 15362 0x00000188024a5690 code [0x00000188024a5880, 0x00000188024a5ac8]
GC Heap History (20 events):
Event: 70.774 GC heap before
{Heap before GC invocations=46 (full 0):
garbage-first heap total 189440K, used 134899K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 19 young (19456K), 5 survivors (5120K)
Metaspace used 111872K, capacity 114528K, committed 114656K, reserved 1148928K
class space used 14096K, capacity 15125K, committed 15204K, reserved 1048576K
}
Event: 70.788 GC heap after
{Heap after GC invocations=47 (full 0):
garbage-first heap total 189440K, used 124650K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 2 young (2048K), 2 survivors (2048K)
Metaspace used 111872K, capacity 114528K, committed 114656K, reserved 1148928K
class space used 14096K, capacity 15125K, committed 15204K, reserved 1048576K
}
Event: 72.126 GC heap before
{Heap before GC invocations=48 (full 0):
garbage-first heap total 189440K, used 150250K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 25 young (25600K), 2 survivors (2048K)
Metaspace used 117035K, capacity 119829K, committed 120160K, reserved 1153024K
class space used 14678K, capacity 15742K, committed 15844K, reserved 1048576K
}
Event: 72.133 GC heap after
{Heap after GC invocations=49 (full 0):
garbage-first heap total 189440K, used 127421K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 3 young (3072K), 3 survivors (3072K)
Metaspace used 117035K, capacity 119829K, committed 120160K, reserved 1153024K
class space used 14678K, capacity 15742K, committed 15844K, reserved 1048576K
}
Event: 72.491 GC heap before
{Heap before GC invocations=49 (full 0):
garbage-first heap total 189440K, used 134589K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 11 young (11264K), 3 survivors (3072K)
Metaspace used 117971K, capacity 120882K, committed 121056K, reserved 1155072K
class space used 14830K, capacity 15921K, committed 15972K, reserved 1048576K
}
Event: 72.499 GC heap after
{Heap after GC invocations=50 (full 0):
garbage-first heap total 189440K, used 128100K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 1 young (1024K), 1 survivors (1024K)
Metaspace used 117971K, capacity 120882K, committed 121056K, reserved 1155072K
class space used 14830K, capacity 15921K, committed 15972K, reserved 1048576K
}
Event: 73.354 GC heap before
{Heap before GC invocations=51 (full 0):
garbage-first heap total 189440K, used 150628K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 22 young (22528K), 1 survivors (1024K)
Metaspace used 119056K, capacity 122023K, committed 122208K, reserved 1155072K
class space used 14963K, capacity 16062K, committed 16100K, reserved 1048576K
}
Event: 73.361 GC heap after
{Heap after GC invocations=52 (full 0):
garbage-first heap total 189440K, used 129644K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 2 young (2048K), 2 survivors (2048K)
Metaspace used 119056K, capacity 122023K, committed 122208K, reserved 1155072K
class space used 14963K, capacity 16062K, committed 16100K, reserved 1048576K
}
Event: 74.503 GC heap before
{Heap before GC invocations=52 (full 0):
garbage-first heap total 189440K, used 152172K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 24 young (24576K), 2 survivors (2048K)
Metaspace used 120219K, capacity 123377K, committed 123488K, reserved 1157120K
class space used 15121K, capacity 16301K, committed 16356K, reserved 1048576K
}
Event: 74.510 GC heap after
{Heap after GC invocations=53 (full 0):
garbage-first heap total 189440K, used 130293K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 2 young (2048K), 2 survivors (2048K)
Metaspace used 120219K, capacity 123377K, committed 123488K, reserved 1157120K
class space used 15121K, capacity 16301K, committed 16356K, reserved 1048576K
}
Event: 76.356 GC heap before
{Heap before GC invocations=54 (full 0):
garbage-first heap total 189440K, used 153845K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 25 young (25600K), 2 survivors (2048K)
Metaspace used 122754K, capacity 126275K, committed 126304K, reserved 1159168K
class space used 15547K, capacity 16863K, committed 16868K, reserved 1048576K
}
Event: 76.373 GC heap after
{Heap after GC invocations=55 (full 0):
garbage-first heap total 189440K, used 131473K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 3 young (3072K), 3 survivors (3072K)
Metaspace used 122754K, capacity 126275K, committed 126304K, reserved 1159168K
class space used 15547K, capacity 16863K, committed 16868K, reserved 1048576K
}
Event: 76.574 GC heap before
{Heap before GC invocations=55 (full 0):
garbage-first heap total 189440K, used 137617K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 9 young (9216K), 3 survivors (3072K)
Metaspace used 122878K, capacity 126345K, committed 126560K, reserved 1159168K
class space used 15549K, capacity 16864K, committed 16868K, reserved 1048576K
}
Event: 76.592 GC heap after
{Heap after GC invocations=56 (full 0):
garbage-first heap total 189440K, used 130774K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 1 young (1024K), 1 survivors (1024K)
Metaspace used 122878K, capacity 126345K, committed 126560K, reserved 1159168K
class space used 15549K, capacity 16864K, committed 16868K, reserved 1048576K
}
Event: 77.183 GC heap before
{Heap before GC invocations=56 (full 0):
garbage-first heap total 189440K, used 154326K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 24 young (24576K), 1 survivors (1024K)
Metaspace used 123147K, capacity 126554K, committed 126560K, reserved 1159168K
class space used 15553K, capacity 16866K, committed 16868K, reserved 1048576K
}
Event: 77.190 GC heap after
{Heap after GC invocations=57 (full 0):
garbage-first heap total 189440K, used 128937K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 1 young (1024K), 1 survivors (1024K)
Metaspace used 123147K, capacity 126554K, committed 126560K, reserved 1159168K
class space used 15553K, capacity 16866K, committed 16868K, reserved 1048576K
}
Event: 102.501 GC heap before
{Heap before GC invocations=58 (full 0):
garbage-first heap total 189440K, used 154537K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 27 young (27648K), 1 survivors (1024K)
Metaspace used 123773K, capacity 127267K, committed 127456K, reserved 1159168K
class space used 15620K, capacity 16950K, committed 16996K, reserved 1048576K
}
Event: 102.513 GC heap after
{Heap after GC invocations=59 (full 0):
garbage-first heap total 189440K, used 129626K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 2 young (2048K), 2 survivors (2048K)
Metaspace used 123773K, capacity 127267K, committed 127456K, reserved 1159168K
class space used 15620K, capacity 16950K, committed 16996K, reserved 1048576K
}
Event: 102.603 GC heap before
{Heap before GC invocations=59 (full 0):
garbage-first heap total 189440K, used 135770K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 9 young (9216K), 2 survivors (2048K)
Metaspace used 123957K, capacity 127413K, committed 127456K, reserved 1159168K
class space used 15640K, capacity 16955K, committed 16996K, reserved 1048576K
}
Event: 102.631 GC heap after
{Heap after GC invocations=60 (full 0):
garbage-first heap total 189440K, used 124595K [0x0000000080000000, 0x0000000100000000)
region size 1024K, 2 young (2048K), 2 survivors (2048K)
Metaspace used 123957K, capacity 127413K, committed 127456K, reserved 1159168K
class space used 15640K, capacity 16955K, committed 16996K, reserved 1048576K
}
Deoptimization events (20 events):
Event: 102.223 Thread 0x0000018817d84800 Uncommon trap: trap_request=0xffffff4d fr.pc=0x0000018807e51fa8 relative=0x0000000000000068
Event: 102.223 Thread 0x0000018817d84800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000018807e51fa8 method=org.objectweb.asm.AnnotationWriter.computeAnnotationsSize(Lorg/objectweb/asm/AnnotationWriter;Lorg/objectweb/asm/AnnotationWriter;Lorg/objectweb/asm/AnnotationWriter;Lorg/ob
Event: 102.223 Thread 0x0000018817d84800 DEOPT PACKING pc=0x0000018807e51fa8 sp=0x00000007983faad0
Event: 102.223 Thread 0x0000018817d84800 DEOPT UNPACKING pc=0x000001880004a1af sp=0x00000007983faa58 mode 2
Event: 102.223 Thread 0x0000018817d84800 Uncommon trap: trap_request=0xffffff4d fr.pc=0x0000018807e44ce0 relative=0x00000000000000a0
Event: 102.223 Thread 0x0000018817d84800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000018807e44ce0 method=org.objectweb.asm.AnnotationWriter.putAnnotations(Lorg/objectweb/asm/SymbolTable;Lorg/objectweb/asm/AnnotationWriter;Lorg/objectweb/asm/AnnotationWriter;Lorg/objectweb/asm/A
Event: 102.223 Thread 0x0000018817d84800 DEOPT PACKING pc=0x0000018807e44ce0 sp=0x00000007983faaa0
Event: 102.223 Thread 0x0000018817d84800 DEOPT UNPACKING pc=0x000001880004a1af sp=0x00000007983faa30 mode 2
Event: 102.240 Thread 0x0000018817d84800 Uncommon trap: trap_request=0xffffff4d fr.pc=0x0000018807adafe8 relative=0x00000000000003a8
Event: 102.240 Thread 0x0000018817d84800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000018807adafe8 method=java.lang.StringUTF16.compress([CII)[B @ 13 c2
Event: 102.240 Thread 0x0000018817d84800 DEOPT PACKING pc=0x0000018807adafe8 sp=0x00000007983fa610
Event: 102.241 Thread 0x0000018817d84800 DEOPT UNPACKING pc=0x000001880004a1af sp=0x00000007983fa550 mode 2
Event: 102.277 Thread 0x0000018817d84800 Uncommon trap: trap_request=0xffffff4d fr.pc=0x0000018807e338ac relative=0x000000000000040c
Event: 102.277 Thread 0x0000018817d84800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000018807e338ac method=org.objectweb.asm.Type.getArgumentsAndReturnSizes(Ljava/lang/String;)I @ 117 c2
Event: 102.277 Thread 0x0000018817d84800 DEOPT PACKING pc=0x0000018807e338ac sp=0x00000007983fab90
Event: 102.277 Thread 0x0000018817d84800 DEOPT UNPACKING pc=0x000001880004a1af sp=0x00000007983fab10 mode 2
Event: 102.295 Thread 0x0000018817d84800 Uncommon trap: trap_request=0xffffff4d fr.pc=0x0000018807e4d2e0 relative=0x00000000000002a0
Event: 102.295 Thread 0x0000018817d84800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000018807e4d2e0 method=org.objectweb.asm.Type.getTypeInternal(Ljava/lang/String;II)Lorg/objectweb/asm/Type; @ 5 c2
Event: 102.295 Thread 0x0000018817d84800 DEOPT PACKING pc=0x0000018807e4d2e0 sp=0x00000007983fa750
Event: 102.295 Thread 0x0000018817d84800 DEOPT UNPACKING pc=0x000001880004a1af sp=0x00000007983fa708 mode 2
Classes redefined (0 events):
No events
Internal exceptions (20 events):
Event: 76.134 Thread 0x0000018817d8b800 Exception <a 'sun/nio/fs/WindowsException'{0x000000008a8d5ad0}> (0x000000008a8d5ad0) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 76.134 Thread 0x0000018817d8b800 Exception <a 'sun/nio/fs/WindowsException'{0x000000008a8d7580}> (0x000000008a8d7580) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 76.134 Thread 0x0000018817d8b800 Exception <a 'sun/nio/fs/WindowsException'{0x000000008a8d7600}> (0x000000008a8d7600) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 76.134 Thread 0x0000018817d8b800 Exception <a 'sun/nio/fs/WindowsException'{0x000000008a8d9078}> (0x000000008a8d9078) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 76.134 Thread 0x0000018817d8b800 Exception <a 'sun/nio/fs/WindowsException'{0x000000008a8d90f8}> (0x000000008a8d90f8) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 76.135 Thread 0x0000018817d8b800 Exception <a 'sun/nio/fs/WindowsException'{0x000000008a8de2e0}> (0x000000008a8de2e0) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 76.135 Thread 0x0000018817d8b800 Exception <a 'sun/nio/fs/WindowsException'{0x000000008a8de360}> (0x000000008a8de360) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 76.136 Thread 0x0000018817d8b800 Exception <a 'sun/nio/fs/WindowsException'{0x000000008a8dfe48}> (0x000000008a8dfe48) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 76.136 Thread 0x0000018817d8b800 Exception <a 'sun/nio/fs/WindowsException'{0x000000008a8dfec8}> (0x000000008a8dfec8) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 76.136 Thread 0x0000018817d8b800 Exception <a 'sun/nio/fs/WindowsException'{0x000000008a8e1978}> (0x000000008a8e1978) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 76.136 Thread 0x0000018817d8b800 Exception <a 'sun/nio/fs/WindowsException'{0x000000008a8e19f8}> (0x000000008a8e19f8) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 76.324 Thread 0x0000018817d8b800 Exception <a 'sun/nio/fs/WindowsException'{0x000000008a58d790}> (0x000000008a58d790) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 76.325 Thread 0x0000018817d8b800 Exception <a 'sun/nio/fs/WindowsException'{0x000000008a58e278}> (0x000000008a58e278) thrown at [./src/hotspot/share/prims/jni.cpp, line 615]
Event: 76.433 Thread 0x0000018817d8b800 Exception <a 'java/lang/ClassCastException'{0x000000008b6a7a58}: class dagger.shaded.androidx.room.compiler.processing.javac.JavacDeclaredType cannot be cast to class dagger.shaded.androidx.room.compiler.processing.XAnnotation (dagger.shaded.androidx.room.compiler.processing.javac.JavacDeclaredType and dagger.shaded.androidx.room.compiler.processing.XAnnotation are in unnamed module of loader java.net.URLClassLoader @28f50b)> (0x000000008b6a7a58) thrown at [./src/hotspot/share/interpreter/interpreterRuntim
Event: 76.433 Thread 0x0000018817d8b800 Exception <a 'java/lang/ClassCastException'{0x000000008b6aa0b8}: class dagger.shaded.androidx.room.compiler.processing.javac.JavacDeclaredType cannot be cast to class dagger.shaded.androidx.room.compiler.processing.XAnnotation (dagger.shaded.androidx.room.compiler.processing.javac.JavacDeclaredType and dagger.shaded.androidx.room.compiler.processing.XAnnotation are in unnamed module of loader java.net.URLClassLoader @28f50b)> (0x000000008b6aa0b8) thrown at [./src/hotspot/share/interpreter/interpreterRuntim
Event: 76.522 Thread 0x0000018817d8b800 Exception <a 'java/lang/ClassCastException'{0x000000008b41ea10}: class dagger.shaded.androidx.room.compiler.processing.javac.JavacDeclaredType cannot be cast to class dagger.shaded.androidx.room.compiler.processing.XAnnotation (dagger.shaded.androidx.room.compiler.processing.javac.JavacDeclaredType and dagger.shaded.androidx.room.compiler.processing.XAnnotation are in unnamed module of loader java.net.URLClassLoader @28f50b)> (0x000000008b41ea10) thrown at [./src/hotspot/share/interpreter/interpreterRuntim
Event: 76.524 Thread 0x0000018817d8b800 Exception <a 'java/lang/ClassCastException'{0x000000008b421f58}: class dagger.shaded.androidx.room.compiler.processing.javac.JavacDeclaredType cannot be cast to class dagger.shaded.androidx.room.compiler.processing.XAnnotation (dagger.shaded.androidx.room.compiler.processing.javac.JavacDeclaredType and dagger.shaded.androidx.room.compiler.processing.XAnnotation are in unnamed module of loader java.net.URLClassLoader @28f50b)> (0x000000008b421f58) thrown at [./src/hotspot/share/interpreter/interpreterRuntim
Event: 76.553 Thread 0x0000018817d8b800 Exception <a 'java/lang/ClassCastException'{0x000000008b4d40c8}: class dagger.shaded.androidx.room.compiler.processing.javac.JavacDeclaredType cannot be cast to class dagger.shaded.androidx.room.compiler.processing.XAnnotation (dagger.shaded.androidx.room.compiler.processing.javac.JavacDeclaredType and dagger.shaded.androidx.room.compiler.processing.XAnnotation are in unnamed module of loader java.net.URLClassLoader @28f50b)> (0x000000008b4d40c8) thrown at [./src/hotspot/share/interpreter/interpreterRuntim
Event: 76.553 Thread 0x0000018817d8b800 Exception <a 'java/lang/ClassCastException'{0x000000008b4d6728}: class dagger.shaded.androidx.room.compiler.processing.javac.JavacDeclaredType cannot be cast to class dagger.shaded.androidx.room.compiler.processing.XAnnotation (dagger.shaded.androidx.room.compiler.processing.javac.JavacDeclaredType and dagger.shaded.androidx.room.compiler.processing.XAnnotation are in unnamed module of loader java.net.URLClassLoader @28f50b)> (0x000000008b4d6728) thrown at [./src/hotspot/share/interpreter/interpreterRuntim
Event: 77.834 Thread 0x0000018815f41000 Exception <a 'java/lang/InterruptedException'{0x000000008ac48c88}> (0x000000008ac48c88) thrown at [./src/hotspot/share/runtime/objectMonitor.cpp, line 1635]
Events (20 events):
Event: 102.563 loading class org/gradle/internal/operations/BuildOperationQueue
Event: 102.563 loading class org/gradle/internal/operations/BuildOperationQueue done
Event: 102.563 loading class org/gradle/api/internal/tasks/compile/incremental/recomp/CurrentCompilationAccess
Event: 102.563 loading class org/gradle/api/internal/tasks/compile/incremental/recomp/CurrentCompilationAccess done
Event: 102.564 loading class org/gradle/api/internal/tasks/compile/incremental/recomp/CurrentCompilationAccess$CreateSnapshot
Event: 102.564 loading class org/gradle/api/internal/tasks/compile/incremental/recomp/CurrentCompilationAccess$CreateSnapshot done
Event: 102.565 Thread 0x0000018817d8d800 Thread added: 0x0000018817d8d800
Event: 102.565 Thread 0x0000018817d8f800 Thread added: 0x0000018817d8f800
Event: 102.566 Thread 0x0000018817310800 Thread added: 0x0000018817310800
Event: 102.566 Thread 0x0000018817313800 Thread added: 0x0000018817313800
Event: 102.567 loading class org/gradle/internal/snapshot/FileSystemLocationSnapshot
Event: 102.567 loading class org/gradle/internal/snapshot/FileSystemLocationSnapshot done
Event: 102.567 loading class org/gradle/api/internal/tasks/compile/incremental/classpath/CachingClassSetAnalyzer
Event: 102.567 loading class org/gradle/api/internal/tasks/compile/incremental/classpath/CachingClassSetAnalyzer done
Event: 102.567 loading class org/gradle/internal/hash/HashCode
Event: 102.567 loading class org/gradle/internal/hash/HashCode done
Event: 102.567 loading class org/gradle/api/internal/tasks/compile/incremental/classpath/CachingClassSetAnalyzer
Event: 102.567 loading class org/gradle/api/internal/tasks/compile/incremental/classpath/CachingClassSetAnalyzer done
Event: 102.603 Executing VM operation: G1CollectForAllocation
Event: 102.631 Executing VM operation: G1CollectForAllocation done
Dynamic libraries:
0x00007ff7073e0000 - 0x00007ff7073ea000 C:\Program Files\Android\Android Studio1\jre\bin\java.exe
0x00007fff57150000 - 0x00007fff57347000 C:\Windows\SYSTEM32\ntdll.dll
0x00007fff56510000 - 0x00007fff565cd000 C:\Windows\System32\KERNEL32.DLL
0x00007fff54b60000 - 0x00007fff54e2d000 C:\Windows\System32\KERNELBASE.dll
0x00007fff51b30000 - 0x00007fff51bc0000 C:\Windows\SYSTEM32\apphelp.dll
0x00007fff16490000 - 0x00007fff16924000 C:\Windows\SYSTEM32\AcLayers.DLL
0x00007fff56e80000 - 0x00007fff56f1e000 C:\Windows\System32\msvcrt.dll
0x00007fff56970000 - 0x00007fff56b10000 C:\Windows\System32\USER32.dll
0x00007fff55180000 - 0x00007fff551a2000 C:\Windows\System32\win32u.dll
0x00007fff564e0000 - 0x00007fff5650a000 C:\Windows\System32\GDI32.dll
0x00007fff54f30000 - 0x00007fff5503b000 C:\Windows\System32\gdi32full.dll
0x00007fff54a00000 - 0x00007fff54a9d000 C:\Windows\System32\msvcp_win.dll
0x00007fff54e30000 - 0x00007fff54f30000 C:\Windows\System32\ucrtbase.dll
0x00007fff55960000 - 0x00007fff559b5000 C:\Windows\System32\SHLWAPI.dll
0x00007fff559c0000 - 0x00007fff55a6e000 C:\Windows\System32\ADVAPI32.dll
0x00007fff57070000 - 0x00007fff5710c000 C:\Windows\System32\sechost.dll
0x00007fff55a80000 - 0x00007fff55ba5000 C:\Windows\System32\RPCRT4.dll
0x0000018876a90000 - 0x0000018876a93000 C:\Windows\SYSTEM32\sfc.dll
0x00007fff2caa0000 - 0x00007fff2cb34000 C:\Windows\SYSTEM32\WINSPOOL.DRV
0x00007fff2dd50000 - 0x00007fff2dd62000 C:\Windows\SYSTEM32\sfc_os.DLL
0x00007fff4cee0000 - 0x00007fff4cef1000 C:\Windows\SYSTEM32\SortWindows61.dll
0x00007fff55c10000 - 0x00007fff55c40000 C:\Windows\System32\IMM32.DLL
0x00007fff3afb0000 - 0x00007fff3afc9000 C:\Program Files\Android\Android Studio1\jre\bin\jli.dll
0x00007fff3b040000 - 0x00007fff3b057000 C:\Program Files\Android\Android Studio1\jre\bin\VCRUNTIME140.dll
0x00007fff41af0000 - 0x00007fff41d8a000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.1110_none_60b5254171f9507e\COMCTL32.dll
0x00007fff1dfd0000 - 0x00007fff1e06d000 C:\Program Files\Android\Android Studio1\jre\bin\msvcp140.dll
0x00007fff14490000 - 0x00007fff14f75000 C:\Program Files\Android\Android Studio1\jre\bin\server\jvm.dll
0x00007fff55a70000 - 0x00007fff55a78000 C:\Windows\System32\PSAPI.DLL
0x00007fff3eb80000 - 0x00007fff3eb89000 C:\Windows\SYSTEM32\WSOCK32.dll
0x00007fff2fd90000 - 0x00007fff2fdb7000 C:\Windows\SYSTEM32\WINMM.dll
0x00007fff55d20000 - 0x00007fff55d8b000 C:\Windows\System32\WS2_32.dll
0x00007fff4bc90000 - 0x00007fff4bc9a000 C:\Windows\SYSTEM32\VERSION.dll
0x00007fff53130000 - 0x00007fff53142000 C:\Windows\SYSTEM32\kernel.appcore.dll
0x00007fff4ce60000 - 0x00007fff4ce71000 C:\Program Files\Android\Android Studio1\jre\bin\verify.dll
0x00007fff52e10000 - 0x00007fff52ff4000 C:\Windows\SYSTEM32\DBGHELP.DLL
0x00007fff3a940000 - 0x00007fff3a96c000 C:\Windows\SYSTEM32\dbgcore.DLL
0x00007fff550f0000 - 0x00007fff55172000 C:\Windows\System32\bcryptPrimitives.dll
0x00007fff4ce00000 - 0x00007fff4ce29000 C:\Program Files\Android\Android Studio1\jre\bin\java.dll
0x00007fff4ce50000 - 0x00007fff4ce5b000 C:\Program Files\Android\Android Studio1\jre\bin\jimage.dll
0x00007fff4cd40000 - 0x00007fff4cd58000 C:\Program Files\Android\Android Studio1\jre\bin\zip.dll
0x00007fff55d90000 - 0x00007fff564d4000 C:\Windows\System32\SHELL32.dll
0x00007fff525a0000 - 0x00007fff52d34000 C:\Windows\SYSTEM32\windows.storage.dll
0x00007fff56b20000 - 0x00007fff56e74000 C:\Windows\System32\combase.dll
0x00007fff54200000 - 0x00007fff5422c000 C:\Windows\SYSTEM32\Wldp.dll
0x00007fff55210000 - 0x00007fff552bd000 C:\Windows\System32\SHCORE.dll
0x00007fff547b0000 - 0x00007fff547cf000 C:\Windows\SYSTEM32\profapi.dll
0x00007fff4c910000 - 0x00007fff4c92a000 C:\Program Files\Android\Android Studio1\jre\bin\net.dll
0x00007fff41370000 - 0x00007fff4147a000 C:\Windows\SYSTEM32\WINHTTP.dll
0x00007fff53f60000 - 0x00007fff53fca000 C:\Windows\system32\mswsock.dll
0x00007fff4c8f0000 - 0x00007fff4c904000 C:\Program Files\Android\Android Studio1\jre\bin\nio.dll
0x00007fff2aa20000 - 0x00007fff2aa47000 C:\Users\usuario\.gradle\native\e1d6ef7f7dcc3fd88c89a11ec53ec762bb8ba0a96d01ffa2cd45eb1d1d8dd5c5\windows-amd64\native-platform.dll
0x00007fff0d7b0000 - 0x00007fff0d8f4000 C:\Users\usuario\.gradle\native\5664cfc778a61ccfe75a443a1ab52a65af34e5dc3c78e0209fed803814484fcb\windows-amd64\native-platform-file-events.dll
0x00007fff4cc20000 - 0x00007fff4cc2a000 C:\Program Files\Android\Android Studio1\jre\bin\management.dll
0x00007fff4cb30000 - 0x00007fff4cb3d000 C:\Program Files\Android\Android Studio1\jre\bin\management_ext.dll
0x00007fff54150000 - 0x00007fff54168000 C:\Windows\SYSTEM32\CRYPTSP.dll
0x00007fff538e0000 - 0x00007fff53914000 C:\Windows\system32\rsaenh.dll
0x00007fff549d0000 - 0x00007fff549f7000 C:\Windows\System32\bcrypt.dll
0x00007fff54730000 - 0x00007fff5475e000 C:\Windows\SYSTEM32\USERENV.dll
0x00007fff54170000 - 0x00007fff5417c000 C:\Windows\SYSTEM32\CRYPTBASE.dll
0x00007fff53c50000 - 0x00007fff53c8b000 C:\Windows\SYSTEM32\IPHLPAPI.DLL
0x00007fff56820000 - 0x00007fff56828000 C:\Windows\System32\NSI.dll
0x00007fff4a730000 - 0x00007fff4a747000 C:\Windows\SYSTEM32\dhcpcsvc6.DLL
0x00007fff4be20000 - 0x00007fff4be3d000 C:\Windows\SYSTEM32\dhcpcsvc.DLL
0x00007fff53c90000 - 0x00007fff53d5b000 C:\Windows\SYSTEM32\DNSAPI.dll
0x00007fff3abd0000 - 0x00007fff3abee000 C:\Users\usuario\AppData\Local\Temp\native-platform1017091306870907287dir\native-platform.dll
0x00007fff4cf20000 - 0x00007fff4cf28000 C:\Program Files\Android\Android Studio1\jre\bin\rmi.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 Studio1\jre\bin;C:\Windows\SYSTEM32;C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.1110_none_60b5254171f9507e;C:\Program Files\Android\Android Studio1\jre\bin\server;C:\Users\usuario\.gradle\native\e1d6ef7f7dcc3fd88c89a11ec53ec762bb8ba0a96d01ffa2cd45eb1d1d8dd5c5\windows-amd64;C:\Users\usuario\.gradle\native\5664cfc778a61ccfe75a443a1ab52a65af34e5dc3c78e0209fed803814484fcb\windows-amd64;C:\Users\usuario\AppData\Local\Temp\native-platform1017091306870907287dir
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=BR -Duser.language=pt -Duser.variant
java_command: org.gradle.launcher.daemon.bootstrap.GradleDaemon 7.3.3
java_class_path (initial): C:\Users\usuario\.gradle\wrapper\dists\gradle-7.3.3-bin\6a41zxkdtcxs8rphpq6y0069z\gradle-7.3.3\lib\gradle-launcher-7.3.3.jar
Launcher Type: SUN_STANDARD
[Global flags]
intx CICompilerCount = 3 {product} {ergonomic}
uint ConcGCThreads = 1 {product} {ergonomic}
uint G1ConcRefinementThreads = 4 {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 = 5830732 {pd product} {ergonomic}
uintx NonProfiledCodeHeapSize = 122913754 {pd product} {ergonomic}
uintx ProfiledCodeHeapSize = 122913754 {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\jdk-17
PATH=C:\ProgramData\Oracle\Java\javapath;C:\Program Files\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:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\ProgramData\UNIVALI\Portugol Studio;C:\Program Files\Java\jdk-17\bin;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Users\usuario\AppData\Local\Microsoft\WindowsApps
USERNAME=usuario
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 78 Stepping 3, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 10 , 64 bit Build 19041 (10.0.19041.1741)
OS uptime: 5 days 11:10 hours
CPU:total 4 (initial active 4) (2 cores per cpu, 2 threads per core) family 6 model 78 stepping 3 microcode 0xea, 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 8083M (231M free)
TotalPageFile size 12179M (AvailPageFile size 17M)
current process WorkingSet (physical memory assigned to process): 401M, peak: 448M
current process commit charge ("private bytes"): 561M, peak: 579M
vm_info: OpenJDK 64-Bit Server VM (11.0.12+7-b1504.28-7817840) for windows-amd64 JRE (11.0.12+7-b1504.28-7817840), built on Oct 13 2021 22:12:33 by "builder" with MS VC++ 14.0 (VS2015)
END.