-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhs_err_pid17940.log
More file actions
850 lines (786 loc) · 68.2 KB
/
hs_err_pid17940.log
File metadata and controls
850 lines (786 loc) · 68.2 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
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
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 549856 bytes. Error detail: Chunk::new
# Possible reasons:
# The system is out of physical RAM or swap space
# This 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:168), pid=17940, tid=42856
#
# JRE version: OpenJDK Runtime Environment Temurin-21.0.9+10 (21.0.9+10) (build 21.0.9+10-LTS)
# Java VM: OpenJDK 64-Bit Server VM Temurin-21.0.9+10 (21.0.9+10-LTS, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, parallel 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-modules=ALL-SYSTEM --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/sun.nio.fs=ALL-UNNAMED -Declipse.application=org.eclipse.jdt.ls.core.id1 -Dosgi.bundles.defaultStartLevel=4 -Declipse.product=org.eclipse.jdt.ls.core.product -Djava.import.generatesMetadataFilesAtProjectRoot=false -DDetectVMInstallationsJob.disabled=true -Dfile.encoding=utf8 -XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx2G -Xms100m -Xlog:disable -javaagent:c:\Users\hp\.antigravity\extensions\redhat.java-1.52.0-win32-x64\lombok\lombok-1.18.39-4050.jar -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=c:\Users\hp\AppData\Roaming\Antigravity\User\workspaceStorage\ec1dd92948409c9d922e4ce810f444f7\redhat.java -Daether.dependencyCollector.impl=bf c:\Users\hp\.antigravity\extensions\redhat.java-1.52.0-win32-x64\server\plugins\org.eclipse.equinox.launcher_1.7.100.v20251111-0406.jar -configuration c:\Users\hp\AppData\Roaming\Antigravity\User\globalStorage\redhat.java\1.52.0\config_win -data c:\Users\hp\AppData\Roaming\Antigravity\User\workspaceStorage\ec1dd92948409c9d922e4ce810f444f7\redhat.java\jdt_ws --pipe=\\.\pipe\lsp-a15a1c76a4ce6bd2cdf3388c3a063653-sock
Host: AMD Ryzen 5 5600H with Radeon Graphics , 12 cores, 7G, Windows 11 , 64 bit Build 26100 (10.0.26100.7920)
Time: Mon Mar 16 21:56:38 2026 India Standard Time elapsed time: 26.741535 seconds (0d 0h 0m 26s)
--------------- T H R E A D ---------------
Current thread (0x000001f3c3000a00): JavaThread "C2 CompilerThread2" daemon [_thread_in_native, id=42856, stack(0x000000c21fd00000,0x000000c21fe00000) (1024K)]
Current CompileTask:
C2:26741 12174 ! 4 lombok.core.AST::buildWithField0 (121 bytes)
Stack: [0x000000c21fd00000,0x000000c21fe00000]
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x6d6e29]
V [jvm.dll+0x8b4b76]
V [jvm.dll+0x8b712e]
V [jvm.dll+0x8b7813]
V [jvm.dll+0x283d86]
V [jvm.dll+0xc66ed]
V [jvm.dll+0xc6c31]
V [jvm.dll+0x2facee]
V [jvm.dll+0x5fde44]
V [jvm.dll+0x255557]
V [jvm.dll+0x24d994]
V [jvm.dll+0x24b482]
V [jvm.dll+0x1cb13e]
V [jvm.dll+0x25b29d]
V [jvm.dll+0x25982a]
V [jvm.dll+0x3f7ea6]
V [jvm.dll+0x85e9ad]
V [jvm.dll+0x6d565d]
C [ucrtbase.dll+0x37b0]
C [KERNEL32.DLL+0x2e8d7]
C [ntdll.dll+0x8c48c]
--------------- P R O C E S S ---------------
Threads class SMR info:
_java_thread_list=0x000001f3f9c77c80, length=55, elements={
0x000001f3e0a9d870, 0x000001f3e0a4db20, 0x000001f3e0b412f0, 0x000001f3e0b463f0,
0x000001f3e0b47040, 0x000001f3e0b4d4b0, 0x000001f3e0b55540, 0x000001f3f87b1fb0,
0x000001f3f87b3b10, 0x000001f3e0b54820, 0x000001f3e0b55bd0, 0x000001f3e0b56260,
0x000001f3e0b568f0, 0x000001f3e0b54190, 0x000001f3e0b53470, 0x000001f3e0b53b00,
0x000001f3e0b54eb0, 0x000001f3fea8d070, 0x000001f3fea8d700, 0x000001f3fea8dd90,
0x000001f3fea8e420, 0x000001f3fea8eab0, 0x000001f3fea8f140, 0x000001f3fea8f7d0,
0x000001f3c2ae8d00, 0x000001f3c2ae9390, 0x000001f3c2aebaf0, 0x000001f3c2ae9a20,
0x000001f3c2aeb460, 0x000001f3c2aea0b0, 0x000001f3c2ae8670, 0x000001f3c2aea740,
0x000001f3c2aeadd0, 0x000001f3c2dbe280, 0x000001f3c2dbb490, 0x000001f3c2dbdbf0,
0x000001f3c2dbced0, 0x000001f3c2dbc840, 0x000001f3c2dbbb20, 0x000001f3c2dbc1b0,
0x000001f3c2dbd560, 0x000001f3c2dbae00, 0x000001f3c2dbe910, 0x000001f3c2dc1700,
0x000001f3c2dbefa0, 0x000001f3c2dc1d90, 0x000001f3c2dbfcc0, 0x000001f3c2dc0350,
0x000001f3c2dbf630, 0x000001f3c2dc09e0, 0x000001f3c2dc1070, 0x000001f3c2dc2420,
0x000001f3c30017a0, 0x000001f3c3000a00, 0x000001f3c27200e0
}
Java Threads: ( => current thread )
0x000001f3e0a9d870 JavaThread "main" [_thread_blocked, id=29576, stack(0x000000c21b500000,0x000000c21b600000) (1024K)]
0x000001f3e0a4db20 JavaThread "Reference Handler" daemon [_thread_blocked, id=3304, stack(0x000000c21b900000,0x000000c21ba00000) (1024K)]
0x000001f3e0b412f0 JavaThread "Finalizer" daemon [_thread_blocked, id=23920, stack(0x000000c21ba00000,0x000000c21bb00000) (1024K)]
0x000001f3e0b463f0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=28484, stack(0x000000c21bb00000,0x000000c21bc00000) (1024K)]
0x000001f3e0b47040 JavaThread "Attach Listener" daemon [_thread_blocked, id=24236, stack(0x000000c21bc00000,0x000000c21bd00000) (1024K)]
0x000001f3e0b4d4b0 JavaThread "Service Thread" daemon [_thread_blocked, id=32032, stack(0x000000c21bd00000,0x000000c21be00000) (1024K)]
0x000001f3e0b55540 JavaThread "Monitor Deflation Thread" daemon [_thread_blocked, id=17372, stack(0x000000c21be00000,0x000000c21bf00000) (1024K)]
0x000001f3f87b1fb0 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=19812, stack(0x000000c21bf00000,0x000000c21c000000) (1024K)]
0x000001f3f87b3b10 JavaThread "C1 CompilerThread0" daemon [_thread_in_native, id=35880, stack(0x000000c21c000000,0x000000c21c100000) (1024K)]
0x000001f3e0b54820 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=13252, stack(0x000000c21c200000,0x000000c21c300000) (1024K)]
0x000001f3e0b55bd0 JavaThread "Notification Thread" daemon [_thread_blocked, id=40096, stack(0x000000c21c300000,0x000000c21c400000) (1024K)]
0x000001f3e0b56260 JavaThread "Active Thread: Equinox Container: c32d9df6-eb7f-4002-9fe8-472c62100347" [_thread_blocked, id=40204, stack(0x000000c21cb00000,0x000000c21cc00000) (1024K)]
0x000001f3e0b568f0 JavaThread "Refresh Thread: Equinox Container: c32d9df6-eb7f-4002-9fe8-472c62100347" daemon [_thread_blocked, id=37016, stack(0x000000c21cd00000,0x000000c21ce00000) (1024K)]
0x000001f3e0b54190 JavaThread "Framework Event Dispatcher: Equinox Container: c32d9df6-eb7f-4002-9fe8-472c62100347" daemon [_thread_blocked, id=38340, stack(0x000000c21ce00000,0x000000c21cf00000) (1024K)]
0x000001f3e0b53470 JavaThread "Start Level: Equinox Container: c32d9df6-eb7f-4002-9fe8-472c62100347" daemon [_thread_blocked, id=22404, stack(0x000000c21cf00000,0x000000c21d000000) (1024K)]
0x000001f3e0b53b00 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=42844, stack(0x000000c21d200000,0x000000c21d300000) (1024K)]
0x000001f3e0b54eb0 JavaThread "SCR Component Actor" daemon [_thread_blocked, id=30876, stack(0x000000c21d300000,0x000000c21d400000) (1024K)]
0x000001f3fea8d070 JavaThread "Worker-JM" [_thread_blocked, id=28792, stack(0x000000c21d400000,0x000000c21d500000) (1024K)]
0x000001f3fea8d700 JavaThread "JNA Cleaner" daemon [_thread_blocked, id=16848, stack(0x000000c21c400000,0x000000c21c500000) (1024K)]
0x000001f3fea8dd90 JavaThread "Worker-0: Publish Diagnostics" [_thread_in_vm, id=36592, stack(0x000000c21d500000,0x000000c21d600000) (1024K)]
0x000001f3fea8e420 JavaThread "Worker-1" [_thread_blocked, id=30352, stack(0x000000c21d600000,0x000000c21d700000) (1024K)]
0x000001f3fea8eab0 JavaThread "Worker-2" [_thread_blocked, id=37488, stack(0x000000c21d700000,0x000000c21d800000) (1024K)]
0x000001f3fea8f140 JavaThread "Java indexing" daemon [_thread_blocked, id=19744, stack(0x000000c21d800000,0x000000c21d900000) (1024K)]
0x000001f3fea8f7d0 JavaThread "Worker-3" [_thread_blocked, id=29688, stack(0x000000c21db00000,0x000000c21dc00000) (1024K)]
0x000001f3c2ae8d00 JavaThread "Worker-4: Initialize workspace" [_thread_in_Java, id=28856, stack(0x000000c21dc00000,0x000000c21dd00000) (1024K)]
0x000001f3c2ae9390 JavaThread "Thread-1" daemon [_thread_in_native, id=26284, stack(0x000000c21dd00000,0x000000c21de00000) (1024K)]
0x000001f3c2aebaf0 JavaThread "Thread-2" daemon [_thread_in_native, id=16524, stack(0x000000c21de00000,0x000000c21df00000) (1024K)]
0x000001f3c2ae9a20 JavaThread "Thread-3" daemon [_thread_in_native, id=39548, stack(0x000000c21df00000,0x000000c21e000000) (1024K)]
0x000001f3c2aeb460 JavaThread "Thread-4" daemon [_thread_in_native, id=9288, stack(0x000000c21e000000,0x000000c21e100000) (1024K)]
0x000001f3c2aea0b0 JavaThread "Thread-5" daemon [_thread_in_native, id=43180, stack(0x000000c21e100000,0x000000c21e200000) (1024K)]
0x000001f3c2ae8670 JavaThread "Thread-6" daemon [_thread_in_native, id=5580, stack(0x000000c21e200000,0x000000c21e300000) (1024K)]
0x000001f3c2aea740 JavaThread "Thread-7" daemon [_thread_in_native, id=38608, stack(0x000000c21e300000,0x000000c21e400000) (1024K)]
0x000001f3c2aeadd0 JavaThread "Thread-8" daemon [_thread_in_native, id=11424, stack(0x000000c21e400000,0x000000c21e500000) (1024K)]
0x000001f3c2dbe280 JavaThread "Thread-9" daemon [_thread_in_native, id=11376, stack(0x000000c21e500000,0x000000c21e600000) (1024K)]
0x000001f3c2dbb490 JavaThread "Thread-10" daemon [_thread_in_native, id=6380, stack(0x000000c21e600000,0x000000c21e700000) (1024K)]
0x000001f3c2dbdbf0 JavaThread "Thread-11" daemon [_thread_in_native, id=28812, stack(0x000000c21e700000,0x000000c21e800000) (1024K)]
0x000001f3c2dbced0 JavaThread "Thread-12" daemon [_thread_in_native, id=37908, stack(0x000000c21e800000,0x000000c21e900000) (1024K)]
0x000001f3c2dbc840 JavaThread "Thread-13" daemon [_thread_in_native, id=40016, stack(0x000000c21e900000,0x000000c21ea00000) (1024K)]
0x000001f3c2dbbb20 JavaThread "pool-2-thread-1" [_thread_blocked, id=2988, stack(0x000000c21ea00000,0x000000c21eb00000) (1024K)]
0x000001f3c2dbc1b0 JavaThread "WorkspaceEventsHandler" [_thread_blocked, id=34436, stack(0x000000c21eb00000,0x000000c21ec00000) (1024K)]
0x000001f3c2dbd560 JavaThread "pool-1-thread-1" [_thread_blocked, id=42060, stack(0x000000c21ec00000,0x000000c21ed00000) (1024K)]
0x000001f3c2dbae00 JavaThread "ForkJoinPool.commonPool-worker-1" daemon [_thread_blocked, id=39432, stack(0x000000c21ed00000,0x000000c21ee00000) (1024K)]
0x000001f3c2dbe910 JavaThread "ForkJoinPool.commonPool-worker-2" daemon [_thread_blocked, id=34344, stack(0x000000c21ee00000,0x000000c21ef00000) (1024K)]
0x000001f3c2dc1700 JavaThread "ForkJoinPool.commonPool-worker-3" daemon [_thread_blocked, id=43644, stack(0x000000c21ef00000,0x000000c21f000000) (1024K)]
0x000001f3c2dbefa0 JavaThread "ForkJoinPool.commonPool-worker-4" daemon [_thread_blocked, id=2816, stack(0x000000c21f000000,0x000000c21f100000) (1024K)]
0x000001f3c2dc1d90 JavaThread "ForkJoinPool.commonPool-worker-5" daemon [_thread_blocked, id=39608, stack(0x000000c21f100000,0x000000c21f200000) (1024K)]
0x000001f3c2dbfcc0 JavaThread "ForkJoinPool.commonPool-worker-6" daemon [_thread_in_vm, id=39020, stack(0x000000c21f200000,0x000000c21f300000) (1024K)]
0x000001f3c2dc0350 JavaThread "ForkJoinPool.commonPool-worker-7" daemon [_thread_blocked, id=41004, stack(0x000000c21f300000,0x000000c21f400000) (1024K)]
0x000001f3c2dbf630 JavaThread "ForkJoinPool.commonPool-worker-8" daemon [_thread_blocked, id=31672, stack(0x000000c21f400000,0x000000c21f500000) (1024K)]
0x000001f3c2dc09e0 JavaThread "ForkJoinPool.commonPool-worker-9" daemon [_thread_blocked, id=20604, stack(0x000000c21f500000,0x000000c21f600000) (1024K)]
0x000001f3c2dc1070 JavaThread "ForkJoinPool.commonPool-worker-10" daemon [_thread_blocked, id=30068, stack(0x000000c21f600000,0x000000c21f700000) (1024K)]
0x000001f3c2dc2420 JavaThread "ForkJoinPool.commonPool-worker-11" daemon [_thread_blocked, id=34728, stack(0x000000c21f700000,0x000000c21f800000) (1024K)]
0x000001f3c30017a0 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=27940, stack(0x000000c21fc00000,0x000000c21fd00000) (1024K)]
=>0x000001f3c3000a00 JavaThread "C2 CompilerThread2" daemon [_thread_in_native, id=42856, stack(0x000000c21fd00000,0x000000c21fe00000) (1024K)]
0x000001f3c27200e0 JavaThread "Cleaner-0" daemon [_thread_blocked, id=42092, stack(0x000000c21c100000,0x000000c21c200000) (1024K)]
Total: 55
Other Threads:
0x000001f3e0b3e7c0 VMThread "VM Thread" [id=25608, stack(0x000000c21b800000,0x000000c21b900000) (1024K)]
0x000001f3e092ca10 WatcherThread "VM Periodic Task Thread" [id=43244, stack(0x000000c21b700000,0x000000c21b800000) (1024K)]
0x000001f3e0abb840 WorkerThread "GC Thread#0" [id=39448, stack(0x000000c21b600000,0x000000c21b700000) (1024K)]
0x000001f3f9795cb0 WorkerThread "GC Thread#1" [id=35196, stack(0x000000c21c500000,0x000000c21c600000) (1024K)]
0x000001f3f9b44900 WorkerThread "GC Thread#2" [id=20256, stack(0x000000c21c600000,0x000000c21c700000) (1024K)]
0x000001f3f9b27f30 WorkerThread "GC Thread#3" [id=29564, stack(0x000000c21c700000,0x000000c21c800000) (1024K)]
0x000001f3f9d1fd40 WorkerThread "GC Thread#4" [id=6128, stack(0x000000c21c800000,0x000000c21c900000) (1024K)]
0x000001f3f9d200e0 WorkerThread "GC Thread#5" [id=43716, stack(0x000000c21c900000,0x000000c21ca00000) (1024K)]
0x000001f3f9b9bb60 WorkerThread "GC Thread#6" [id=38656, stack(0x000000c21ca00000,0x000000c21cb00000) (1024K)]
0x000001f3fe1a88f0 WorkerThread "GC Thread#7" [id=30504, stack(0x000000c21cc00000,0x000000c21cd00000) (1024K)]
0x000001f3fe179090 WorkerThread "GC Thread#8" [id=21524, stack(0x000000c21d000000,0x000000c21d100000) (1024K)]
0x000001f3fe179430 WorkerThread "GC Thread#9" [id=42396, stack(0x000000c21d100000,0x000000c21d200000) (1024K)]
Total: 12
Threads with active compile tasks:
C2 CompilerThread0 26776 12173 4 lombok.core.AST::buildWithField (21 bytes)
C1 CompilerThread0 26776 12674 2 org.eclipse.jdt.internal.compiler.lookup.BoundSet::copy (197 bytes)
C2 CompilerThread1 26776 11263 ! 4 lombok.core.FieldAugment$ReflectionFieldAugment::getAndSet (80 bytes)
C2 CompilerThread2 26776 12174 ! 4 lombok.core.AST::buildWithField0 (121 bytes)
Total: 4
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
CDS archive(s) mapped at: [0x000001f380000000-0x000001f380ba0000-0x000001f380ba0000), size 12189696, SharedBaseAddress: 0x000001f380000000, ArchiveRelocationMode: 1.
Compressed class space mapped at: 0x000001f381000000-0x000001f3c1000000, reserved size: 1073741824
Narrow klass base: 0x000001f380000000, Narrow klass shift: 0, Narrow klass range: 0x100000000
GC Precious Log:
CardTable entry size: 512
CPUs: 12 total, 12 available
Memory: 7521M
Large Page Support: Disabled
NUMA Support: Disabled
Compressed Oops: Enabled (32-bit)
Alignments: Space 512K, Generation 512K, Heap 2M
Heap Min Capacity: 100M
Heap Initial Capacity: 100M
Heap Max Capacity: 2G
Pre-touch: Disabled
Parallel Workers: 10
Heap:
PSYoungGen total 9728K, used 9070K [0x00000000d5580000, 0x00000000d6100000, 0x0000000100000000)
eden space 8704K, 94% used [0x00000000d5580000,0x00000000d5d87ae0,0x00000000d5e00000)
from space 1024K, 82% used [0x00000000d5e00000,0x00000000d5ed4010,0x00000000d5f00000)
to space 1536K, 0% used [0x00000000d5f80000,0x00000000d5f80000,0x00000000d6100000)
ParOldGen total 119808K, used 119315K [0x0000000080000000, 0x0000000087500000, 0x00000000d5580000)
object space 119808K, 99% used [0x0000000080000000,0x0000000087484c38,0x0000000087500000)
Metaspace used 65911K, committed 67392K, reserved 1114112K
class space used 6871K, committed 7552K, reserved 1048576K
Card table byte_map: [0x000001f3e0440000,0x000001f3e0850000] _byte_map_base: 0x000001f3e0040000
Marking Bits: (ParMarkBitMap*) 0x00007ffc40ea2460
Begin Bits: [0x000001f3f2f50000, 0x000001f3f4f50000)
End Bits: [0x000001f3f4f50000, 0x000001f3f6f50000)
Polling page: 0x000001f3de8a0000
Metaspace:
Usage:
Non-class: 57.66 MB used.
Class: 6.71 MB used.
Both: 64.37 MB used.
Virtual space:
Non-class space: 64.00 MB reserved, 58.44 MB ( 91%) committed, 1 nodes.
Class space: 1.00 GB reserved, 7.38 MB ( <1%) committed, 1 nodes.
Both: 1.06 GB reserved, 65.81 MB ( 6%) committed.
Chunk freelists:
Non-Class: 4.75 MB
Class: 8.52 MB
Both: 13.27 MB
MaxMetaspaceSize: unlimited
CompressedClassSpaceSize: 1.00 GB
Initial GC threshold: 21.00 MB
Current GC threshold: 97.31 MB
CDS: on
- commit_granule_bytes: 65536.
- commit_granule_words: 8192.
- virtual_space_node_default_size: 8388608.
- enlarge_chunks_in_place: 1.
- use_allocation_guard: 0.
Internal statistics:
num_allocs_failed_limit: 9.
num_arena_births: 1316.
num_arena_deaths: 14.
num_vsnodes_births: 2.
num_vsnodes_deaths: 0.
num_space_committed: 1054.
num_space_uncommitted: 0.
num_chunks_returned_to_freelist: 23.
num_chunks_taken_from_freelist: 4516.
num_chunk_merges: 12.
num_chunk_splits: 2731.
num_chunks_enlarged: 1499.
num_inconsistent_stats: 0.
CodeHeap 'non-profiled nmethods': size=120000Kb used=5208Kb max_used=5208Kb free=114792Kb
bounds [0x000001f3eb770000, 0x000001f3ebc90000, 0x000001f3f2ca0000]
CodeHeap 'profiled nmethods': size=120000Kb used=26278Kb max_used=26278Kb free=93722Kb
bounds [0x000001f3e3ca0000, 0x000001f3e5650000, 0x000001f3eb1d0000]
CodeHeap 'non-nmethods': size=5760Kb used=1436Kb max_used=1499Kb free=4323Kb
bounds [0x000001f3eb1d0000, 0x000001f3eb440000, 0x000001f3eb770000]
CodeCache: size=245760Kb, used=32922Kb, max_used=32985Kb, free=212837Kb
total_blobs=12437, nmethods=11690, adapters=652, full_count=0
Compilation: enabled, stopped_count=0, restarted_count=0
Compilation events (20 events):
Event: 23.694 Thread 0x000001f3f87b3b10 nmethod 12568 0x000001f3ebc84e10 code [0x000001f3ebc84fa0, 0x000001f3ebc85068]
Event: 23.694 Thread 0x000001f3f87b3b10 12661 1 org.eclipse.jdt.internal.compiler.ast.AllocationExpression::setExpectedType (6 bytes)
Event: 23.694 Thread 0x000001f3f87b3b10 nmethod 12661 0x000001f3ebc85110 code [0x000001f3ebc852a0, 0x000001f3ebc85380]
Event: 23.694 Thread 0x000001f3f87b3b10 12608 1 org.eclipse.jdt.internal.compiler.ast.FunctionalExpression::isPolyExpression (2 bytes)
Event: 23.694 Thread 0x000001f3f87b3b10 nmethod 12608 0x000001f3ebc85410 code [0x000001f3ebc855a0, 0x000001f3ebc85668]
Event: 23.694 Thread 0x000001f3f87b3b10 12609 1 org.eclipse.jdt.internal.compiler.ast.FunctionalExpression::setExpressionContext (6 bytes)
Event: 23.694 Thread 0x000001f3f87b3b10 nmethod 12609 0x000001f3ebc85710 code [0x000001f3ebc858a0, 0x000001f3ebc85980]
Event: 23.694 Thread 0x000001f3f87b3b10 12605 1 org.eclipse.jdt.internal.compiler.lookup.FieldBinding::kind (2 bytes)
Event: 23.694 Thread 0x000001f3f87b3b10 nmethod 12605 0x000001f3ebc85a10 code [0x000001f3ebc85ba0, 0x000001f3ebc85c68]
Event: 23.694 Thread 0x000001f3f87b3b10 12576 1 org.eclipse.jdt.internal.compiler.lookup.ClassScope::referenceType (5 bytes)
Event: 23.694 Thread 0x000001f3f87b3b10 nmethod 12576 0x000001f3ebc85d10 code [0x000001f3ebc85ea0, 0x000001f3ebc85f68]
Event: 23.694 Thread 0x000001f3f87b3b10 12666 2 org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding::createArgumentBindings (82 bytes)
Event: 23.695 Thread 0x000001f3f87b3b10 nmethod 12666 0x000001f3e5623110 code [0x000001f3e5623320, 0x000001f3e5623700]
Event: 23.695 Thread 0x000001f3f87b3b10 12670 3 java.io.File::getName (42 bytes)
Event: 23.695 Thread 0x000001f3f87b3b10 nmethod 12670 0x000001f3e5623a10 code [0x000001f3e5623c60, 0x000001f3e5624470]
Event: 23.695 Thread 0x000001f3f87b3b10 12668 2 org.eclipse.jdt.internal.compiler.ast.ASTNode::checkInvocationArguments (838 bytes)
Event: 24.719 Thread 0x000001f3f87b3b10 nmethod 12668 0x000001f3e5624810 code [0x000001f3e5624d40, 0x000001f3e5626648]
Event: 24.719 Thread 0x000001f3f87b3b10 12695 3 java.util.HashSet::remove (20 bytes)
Event: 24.719 Thread 0x000001f3f87b3b10 nmethod 12695 0x000001f3e5627a10 code [0x000001f3e5627bc0, 0x000001f3e5627df0]
Event: 24.719 Thread 0x000001f3f87b3b10 12700 ! 3 org.eclipse.jdt.internal.compiler.lookup.Scope::getBinding (1577 bytes)
GC Heap History (20 events):
Event: 18.125 GC heap before
{Heap before GC invocations=183 (full 3):
PSYoungGen total 11776K, used 11370K [0x00000000d5580000, 0x00000000d6300000, 0x0000000100000000)
eden space 9728K, 100% used [0x00000000d5580000,0x00000000d5f00000,0x00000000d5f00000)
from space 2048K, 80% used [0x00000000d5f00000,0x00000000d609a8a0,0x00000000d6100000)
to space 2048K, 0% used [0x00000000d6100000,0x00000000d6100000,0x00000000d6300000)
ParOldGen total 109056K, used 108936K [0x0000000080000000, 0x0000000086a80000, 0x00000000d5580000)
object space 109056K, 99% used [0x0000000080000000,0x0000000086a62050,0x0000000086a80000)
Metaspace used 63492K, committed 65024K, reserved 1114112K
class space used 6718K, committed 7360K, reserved 1048576K
}
Event: 18.128 GC heap after
{Heap after GC invocations=183 (full 3):
PSYoungGen total 11264K, used 2016K [0x00000000d5580000, 0x00000000d6400000, 0x0000000100000000)
eden space 9216K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000d5e80000)
from space 2048K, 98% used [0x00000000d6100000,0x00000000d62f8370,0x00000000d6300000)
to space 2560K, 0% used [0x00000000d5e80000,0x00000000d5e80000,0x00000000d6100000)
ParOldGen total 110592K, used 110346K [0x0000000080000000, 0x0000000086c00000, 0x00000000d5580000)
object space 110592K, 99% used [0x0000000080000000,0x0000000086bc2b70,0x0000000086c00000)
Metaspace used 63492K, committed 65024K, reserved 1114112K
class space used 6718K, committed 7360K, reserved 1048576K
}
Event: 18.207 GC heap before
{Heap before GC invocations=184 (full 3):
PSYoungGen total 11264K, used 11232K [0x00000000d5580000, 0x00000000d6400000, 0x0000000100000000)
eden space 9216K, 100% used [0x00000000d5580000,0x00000000d5e80000,0x00000000d5e80000)
from space 2048K, 98% used [0x00000000d6100000,0x00000000d62f8370,0x00000000d6300000)
to space 2560K, 0% used [0x00000000d5e80000,0x00000000d5e80000,0x00000000d6100000)
ParOldGen total 110592K, used 110346K [0x0000000080000000, 0x0000000086c00000, 0x00000000d5580000)
object space 110592K, 99% used [0x0000000080000000,0x0000000086bc2b70,0x0000000086c00000)
Metaspace used 63825K, committed 65408K, reserved 1114112K
class space used 6742K, committed 7424K, reserved 1048576K
}
Event: 18.210 GC heap after
{Heap after GC invocations=184 (full 3):
PSYoungGen total 10752K, used 1472K [0x00000000d5580000, 0x00000000d6280000, 0x0000000100000000)
eden space 9216K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000d5e80000)
from space 1536K, 95% used [0x00000000d5e80000,0x00000000d5ff0190,0x00000000d6000000)
to space 2048K, 0% used [0x00000000d6080000,0x00000000d6080000,0x00000000d6280000)
ParOldGen total 112128K, used 112088K [0x0000000080000000, 0x0000000086d80000, 0x00000000d5580000)
object space 112128K, 99% used [0x0000000080000000,0x0000000086d76300,0x0000000086d80000)
Metaspace used 63825K, committed 65408K, reserved 1114112K
class space used 6742K, committed 7424K, reserved 1048576K
}
Event: 18.263 GC heap before
{Heap before GC invocations=185 (full 3):
PSYoungGen total 10752K, used 10688K [0x00000000d5580000, 0x00000000d6280000, 0x0000000100000000)
eden space 9216K, 100% used [0x00000000d5580000,0x00000000d5e80000,0x00000000d5e80000)
from space 1536K, 95% used [0x00000000d5e80000,0x00000000d5ff0190,0x00000000d6000000)
to space 2048K, 0% used [0x00000000d6080000,0x00000000d6080000,0x00000000d6280000)
ParOldGen total 112128K, used 112088K [0x0000000080000000, 0x0000000086d80000, 0x00000000d5580000)
object space 112128K, 99% used [0x0000000080000000,0x0000000086d76300,0x0000000086d80000)
Metaspace used 63993K, committed 65536K, reserved 1114112K
class space used 6751K, committed 7424K, reserved 1048576K
}
Event: 18.265 GC heap after
{Heap after GC invocations=185 (full 3):
PSYoungGen total 10752K, used 1216K [0x00000000d5580000, 0x00000000d6200000, 0x0000000100000000)
eden space 9216K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000d5e80000)
from space 1536K, 79% used [0x00000000d6080000,0x00000000d61b0040,0x00000000d6200000)
to space 1536K, 0% used [0x00000000d5e80000,0x00000000d5e80000,0x00000000d6000000)
ParOldGen total 113664K, used 113353K [0x0000000080000000, 0x0000000086f00000, 0x00000000d5580000)
object space 113664K, 99% used [0x0000000080000000,0x0000000086eb2598,0x0000000086f00000)
Metaspace used 63993K, committed 65536K, reserved 1114112K
class space used 6751K, committed 7424K, reserved 1048576K
}
Event: 18.307 GC heap before
{Heap before GC invocations=186 (full 3):
PSYoungGen total 10752K, used 10429K [0x00000000d5580000, 0x00000000d6200000, 0x0000000100000000)
eden space 9216K, 99% used [0x00000000d5580000,0x00000000d5e7f4f0,0x00000000d5e80000)
from space 1536K, 79% used [0x00000000d6080000,0x00000000d61b0040,0x00000000d6200000)
to space 1536K, 0% used [0x00000000d5e80000,0x00000000d5e80000,0x00000000d6000000)
ParOldGen total 113664K, used 113353K [0x0000000080000000, 0x0000000086f00000, 0x00000000d5580000)
object space 113664K, 99% used [0x0000000080000000,0x0000000086eb2598,0x0000000086f00000)
Metaspace used 64205K, committed 65792K, reserved 1114112K
class space used 6761K, committed 7424K, reserved 1048576K
}
Event: 19.310 GC heap after
{Heap after GC invocations=186 (full 3):
PSYoungGen total 10752K, used 1520K [0x00000000d5580000, 0x00000000d6480000, 0x0000000100000000)
eden space 9216K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000d5e80000)
from space 1536K, 98% used [0x00000000d5e80000,0x00000000d5ffc010,0x00000000d6000000)
to space 3072K, 0% used [0x00000000d6180000,0x00000000d6180000,0x00000000d6480000)
ParOldGen total 114688K, used 114589K [0x0000000080000000, 0x0000000087000000, 0x00000000d5580000)
object space 114688K, 99% used [0x0000000080000000,0x0000000086fe7618,0x0000000087000000)
Metaspace used 64205K, committed 65792K, reserved 1114112K
class space used 6761K, committed 7424K, reserved 1048576K
}
Event: 19.360 GC heap before
{Heap before GC invocations=187 (full 3):
PSYoungGen total 10752K, used 10736K [0x00000000d5580000, 0x00000000d6480000, 0x0000000100000000)
eden space 9216K, 100% used [0x00000000d5580000,0x00000000d5e80000,0x00000000d5e80000)
from space 1536K, 98% used [0x00000000d5e80000,0x00000000d5ffc010,0x00000000d6000000)
to space 3072K, 0% used [0x00000000d6180000,0x00000000d6180000,0x00000000d6480000)
ParOldGen total 114688K, used 114589K [0x0000000080000000, 0x0000000087000000, 0x00000000d5580000)
object space 114688K, 99% used [0x0000000080000000,0x0000000086fe7618,0x0000000087000000)
Metaspace used 64408K, committed 66048K, reserved 1114112K
class space used 6771K, committed 7488K, reserved 1048576K
}
Event: 19.363 GC heap after
{Heap after GC invocations=187 (full 3):
PSYoungGen total 10752K, used 1367K [0x00000000d5580000, 0x00000000d6300000, 0x0000000100000000)
eden space 9216K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000d5e80000)
from space 1536K, 89% used [0x00000000d6180000,0x00000000d62d5fb0,0x00000000d6300000)
to space 2048K, 0% used [0x00000000d5f00000,0x00000000d5f00000,0x00000000d6100000)
ParOldGen total 116224K, used 116005K [0x0000000080000000, 0x0000000087180000, 0x00000000d5580000)
object space 116224K, 99% used [0x0000000080000000,0x0000000087149648,0x0000000087180000)
Metaspace used 64408K, committed 66048K, reserved 1114112K
class space used 6771K, committed 7488K, reserved 1048576K
}
Event: 20.466 GC heap before
{Heap before GC invocations=188 (full 3):
PSYoungGen total 10752K, used 10583K [0x00000000d5580000, 0x00000000d6300000, 0x0000000100000000)
eden space 9216K, 100% used [0x00000000d5580000,0x00000000d5e80000,0x00000000d5e80000)
from space 1536K, 89% used [0x00000000d6180000,0x00000000d62d5fb0,0x00000000d6300000)
to space 2048K, 0% used [0x00000000d5f00000,0x00000000d5f00000,0x00000000d6100000)
ParOldGen total 116224K, used 116005K [0x0000000080000000, 0x0000000087180000, 0x00000000d5580000)
object space 116224K, 99% used [0x0000000080000000,0x0000000087149648,0x0000000087180000)
Metaspace used 64651K, committed 66304K, reserved 1114112K
class space used 6804K, committed 7552K, reserved 1048576K
}
Event: 20.469 GC heap after
{Heap after GC invocations=188 (full 3):
PSYoungGen total 10240K, used 832K [0x00000000d5580000, 0x00000000d6200000, 0x0000000100000000)
eden space 9216K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000d5e80000)
from space 1024K, 81% used [0x00000000d5f00000,0x00000000d5fd0000,0x00000000d6000000)
to space 1536K, 0% used [0x00000000d6080000,0x00000000d6080000,0x00000000d6200000)
ParOldGen total 117248K, used 117029K [0x0000000080000000, 0x0000000087280000, 0x00000000d5580000)
object space 117248K, 99% used [0x0000000080000000,0x0000000087249668,0x0000000087280000)
Metaspace used 64651K, committed 66304K, reserved 1114112K
class space used 6804K, committed 7552K, reserved 1048576K
}
Event: 20.506 GC heap before
{Heap before GC invocations=189 (full 3):
PSYoungGen total 10240K, used 10048K [0x00000000d5580000, 0x00000000d6200000, 0x0000000100000000)
eden space 9216K, 100% used [0x00000000d5580000,0x00000000d5e80000,0x00000000d5e80000)
from space 1024K, 81% used [0x00000000d5f00000,0x00000000d5fd0000,0x00000000d6000000)
to space 1536K, 0% used [0x00000000d6080000,0x00000000d6080000,0x00000000d6200000)
ParOldGen total 117248K, used 117029K [0x0000000080000000, 0x0000000087280000, 0x00000000d5580000)
object space 117248K, 99% used [0x0000000080000000,0x0000000087249668,0x0000000087280000)
Metaspace used 64823K, committed 66432K, reserved 1114112K
class space used 6808K, committed 7552K, reserved 1048576K
}
Event: 20.508 GC heap after
{Heap after GC invocations=189 (full 3):
PSYoungGen total 10240K, used 974K [0x00000000d5580000, 0x00000000d6180000, 0x0000000100000000)
eden space 9216K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000d5e80000)
from space 1024K, 95% used [0x00000000d6080000,0x00000000d6173ab8,0x00000000d6180000)
to space 1024K, 0% used [0x00000000d5f00000,0x00000000d5f00000,0x00000000d6000000)
ParOldGen total 117760K, used 117542K [0x0000000080000000, 0x0000000087300000, 0x00000000d5580000)
object space 117760K, 99% used [0x0000000080000000,0x00000000872c9948,0x0000000087300000)
Metaspace used 64823K, committed 66432K, reserved 1114112K
class space used 6808K, committed 7552K, reserved 1048576K
}
Event: 20.556 GC heap before
{Heap before GC invocations=190 (full 3):
PSYoungGen total 10240K, used 10190K [0x00000000d5580000, 0x00000000d6180000, 0x0000000100000000)
eden space 9216K, 100% used [0x00000000d5580000,0x00000000d5e80000,0x00000000d5e80000)
from space 1024K, 95% used [0x00000000d6080000,0x00000000d6173ab8,0x00000000d6180000)
to space 1024K, 0% used [0x00000000d5f00000,0x00000000d5f00000,0x00000000d6000000)
ParOldGen total 117760K, used 117542K [0x0000000080000000, 0x0000000087300000, 0x00000000d5580000)
object space 117760K, 99% used [0x0000000080000000,0x00000000872c9948,0x0000000087300000)
Metaspace used 65041K, committed 66624K, reserved 1114112K
class space used 6818K, committed 7552K, reserved 1048576K
}
Event: 20.558 GC heap after
{Heap after GC invocations=190 (full 3):
PSYoungGen total 10240K, used 820K [0x00000000d5580000, 0x00000000d6100000, 0x0000000100000000)
eden space 9216K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000d5e80000)
from space 1024K, 80% used [0x00000000d5f00000,0x00000000d5fcd298,0x00000000d6000000)
to space 1024K, 0% used [0x00000000d6000000,0x00000000d6000000,0x00000000d6100000)
ParOldGen total 118272K, used 118170K [0x0000000080000000, 0x0000000087380000, 0x00000000d5580000)
object space 118272K, 99% used [0x0000000080000000,0x0000000087366bf8,0x0000000087380000)
Metaspace used 65041K, committed 66624K, reserved 1114112K
class space used 6818K, committed 7552K, reserved 1048576K
}
Event: 20.585 GC heap before
{Heap before GC invocations=191 (full 3):
PSYoungGen total 10240K, used 10036K [0x00000000d5580000, 0x00000000d6100000, 0x0000000100000000)
eden space 9216K, 100% used [0x00000000d5580000,0x00000000d5e80000,0x00000000d5e80000)
from space 1024K, 80% used [0x00000000d5f00000,0x00000000d5fcd298,0x00000000d6000000)
to space 1024K, 0% used [0x00000000d6000000,0x00000000d6000000,0x00000000d6100000)
ParOldGen total 118272K, used 118170K [0x0000000080000000, 0x0000000087380000, 0x00000000d5580000)
object space 118272K, 99% used [0x0000000080000000,0x0000000087366bf8,0x0000000087380000)
Metaspace used 65186K, committed 66752K, reserved 1114112K
class space used 6827K, committed 7552K, reserved 1048576K
}
Event: 21.593 GC heap after
{Heap after GC invocations=191 (full 3):
PSYoungGen total 9728K, used 1016K [0x00000000d5580000, 0x00000000d6280000, 0x0000000100000000)
eden space 8704K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000d5e00000)
from space 1024K, 99% used [0x00000000d6000000,0x00000000d60fe1a8,0x00000000d6100000)
to space 2048K, 0% used [0x00000000d5e00000,0x00000000d5e00000,0x00000000d6000000)
ParOldGen total 118784K, used 118635K [0x0000000080000000, 0x0000000087400000, 0x00000000d5580000)
object space 118784K, 99% used [0x0000000080000000,0x00000000873dac28,0x0000000087400000)
Metaspace used 65186K, committed 66752K, reserved 1114112K
class space used 6827K, committed 7552K, reserved 1048576K
}
Event: 22.665 GC heap before
{Heap before GC invocations=192 (full 3):
PSYoungGen total 9728K, used 9720K [0x00000000d5580000, 0x00000000d6280000, 0x0000000100000000)
eden space 8704K, 100% used [0x00000000d5580000,0x00000000d5e00000,0x00000000d5e00000)
from space 1024K, 99% used [0x00000000d6000000,0x00000000d60fe1a8,0x00000000d6100000)
to space 2048K, 0% used [0x00000000d5e00000,0x00000000d5e00000,0x00000000d6000000)
ParOldGen total 118784K, used 118635K [0x0000000080000000, 0x0000000087400000, 0x00000000d5580000)
object space 118784K, 99% used [0x0000000080000000,0x00000000873dac28,0x0000000087400000)
Metaspace used 65543K, committed 67072K, reserved 1114112K
class space used 6849K, committed 7552K, reserved 1048576K
}
Event: 23.679 GC heap after
{Heap after GC invocations=192 (full 3):
PSYoungGen total 9728K, used 848K [0x00000000d5580000, 0x00000000d6100000, 0x0000000100000000)
eden space 8704K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000d5e00000)
from space 1024K, 82% used [0x00000000d5e00000,0x00000000d5ed4010,0x00000000d5f00000)
to space 1536K, 0% used [0x00000000d5f80000,0x00000000d5f80000,0x00000000d6100000)
ParOldGen total 119808K, used 119315K [0x0000000080000000, 0x0000000087500000, 0x00000000d5580000)
object space 119808K, 99% used [0x0000000080000000,0x0000000087484c38,0x0000000087500000)
Metaspace used 65543K, committed 67072K, reserved 1114112K
class space used 6849K, committed 7552K, reserved 1048576K
}
Dll operation events (10 events):
Event: 0.013 Loaded shared library c:\Users\hp\.antigravity\extensions\redhat.java-1.52.0-win32-x64\jre\21.0.9-win32-x86_64\bin\java.dll
Event: 0.082 Loaded shared library c:\Users\hp\.antigravity\extensions\redhat.java-1.52.0-win32-x64\jre\21.0.9-win32-x86_64\bin\zip.dll
Event: 0.108 Loaded shared library C:\Users\hp\.antigravity\extensions\redhat.java-1.52.0-win32-x64\jre\21.0.9-win32-x86_64\bin\instrument.dll
Event: 0.111 Loaded shared library C:\Users\hp\.antigravity\extensions\redhat.java-1.52.0-win32-x64\jre\21.0.9-win32-x86_64\bin\net.dll
Event: 0.113 Loaded shared library C:\Users\hp\.antigravity\extensions\redhat.java-1.52.0-win32-x64\jre\21.0.9-win32-x86_64\bin\nio.dll
Event: 0.115 Loaded shared library C:\Users\hp\.antigravity\extensions\redhat.java-1.52.0-win32-x64\jre\21.0.9-win32-x86_64\bin\zip.dll
Event: 0.128 Loaded shared library C:\Users\hp\.antigravity\extensions\redhat.java-1.52.0-win32-x64\jre\21.0.9-win32-x86_64\bin\jimage.dll
Event: 0.180 Loaded shared library c:\Users\hp\.antigravity\extensions\redhat.java-1.52.0-win32-x64\jre\21.0.9-win32-x86_64\bin\verify.dll
Event: 5.251 Loaded shared library C:\Users\hp\AppData\Roaming\Antigravity\User\globalStorage\redhat.java\1.52.0\config_win\org.eclipse.equinox.launcher\org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.1500.v20260121-1430\eclipse_11919.dll
Event: 6.667 Loaded shared library C:\Users\hp\AppData\Local\Temp\jna-3336\jna18225344471497972816.dll
Deoptimization events (20 events):
Event: 23.690 Thread 0x000001f3c2dbfcc0 DEOPT UNPACKING pc=0x000001f3eb224242 sp=0x000000c21f2fc690 mode 0
Event: 23.690 Thread 0x000001f3c2dbfcc0 DEOPT PACKING pc=0x000001f3e4b07b26 sp=0x000000c21f2fd1a0
Event: 23.690 Thread 0x000001f3c2dbfcc0 DEOPT UNPACKING pc=0x000001f3eb224242 sp=0x000000c21f2fc690 mode 0
Event: 23.691 Thread 0x000001f3c2dbfcc0 DEOPT PACKING pc=0x000001f3e4b078d8 sp=0x000000c21f2fd1a0
Event: 23.691 Thread 0x000001f3c2dbfcc0 DEOPT UNPACKING pc=0x000001f3eb224242 sp=0x000000c21f2fc680 mode 0
Event: 23.691 Thread 0x000001f3c2dbfcc0 DEOPT PACKING pc=0x000001f3e4b07b26 sp=0x000000c21f2fd1a0
Event: 23.691 Thread 0x000001f3c2dbfcc0 DEOPT UNPACKING pc=0x000001f3eb224242 sp=0x000000c21f2fc690 mode 0
Event: 23.691 Thread 0x000001f3c2dbfcc0 DEOPT PACKING pc=0x000001f3e4b07b26 sp=0x000000c21f2fd1a0
Event: 23.691 Thread 0x000001f3c2dbfcc0 DEOPT UNPACKING pc=0x000001f3eb224242 sp=0x000000c21f2fc690 mode 0
Event: 23.691 Thread 0x000001f3c2dbfcc0 DEOPT PACKING pc=0x000001f3e4b07b26 sp=0x000000c21f2fd1a0
Event: 23.691 Thread 0x000001f3c2dbfcc0 DEOPT UNPACKING pc=0x000001f3eb224242 sp=0x000000c21f2fc690 mode 0
Event: 23.691 Thread 0x000001f3c2dbfcc0 DEOPT PACKING pc=0x000001f3e4b07b26 sp=0x000000c21f2fd1a0
Event: 23.691 Thread 0x000001f3c2dbfcc0 DEOPT UNPACKING pc=0x000001f3eb224242 sp=0x000000c21f2fc690 mode 0
Event: 24.701 Thread 0x000001f3fea8dd90 DEOPT PACKING pc=0x000001f3e5398f4e sp=0x000000c21d5fdf80
Event: 24.701 Thread 0x000001f3c2ae8d00 DEOPT PACKING pc=0x000001f3e4b0787e sp=0x000000c21dcfd4f0
Event: 24.701 Thread 0x000001f3fea8dd90 DEOPT UNPACKING pc=0x000001f3eb224242 sp=0x000000c21d5fd558 mode 0
Event: 24.701 Thread 0x000001f3c2ae8d00 DEOPT UNPACKING pc=0x000001f3eb224242 sp=0x000000c21dcfc9d0 mode 0
Event: 24.722 Thread 0x000001f3fea8dd90 DEOPT PACKING pc=0x000001f3e53ad0d6 sp=0x000000c21d5fcc90
Event: 26.739 Thread 0x000001f3c2ae8d00 DEOPT PACKING pc=0x000001f3e5591de2 sp=0x000000c21dcfd620
Event: 26.739 Thread 0x000001f3c2ae8d00 DEOPT UNPACKING pc=0x000001f3eb224242 sp=0x000000c21dcfcad0 mode 0
Classes loaded (20 events):
Event: 13.411 Loading class java/util/concurrent/CompletableFuture$UniApply
Event: 13.411 Loading class java/util/concurrent/CompletableFuture$UniCompletion
Event: 13.412 Loading class java/util/concurrent/CompletableFuture$UniCompletion done
Event: 13.412 Loading class java/util/concurrent/CompletableFuture$UniApply done
Event: 13.412 Loading class java/util/concurrent/CompletableFuture$UniAccept
Event: 13.412 Loading class java/util/concurrent/CompletableFuture$UniAccept done
Event: 13.412 Loading class java/util/concurrent/CompletableFuture$UniExceptionally
Event: 13.412 Loading class java/util/concurrent/CompletableFuture$UniExceptionally done
Event: 13.474 Loading class java/util/Hashtable$KeySet
Event: 13.474 Loading class java/util/Hashtable$KeySet done
Event: 13.847 Loading class java/lang/UnsupportedClassVersionError
Event: 13.847 Loading class java/lang/UnsupportedClassVersionError done
Event: 16.755 Loading class java/util/stream/ReduceOps$4
Event: 16.756 Loading class java/util/stream/ReduceOps$4 done
Event: 16.756 Loading class java/util/stream/ReduceOps$4ReducingSink
Event: 16.756 Loading class java/util/stream/ReduceOps$4ReducingSink done
Event: 19.378 Loading class sun/nio/cs/ISO_8859_1$Decoder
Event: 19.379 Loading class sun/nio/cs/ISO_8859_1$Decoder done
Event: 23.725 Loading class jdk/internal/ref/CleanerImpl$InnocuousThreadFactory
Event: 24.717 Loading class jdk/internal/ref/CleanerImpl$InnocuousThreadFactory done
Classes unloaded (7 events):
Event: 7.203 Thread 0x000001f3e0b3e7c0 Unloading class 0x000001f3811a9400 'java/lang/invoke/LambdaForm$MH+0x000001f3811a9400'
Event: 7.203 Thread 0x000001f3e0b3e7c0 Unloading class 0x000001f3811a9000 'java/lang/invoke/LambdaForm$MH+0x000001f3811a9000'
Event: 7.203 Thread 0x000001f3e0b3e7c0 Unloading class 0x000001f3811a8c00 'java/lang/invoke/LambdaForm$MH+0x000001f3811a8c00'
Event: 7.203 Thread 0x000001f3e0b3e7c0 Unloading class 0x000001f3811a8800 'java/lang/invoke/LambdaForm$MH+0x000001f3811a8800'
Event: 7.203 Thread 0x000001f3e0b3e7c0 Unloading class 0x000001f3811a8400 'java/lang/invoke/LambdaForm$BMH+0x000001f3811a8400'
Event: 7.203 Thread 0x000001f3e0b3e7c0 Unloading class 0x000001f3811a8000 'java/lang/invoke/LambdaForm$DMH+0x000001f3811a8000'
Event: 7.203 Thread 0x000001f3e0b3e7c0 Unloading class 0x000001f3811a6c00 'java/lang/invoke/LambdaForm$DMH+0x000001f3811a6c00'
Classes redefined (0 events):
No events
Internal exceptions (20 events):
Event: 13.804 Thread 0x000001f3fea8f7d0 Exception <a 'java/lang/NoSuchMethodError'{0x00000000d5a32b80}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, int, long)'> (0x00000000d5a32b80)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773]
Event: 13.944 Thread 0x000001f3c2dbe910 Exception <a 'java/lang/NoSuchMethodError'{0x00000000d55b9110}: 'int java.lang.invoke.Invokers$Holder.invokeExact_MT(java.lang.Object, java.lang.Object)'> (0x00000000d55b9110)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773]
Event: 14.563 Thread 0x000001f3fea8dd90 Implicit null exception at 0x000001f3ebaa6426 to 0x000001f3ebaa69f4
Event: 16.093 Thread 0x000001f3c2dbe910 Exception <a 'java/lang/IncompatibleClassChangeError'{0x00000000d5e62350}: Found class java.lang.Object, but interface was expected> (0x00000000d5e62350)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 840]
Event: 16.093 Thread 0x000001f3c2dbfcc0 Exception <a 'java/lang/IncompatibleClassChangeError'{0x00000000d5e505e0}: Found class java.lang.Object, but interface was expected> (0x00000000d5e505e0)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 840]
Event: 16.760 Thread 0x000001f3c2dbe910 Exception <a 'java/lang/NoSuchMethodError'{0x00000000d59ea2c8}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeSpecialIFC(java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000d59ea2c8)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773]
Event: 16.760 Thread 0x000001f3c2dbfcc0 Exception <a 'java/lang/NoSuchMethodError'{0x00000000d59bf1e0}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeSpecialIFC(java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000d59bf1e0)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773]
Event: 16.760 Thread 0x000001f3fea8dd90 Exception <a 'java/lang/NoSuchMethodError'{0x00000000d59d1ce0}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeSpecialIFC(java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000d59d1ce0)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773]
Event: 16.790 Thread 0x000001f3c2dbfcc0 Exception <a 'java/lang/LinkageError'{0x00000000d5cf0b48}: loader lombok.launch.ShadowClassLoader @32161d1d attempted duplicate class definition for lombok.launch.PatchFixesHider$Delegate. (lombok.launch.PatchFixesHider$Delegate is in unnamed module of loader lombok.launch.ShadowClassLoader @32161d1d, parent loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @29bd0576)> (0x00000000d5cf0b48)
thrown [s\src\hotspot\share\classfile\systemDictionary.cpp, line 1682]
Event: 16.871 Thread 0x000001f3c2ae8d00 Exception <a 'java/lang/NoSuchMethodError'{0x00000000d56302d8}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeInterface(java.lang.Object, java.lang.Object)'> (0x00000000d56302d8)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773]
Event: 16.885 Thread 0x000001f3fea8dd90 Exception <a 'java/lang/NoSuchMethodError'{0x00000000d597d3b0}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, java.lang.Object, int, int)'> (0x00000000d597d3b0)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773]
Event: 16.886 Thread 0x000001f3fea8dd90 Exception <a 'java/lang/NoSuchMethodError'{0x00000000d5981970}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, int, int)'> (0x00000000d5981970)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773]
Event: 16.887 Thread 0x000001f3c3404120 Exception <a 'java/lang/NoSuchMethodError'{0x00000000d59f3a38}: 'void 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)'> (0x00000000d59f3a38)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773]
Event: 17.167 Thread 0x000001f3fea8dd90 Exception <a 'java/io/FileNotFoundException'{0x00000000d58de070}> (0x00000000d58de070)
thrown [s\src\hotspot\share\prims\jni.cpp, line 520]
Event: 17.168 Thread 0x000001f3fea8dd90 Exception <a 'java/io/FileNotFoundException'{0x00000000d59017a0}> (0x00000000d59017a0)
thrown [s\src\hotspot\share\prims\jni.cpp, line 520]
Event: 17.169 Thread 0x000001f3fea8dd90 Exception <a 'java/io/FileNotFoundException'{0x00000000d5902518}> (0x00000000d5902518)
thrown [s\src\hotspot\share\prims\jni.cpp, line 520]
Event: 17.626 Thread 0x000001f3c2dbfcc0 Exception <a 'java/lang/NoSuchMethodError'{0x00000000d5eb7e20}: 'void java.lang.invoke.DelegatingMethodHandle$Holder.reinvoke_L(java.lang.Object, java.lang.Object, java.lang.Object, int, java.lang.Object, int, int)'> (0x00000000d5eb7e20)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773]
Event: 17.823 Thread 0x000001f3c2dbfcc0 Exception <a 'java/lang/NoSuchMethodError'{0x00000000d5fc7330}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, java.lang.Object, int, java.lang.Object, java.lang.Object)'> (0x00000000d5fc7330)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773]
Event: 18.213 Thread 0x000001f3c2dbe910 Exception <a 'java/lang/LinkageError'{0x00000000d5e95fc8}: loader lombok.launch.ShadowClassLoader @7c652af9 attempted duplicate class definition for lombok.eclipse.EcjAugments. (lombok.eclipse.EcjAugments is in unnamed module of loader lombok.launch.ShadowClassLoader @7c652af9, parent loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @2ffd69ef)> (0x00000000d5e95fc8)
thrown [s\src\hotspot\share\classfile\systemDictionary.cpp, line 1682]
Event: 18.242 Thread 0x000001f3c2dbe910 Exception <a 'java/lang/LinkageError'{0x00000000d5870380}: loader lombok.launch.ShadowClassLoader @7c652af9 attempted duplicate class definition for lombok.launch.PatchFixesHider$ValPortal. (lombok.launch.PatchFixesHider$ValPortal is in unnamed module of loader lombok.launch.ShadowClassLoader @7c652af9, parent loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @2ffd69ef)> (0x00000000d5870380)
thrown [s\src\hotspot\share\classfile\systemDictionary.cpp, line 1682]
ZGC Phase Switch (0 events):
No events
VM Operations (20 events):
Event: 18.210 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done
Event: 18.263 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure)
Event: 18.265 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done
Event: 18.307 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure)
Event: 19.310 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done
Event: 19.343 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure)
Event: 19.363 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done
Event: 19.436 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure)
Event: 20.469 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done
Event: 20.506 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure)
Event: 20.508 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done
Event: 20.556 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure)
Event: 20.558 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done
Event: 20.585 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure)
Event: 21.593 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done
Event: 21.651 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure)
Event: 23.679 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done
Event: 24.685 Executing VM operation: Cleanup
Event: 24.716 Executing VM operation: Cleanup done
Event: 25.725 Executing VM operation: Cleanup
Memory protections (0 events):
No events
Nmethod flushes (20 events):
Event: 13.904 Thread 0x000001f3e0b3e7c0 flushing nmethod 0x000001f3e46a6590
Event: 13.904 Thread 0x000001f3e0b3e7c0 flushing nmethod 0x000001f3e46d3690
Event: 13.904 Thread 0x000001f3e0b3e7c0 flushing nmethod 0x000001f3e46d7d10
Event: 13.904 Thread 0x000001f3e0b3e7c0 flushing nmethod 0x000001f3e46e4310
Event: 13.904 Thread 0x000001f3e0b3e7c0 flushing nmethod 0x000001f3e4739210
Event: 13.904 Thread 0x000001f3e0b3e7c0 flushing nmethod 0x000001f3e4739d90
Event: 13.904 Thread 0x000001f3e0b3e7c0 flushing nmethod 0x000001f3e473a810
Event: 13.904 Thread 0x000001f3e0b3e7c0 flushing nmethod 0x000001f3e473b310
Event: 13.904 Thread 0x000001f3e0b3e7c0 flushing nmethod 0x000001f3e473b710
Event: 13.904 Thread 0x000001f3e0b3e7c0 flushing nmethod 0x000001f3e474b490
Event: 13.904 Thread 0x000001f3e0b3e7c0 flushing nmethod 0x000001f3e474b990
Event: 13.904 Thread 0x000001f3e0b3e7c0 flushing nmethod 0x000001f3e474c090
Event: 13.904 Thread 0x000001f3e0b3e7c0 flushing nmethod 0x000001f3e474c490
Event: 13.904 Thread 0x000001f3e0b3e7c0 flushing nmethod 0x000001f3e474c810
Event: 13.904 Thread 0x000001f3e0b3e7c0 flushing nmethod 0x000001f3e474cd90
Event: 13.904 Thread 0x000001f3e0b3e7c0 flushing nmethod 0x000001f3e474d190
Event: 13.904 Thread 0x000001f3e0b3e7c0 flushing nmethod 0x000001f3e474d710
Event: 13.904 Thread 0x000001f3e0b3e7c0 flushing nmethod 0x000001f3e474e210
Event: 13.904 Thread 0x000001f3e0b3e7c0 flushing nmethod 0x000001f3e474e590
Event: 13.904 Thread 0x000001f3e0b3e7c0 flushing nmethod 0x000001f3e474f790
Events (20 events):
Event: 9.263 Thread 0x000001f3c2dbefa0 Thread added: 0x000001f3c2dbfcc0
Event: 9.263 Thread 0x000001f3c2dc1d90 Thread added: 0x000001f3c2dc0350
Event: 9.264 Thread 0x000001f3c2dbfcc0 Thread added: 0x000001f3c2dbf630
Event: 9.266 Thread 0x000001f3c2dc0350 Thread added: 0x000001f3c2dc09e0
Event: 9.266 Thread 0x000001f3c2dbf630 Thread added: 0x000001f3c2dc1070
Event: 9.268 Thread 0x000001f3c2dc09e0 Thread added: 0x000001f3c2dc2420
Event: 10.930 Thread 0x000001f3f8a1e710 Thread exited: 0x000001f3f8a1e710
Event: 16.884 Thread 0x000001f3c2ae8d00 Thread added: 0x000001f3c34075a0
Event: 16.884 Thread 0x000001f3c2ae8d00 Thread added: 0x000001f3c3406880
Event: 16.884 Thread 0x000001f3c2ae8d00 Thread added: 0x000001f3c3404120
Event: 16.884 Thread 0x000001f3c2ae8d00 Thread added: 0x000001f3c34061f0
Event: 16.884 Thread 0x000001f3c2ae8d00 Thread added: 0x000001f3c3406f10
Event: 19.312 Thread 0x000001f3f87b3b10 Thread added: 0x000001f3c30017a0
Event: 20.470 Thread 0x000001f3f87b3b10 Thread added: 0x000001f3c3000a00
Event: 20.582 Thread 0x000001f3c3406880 Thread exited: 0x000001f3c3406880
Event: 20.582 Thread 0x000001f3c34061f0 Thread exited: 0x000001f3c34061f0
Event: 20.582 Thread 0x000001f3c3406f10 Thread exited: 0x000001f3c3406f10
Event: 20.582 Thread 0x000001f3c3404120 Thread exited: 0x000001f3c3404120
Event: 20.582 Thread 0x000001f3c34075a0 Thread exited: 0x000001f3c34075a0
Event: 24.717 Thread 0x000001f3c2dbfcc0 Thread added: 0x000001f3c27200e0
Dynamic libraries:
0x00007ff694950000 - 0x00007ff69495e000 c:\Users\hp\.antigravity\extensions\redhat.java-1.52.0-win32-x64\jre\21.0.9-win32-x86_64\bin\java.exe
0x00007ffd3c460000 - 0x00007ffd3c6c7000 C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ffd3afb0000 - 0x00007ffd3b079000 C:\WINDOWS\System32\KERNEL32.DLL
0x00007ffd39e00000 - 0x00007ffd3a1f1000 C:\WINDOWS\System32\KERNELBASE.dll
0x00007ffd398a0000 - 0x00007ffd399eb000 C:\WINDOWS\System32\ucrtbase.dll
0x00007ffcf8a40000 - 0x00007ffcf8a5e000 c:\Users\hp\.antigravity\extensions\redhat.java-1.52.0-win32-x64\jre\21.0.9-win32-x86_64\bin\VCRUNTIME140.dll
0x00007ffd0e680000 - 0x00007ffd0e698000 c:\Users\hp\.antigravity\extensions\redhat.java-1.52.0-win32-x64\jre\21.0.9-win32-x86_64\bin\jli.dll
0x00007ffd3a410000 - 0x00007ffd3a5d5000 C:\WINDOWS\System32\USER32.dll
0x00007ffd17ad0000 - 0x00007ffd17d63000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.26100.8037_none_3e092faae333b53b\COMCTL32.dll
0x00007ffd39d40000 - 0x00007ffd39d67000 C:\WINDOWS\System32\win32u.dll
0x00007ffd3abc0000 - 0x00007ffd3ac69000 C:\WINDOWS\System32\msvcrt.dll
0x00007ffd3ba10000 - 0x00007ffd3ba3b000 C:\WINDOWS\System32\GDI32.dll
0x00007ffd39b50000 - 0x00007ffd39c7b000 C:\WINDOWS\System32\gdi32full.dll
0x00007ffd399f0000 - 0x00007ffd39a93000 C:\WINDOWS\System32\msvcp_win.dll
0x00007ffd3ba40000 - 0x00007ffd3ba71000 C:\WINDOWS\System32\IMM32.DLL
0x00007ffd16b80000 - 0x00007ffd16b8c000 c:\Users\hp\.antigravity\extensions\redhat.java-1.52.0-win32-x64\jre\21.0.9-win32-x86_64\bin\vcruntime140_1.dll
0x00007ffc60b00000 - 0x00007ffc60b8d000 c:\Users\hp\.antigravity\extensions\redhat.java-1.52.0-win32-x64\jre\21.0.9-win32-x86_64\bin\msvcp140.dll
0x00007ffc401e0000 - 0x00007ffc40f80000 c:\Users\hp\.antigravity\extensions\redhat.java-1.52.0-win32-x64\jre\21.0.9-win32-x86_64\bin\server\jvm.dll
0x00007ffd3b720000 - 0x00007ffd3b7db000 C:\WINDOWS\System32\ADVAPI32.dll
0x00007ffd3b960000 - 0x00007ffd3ba07000 C:\WINDOWS\System32\sechost.dll
0x00007ffd3ba90000 - 0x00007ffd3bba8000 C:\WINDOWS\System32\RPCRT4.dll
0x00007ffd3aac0000 - 0x00007ffd3ab34000 C:\WINDOWS\System32\WS2_32.dll
0x00007ffd32310000 - 0x00007ffd32345000 C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ffd38bc0000 - 0x00007ffd38c1e000 C:\WINDOWS\SYSTEM32\POWRPROF.dll
0x00007ffd32350000 - 0x00007ffd3235b000 C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007ffd38ba0000 - 0x00007ffd38bb4000 C:\WINDOWS\SYSTEM32\UMPDC.dll
0x00007ffd37ab0000 - 0x00007ffd37acb000 C:\WINDOWS\SYSTEM32\kernel.appcore.dll
0x00007ffd11ac0000 - 0x00007ffd11aca000 c:\Users\hp\.antigravity\extensions\redhat.java-1.52.0-win32-x64\jre\21.0.9-win32-x86_64\bin\jimage.dll
0x00007ffd2d1f0000 - 0x00007ffd2d432000 C:\WINDOWS\SYSTEM32\DBGHELP.DLL
0x00007ffd3a5e0000 - 0x00007ffd3a962000 C:\WINDOWS\System32\combase.dll
0x00007ffd3b620000 - 0x00007ffd3b6f7000 C:\WINDOWS\System32\OLEAUT32.dll
0x00007ffd1b0e0000 - 0x00007ffd1b11b000 C:\WINDOWS\SYSTEM32\dbgcore.DLL
0x00007ffd39aa0000 - 0x00007ffd39b45000 C:\WINDOWS\System32\bcryptPrimitives.dll
0x00007ffd11710000 - 0x00007ffd1171f000 c:\Users\hp\.antigravity\extensions\redhat.java-1.52.0-win32-x64\jre\21.0.9-win32-x86_64\bin\instrument.dll
0x00007ffcc71b0000 - 0x00007ffcc71d0000 c:\Users\hp\.antigravity\extensions\redhat.java-1.52.0-win32-x64\jre\21.0.9-win32-x86_64\bin\java.dll
0x00007ffd3bc40000 - 0x00007ffd3c39f000 C:\WINDOWS\System32\SHELL32.dll
0x00007ffd38d40000 - 0x00007ffd38eaa000 C:\WINDOWS\System32\wintypes.dll
0x00007ffd38eb0000 - 0x00007ffd39714000 C:\WINDOWS\System32\windows.storage.dll
0x00007ffd3b090000 - 0x00007ffd3b187000 C:\WINDOWS\System32\SHCORE.dll
0x00007ffd3c3b0000 - 0x00007ffd3c417000 C:\WINDOWS\System32\shlwapi.dll
0x00007ffd38c60000 - 0x00007ffd38c89000 C:\WINDOWS\SYSTEM32\profapi.dll
0x00007ffcc05b0000 - 0x00007ffcc05c8000 c:\Users\hp\.antigravity\extensions\redhat.java-1.52.0-win32-x64\jre\21.0.9-win32-x86_64\bin\zip.dll
0x00007ffcf8fa0000 - 0x00007ffcf8fb0000 C:\Users\hp\.antigravity\extensions\redhat.java-1.52.0-win32-x64\jre\21.0.9-win32-x86_64\bin\net.dll
0x00007ffd2f640000 - 0x00007ffd2f767000 C:\WINDOWS\SYSTEM32\WINHTTP.dll
0x00007ffd38040000 - 0x00007ffd380ab000 C:\WINDOWS\system32\mswsock.dll
0x00007ffcb9b90000 - 0x00007ffcb9ba6000 C:\Users\hp\.antigravity\extensions\redhat.java-1.52.0-win32-x64\jre\21.0.9-win32-x86_64\bin\nio.dll
0x00007ffcf83f0000 - 0x00007ffcf8400000 c:\Users\hp\.antigravity\extensions\redhat.java-1.52.0-win32-x64\jre\21.0.9-win32-x86_64\bin\verify.dll
0x00007ffc60550000 - 0x00007ffc60595000 C:\Users\hp\AppData\Roaming\Antigravity\User\globalStorage\redhat.java\1.52.0\config_win\org.eclipse.equinox.launcher\org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.1500.v20260121-1430\eclipse_11919.dll
0x00007ffd3a200000 - 0x00007ffd3a395000 C:\WINDOWS\System32\ole32.dll
0x00007ffd38320000 - 0x00007ffd3833b000 C:\WINDOWS\SYSTEM32\CRYPTSP.dll
0x00007ffd37a10000 - 0x00007ffd37a49000 C:\WINDOWS\system32\rsaenh.dll
0x00007ffd380f0000 - 0x00007ffd38122000 C:\WINDOWS\SYSTEM32\USERENV.dll
0x00007ffd38c30000 - 0x00007ffd38c5a000 C:\WINDOWS\SYSTEM32\bcrypt.dll
0x00007ffd38340000 - 0x00007ffd3834c000 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
0x00007ffd373a0000 - 0x00007ffd373d3000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
0x00007ffd3a9f0000 - 0x00007ffd3a9fa000 C:\WINDOWS\System32\NSI.dll
0x00007ffc8ed00000 - 0x00007ffc8ed49000 C:\Users\hp\AppData\Local\Temp\jna-3336\jna18225344471497972816.dll
0x00007ffd3ba80000 - 0x00007ffd3ba88000 C:\WINDOWS\System32\PSAPI.DLL
0x00007ffd31710000 - 0x00007ffd3172d000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
0x00007ffd2f3c0000 - 0x00007ffd2f3e3000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
JVMTI agents:
c:\Users\hp\.antigravity\extensions\redhat.java-1.52.0-win32-x64\lombok\lombok-1.18.39-4050.jar path:c:\Users\hp\.antigravity\extensions\redhat.java-1.52.0-win32-x64\jre\21.0.9-win32-x86_64\bin\instrument.dll, loaded, initialized, instrumentlib options:none
dbghelp: loaded successfully - version: 4.0.5 - missing functions: none
symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;c:\Users\hp\.antigravity\extensions\redhat.java-1.52.0-win32-x64\jre\21.0.9-win32-x86_64\bin;C:\WINDOWS\SYSTEM32;C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.26100.8037_none_3e092faae333b53b;c:\Users\hp\.antigravity\extensions\redhat.java-1.52.0-win32-x64\jre\21.0.9-win32-x86_64\bin\server;C:\Users\hp\AppData\Roaming\Antigravity\User\globalStorage\redhat.java\1.52.0\config_win\org.eclipse.equinox.launcher\org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.1500.v20260121-1430;C:\Users\hp\AppData\Local\Temp\jna-3336
VM Arguments:
jvm_args: --add-modules=ALL-SYSTEM --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/sun.nio.fs=ALL-UNNAMED -Declipse.application=org.eclipse.jdt.ls.core.id1 -Dosgi.bundles.defaultStartLevel=4 -Declipse.product=org.eclipse.jdt.ls.core.product -Djava.import.generatesMetadataFilesAtProjectRoot=false -DDetectVMInstallationsJob.disabled=true -Dfile.encoding=utf8 -XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx2G -Xms100m -Xlog:disable -javaagent:c:\Users\hp\.antigravity\extensions\redhat.java-1.52.0-win32-x64\lombok\lombok-1.18.39-4050.jar -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=c:\Users\hp\AppData\Roaming\Antigravity\User\workspaceStorage\ec1dd92948409c9d922e4ce810f444f7\redhat.java -Daether.dependencyCollector.impl=bf
java_command: c:\Users\hp\.antigravity\extensions\redhat.java-1.52.0-win32-x64\server\plugins\org.eclipse.equinox.launcher_1.7.100.v20251111-0406.jar -configuration c:\Users\hp\AppData\Roaming\Antigravity\User\globalStorage\redhat.java\1.52.0\config_win -data c:\Users\hp\AppData\Roaming\Antigravity\User\workspaceStorage\ec1dd92948409c9d922e4ce810f444f7\redhat.java\jdt_ws --pipe=\\.\pipe\lsp-a15a1c76a4ce6bd2cdf3388c3a063653-sock
java_class_path (initial): c:\Users\hp\.antigravity\extensions\redhat.java-1.52.0-win32-x64\server\plugins\org.eclipse.equinox.launcher_1.7.100.v20251111-0406.jar
Launcher Type: SUN_STANDARD
[Global flags]
uintx AdaptiveSizePolicyWeight = 90 {product} {command line}
intx CICompilerCount = 4 {product} {ergonomic}
uintx GCTimeRatio = 4 {product} {command line}
bool HeapDumpOnOutOfMemoryError = true {manageable} {command line}
ccstr HeapDumpPath = c:\Users\hp\AppData\Roaming\Antigravity\User\workspaceStorage\ec1dd92948409c9d922e4ce810f444f7\redhat.java {manageable} {command line}
size_t InitialHeapSize = 104857600 {product} {command line}
size_t MaxHeapSize = 2147483648 {product} {command line}
size_t MaxNewSize = 715653120 {product} {ergonomic}
size_t MinHeapDeltaBytes = 524288 {product} {ergonomic}
size_t MinHeapSize = 104857600 {product} {command line}
size_t NewSize = 34603008 {product} {ergonomic}
uintx NonNMethodCodeHeapSize = 5839372 {pd product} {ergonomic}
uintx NonProfiledCodeHeapSize = 122909434 {pd product} {ergonomic}
size_t OldSize = 70254592 {product} {ergonomic}
uintx ProfiledCodeHeapSize = 122909434 {pd product} {ergonomic}
uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic}
bool SegmentedCodeCache = true {product} {ergonomic}
size_t SoftMaxHeapSize = 2147483648 {manageable} {ergonomic}
bool UseCompressedOops = true {product lp64_product} {ergonomic}
bool UseLargePagesIndividualAllocation = false {pd product} {ergonomic}
bool UseParallelGC = true {product} {command line}
Logging:
Log output configuration:
#0: stdout all=off uptime,level,tags foldmultilines=false
#1: stderr all=off uptime,level,tags foldmultilines=false
Release file:
JAVA_VERSION="21.0.9"
MODULES="java.base java.compiler java.datatransfer java.xml java.prefs java.desktop java.instrument java.logging java.management java.security.sasl java.naming java.rmi java.management.rmi java.net.http java.scripting java.security.jgss java.transaction.xa java.sql java.sql.rowset java.xml.crypto java.se java.smartcardio jdk.accessibility jdk.internal.jvmstat jdk.attach jdk.charsets jdk.internal.opt jdk.zipfs jdk.compiler jdk.crypto.ec jdk.crypto.cryptoki jdk.crypto.mscapi jdk.dynalink jdk.internal.ed jdk.editpad jdk.hotspot.agent jdk.httpserver jdk.internal.le jdk.internal.vm.ci jdk.internal.vm.compiler jdk.internal.vm.compiler.management jdk.jartool jdk.javadoc jdk.jcmd jdk.management jdk.management.agent jdk.jconsole jdk.jdeps jdk.jdwp.agent jdk.jdi jdk.jfr jdk.jshell jdk.jsobject jdk.jstatd jdk.localedata jdk.management.jfr jdk.naming.dns jdk.naming.rmi jdk.net jdk.nio.mapmode jdk.random jdk.sctp jdk.security.auth jdk.security.jgss jdk.unsupported jdk.unsupported.desktop jdk.xml.dom"
Environment Variables:
PATH=C:\Program Files\Common Files\Oracle\Java\javapath;C:\Python311\Scripts\;C:\Python311\;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\MinGW\bin;C:\Program Files\dotnet\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\ProgramData\chocolatey\bin;C:\Program Files\HP\HP One Agent;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\nodejs\;D:\flutter\bin;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLIV2\;C:\Users\hp\AppData\Local\Microsoft\WindowsApps;C:\Users\hp\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\hp\AppData\Local\Programs\Espanso;C:\Users\hp\AppData\Roaming\npm;D:\MongoDB setup\bin;C:\Users\hp\AppData\Local\Programs\Antigravity\bin
USERNAME=hp
OS=Windows_NT
PROCESSOR_IDENTIFIER=AMD64 Family 25 Model 80 Stepping 0, AuthenticAMD
TMP=C:\Users\hp\AppData\Local\Temp
TEMP=C:\Users\hp\AppData\Local\Temp
Periodic native trim disabled
--------------- S Y S T E M ---------------
OS:
Windows 11 , 64 bit Build 26100 (10.0.26100.7920)
OS uptime: 5 days 1:32 hours
Hyper-V role detected
CPU: total 12 (initial active 12) (12 cores per cpu, 2 threads per core) family 25 model 80 stepping 0 microcode 0xa500011, cx8, cmov, fxsr, ht, mmx, 3dnowpref, sse, sse2, sse3, ssse3, sse4a, sse4.1, sse4.2, popcnt, lzcnt, tsc, tscinvbit, avx, avx2, aes, erms, clmul, bmi1, bmi2, adx, sha, fma, vzeroupper, clflush, clflushopt, hv, rdtscp, rdpid, fsrm, f16c, cet_ss
Processor Information for processor 0
Max Mhz: 3301, Current Mhz: 3301, Mhz Limit: 3301
Processor Information for processor 1
Max Mhz: 3301, Current Mhz: 3301, Mhz Limit: 3301
Processor Information for processor 2
Max Mhz: 3301, Current Mhz: 3301, Mhz Limit: 3301
Processor Information for processor 3
Max Mhz: 3301, Current Mhz: 3301, Mhz Limit: 3301
Processor Information for processor 4
Max Mhz: 3301, Current Mhz: 3301, Mhz Limit: 3301
Processor Information for processor 5
Max Mhz: 3301, Current Mhz: 3301, Mhz Limit: 3301
Processor Information for processor 6
Max Mhz: 3301, Current Mhz: 3301, Mhz Limit: 3301
Processor Information for processor 7
Max Mhz: 3301, Current Mhz: 3301, Mhz Limit: 3301
Processor Information for processor 8
Max Mhz: 3301, Current Mhz: 3301, Mhz Limit: 3301
Processor Information for processor 9
Max Mhz: 3301, Current Mhz: 3301, Mhz Limit: 3301
Processor Information for processor 10
Max Mhz: 3301, Current Mhz: 2011, Mhz Limit: 3301
Processor Information for processor 11
Max Mhz: 3301, Current Mhz: 3301, Mhz Limit: 3301
Memory: 4k page, system-wide physical 7521M (1215M free)
TotalPageFile size 31073M (AvailPageFile size 21M)
current process WorkingSet (physical memory assigned to process): 317M, peak: 318M
current process commit charge ("private bytes"): 432M, peak: 433M
vm_info: OpenJDK 64-Bit Server VM (21.0.9+10-LTS) for windows-amd64 JRE (21.0.9+10-LTS), built on 2025-10-21T00:00:00Z by "admin" with unknown MS VC++:1942
END.