-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhs_err_pid13456.log
More file actions
780 lines (722 loc) · 60.3 KB
/
hs_err_pid13456.log
File metadata and controls
780 lines (722 loc) · 60.3 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
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
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 2943792 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 (arena.cpp:184), pid=13456, tid=2980
#
# JRE version: Java(TM) SE Runtime Environment (19.0.1+10) (build 19.0.1+10-21)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (19.0.1+10-21, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, 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: -Dmaven.multiModuleProjectDirectory=C:\Users\loesc.DESKTOP-01KR358\Desktop\Software\group7 -Dmaven.home=C:\Users\loesc.DESKTOP-01KR358\.m2\wrapper\dists\apache-maven-3.8.6-bin\1ks0nkde5v1pk9vtc31i9d0lcd\apache-maven-3.8.6 -Dclassworlds.conf=C:\Users\loesc.DESKTOP-01KR358\.m2\wrapper\dists\apache-maven-3.8.6-bin\1ks0nkde5v1pk9vtc31i9d0lcd\apache-maven-3.8.6\bin\m2.conf -Dmaven.ext.class.path=C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2021.3.2\plugins\maven\lib\maven-event-listener.jar -javaagent:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2021.3.2\lib\idea_rt.jar=61803:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2021.3.2\bin -Dfile.encoding=UTF-8 org.codehaus.classworlds.Launcher -Didea.version=2021.3.2 clean package
Host: Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz, 4 cores, 7G, Windows 10 , 64 bit Build 19041 (10.0.19041.2364)
Time: Tue Jan 31 15:02:21 2023 Mitteleuropäische Zeit elapsed time: 20.863549 seconds (0d 0h 0m 20s)
--------------- T H R E A D ---------------
Current thread (0x000001a11b6db680): JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=2980, stack(0x0000002526200000,0x0000002526300000)]
Current CompileTask:
C2: 20864 8734 4 com.sun.tools.javac.comp.Resolve::findMethod (549 bytes)
Stack: [0x0000002526200000,0x0000002526300000]
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x6ee8fa]
V [jvm.dll+0x857a1e]
V [jvm.dll+0x85940e]
V [jvm.dll+0x859ac3]
V [jvm.dll+0x28291f]
V [jvm.dll+0xc9b5f]
V [jvm.dll+0xc9ee5]
V [jvm.dll+0x3bcbac]
V [jvm.dll+0x1ee31a]
V [jvm.dll+0x24c41b]
V [jvm.dll+0x24b671]
V [jvm.dll+0x1d6d61]
V [jvm.dll+0x25b0fa]
V [jvm.dll+0x259588]
V [jvm.dll+0x807928]
V [jvm.dll+0x8015fa]
V [jvm.dll+0x6ed5eb]
C [ucrtbase.dll+0x21bb2]
C [KERNEL32.DLL+0x17614]
C [ntdll.dll+0x526a1]
--------------- P R O C E S S ---------------
Threads class SMR info:
_java_thread_list=0x000001a11b9c9a20, length=14, elements={
0x000001a176ae14d0, 0x000001a17fb0c110, 0x000001a17fb0cf00, 0x000001a17fb10240,
0x000001a17fb11f40, 0x000001a17fb12870, 0x000001a17fb131a0, 0x000001a17fb14e10,
0x000001a17fb1e710, 0x000001a17fb59070, 0x000001a1191f4960, 0x000001a11930b7c0,
0x000001a119312be0, 0x000001a11b6db680
}
Java Threads: ( => current thread )
0x000001a176ae14d0 JavaThread "main" [_thread_in_native, id=9296, stack(0x0000002524b00000,0x0000002524c00000)]
0x000001a17fb0c110 JavaThread "Reference Handler" daemon [_thread_blocked, id=19160, stack(0x0000002525200000,0x0000002525300000)]
0x000001a17fb0cf00 JavaThread "Finalizer" daemon [_thread_blocked, id=14224, stack(0x0000002525300000,0x0000002525400000)]
0x000001a17fb10240 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=11828, stack(0x0000002525400000,0x0000002525500000)]
0x000001a17fb11f40 JavaThread "Attach Listener" daemon [_thread_blocked, id=11764, stack(0x0000002525500000,0x0000002525600000)]
0x000001a17fb12870 JavaThread "Service Thread" daemon [_thread_blocked, id=15992, stack(0x0000002525600000,0x0000002525700000)]
0x000001a17fb131a0 JavaThread "Monitor Deflation Thread" daemon [_thread_blocked, id=9096, stack(0x0000002525700000,0x0000002525800000)]
0x000001a17fb14e10 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=2512, stack(0x0000002525800000,0x0000002525900000)]
0x000001a17fb1e710 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=16820, stack(0x0000002525900000,0x0000002525a00000)]
0x000001a17fb59070 JavaThread "Sweeper thread" daemon [_thread_blocked, id=13504, stack(0x0000002525a00000,0x0000002525b00000)]
0x000001a1191f4960 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=984, stack(0x0000002525b00000,0x0000002525c00000)]
0x000001a11930b7c0 JavaThread "Monitor Ctrl-Break" daemon [_thread_in_native, id=17100, stack(0x0000002525c00000,0x0000002525d00000)]
0x000001a119312be0 JavaThread "Notification Thread" daemon [_thread_blocked, id=21924, stack(0x0000002525d00000,0x0000002525e00000)]
=>0x000001a11b6db680 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=2980, stack(0x0000002526200000,0x0000002526300000)]
Other Threads:
0x000001a17faeb020 VMThread "VM Thread" [stack: 0x0000002525100000,0x0000002525200000] [id=17384]
0x000001a119317210 WatcherThread "VM Periodic Task Thread" [stack: 0x0000002525e00000,0x0000002525f00000] [id=21112]
0x000001a176b3dfd0 WorkerThread "GC Thread#0" [stack: 0x0000002524c00000,0x0000002524d00000] [id=9208]
0x000001a119b45ef0 WorkerThread "GC Thread#1" [stack: 0x0000002525f00000,0x0000002526000000] [id=536]
0x000001a119805120 WorkerThread "GC Thread#2" [stack: 0x0000002526000000,0x0000002526100000] [id=11544]
0x000001a119c1c1e0 WorkerThread "GC Thread#3" [stack: 0x0000002526100000,0x0000002526200000] [id=9932]
0x000001a176b4fde0 ConcurrentGCThread "G1 Main Marker" [stack: 0x0000002524d00000,0x0000002524e00000] [id=17704]
0x000001a176b50fb0 WorkerThread "G1 Conc#0" [stack: 0x0000002524e00000,0x0000002524f00000] [id=16720]
0x000001a176bae9c0 ConcurrentGCThread "G1 Refine#0" [stack: 0x0000002524f00000,0x0000002525000000] [id=1428]
0x000001a17f9a7630 ConcurrentGCThread "G1 Service" [stack: 0x0000002525000000,0x0000002525100000] [id=13116]
Threads with active compile tasks:
C2 CompilerThread1 20918 8734 4 com.sun.tools.javac.comp.Resolve::findMethod (549 bytes)
VM state: not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap address: 0x0000000081800000, size: 2024 MB, Compressed Oops mode: 32-bit
CDS archive(s) mapped at: [0x0000000800000000-0x0000000800c40000-0x0000000800c40000), size 12845056, SharedBaseAddress: 0x0000000800000000, ArchiveRelocationMode: 0.
Compressed class space mapped at: 0x0000000801000000-0x0000000841000000, reserved size: 1073741824
Narrow klass base: 0x0000000800000000, Narrow klass shift: 0, Narrow klass range: 0x100000000
GC Precious Log:
CardTable entry size: 512
Card Set container configuration: InlinePtr #cards 5 size 8 Array Of Cards #cards 12 size 40 Howl #buckets 4 coarsen threshold 1843 Howl Bitmap #cards 512 size 80 coarsen threshold 460 Card regions per heap region 1 cards per card region 2048
CPUs: 4 total, 4 available
Memory: 8089M
Large Page Support: Disabled
NUMA Support: Disabled
Compressed Oops: Enabled (32-bit)
Heap Region Size: 1M
Heap Min Capacity: 8M
Heap Initial Capacity: 128M
Heap Max Capacity: 2024M
Pre-touch: Disabled
Parallel Workers: 4
Concurrent Workers: 1
Concurrent Refinement Workers: 4
Periodic GC: Disabled
Heap:
garbage-first heap total 143360K, used 63801K [0x0000000081800000, 0x0000000100000000)
region size 1024K, 22 young (22528K), 4 survivors (4096K)
Metaspace used 30730K, committed 31232K, reserved 1114112K
class space used 3202K, committed 3456K, reserved 1048576K
Heap Regions: E=young(eden), S=young(survivor), O=old, HS=humongous(starts), HC=humongous(continues), CS=collection set, F=free, OA=open archive, CA=closed archive, TAMS=top-at-mark-start (previous, next)
| 0|0x0000000081800000, 0x0000000081900000, 0x0000000081900000|100%| O| |TAMS 0x0000000081900000, 0x0000000081800000| Untracked
| 1|0x0000000081900000, 0x0000000081a00000, 0x0000000081a00000|100%| O| |TAMS 0x0000000081a00000, 0x0000000081900000| Untracked
| 2|0x0000000081a00000, 0x0000000081b00000, 0x0000000081b00000|100%| O| |TAMS 0x0000000081b00000, 0x0000000081a00000| Untracked
| 3|0x0000000081b00000, 0x0000000081c00000, 0x0000000081c00000|100%| O| |TAMS 0x0000000081c00000, 0x0000000081b00000| Untracked
| 4|0x0000000081c00000, 0x0000000081d00000, 0x0000000081d00000|100%|HS| |TAMS 0x0000000081d00000, 0x0000000081c00000| Complete
| 5|0x0000000081d00000, 0x0000000081e00000, 0x0000000081e00000|100%| O| |TAMS 0x0000000081e00000, 0x0000000081d00000| Untracked
| 6|0x0000000081e00000, 0x0000000081f00000, 0x0000000081f00000|100%| O| |TAMS 0x0000000081f00000, 0x0000000081e00000| Untracked
| 7|0x0000000081f00000, 0x0000000082000000, 0x0000000082000000|100%| O| |TAMS 0x0000000082000000, 0x0000000081f00000| Untracked
| 8|0x0000000082000000, 0x0000000082100000, 0x0000000082100000|100%| O| |TAMS 0x0000000082100000, 0x0000000082000000| Untracked
| 9|0x0000000082100000, 0x0000000082200000, 0x0000000082200000|100%| O| |TAMS 0x0000000082200000, 0x0000000082100000| Untracked
| 10|0x0000000082200000, 0x0000000082300000, 0x0000000082300000|100%| O| |TAMS 0x0000000082300000, 0x0000000082200000| Untracked
| 11|0x0000000082300000, 0x0000000082400000, 0x0000000082400000|100%| O| |TAMS 0x0000000082400000, 0x0000000082300000| Untracked
| 12|0x0000000082400000, 0x0000000082500000, 0x0000000082500000|100%| O| |TAMS 0x0000000082500000, 0x0000000082400000| Untracked
| 13|0x0000000082500000, 0x0000000082600000, 0x0000000082600000|100%| O| |TAMS 0x0000000082600000, 0x0000000082500000| Untracked
| 14|0x0000000082600000, 0x0000000082700000, 0x0000000082700000|100%|HS| |TAMS 0x0000000082700000, 0x0000000082600000| Complete
| 15|0x0000000082700000, 0x0000000082800000, 0x0000000082800000|100%| O| |TAMS 0x0000000082800000, 0x0000000082700000| Untracked
| 16|0x0000000082800000, 0x0000000082900000, 0x0000000082900000|100%| O| |TAMS 0x0000000082900000, 0x0000000082800000| Untracked
| 17|0x0000000082900000, 0x0000000082a00000, 0x0000000082a00000|100%| O| |TAMS 0x0000000082a00000, 0x0000000082900000| Untracked
| 18|0x0000000082a00000, 0x0000000082b00000, 0x0000000082b00000|100%| O| |TAMS 0x0000000082b00000, 0x0000000082a00000| Untracked
| 19|0x0000000082b00000, 0x0000000082c00000, 0x0000000082c00000|100%| O| |TAMS 0x0000000082c00000, 0x0000000082b00000| Untracked
| 20|0x0000000082c00000, 0x0000000082d00000, 0x0000000082d00000|100%| O| |TAMS 0x0000000082d00000, 0x0000000082c00000| Untracked
| 21|0x0000000082d00000, 0x0000000082e00000, 0x0000000082e00000|100%| O| |TAMS 0x0000000082d80000, 0x0000000082d00000| Untracked
| 22|0x0000000082e00000, 0x0000000082f00000, 0x0000000082f00000|100%| O| |TAMS 0x0000000082e00000, 0x0000000082e00000| Untracked
| 23|0x0000000082f00000, 0x0000000083000000, 0x0000000083000000|100%| O| |TAMS 0x0000000082f00000, 0x0000000082f00000| Untracked
| 24|0x0000000083000000, 0x0000000083100000, 0x0000000083100000|100%| O| |TAMS 0x0000000083000000, 0x0000000083000000| Untracked
| 25|0x0000000083100000, 0x0000000083100000, 0x0000000083200000| 0%| F| |TAMS 0x0000000083100000, 0x0000000083100000| Untracked
| 26|0x0000000083200000, 0x0000000083300000, 0x0000000083300000|100%| O| |TAMS 0x0000000083300000, 0x0000000083200000| Untracked
| 27|0x0000000083300000, 0x0000000083400000, 0x0000000083400000|100%| O| |TAMS 0x0000000083400000, 0x0000000083300000| Untracked
| 28|0x0000000083400000, 0x0000000083500000, 0x0000000083500000|100%| O| |TAMS 0x0000000083500000, 0x0000000083400000| Untracked
| 29|0x0000000083500000, 0x0000000083600000, 0x0000000083600000|100%| O| |TAMS 0x0000000083600000, 0x0000000083500000| Untracked
| 30|0x0000000083600000, 0x0000000083700000, 0x0000000083700000|100%| O| |TAMS 0x0000000083700000, 0x0000000083600000| Untracked
| 31|0x0000000083700000, 0x0000000083700000, 0x0000000083800000| 0%| F| |TAMS 0x0000000083700000, 0x0000000083700000| Untracked
| 32|0x0000000083800000, 0x0000000083900000, 0x0000000083900000|100%| O| |TAMS 0x0000000083800000, 0x0000000083800000| Untracked
| 33|0x0000000083900000, 0x0000000083a00000, 0x0000000083a00000|100%| O| |TAMS 0x0000000083900000, 0x0000000083900000| Untracked
| 34|0x0000000083a00000, 0x0000000083b00000, 0x0000000083b00000|100%| O| |TAMS 0x0000000083a00000, 0x0000000083a00000| Untracked
| 35|0x0000000083b00000, 0x0000000083c00000, 0x0000000083c00000|100%| O| |TAMS 0x0000000083b00000, 0x0000000083b00000| Untracked
| 36|0x0000000083c00000, 0x0000000083ce4600, 0x0000000083d00000| 89%| O| |TAMS 0x0000000083c00000, 0x0000000083c00000| Untracked
| 37|0x0000000083d00000, 0x0000000083e00000, 0x0000000083e00000|100%|HS| |TAMS 0x0000000083d00000, 0x0000000083d00000| Complete
| 38|0x0000000083e00000, 0x0000000083f00000, 0x0000000083f00000|100%|HC| |TAMS 0x0000000083e00000, 0x0000000083e00000| Complete
| 39|0x0000000083f00000, 0x0000000083f00000, 0x0000000084000000| 0%| F| |TAMS 0x0000000083f00000, 0x0000000083f00000| Untracked
| 40|0x0000000084000000, 0x0000000084000000, 0x0000000084100000| 0%| F| |TAMS 0x0000000084000000, 0x0000000084000000| Untracked
| 41|0x0000000084100000, 0x0000000084100000, 0x0000000084200000| 0%| F| |TAMS 0x0000000084100000, 0x0000000084100000| Untracked
| 42|0x0000000084200000, 0x0000000084200000, 0x0000000084300000| 0%| F| |TAMS 0x0000000084200000, 0x0000000084200000| Untracked
| 43|0x0000000084300000, 0x0000000084300000, 0x0000000084400000| 0%| F| |TAMS 0x0000000084300000, 0x0000000084300000| Untracked
| 44|0x0000000084400000, 0x0000000084400000, 0x0000000084500000| 0%| F| |TAMS 0x0000000084400000, 0x0000000084400000| Untracked
| 45|0x0000000084500000, 0x0000000084500000, 0x0000000084600000| 0%| F| |TAMS 0x0000000084500000, 0x0000000084500000| Untracked
| 46|0x0000000084600000, 0x0000000084600000, 0x0000000084700000| 0%| F| |TAMS 0x0000000084600000, 0x0000000084600000| Untracked
| 47|0x0000000084700000, 0x0000000084700000, 0x0000000084800000| 0%| F| |TAMS 0x0000000084700000, 0x0000000084700000| Untracked
| 48|0x0000000084800000, 0x0000000084800000, 0x0000000084900000| 0%| F| |TAMS 0x0000000084800000, 0x0000000084800000| Untracked
| 49|0x0000000084900000, 0x0000000084900000, 0x0000000084a00000| 0%| F| |TAMS 0x0000000084900000, 0x0000000084900000| Untracked
| 50|0x0000000084a00000, 0x0000000084a00000, 0x0000000084b00000| 0%| F| |TAMS 0x0000000084a00000, 0x0000000084a00000| Untracked
| 51|0x0000000084b00000, 0x0000000084b00000, 0x0000000084c00000| 0%| F| |TAMS 0x0000000084b00000, 0x0000000084b00000| Untracked
| 52|0x0000000084c00000, 0x0000000084c00000, 0x0000000084d00000| 0%| F| |TAMS 0x0000000084c00000, 0x0000000084c00000| Untracked
| 53|0x0000000084d00000, 0x0000000084d00000, 0x0000000084e00000| 0%| F| |TAMS 0x0000000084d00000, 0x0000000084d00000| Untracked
| 54|0x0000000084e00000, 0x0000000084e00000, 0x0000000084f00000| 0%| F| |TAMS 0x0000000084e00000, 0x0000000084e00000| Untracked
| 55|0x0000000084f00000, 0x0000000084f00000, 0x0000000085000000| 0%| F| |TAMS 0x0000000084f00000, 0x0000000084f00000| Untracked
| 56|0x0000000085000000, 0x0000000085000000, 0x0000000085100000| 0%| F| |TAMS 0x0000000085000000, 0x0000000085000000| Untracked
| 57|0x0000000085100000, 0x0000000085100000, 0x0000000085200000| 0%| F| |TAMS 0x0000000085100000, 0x0000000085100000| Untracked
| 58|0x0000000085200000, 0x0000000085200000, 0x0000000085300000| 0%| F| |TAMS 0x0000000085200000, 0x0000000085200000| Untracked
| 59|0x0000000085300000, 0x0000000085300000, 0x0000000085400000| 0%| F| |TAMS 0x0000000085300000, 0x0000000085300000| Untracked
| 60|0x0000000085400000, 0x0000000085400000, 0x0000000085500000| 0%| F| |TAMS 0x0000000085400000, 0x0000000085400000| Untracked
| 61|0x0000000085500000, 0x0000000085500000, 0x0000000085600000| 0%| F| |TAMS 0x0000000085500000, 0x0000000085500000| Untracked
| 62|0x0000000085600000, 0x0000000085600000, 0x0000000085700000| 0%| F| |TAMS 0x0000000085600000, 0x0000000085600000| Untracked
| 63|0x0000000085700000, 0x0000000085700000, 0x0000000085800000| 0%| F| |TAMS 0x0000000085700000, 0x0000000085700000| Untracked
| 64|0x0000000085800000, 0x0000000085800000, 0x0000000085900000| 0%| F| |TAMS 0x0000000085800000, 0x0000000085800000| Untracked
| 65|0x0000000085900000, 0x0000000085900000, 0x0000000085a00000| 0%| F| |TAMS 0x0000000085900000, 0x0000000085900000| Untracked
| 66|0x0000000085a00000, 0x0000000085a00000, 0x0000000085b00000| 0%| F| |TAMS 0x0000000085a00000, 0x0000000085a00000| Untracked
| 67|0x0000000085b00000, 0x0000000085b00000, 0x0000000085c00000| 0%| F| |TAMS 0x0000000085b00000, 0x0000000085b00000| Untracked
| 68|0x0000000085c00000, 0x0000000085c6a1d0, 0x0000000085d00000| 41%| S|CS|TAMS 0x0000000085c00000, 0x0000000085c00000| Complete
| 69|0x0000000085d00000, 0x0000000085e00000, 0x0000000085e00000|100%| S|CS|TAMS 0x0000000085d00000, 0x0000000085d00000| Complete
| 70|0x0000000085e00000, 0x0000000085f00000, 0x0000000085f00000|100%| S|CS|TAMS 0x0000000085e00000, 0x0000000085e00000| Complete
| 71|0x0000000085f00000, 0x0000000086000000, 0x0000000086000000|100%| S|CS|TAMS 0x0000000085f00000, 0x0000000085f00000| Complete
| 72|0x0000000086000000, 0x0000000086000000, 0x0000000086100000| 0%| F| |TAMS 0x0000000086000000, 0x0000000086000000| Untracked
| 73|0x0000000086100000, 0x0000000086100000, 0x0000000086200000| 0%| F| |TAMS 0x0000000086100000, 0x0000000086100000| Untracked
| 74|0x0000000086200000, 0x0000000086200000, 0x0000000086300000| 0%| F| |TAMS 0x0000000086200000, 0x0000000086200000| Untracked
| 75|0x0000000086300000, 0x0000000086300000, 0x0000000086400000| 0%| F| |TAMS 0x0000000086300000, 0x0000000086300000| Untracked
| 76|0x0000000086400000, 0x0000000086400000, 0x0000000086500000| 0%| F| |TAMS 0x0000000086400000, 0x0000000086400000| Untracked
| 77|0x0000000086500000, 0x0000000086500000, 0x0000000086600000| 0%| F| |TAMS 0x0000000086500000, 0x0000000086500000| Untracked
| 78|0x0000000086600000, 0x0000000086600000, 0x0000000086700000| 0%| F| |TAMS 0x0000000086600000, 0x0000000086600000| Untracked
| 79|0x0000000086700000, 0x0000000086700000, 0x0000000086800000| 0%| F| |TAMS 0x0000000086700000, 0x0000000086700000| Untracked
| 80|0x0000000086800000, 0x0000000086800000, 0x0000000086900000| 0%| F| |TAMS 0x0000000086800000, 0x0000000086800000| Untracked
| 81|0x0000000086900000, 0x0000000086900000, 0x0000000086a00000| 0%| F| |TAMS 0x0000000086900000, 0x0000000086900000| Untracked
| 82|0x0000000086a00000, 0x0000000086a00000, 0x0000000086b00000| 0%| F| |TAMS 0x0000000086a00000, 0x0000000086a00000| Untracked
| 83|0x0000000086b00000, 0x0000000086b00000, 0x0000000086c00000| 0%| F| |TAMS 0x0000000086b00000, 0x0000000086b00000| Untracked
| 84|0x0000000086c00000, 0x0000000086c00000, 0x0000000086d00000| 0%| F| |TAMS 0x0000000086c00000, 0x0000000086c00000| Untracked
| 85|0x0000000086d00000, 0x0000000086d00000, 0x0000000086e00000| 0%| F| |TAMS 0x0000000086d00000, 0x0000000086d00000| Untracked
| 86|0x0000000086e00000, 0x0000000086e00000, 0x0000000086f00000| 0%| F| |TAMS 0x0000000086e00000, 0x0000000086e00000| Untracked
| 87|0x0000000086f00000, 0x0000000086f00000, 0x0000000087000000| 0%| F| |TAMS 0x0000000086f00000, 0x0000000086f00000| Untracked
| 88|0x0000000087000000, 0x0000000087000000, 0x0000000087100000| 0%| F| |TAMS 0x0000000087000000, 0x0000000087000000| Untracked
| 89|0x0000000087100000, 0x0000000087100000, 0x0000000087200000| 0%| F| |TAMS 0x0000000087100000, 0x0000000087100000| Untracked
| 90|0x0000000087200000, 0x0000000087200000, 0x0000000087300000| 0%| F| |TAMS 0x0000000087200000, 0x0000000087200000| Untracked
| 91|0x0000000087300000, 0x0000000087300000, 0x0000000087400000| 0%| F| |TAMS 0x0000000087300000, 0x0000000087300000| Untracked
| 92|0x0000000087400000, 0x0000000087400000, 0x0000000087500000| 0%| F| |TAMS 0x0000000087400000, 0x0000000087400000| Untracked
| 93|0x0000000087500000, 0x0000000087500000, 0x0000000087600000| 0%| F| |TAMS 0x0000000087500000, 0x0000000087500000| Untracked
| 94|0x0000000087600000, 0x0000000087600000, 0x0000000087700000| 0%| F| |TAMS 0x0000000087600000, 0x0000000087600000| Untracked
| 95|0x0000000087700000, 0x0000000087700000, 0x0000000087800000| 0%| F| |TAMS 0x0000000087700000, 0x0000000087700000| Untracked
| 96|0x0000000087800000, 0x0000000087800000, 0x0000000087900000| 0%| F| |TAMS 0x0000000087800000, 0x0000000087800000| Untracked
| 97|0x0000000087900000, 0x0000000087900000, 0x0000000087a00000| 0%| F| |TAMS 0x0000000087900000, 0x0000000087900000| Untracked
| 98|0x0000000087a00000, 0x0000000087a00000, 0x0000000087b00000| 0%| F| |TAMS 0x0000000087a00000, 0x0000000087a00000| Untracked
| 99|0x0000000087b00000, 0x0000000087b00000, 0x0000000087c00000| 0%| F| |TAMS 0x0000000087b00000, 0x0000000087b00000| Untracked
| 100|0x0000000087c00000, 0x0000000087c00000, 0x0000000087d00000| 0%| F| |TAMS 0x0000000087c00000, 0x0000000087c00000| Untracked
| 101|0x0000000087d00000, 0x0000000087d00000, 0x0000000087e00000| 0%| F| |TAMS 0x0000000087d00000, 0x0000000087d00000| Untracked
| 102|0x0000000087e00000, 0x0000000087e00000, 0x0000000087f00000| 0%| F| |TAMS 0x0000000087e00000, 0x0000000087e00000| Untracked
| 103|0x0000000087f00000, 0x0000000087f00000, 0x0000000088000000| 0%| F| |TAMS 0x0000000087f00000, 0x0000000087f00000| Untracked
| 104|0x0000000088000000, 0x0000000088000000, 0x0000000088100000| 0%| F| |TAMS 0x0000000088000000, 0x0000000088000000| Untracked
| 105|0x0000000088100000, 0x0000000088100000, 0x0000000088200000| 0%| F| |TAMS 0x0000000088100000, 0x0000000088100000| Untracked
| 106|0x0000000088200000, 0x0000000088200000, 0x0000000088300000| 0%| F| |TAMS 0x0000000088200000, 0x0000000088200000| Untracked
| 107|0x0000000088300000, 0x0000000088300000, 0x0000000088400000| 0%| F| |TAMS 0x0000000088300000, 0x0000000088300000| Untracked
| 108|0x0000000088400000, 0x0000000088400000, 0x0000000088500000| 0%| F| |TAMS 0x0000000088400000, 0x0000000088400000| Untracked
| 109|0x0000000088500000, 0x0000000088500000, 0x0000000088600000| 0%| F| |TAMS 0x0000000088500000, 0x0000000088500000| Untracked
| 110|0x0000000088600000, 0x0000000088600000, 0x0000000088700000| 0%| F| |TAMS 0x0000000088600000, 0x0000000088600000| Untracked
| 111|0x0000000088700000, 0x0000000088700000, 0x0000000088800000| 0%| F| |TAMS 0x0000000088700000, 0x0000000088700000| Untracked
| 112|0x0000000088800000, 0x0000000088800000, 0x0000000088900000| 0%| F| |TAMS 0x0000000088800000, 0x0000000088800000| Untracked
| 113|0x0000000088900000, 0x0000000088900000, 0x0000000088a00000| 0%| F| |TAMS 0x0000000088900000, 0x0000000088900000| Untracked
| 114|0x0000000088a00000, 0x0000000088a00000, 0x0000000088b00000| 0%| F| |TAMS 0x0000000088a00000, 0x0000000088a00000| Untracked
| 115|0x0000000088b00000, 0x0000000088b00000, 0x0000000088c00000| 0%| F| |TAMS 0x0000000088b00000, 0x0000000088b00000| Untracked
| 116|0x0000000088c00000, 0x0000000088c00000, 0x0000000088d00000| 0%| F| |TAMS 0x0000000088c00000, 0x0000000088c00000| Untracked
| 117|0x0000000088d00000, 0x0000000088e00000, 0x0000000088e00000|100%| E| |TAMS 0x0000000088d00000, 0x0000000088d00000| Complete
| 118|0x0000000088e00000, 0x0000000088f00000, 0x0000000088f00000|100%| E|CS|TAMS 0x0000000088e00000, 0x0000000088e00000| Complete
| 119|0x0000000088f00000, 0x0000000089000000, 0x0000000089000000|100%| E|CS|TAMS 0x0000000088f00000, 0x0000000088f00000| Complete
| 120|0x0000000089000000, 0x0000000089100000, 0x0000000089100000|100%| E|CS|TAMS 0x0000000089000000, 0x0000000089000000| Complete
| 121|0x0000000089100000, 0x0000000089200000, 0x0000000089200000|100%| E|CS|TAMS 0x0000000089100000, 0x0000000089100000| Complete
| 122|0x0000000089200000, 0x0000000089300000, 0x0000000089300000|100%| E|CS|TAMS 0x0000000089200000, 0x0000000089200000| Complete
| 123|0x0000000089300000, 0x0000000089400000, 0x0000000089400000|100%| E|CS|TAMS 0x0000000089300000, 0x0000000089300000| Complete
| 124|0x0000000089400000, 0x0000000089500000, 0x0000000089500000|100%| E|CS|TAMS 0x0000000089400000, 0x0000000089400000| Complete
| 125|0x0000000089500000, 0x0000000089600000, 0x0000000089600000|100%| E|CS|TAMS 0x0000000089500000, 0x0000000089500000| Complete
| 126|0x0000000089600000, 0x0000000089700000, 0x0000000089700000|100%| E|CS|TAMS 0x0000000089600000, 0x0000000089600000| Complete
| 127|0x0000000089700000, 0x0000000089800000, 0x0000000089800000|100%| E|CS|TAMS 0x0000000089700000, 0x0000000089700000| Complete
| 128|0x0000000089800000, 0x0000000089900000, 0x0000000089900000|100%| E|CS|TAMS 0x0000000089800000, 0x0000000089800000| Complete
| 129|0x0000000089900000, 0x0000000089a00000, 0x0000000089a00000|100%| E|CS|TAMS 0x0000000089900000, 0x0000000089900000| Complete
| 130|0x0000000089a00000, 0x0000000089b00000, 0x0000000089b00000|100%| E|CS|TAMS 0x0000000089a00000, 0x0000000089a00000| Complete
| 131|0x0000000089b00000, 0x0000000089c00000, 0x0000000089c00000|100%| E|CS|TAMS 0x0000000089b00000, 0x0000000089b00000| Complete
| 132|0x0000000089c00000, 0x0000000089d00000, 0x0000000089d00000|100%| E|CS|TAMS 0x0000000089c00000, 0x0000000089c00000| Complete
| 133|0x0000000089d00000, 0x0000000089e00000, 0x0000000089e00000|100%| E|CS|TAMS 0x0000000089d00000, 0x0000000089d00000| Complete
| 134|0x0000000089e00000, 0x0000000089f00000, 0x0000000089f00000|100%| E|CS|TAMS 0x0000000089e00000, 0x0000000089e00000| Complete
|2019|0x00000000ffb00000, 0x00000000ffc00000, 0x00000000ffc00000|100%| O| |TAMS 0x00000000ffc00000, 0x00000000ffb00000| Untracked
|2020|0x00000000ffc00000, 0x00000000ffd00000, 0x00000000ffd00000|100%| O| |TAMS 0x00000000ffd00000, 0x00000000ffc00000| Untracked
|2021|0x00000000ffd00000, 0x00000000ffe00000, 0x00000000ffe00000|100%| O| |TAMS 0x00000000ffe00000, 0x00000000ffd00000| Untracked
|2022|0x00000000ffe00000, 0x00000000fff00000, 0x00000000fff00000|100%| O| |TAMS 0x00000000fff00000, 0x00000000ffe00000| Untracked
|2023|0x00000000fff00000, 0x0000000100000000, 0x0000000100000000|100%| O| |TAMS 0x0000000100000000, 0x00000000fff00000| Untracked
Card table byte_map: [0x000001a17ee50000,0x000001a17f250000] _byte_map_base: 0x000001a17ea44000
Marking Bits (Prev, Next): (CMBitMap*) 0x000001a176b3f610, (CMBitMap*) 0x000001a176b3f650
Prev Bits: [0x000001a10f000000, 0x000001a110fa0000)
Next Bits: [0x000001a110fa0000, 0x000001a112f40000)
Polling page: 0x000001a174a60000
Metaspace:
Usage:
Non-class: 26.88 MB used.
Class: 3.13 MB used.
Both: 30.01 MB used.
Virtual space:
Non-class space: 64.00 MB reserved, 27.12 MB ( 42%) committed, 1 nodes.
Class space: 1.00 GB reserved, 3.38 MB ( <1%) committed, 1 nodes.
Both: 1.06 GB reserved, 30.50 MB ( 3%) committed.
Chunk freelists:
Non-Class: 384.00 KB
Class: 458.00 KB
Both: 842.00 KB
MaxMetaspaceSize: unlimited
CompressedClassSpaceSize: 1.00 GB
Initial GC threshold: 21.00 MB
Current GC threshold: 41.81 MB
CDS: on
MetaspaceReclaimPolicy: balanced
- commit_granule_bytes: 65536.
- commit_granule_words: 8192.
- virtual_space_node_default_size: 8388608.
- enlarge_chunks_in_place: 1.
- new_chunks_are_fully_committed: 0.
- uncommit_free_chunks: 1.
- use_allocation_guard: 0.
Internal statistics:
num_allocs_failed_limit: 3.
num_arena_births: 676.
num_arena_deaths: 0.
num_vsnodes_births: 2.
num_vsnodes_deaths: 0.
num_space_committed: 488.
num_space_uncommitted: 0.
num_chunks_returned_to_freelist: 3.
num_chunks_taken_from_freelist: 1827.
num_chunk_merges: 3.
num_chunk_splits: 1275.
num_chunks_enlarged: 912.
num_inconsistent_stats: 0.
CodeHeap 'non-profiled nmethods': size=120000Kb used=4210Kb max_used=4521Kb free=115789Kb
bounds [0x000001a107ad0000, 0x000001a107f40000, 0x000001a10f000000]
CodeHeap 'profiled nmethods': size=120000Kb used=16066Kb max_used=17096Kb free=103933Kb
bounds [0x000001a100000000, 0x000001a1010c0000, 0x000001a107530000]
CodeHeap 'non-nmethods': size=5760Kb used=1322Kb max_used=1493Kb free=4437Kb
bounds [0x000001a107530000, 0x000001a1077a0000, 0x000001a107ad0000]
total_blobs=7875 nmethods=7329 adapters=456
compilation: enabled
stopped_count=0, restarted_count=0
full_count=0
Compilation events (20 events):
Event: 20.819 Thread 0x000001a17fb1e710 8990 1 org.apache.maven.plugin.descriptor.MojoDescriptor::getGoal (5 bytes)
Event: 20.819 Thread 0x000001a17fb1e710 nmethod 8990 0x000001a107e73b10 code [0x000001a107e73ca0, 0x000001a107e73d58]
Event: 20.819 Thread 0x000001a17fb1e710 8993 1 org.apache.maven.plugin.descriptor.Parameter::isRequired (5 bytes)
Event: 20.820 Thread 0x000001a17fb1e710 nmethod 8993 0x000001a107e73810 code [0x000001a107e739a0, 0x000001a107e73a78]
Event: 20.820 Thread 0x000001a17fb14e10 8994 4 java.lang.invoke.MethodHandle::<init> (37 bytes)
Event: 20.821 Thread 0x000001a17fb1e710 8996 3 org.eclipse.sisu.plexus.Roles::camelizeName (126 bytes)
Event: 20.823 Thread 0x000001a17fb1e710 nmethod 8996 0x000001a1008e1610 code [0x000001a1008e1960, 0x000001a1008e2e28]
Event: 20.824 Thread 0x000001a17fb1e710 8997 3 org.eclipse.sisu.bean.DeclaredMembers$View$3::members (5 bytes)
Event: 20.824 Thread 0x000001a17fb1e710 nmethod 8997 0x000001a100b0ef90 code [0x000001a100b0f140, 0x000001a100b0f288]
Event: 20.825 Thread 0x000001a17fb1e710 8998 3 org.eclipse.sisu.plexus.CompositeBeanHelper::findField (76 bytes)
Event: 20.826 Thread 0x000001a17fb14e10 nmethod 8994 0x000001a107ed1e10 code [0x000001a107ed1fa0, 0x000001a107ed22e8]
Event: 20.826 Thread 0x000001a17fb14e10 8995 4 org.eclipse.sisu.bean.DeclaredMembers$MemberIterator::hasNext (96 bytes)
Event: 20.826 Thread 0x000001a17fb1e710 nmethod 8998 0x000001a1009a4e10 code [0x000001a1009a50a0, 0x000001a1009a5f88]
Event: 20.827 Thread 0x000001a17fb1e710 8999 3 java.lang.Class::getMethods (26 bytes)
Event: 20.827 Thread 0x000001a17fb1e710 nmethod 8999 0x000001a100b85290 code [0x000001a100b85460, 0x000001a100b856b8]
Event: 20.835 Thread 0x000001a17fb14e10 nmethod 8995 0x000001a107ed1510 code [0x000001a107ed16c0, 0x000001a107ed1b78]
Event: 20.842 Thread 0x000001a17fb14e10 9000 4 java.util.StringTokenizer::hasMoreTokens (29 bytes)
Event: 20.846 Thread 0x000001a17fb14e10 nmethod 9000 0x000001a107ed0c90 code [0x000001a107ed0e40, 0x000001a107ed11b8]
Event: 20.847 Thread 0x000001a17fb1e710 9001 3 org.codehaus.plexus.util.MatchPattern::tokenizePathToString (53 bytes)
Event: 20.847 Thread 0x000001a17fb1e710 nmethod 9001 0x000001a100d81410 code [0x000001a100d81680, 0x000001a100d82348]
GC Heap History (20 events):
Event: 8.722 GC heap before
{Heap before GC invocations=4 (full 0):
garbage-first heap total 131072K, used 75961K [0x0000000081800000, 0x0000000100000000)
region size 1024K, 71 young (72704K), 10 survivors (10240K)
Metaspace used 21118K, committed 21504K, reserved 1114112K
class space used 2284K, committed 2496K, reserved 1048576K
}
Event: 8.742 GC heap after
{Heap after GC invocations=5 (full 0):
garbage-first heap total 131072K, used 17029K [0x0000000081800000, 0x0000000100000000)
region size 1024K, 5 young (5120K), 5 survivors (5120K)
Metaspace used 21118K, committed 21504K, reserved 1114112K
class space used 2284K, committed 2496K, reserved 1048576K
}
Event: 12.340 GC heap before
{Heap before GC invocations=6 (full 0):
garbage-first heap total 65536K, used 52869K [0x0000000081800000, 0x0000000100000000)
region size 1024K, 38 young (38912K), 5 survivors (5120K)
Metaspace used 24488K, committed 24896K, reserved 1114112K
class space used 2600K, committed 2816K, reserved 1048576K
}
Event: 12.366 GC heap after
{Heap after GC invocations=7 (full 0):
garbage-first heap total 70656K, used 30710K [0x0000000081800000, 0x0000000100000000)
region size 1024K, 5 young (5120K), 5 survivors (5120K)
Metaspace used 24488K, committed 24896K, reserved 1114112K
class space used 2600K, committed 2816K, reserved 1048576K
}
Event: 12.376 GC heap before
{Heap before GC invocations=7 (full 0):
garbage-first heap total 70656K, used 31734K [0x0000000081800000, 0x0000000100000000)
region size 1024K, 6 young (6144K), 5 survivors (5120K)
Metaspace used 24488K, committed 24896K, reserved 1114112K
class space used 2600K, committed 2816K, reserved 1048576K
}
Event: 12.382 GC heap after
{Heap after GC invocations=8 (full 0):
garbage-first heap total 70656K, used 32007K [0x0000000081800000, 0x0000000100000000)
region size 1024K, 1 young (1024K), 1 survivors (1024K)
Metaspace used 24488K, committed 24896K, reserved 1114112K
class space used 2600K, committed 2816K, reserved 1048576K
}
Event: 12.829 GC heap before
{Heap before GC invocations=8 (full 0):
garbage-first heap total 70656K, used 51463K [0x0000000081800000, 0x0000000100000000)
region size 1024K, 21 young (21504K), 1 survivors (1024K)
Metaspace used 24750K, committed 25152K, reserved 1114112K
class space used 2627K, committed 2816K, reserved 1048576K
}
Event: 12.836 GC heap after
{Heap after GC invocations=9 (full 0):
garbage-first heap total 70656K, used 36352K [0x0000000081800000, 0x0000000100000000)
region size 1024K, 3 young (3072K), 3 survivors (3072K)
Metaspace used 24750K, committed 25152K, reserved 1114112K
class space used 2627K, committed 2816K, reserved 1048576K
}
Event: 13.400 GC heap before
{Heap before GC invocations=9 (full 0):
garbage-first heap total 70656K, used 49664K [0x0000000081800000, 0x0000000100000000)
region size 1024K, 17 young (17408K), 3 survivors (3072K)
Metaspace used 25270K, committed 25664K, reserved 1114112K
class space used 2661K, committed 2880K, reserved 1048576K
}
Event: 13.411 GC heap after
{Heap after GC invocations=10 (full 0):
garbage-first heap total 70656K, used 39250K [0x0000000081800000, 0x0000000100000000)
region size 1024K, 3 young (3072K), 3 survivors (3072K)
Metaspace used 25270K, committed 25664K, reserved 1114112K
class space used 2661K, committed 2880K, reserved 1048576K
}
Event: 14.184 GC heap before
{Heap before GC invocations=11 (full 0):
garbage-first heap total 71680K, used 54610K [0x0000000081800000, 0x0000000100000000)
region size 1024K, 17 young (17408K), 3 survivors (3072K)
Metaspace used 25888K, committed 26304K, reserved 1114112K
class space used 2696K, committed 2880K, reserved 1048576K
}
Event: 14.197 GC heap after
{Heap after GC invocations=12 (full 0):
garbage-first heap total 71680K, used 41984K [0x0000000081800000, 0x0000000100000000)
region size 1024K, 2 young (2048K), 2 survivors (2048K)
Metaspace used 25888K, committed 26304K, reserved 1114112K
class space used 2696K, committed 2880K, reserved 1048576K
}
Event: 14.316 GC heap before
{Heap before GC invocations=12 (full 0):
garbage-first heap total 71680K, used 43008K [0x0000000081800000, 0x0000000100000000)
region size 1024K, 3 young (3072K), 2 survivors (2048K)
Metaspace used 25961K, committed 26304K, reserved 1114112K
class space used 2703K, committed 2880K, reserved 1048576K
}
Event: 14.325 GC heap after
{Heap after GC invocations=13 (full 0):
garbage-first heap total 143360K, used 42258K [0x0000000081800000, 0x0000000100000000)
region size 1024K, 1 young (1024K), 1 survivors (1024K)
Metaspace used 25961K, committed 26304K, reserved 1114112K
class space used 2703K, committed 2880K, reserved 1048576K
}
Event: 16.471 GC heap before
{Heap before GC invocations=13 (full 0):
garbage-first heap total 143360K, used 96530K [0x0000000081800000, 0x0000000100000000)
region size 1024K, 55 young (56320K), 1 survivors (1024K)
Metaspace used 27601K, committed 28032K, reserved 1114112K
class space used 2879K, committed 3072K, reserved 1048576K
}
Event: 16.474 GC heap after
{Heap after GC invocations=14 (full 0):
garbage-first heap total 143360K, used 42638K [0x0000000081800000, 0x0000000100000000)
region size 1024K, 1 young (1024K), 1 survivors (1024K)
Metaspace used 27601K, committed 28032K, reserved 1114112K
class space used 2879K, committed 3072K, reserved 1048576K
}
Event: 17.417 GC heap before
{Heap before GC invocations=14 (full 0):
garbage-first heap total 143360K, used 102030K [0x0000000081800000, 0x0000000100000000)
region size 1024K, 59 young (60416K), 1 survivors (1024K)
Metaspace used 28294K, committed 28800K, reserved 1114112K
class space used 2958K, committed 3200K, reserved 1048576K
}
Event: 17.422 GC heap after
{Heap after GC invocations=15 (full 0):
garbage-first heap total 143360K, used 43463K [0x0000000081800000, 0x0000000100000000)
region size 1024K, 2 young (2048K), 2 survivors (2048K)
Metaspace used 28294K, committed 28800K, reserved 1114112K
class space used 2958K, committed 3200K, reserved 1048576K
}
Event: 19.039 GC heap before
{Heap before GC invocations=15 (full 0):
garbage-first heap total 143360K, used 107975K [0x0000000081800000, 0x0000000100000000)
region size 1024K, 63 young (64512K), 2 survivors (2048K)
Metaspace used 30325K, committed 30848K, reserved 1114112K
class space used 3174K, committed 3456K, reserved 1048576K
}
Event: 19.050 GC heap after
{Heap after GC invocations=16 (full 0):
garbage-first heap total 143360K, used 46393K [0x0000000081800000, 0x0000000100000000)
region size 1024K, 4 young (4096K), 4 survivors (4096K)
Metaspace used 30325K, committed 30848K, reserved 1114112K
class space used 3174K, committed 3456K, reserved 1048576K
}
Dll operation events (12 events):
Event: 0.063 Loaded shared library C:\Program Files\Java\jdk-19\bin\java.dll
Event: 0.103 Loaded shared library C:\Program Files\Java\jdk-19\bin\jsvml.dll
Event: 0.240 Loaded shared library C:\Program Files\Java\jdk-19\bin\zip.dll
Event: 0.247 Loaded shared library C:\Program Files\Java\jdk-19\bin\instrument.dll
Event: 0.269 Loaded shared library C:\Program Files\Java\jdk-19\bin\net.dll
Event: 0.285 Loaded shared library C:\Program Files\Java\jdk-19\bin\nio.dll
Event: 0.296 Loaded shared library C:\Program Files\Java\jdk-19\bin\zip.dll
Event: 0.337 Loaded shared library C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2021.3.2\bin\breakgen64.dll
Event: 0.368 Loaded shared library C:\Program Files\Java\jdk-19\bin\extnet.dll
Event: 0.881 Loaded shared library C:\Program Files\Java\jdk-19\bin\jimage.dll
Event: 0.978 Loaded shared library C:\Users\loesc.DESKTOP-01KR358\AppData\Local\Temp\jansi-2.4.0-8fc5c32d883a44eb-jansi.dll
Event: 1.005 Loaded shared library C:\Program Files\Java\jdk-19\bin\verify.dll
Deoptimization events (20 events):
Event: 19.826 Thread 0x000001a176ae14d0 Uncommon trap: trap_request=0xffffff45 fr.pc=0x000001a107d46d5c relative=0x00000000000000bc
Event: 19.826 Thread 0x000001a176ae14d0 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001a107d46d5c method=com.sun.tools.javac.comp.Resolve.isAccessible(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;Z)Z @ 7 c2
Event: 19.826 Thread 0x000001a176ae14d0 DEOPT PACKING pc=0x000001a107d46d5c sp=0x0000002524bfc320
Event: 19.826 Thread 0x000001a176ae14d0 DEOPT UNPACKING pc=0x000001a107596da3 sp=0x0000002524bfc2b0 mode 2
Event: 19.855 Thread 0x000001a176ae14d0 Uncommon trap: trap_request=0xffffffde fr.pc=0x000001a107f15e24 relative=0x0000000000000764
Event: 19.855 Thread 0x000001a176ae14d0 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000001a107f15e24 method=com.sun.tools.javac.code.Symbol.packge()Lcom/sun/tools/javac/code/Symbol$PackageSymbol; @ 21 c2
Event: 19.855 Thread 0x000001a176ae14d0 DEOPT PACKING pc=0x000001a107f15e24 sp=0x0000002524bfcf40
Event: 19.855 Thread 0x000001a176ae14d0 DEOPT UNPACKING pc=0x000001a107596da3 sp=0x0000002524bfceb0 mode 2
Event: 20.110 Thread 0x000001a176ae14d0 DEOPT PACKING pc=0x000001a100ddc6c1 sp=0x0000002524bfdaa0
Event: 20.110 Thread 0x000001a176ae14d0 DEOPT UNPACKING pc=0x000001a107597543 sp=0x0000002524bfcef8 mode 0
Event: 20.261 Thread 0x000001a176ae14d0 DEOPT PACKING pc=0x000001a100da7bf6 sp=0x0000002524bfdc40
Event: 20.261 Thread 0x000001a176ae14d0 DEOPT UNPACKING pc=0x000001a107597543 sp=0x0000002524bfd0d8 mode 0
Event: 20.785 Thread 0x000001a176ae14d0 Uncommon trap: trap_request=0xffffff45 fr.pc=0x000001a107c91c10 relative=0x0000000000000270
Event: 20.785 Thread 0x000001a176ae14d0 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001a107c91c10 method=java.lang.StringCoding.implEncodeAsciiArray([CI[BII)I @ 23 c2
Event: 20.785 Thread 0x000001a176ae14d0 DEOPT PACKING pc=0x000001a107c91c10 sp=0x0000002524bfda20
Event: 20.785 Thread 0x000001a176ae14d0 DEOPT UNPACKING pc=0x000001a107596da3 sp=0x0000002524bfd9a0 mode 2
Event: 20.785 Thread 0x000001a176ae14d0 Uncommon trap: trap_request=0xffffff45 fr.pc=0x000001a107c80a90 relative=0x0000000000000370
Event: 20.785 Thread 0x000001a176ae14d0 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001a107c80a90 method=java.lang.StringCoding.implEncodeAsciiArray([CI[BII)I @ 23 c2
Event: 20.785 Thread 0x000001a176ae14d0 DEOPT PACKING pc=0x000001a107c80a90 sp=0x0000002524bfda00
Event: 20.786 Thread 0x000001a176ae14d0 DEOPT UNPACKING pc=0x000001a107596da3 sp=0x0000002524bfd9a0 mode 2
Classes loaded (20 events):
Event: 18.451 Loading class java/util/EnumMap$EntryIterator
Event: 18.452 Loading class java/util/EnumMap$EnumMapIterator
Event: 18.452 Loading class java/util/EnumMap$EnumMapIterator done
Event: 18.452 Loading class java/util/EnumMap$EntryIterator done
Event: 18.452 Loading class java/util/EnumMap$EntryIterator$Entry
Event: 18.452 Loading class java/util/EnumMap$EntryIterator$Entry done
Event: 19.228 Loading class java/util/stream/ReduceOps$2
Event: 19.228 Loading class java/util/stream/ReduceOps$2 done
Event: 19.228 Loading class java/util/stream/ReduceOps$2ReducingSink
Event: 19.229 Loading class java/util/stream/ReduceOps$2ReducingSink done
Event: 20.014 Loading class java/lang/invoke/MethodHandleImpl$CountingWrapper$1
Event: 20.014 Loading class java/lang/invoke/MethodHandleImpl$CountingWrapper$1 done
Event: 20.393 Loading class java/util/EnumMap$Values
Event: 20.394 Loading class java/util/EnumMap$Values done
Event: 20.394 Loading class java/util/EnumMap$ValueIterator
Event: 20.394 Loading class java/util/EnumMap$ValueIterator done
Event: 20.395 Loading class java/util/WeakHashMap$KeyIterator
Event: 20.396 Loading class java/util/WeakHashMap$KeyIterator done
Event: 20.401 Loading class java/text/MessageFormat$Field
Event: 20.402 Loading class java/text/MessageFormat$Field done
Classes unloaded (0 events):
No events
Classes redefined (0 events):
No events
Internal exceptions (20 events):
Event: 19.311 Thread 0x000001a176ae14d0 Exception <a 'java/lang/NoSuchMethodError'{0x0000000089bfb7d8}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.newInvokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, int)'> (0x0000000089bfb7d8)
thrown [s\open\src\hotspot\share\interpreter\linkResolver.cpp, line 774]
Event: 19.312 Thread 0x000001a176ae14d0 Exception <a 'java/lang/NoSuchMethodError'{0x0000000089a01ac8}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, int)'> (0x0000000089a01ac8)
thrown [s\open\src\hotspot\share\interpreter\linkResolver.cpp, line 774]
Event: 20.096 Thread 0x000001a176ae14d0 Exception <a 'sun/nio/fs/WindowsException'{0x00000000890004d0}> (0x00000000890004d0)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 517]
Event: 20.096 Thread 0x000001a176ae14d0 Exception <a 'sun/nio/fs/WindowsException'{0x0000000089000e08}> (0x0000000089000e08)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 517]
Event: 20.096 Thread 0x000001a176ae14d0 Exception <a 'sun/nio/fs/WindowsException'{0x0000000089001748}> (0x0000000089001748)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 517]
Event: 20.111 Thread 0x000001a176ae14d0 Exception <a 'sun/nio/fs/WindowsException'{0x00000000890afe38}> (0x00000000890afe38)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 517]
Event: 20.111 Thread 0x000001a176ae14d0 Exception <a 'sun/nio/fs/WindowsException'{0x00000000890b0518}> (0x00000000890b0518)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 517]
Event: 20.111 Thread 0x000001a176ae14d0 Exception <a 'sun/nio/fs/WindowsException'{0x00000000890b0e08}> (0x00000000890b0e08)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 517]
Event: 20.249 Thread 0x000001a176ae14d0 Exception <a 'sun/nio/fs/WindowsException'{0x0000000088f17070}> (0x0000000088f17070)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 517]
Event: 20.249 Thread 0x000001a176ae14d0 Exception <a 'sun/nio/fs/WindowsException'{0x0000000088f17758}> (0x0000000088f17758)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 517]
Event: 20.249 Thread 0x000001a176ae14d0 Exception <a 'sun/nio/fs/WindowsException'{0x0000000088f18098}> (0x0000000088f18098)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 517]
Event: 20.258 Thread 0x000001a176ae14d0 Exception <a 'sun/nio/fs/WindowsException'{0x0000000088f212a8}> (0x0000000088f212a8)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 517]
Event: 20.259 Thread 0x000001a176ae14d0 Exception <a 'sun/nio/fs/WindowsException'{0x0000000088f21988}> (0x0000000088f21988)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 517]
Event: 20.259 Thread 0x000001a176ae14d0 Exception <a 'sun/nio/fs/WindowsException'{0x0000000088f22278}> (0x0000000088f22278)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 517]
Event: 20.272 Thread 0x000001a176ae14d0 Exception <a 'sun/nio/fs/WindowsException'{0x0000000088f3d170}> (0x0000000088f3d170)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 517]
Event: 20.272 Thread 0x000001a176ae14d0 Exception <a 'sun/nio/fs/WindowsException'{0x0000000088f3d850}> (0x0000000088f3d850)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 517]
Event: 20.273 Thread 0x000001a176ae14d0 Exception <a 'sun/nio/fs/WindowsException'{0x0000000088f3e158}> (0x0000000088f3e158)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 517]
Event: 20.388 Thread 0x000001a176ae14d0 Exception <a 'sun/nio/fs/WindowsException'{0x0000000088fa6188}> (0x0000000088fa6188)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 517]
Event: 20.388 Thread 0x000001a176ae14d0 Exception <a 'sun/nio/fs/WindowsException'{0x0000000088fa6868}> (0x0000000088fa6868)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 517]
Event: 20.388 Thread 0x000001a176ae14d0 Exception <a 'sun/nio/fs/WindowsException'{0x0000000088fa7170}> (0x0000000088fa7170)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 517]
VM Operations (20 events):
Event: 18.566 Executing VM operation: ICBufferFull
Event: 18.566 Executing VM operation: ICBufferFull done
Event: 18.670 Executing VM operation: ICBufferFull
Event: 18.670 Executing VM operation: ICBufferFull done
Event: 19.039 Executing VM operation: G1CollectForAllocation
Event: 19.050 Executing VM operation: G1CollectForAllocation done
Event: 19.065 Executing VM operation: HandshakeAllThreads
Event: 19.065 Executing VM operation: HandshakeAllThreads done
Event: 19.082 Executing VM operation: ICBufferFull
Event: 19.083 Executing VM operation: ICBufferFull done
Event: 19.230 Executing VM operation: HandshakeAllThreads
Event: 19.230 Executing VM operation: HandshakeAllThreads done
Event: 19.287 Executing VM operation: HandshakeAllThreads
Event: 19.287 Executing VM operation: HandshakeAllThreads done
Event: 19.496 Executing VM operation: ICBufferFull
Event: 19.496 Executing VM operation: ICBufferFull done
Event: 19.927 Executing VM operation: ICBufferFull
Event: 19.927 Executing VM operation: ICBufferFull done
Event: 20.817 Executing VM operation: ICBufferFull
Event: 20.817 Executing VM operation: ICBufferFull done
Events (20 events):
Event: 19.301 Thread 0x000001a17fb59070 flushing nmethod 0x000001a100e6de10
Event: 19.301 Thread 0x000001a17fb59070 flushing nmethod 0x000001a100e6e890
Event: 19.301 Thread 0x000001a17fb59070 flushing nmethod 0x000001a100e6ff10
Event: 19.301 Thread 0x000001a17fb59070 flushing nmethod 0x000001a100e97590
Event: 19.302 Thread 0x000001a17fb59070 flushing nmethod 0x000001a100e9c510
Event: 19.302 Thread 0x000001a17fb59070 flushing nmethod 0x000001a100eb5590
Event: 19.302 Thread 0x000001a17fb59070 flushing nmethod 0x000001a100ec8410
Event: 19.302 Thread 0x000001a17fb59070 flushing nmethod 0x000001a100ec8b90
Event: 19.302 Thread 0x000001a17fb59070 flushing nmethod 0x000001a100eca210
Event: 19.302 Thread 0x000001a17fb59070 flushing nmethod 0x000001a100ecdb10
Event: 19.302 Thread 0x000001a17fb59070 flushing nmethod 0x000001a100ee0890
Event: 19.302 Thread 0x000001a17fb59070 flushing nmethod 0x000001a100ee2a10
Event: 19.302 Thread 0x000001a17fb59070 flushing nmethod 0x000001a100eebf90
Event: 19.302 Thread 0x000001a17fb59070 flushing nmethod 0x000001a100ef1f10
Event: 19.302 Thread 0x000001a17fb59070 flushing nmethod 0x000001a100f4bd10
Event: 19.302 Thread 0x000001a17fb59070 flushing nmethod 0x000001a100f6de10
Event: 19.302 Thread 0x000001a17fb59070 flushing nmethod 0x000001a100f78390
Event: 19.302 Thread 0x000001a17fb59070 flushing nmethod 0x000001a100f86910
Event: 19.302 Thread 0x000001a17fb59070 flushing nmethod 0x000001a100fbb610
Event: 19.302 Thread 0x000001a17fb59070 flushing nmethod 0x000001a100fbdf10
Dynamic libraries:
0x00007ff7e3800000 - 0x00007ff7e3810000 C:\Program Files\Java\jdk-19\bin\java.exe
0x00007ffbe9970000 - 0x00007ffbe9b68000 C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ffbe79c0000 - 0x00007ffbe7a7f000 C:\WINDOWS\System32\KERNEL32.DLL
0x00007ffbe7450000 - 0x00007ffbe7722000 C:\WINDOWS\System32\KERNELBASE.dll
0x00007ffbe7140000 - 0x00007ffbe7240000 C:\WINDOWS\System32\ucrtbase.dll
0x00007ffbb9c50000 - 0x00007ffbb9c6b000 C:\Program Files\Java\jdk-19\bin\VCRUNTIME140.dll
0x00007ffbb4190000 - 0x00007ffbb41a8000 C:\Program Files\Java\jdk-19\bin\jli.dll
0x00007ffbe8430000 - 0x00007ffbe84de000 C:\WINDOWS\System32\ADVAPI32.dll
0x00007ffbe8590000 - 0x00007ffbe862e000 C:\WINDOWS\System32\msvcrt.dll
0x00007ffbe7ea0000 - 0x00007ffbe7f3c000 C:\WINDOWS\System32\sechost.dll
0x00007ffbe9690000 - 0x00007ffbe97b5000 C:\WINDOWS\System32\RPCRT4.dll
0x00007ffbe92d0000 - 0x00007ffbe9471000 C:\WINDOWS\System32\USER32.dll
0x00007ffbd20e0000 - 0x00007ffbd237a000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.1110_none_60b5254171f9507e\COMCTL32.dll
0x00007ffbe7060000 - 0x00007ffbe7082000 C:\WINDOWS\System32\win32u.dll
0x00007ffbe8320000 - 0x00007ffbe834b000 C:\WINDOWS\System32\GDI32.dll
0x00007ffbe7340000 - 0x00007ffbe744f000 C:\WINDOWS\System32\gdi32full.dll
0x00007ffbe78c0000 - 0x00007ffbe795d000 C:\WINDOWS\System32\msvcp_win.dll
0x00007ffbdc380000 - 0x00007ffbdc38a000 C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007ffbe84e0000 - 0x00007ffbe8512000 C:\WINDOWS\System32\IMM32.DLL
0x00007ffbd4db0000 - 0x00007ffbd4dbc000 C:\Program Files\Java\jdk-19\bin\vcruntime140_1.dll
0x00007ffbb3150000 - 0x00007ffbb31de000 C:\Program Files\Java\jdk-19\bin\msvcp140.dll
0x00007ffb8dd10000 - 0x00007ffb8e9d0000 C:\Program Files\Java\jdk-19\bin\server\jvm.dll
0x00007ffbc2b50000 - 0x00007ffbc2b59000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x00007ffbcf110000 - 0x00007ffbcf137000 C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ffbe8520000 - 0x00007ffbe858b000 C:\WINDOWS\System32\WS2_32.dll
0x00007ffbe58b0000 - 0x00007ffbe58c2000 C:\WINDOWS\SYSTEM32\kernel.appcore.dll
0x00007ffbd48c0000 - 0x00007ffbd48ca000 C:\Program Files\Java\jdk-19\bin\jimage.dll
0x00007ffbe2570000 - 0x00007ffbe2754000 C:\WINDOWS\SYSTEM32\DBGHELP.DLL
0x00007ffbcbe50000 - 0x00007ffbcbe85000 C:\WINDOWS\SYSTEM32\dbgcore.DLL
0x00007ffbe72b0000 - 0x00007ffbe7332000 C:\WINDOWS\System32\bcryptPrimitives.dll
0x00007ffbd4620000 - 0x00007ffbd462e000 C:\Program Files\Java\jdk-19\bin\instrument.dll
0x00007ffbb33d0000 - 0x00007ffbb33f6000 C:\Program Files\Java\jdk-19\bin\java.dll
0x00007ffba59d0000 - 0x00007ffba5aa7000 C:\Program Files\Java\jdk-19\bin\jsvml.dll
0x00007ffbe8700000 - 0x00007ffbe8e44000 C:\WINDOWS\System32\SHELL32.dll
0x00007ffbe1dd0000 - 0x00007ffbe2562000 C:\WINDOWS\SYSTEM32\windows.storage.dll
0x00007ffbe7ae0000 - 0x00007ffbe7e35000 C:\WINDOWS\System32\combase.dll
0x00007ffbe69e0000 - 0x00007ffbe6a10000 C:\WINDOWS\SYSTEM32\Wldp.dll
0x00007ffbe7f40000 - 0x00007ffbe7fed000 C:\WINDOWS\System32\SHCORE.dll
0x00007ffbe97c0000 - 0x00007ffbe9815000 C:\WINDOWS\System32\shlwapi.dll
0x00007ffbe6fa0000 - 0x00007ffbe6fbf000 C:\WINDOWS\SYSTEM32\profapi.dll
0x00007ffbb34f0000 - 0x00007ffbb3508000 C:\Program Files\Java\jdk-19\bin\zip.dll
0x00007ffbb33b0000 - 0x00007ffbb33c3000 C:\Program Files\Java\jdk-19\bin\net.dll
0x00007ffbd53a0000 - 0x00007ffbd54ac000 C:\WINDOWS\SYSTEM32\WINHTTP.dll
0x00007ffbe6740000 - 0x00007ffbe67aa000 C:\WINDOWS\system32\mswsock.dll
0x00007ffbb3300000 - 0x00007ffbb3316000 C:\Program Files\Java\jdk-19\bin\nio.dll
0x00007ffbb3130000 - 0x00007ffbb314a000 C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2021.3.2\bin\breakgen64.dll
0x00007ffbd3410000 - 0x00007ffbd3418000 C:\Program Files\Java\jdk-19\bin\extnet.dll
0x0000000069ac0000 - 0x0000000069ae4000 C:\Users\loesc.DESKTOP-01KR358\AppData\Local\Temp\jansi-2.4.0-8fc5c32d883a44eb-jansi.dll
0x00007ffbd2fe0000 - 0x00007ffbd2ff0000 C:\Program Files\Java\jdk-19\bin\verify.dll
dbghelp: loaded successfully - version: 4.0.5 - missing functions: none
symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;C:\Program Files\Java\jdk-19\bin;C:\WINDOWS\SYSTEM32;C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.1110_none_60b5254171f9507e;C:\Program Files\Java\jdk-19\bin\server;C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2021.3.2\bin;C:\Users\loesc.DESKTOP-01KR358\AppData\Local\Temp
VM Arguments:
jvm_args: -Dmaven.multiModuleProjectDirectory=C:\Users\loesc.DESKTOP-01KR358\Desktop\Software\group7 -Dmaven.home=C:\Users\loesc.DESKTOP-01KR358\.m2\wrapper\dists\apache-maven-3.8.6-bin\1ks0nkde5v1pk9vtc31i9d0lcd\apache-maven-3.8.6 -Dclassworlds.conf=C:\Users\loesc.DESKTOP-01KR358\.m2\wrapper\dists\apache-maven-3.8.6-bin\1ks0nkde5v1pk9vtc31i9d0lcd\apache-maven-3.8.6\bin\m2.conf -Dmaven.ext.class.path=C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2021.3.2\plugins\maven\lib\maven-event-listener.jar -javaagent:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2021.3.2\lib\idea_rt.jar=61803:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2021.3.2\bin -Dfile.encoding=UTF-8
java_command: org.codehaus.classworlds.Launcher -Didea.version=2021.3.2 clean package
java_class_path (initial): C:\Users\loesc.DESKTOP-01KR358\.m2\wrapper\dists\apache-maven-3.8.6-bin\1ks0nkde5v1pk9vtc31i9d0lcd\apache-maven-3.8.6\boot\plexus-classworlds-2.6.0.jar;C:\Users\loesc.DESKTOP-01KR358\.m2\wrapper\dists\apache-maven-3.8.6-bin\1ks0nkde5v1pk9vtc31i9d0lcd\apache-maven-3.8.6\boot\plexus-classworlds.license
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 = 2122317824 {product} {ergonomic}
size_t MaxNewSize = 1272971264 {product} {ergonomic}
size_t MinHeapDeltaBytes = 1048576 {product} {ergonomic}
size_t MinHeapSize = 8388608 {product} {ergonomic}
uintx NonNMethodCodeHeapSize = 5832780 {pd product} {ergonomic}
uintx NonProfiledCodeHeapSize = 122912730 {pd product} {ergonomic}
uintx ProfiledCodeHeapSize = 122912730 {pd product} {ergonomic}
uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic}
bool SegmentedCodeCache = true {product} {ergonomic}
size_t SoftMaxHeapSize = 2122317824 {manageable} {ergonomic}
bool UseCompressedClassPointers = true {product lp64_product} {ergonomic}
bool UseCompressedOops = true {product 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 foldmultilines=false
#1: stderr all=off uptime,level,tags foldmultilines=false
Environment Variables:
PATH=C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;c:\Program Files\Intel\WiFi\bin\;c:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Git\cmd;C:\Program Files\OpenVPN\bin;C:\Program Files\nodejs\;C:\Program Files\MySQL\MySQL Shell 8.0\bin\;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;c:\Program Files\Intel\WiFi\bin\;c:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Git\cmd;C:\Program Files\OpenVPN\bin;C:\Program Files\nodejs\;C:\Users\loesc.DESKTOP-01KR358\AppData\Local\Microsoft\WindowsApps;C:\Users\loesc.DESKTOP-01KR358\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\loesc.DESKTOP-01KR358\AppData\Roaming\npm;C:\Users\loesc.DESKTOP-01KR358\AppData\Local\Programs\Python\Python311\python.exe;
USERNAME=loesc
TMPDIR=C:\Users\Public\Documents\Wondershare\CreatorTemp
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 142 Stepping 9, GenuineIntel
TMP=C:\Users\LOESC~1.DES\AppData\Local\Temp
TEMP=C:\Users\LOESC~1.DES\AppData\Local\Temp
--------------- S Y S T E M ---------------
OS:
Windows 10 , 64 bit Build 19041 (10.0.19041.2364)
OS uptime: 14 days 17:41 hours
CPU: total 4 (initial active 4) (2 cores per cpu, 2 threads per core) family 6 model 142 stepping 9 microcode 0xb4, cx8, cmov, fxsr, ht, mmx, 3dnowpref, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, lzcnt, tsc, tscinvbit, avx, avx2, aes, erms, clmul, bmi1, bmi2, adx, fma, vzeroupper, clflush, clflushopt, rdtscp
Memory: 4k page, system-wide physical 8089M (341M free)
TotalPageFile size 12185M (AvailPageFile size 10M)
current process WorkingSet (physical memory assigned to process): 280M, peak: 312M
current process commit charge ("private bytes"): 315M, peak: 345M
vm_info: Java HotSpot(TM) 64-Bit Server VM (19.0.1+10-21) for windows-amd64 JRE (19.0.1+10-21), built on 2022-09-14T12:45:06Z by "mach5one" with MS VC++ 17.1 (VS2022)
END.