-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhs_err_pid12680.log
More file actions
746 lines (682 loc) · 55.4 KB
/
Copy pathhs_err_pid12680.log
File metadata and controls
746 lines (682 loc) · 55.4 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
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 1325936 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=12680, tid=12820
#
# JRE version: OpenJDK Runtime Environment Temurin-21.0.8+9 (21.0.8+9) (build 21.0.8+9-LTS)
# Java VM: OpenJDK 64-Bit Server VM Temurin-21.0.8+9 (21.0.8+9-LTS, 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: -Xmx64m -Xms64m -Dorg.gradle.appname=gradlew C:/Users/JyothiraravindhKumar/IdeaProjects/ciyex4/gradle/wrapper/gradle-wrapper.jar bootRun --args=--spring.profiles.active=dev
Host: 11th Gen Intel(R) Core(TM) i3-1125G4 @ 2.00GHz, 8 cores, 7G, Windows 11 , 64 bit Build 26100 (10.0.26100.7705)
Time: Mon Feb 16 14:51:09 2026 India Standard Time elapsed time: 4116.201306 seconds (0d 1h 8m 36s)
--------------- T H R E A D ---------------
Current thread (0x000002617f6d61e0): JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=12820, stack(0x0000009f6d400000,0x0000009f6d500000) (1024K)]
Current CompileTask:
C2:4116205 2404 4 org.gradle.internal.logging.console.BuildStatusRenderer::renderNow (43 bytes)
Stack: [0x0000009f6d400000,0x0000009f6d500000]
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x6d2449]
V [jvm.dll+0x8ae341]
V [jvm.dll+0x8b08be]
V [jvm.dll+0x8b0fa3]
V [jvm.dll+0x280c96]
V [jvm.dll+0xc581d]
V [jvm.dll+0xc5d53]
V [jvm.dll+0x3b9162]
V [jvm.dll+0x385315]
V [jvm.dll+0x38477a]
V [jvm.dll+0x248ed0]
V [jvm.dll+0x2484af]
V [jvm.dll+0x1c89ee]
V [jvm.dll+0x257d4d]
V [jvm.dll+0x2562ea]
V [jvm.dll+0x3f2d16]
V [jvm.dll+0x857e6b]
V [jvm.dll+0x6d0b0d]
C [ucrtbase.dll+0x37b0]
C [KERNEL32.DLL+0x2e8d7]
C [ntdll.dll+0x8c40c]
--------------- P R O C E S S ---------------
Threads class SMR info:
_java_thread_list=0x0000026154c422f0, length=12, elements={
0x0000026171f3c2b0, 0x000002617247dc50, 0x000002617f6a2850, 0x000002617f6a9850,
0x000002617f6ca830, 0x000002617f6cd5c0, 0x000002617f6cf4d0, 0x000002617f6d61e0,
0x000002617f6d99d0, 0x000002617f86cd30, 0x000002617f873980, 0x0000026154863e50
}
Java Threads: ( => current thread )
0x0000026171f3c2b0 JavaThread "main" [_thread_in_native, id=22424, stack(0x0000009f6c600000,0x0000009f6c700000) (1024K)]
0x000002617247dc50 JavaThread "Reference Handler" daemon [_thread_blocked, id=2988, stack(0x0000009f6ce00000,0x0000009f6cf00000) (1024K)]
0x000002617f6a2850 JavaThread "Finalizer" daemon [_thread_blocked, id=25560, stack(0x0000009f6cf00000,0x0000009f6d000000) (1024K)]
0x000002617f6a9850 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=27936, stack(0x0000009f6d000000,0x0000009f6d100000) (1024K)]
0x000002617f6ca830 JavaThread "Attach Listener" daemon [_thread_blocked, id=11300, stack(0x0000009f6d100000,0x0000009f6d200000) (1024K)]
0x000002617f6cd5c0 JavaThread "Service Thread" daemon [_thread_blocked, id=27532, stack(0x0000009f6d200000,0x0000009f6d300000) (1024K)]
0x000002617f6cf4d0 JavaThread "Monitor Deflation Thread" daemon [_thread_blocked, id=16804, stack(0x0000009f6d300000,0x0000009f6d400000) (1024K)]
=>0x000002617f6d61e0 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=12820, stack(0x0000009f6d400000,0x0000009f6d500000) (1024K)]
0x000002617f6d99d0 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=16780, stack(0x0000009f6d500000,0x0000009f6d600000) (1024K)]
0x000002617f86cd30 JavaThread "Notification Thread" daemon [_thread_blocked, id=29544, stack(0x0000009f6d600000,0x0000009f6d700000) (1024K)]
0x000002617f873980 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=30652, stack(0x0000009f6d700000,0x0000009f6d800000) (1024K)]
0x0000026154863e50 JavaThread "pool-1-thread-1" [_thread_blocked, id=27288, stack(0x0000009f6dc00000,0x0000009f6dd00000) (1024K)]
Total: 12
Other Threads:
0x0000026172471e90 VMThread "VM Thread" [id=4000, stack(0x0000009f6cd00000,0x0000009f6ce00000) (1024K)]
0x000002617f68d230 WatcherThread "VM Periodic Task Thread" [id=23028, stack(0x0000009f6cc00000,0x0000009f6cd00000) (1024K)]
0x00000261723dc050 WorkerThread "GC Thread#0" [id=6796, stack(0x0000009f6c700000,0x0000009f6c800000) (1024K)]
0x000002617f96c670 WorkerThread "GC Thread#1" [id=17904, stack(0x0000009f6d900000,0x0000009f6da00000) (1024K)]
0x000002617f96d290 WorkerThread "GC Thread#2" [id=21748, stack(0x0000009f6da00000,0x0000009f6db00000) (1024K)]
0x000002617f98dd90 WorkerThread "GC Thread#3" [id=4368, stack(0x0000009f6db00000,0x0000009f6dc00000) (1024K)]
0x0000026154897720 WorkerThread "GC Thread#4" [id=27772, stack(0x0000009f6dd00000,0x0000009f6de00000) (1024K)]
0x0000026154897ac0 WorkerThread "GC Thread#5" [id=29768, stack(0x0000009f6de00000,0x0000009f6df00000) (1024K)]
0x0000026154898200 WorkerThread "GC Thread#6" [id=16932, stack(0x0000009f6df00000,0x0000009f6e000000) (1024K)]
0x00000261548985a0 WorkerThread "GC Thread#7" [id=24092, stack(0x0000009f6e000000,0x0000009f6e100000) (1024K)]
0x00000261723de840 ConcurrentGCThread "G1 Main Marker" [id=21868, stack(0x0000009f6c800000,0x0000009f6c900000) (1024K)]
0x00000261723df340 WorkerThread "G1 Conc#0" [id=17988, stack(0x0000009f6c900000,0x0000009f6ca00000) (1024K)]
0x00000261724472b0 ConcurrentGCThread "G1 Refine#0" [id=10268, stack(0x0000009f6ca00000,0x0000009f6cb00000) (1024K)]
0x0000026172447e20 ConcurrentGCThread "G1 Service" [id=22108, stack(0x0000009f6cb00000,0x0000009f6cc00000) (1024K)]
Total: 14
Threads with active compile tasks:
C2 CompilerThread0 4116454 2404 4 org.gradle.internal.logging.console.BuildStatusRenderer::renderNow (43 bytes)
Total: 1
VM state: not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap address: 0x00000000fc000000, size: 64 MB, Compressed Oops mode: 32-bit
CDS archive(s) mapped at: [0x000002610f000000-0x000002610fc80000-0x000002610fc80000), size 13107200, SharedBaseAddress: 0x000002610f000000, ArchiveRelocationMode: 1.
Compressed class space mapped at: 0x0000026110000000-0x0000026150000000, reserved size: 1073741824
Narrow klass base: 0x000002610f000000, 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: 8 total, 8 available
Memory: 7834M
Large Page Support: Disabled
NUMA Support: Disabled
Compressed Oops: Enabled (32-bit)
Heap Region Size: 1M
Heap Min Capacity: 64M
Heap Initial Capacity: 64M
Heap Max Capacity: 64M
Pre-touch: Disabled
Parallel Workers: 8
Concurrent Workers: 2
Concurrent Refinement Workers: 8
Periodic GC: Disabled
Heap:
garbage-first heap total 65536K, used 30252K [0x00000000fc000000, 0x0000000100000000)
region size 1024K, 20 young (20480K), 2 survivors (2048K)
Metaspace used 9871K, committed 10176K, reserved 1114112K
class space used 1279K, committed 1408K, reserved 1048576K
Heap Regions: E=young(eden), S=young(survivor), O=old, HS=humongous(starts), HC=humongous(continues), CS=collection set, F=free, TAMS=top-at-mark-start, PB=parsable bottom
| 0|0x00000000fc000000, 0x00000000fc100000, 0x00000000fc100000|100%|HS| |TAMS 0x00000000fc000000| PB 0x00000000fc000000| Complete
| 1|0x00000000fc100000, 0x00000000fc200000, 0x00000000fc200000|100%|HC| |TAMS 0x00000000fc100000| PB 0x00000000fc100000| Complete
| 2|0x00000000fc200000, 0x00000000fc300000, 0x00000000fc300000|100%|HC| |TAMS 0x00000000fc200000| PB 0x00000000fc200000| Complete
| 3|0x00000000fc300000, 0x00000000fc400000, 0x00000000fc400000|100%| O| |TAMS 0x00000000fc300000| PB 0x00000000fc300000| Untracked
| 4|0x00000000fc400000, 0x00000000fc500000, 0x00000000fc500000|100%| O| |TAMS 0x00000000fc400000| PB 0x00000000fc400000| Untracked
| 5|0x00000000fc500000, 0x00000000fc600000, 0x00000000fc600000|100%| O| |TAMS 0x00000000fc500000| PB 0x00000000fc500000| Untracked
| 6|0x00000000fc600000, 0x00000000fc700000, 0x00000000fc700000|100%| O| |TAMS 0x00000000fc600000| PB 0x00000000fc600000| Untracked
| 7|0x00000000fc700000, 0x00000000fc800000, 0x00000000fc800000|100%| O| |TAMS 0x00000000fc700000| PB 0x00000000fc700000| Untracked
| 8|0x00000000fc800000, 0x00000000fc900000, 0x00000000fc900000|100%| O| |TAMS 0x00000000fc800000| PB 0x00000000fc800000| Untracked
| 9|0x00000000fc900000, 0x00000000fca00000, 0x00000000fca00000|100%| O| |TAMS 0x00000000fc900000| PB 0x00000000fc900000| Untracked
| 10|0x00000000fca00000, 0x00000000fcaf0fd8, 0x00000000fcb00000| 94%| O| |TAMS 0x00000000fca00000| PB 0x00000000fca00000| Untracked
| 11|0x00000000fcb00000, 0x00000000fcb00000, 0x00000000fcc00000| 0%| F| |TAMS 0x00000000fcb00000| PB 0x00000000fcb00000| Untracked
| 12|0x00000000fcc00000, 0x00000000fcc00000, 0x00000000fcd00000| 0%| F| |TAMS 0x00000000fcc00000| PB 0x00000000fcc00000| Untracked
| 13|0x00000000fcd00000, 0x00000000fcd00000, 0x00000000fce00000| 0%| F| |TAMS 0x00000000fcd00000| PB 0x00000000fcd00000| Untracked
| 14|0x00000000fce00000, 0x00000000fce00000, 0x00000000fcf00000| 0%| F| |TAMS 0x00000000fce00000| PB 0x00000000fce00000| Untracked
| 15|0x00000000fcf00000, 0x00000000fcf00000, 0x00000000fd000000| 0%| F| |TAMS 0x00000000fcf00000| PB 0x00000000fcf00000| Untracked
| 16|0x00000000fd000000, 0x00000000fd000000, 0x00000000fd100000| 0%| F| |TAMS 0x00000000fd000000| PB 0x00000000fd000000| Untracked
| 17|0x00000000fd100000, 0x00000000fd100000, 0x00000000fd200000| 0%| F| |TAMS 0x00000000fd100000| PB 0x00000000fd100000| Untracked
| 18|0x00000000fd200000, 0x00000000fd200000, 0x00000000fd300000| 0%| F| |TAMS 0x00000000fd200000| PB 0x00000000fd200000| Untracked
| 19|0x00000000fd300000, 0x00000000fd300000, 0x00000000fd400000| 0%| F| |TAMS 0x00000000fd300000| PB 0x00000000fd300000| Untracked
| 20|0x00000000fd400000, 0x00000000fd400000, 0x00000000fd500000| 0%| F| |TAMS 0x00000000fd400000| PB 0x00000000fd400000| Untracked
| 21|0x00000000fd500000, 0x00000000fd500000, 0x00000000fd600000| 0%| F| |TAMS 0x00000000fd500000| PB 0x00000000fd500000| Untracked
| 22|0x00000000fd600000, 0x00000000fd600000, 0x00000000fd700000| 0%| F| |TAMS 0x00000000fd600000| PB 0x00000000fd600000| Untracked
| 23|0x00000000fd700000, 0x00000000fd700000, 0x00000000fd800000| 0%| F| |TAMS 0x00000000fd700000| PB 0x00000000fd700000| Untracked
| 24|0x00000000fd800000, 0x00000000fd89a260, 0x00000000fd900000| 60%| S|CS|TAMS 0x00000000fd800000| PB 0x00000000fd800000| Complete
| 25|0x00000000fd900000, 0x00000000fd900000, 0x00000000fda00000| 0%| F| |TAMS 0x00000000fd900000| PB 0x00000000fd900000| Untracked
| 26|0x00000000fda00000, 0x00000000fdb00000, 0x00000000fdb00000|100%| S|CS|TAMS 0x00000000fda00000| PB 0x00000000fda00000| Complete
| 27|0x00000000fdb00000, 0x00000000fdb00000, 0x00000000fdc00000| 0%| F| |TAMS 0x00000000fdb00000| PB 0x00000000fdb00000| Untracked
| 28|0x00000000fdc00000, 0x00000000fdc00000, 0x00000000fdd00000| 0%| F| |TAMS 0x00000000fdc00000| PB 0x00000000fdc00000| Untracked
| 29|0x00000000fdd00000, 0x00000000fdd00000, 0x00000000fde00000| 0%| F| |TAMS 0x00000000fdd00000| PB 0x00000000fdd00000| Untracked
| 30|0x00000000fde00000, 0x00000000fde00000, 0x00000000fdf00000| 0%| F| |TAMS 0x00000000fde00000| PB 0x00000000fde00000| Untracked
| 31|0x00000000fdf00000, 0x00000000fdf00000, 0x00000000fe000000| 0%| F| |TAMS 0x00000000fdf00000| PB 0x00000000fdf00000| Untracked
| 32|0x00000000fe000000, 0x00000000fe000000, 0x00000000fe100000| 0%| F| |TAMS 0x00000000fe000000| PB 0x00000000fe000000| Untracked
| 33|0x00000000fe100000, 0x00000000fe100000, 0x00000000fe200000| 0%| F| |TAMS 0x00000000fe100000| PB 0x00000000fe100000| Untracked
| 34|0x00000000fe200000, 0x00000000fe200000, 0x00000000fe300000| 0%| F| |TAMS 0x00000000fe200000| PB 0x00000000fe200000| Untracked
| 35|0x00000000fe300000, 0x00000000fe300000, 0x00000000fe400000| 0%| F| |TAMS 0x00000000fe300000| PB 0x00000000fe300000| Untracked
| 36|0x00000000fe400000, 0x00000000fe400000, 0x00000000fe500000| 0%| F| |TAMS 0x00000000fe400000| PB 0x00000000fe400000| Untracked
| 37|0x00000000fe500000, 0x00000000fe500000, 0x00000000fe600000| 0%| F| |TAMS 0x00000000fe500000| PB 0x00000000fe500000| Untracked
| 38|0x00000000fe600000, 0x00000000fe600000, 0x00000000fe700000| 0%| F| |TAMS 0x00000000fe600000| PB 0x00000000fe600000| Untracked
| 39|0x00000000fe700000, 0x00000000fe700000, 0x00000000fe800000| 0%| F| |TAMS 0x00000000fe700000| PB 0x00000000fe700000| Untracked
| 40|0x00000000fe800000, 0x00000000fe800000, 0x00000000fe900000| 0%| F| |TAMS 0x00000000fe800000| PB 0x00000000fe800000| Untracked
| 41|0x00000000fe900000, 0x00000000fe900000, 0x00000000fea00000| 0%| F| |TAMS 0x00000000fe900000| PB 0x00000000fe900000| Untracked
| 42|0x00000000fea00000, 0x00000000fea00000, 0x00000000feb00000| 0%| F| |TAMS 0x00000000fea00000| PB 0x00000000fea00000| Untracked
| 43|0x00000000feb00000, 0x00000000feb00000, 0x00000000fec00000| 0%| F| |TAMS 0x00000000feb00000| PB 0x00000000feb00000| Untracked
| 44|0x00000000fec00000, 0x00000000fec00000, 0x00000000fed00000| 0%| F| |TAMS 0x00000000fec00000| PB 0x00000000fec00000| Untracked
| 45|0x00000000fed00000, 0x00000000fed00000, 0x00000000fee00000| 0%| F| |TAMS 0x00000000fed00000| PB 0x00000000fed00000| Untracked
| 46|0x00000000fee00000, 0x00000000fef00000, 0x00000000fef00000|100%| E| |TAMS 0x00000000fee00000| PB 0x00000000fee00000| Complete
| 47|0x00000000fef00000, 0x00000000ff000000, 0x00000000ff000000|100%| E|CS|TAMS 0x00000000fef00000| PB 0x00000000fef00000| Complete
| 48|0x00000000ff000000, 0x00000000ff100000, 0x00000000ff100000|100%| E|CS|TAMS 0x00000000ff000000| PB 0x00000000ff000000| Complete
| 49|0x00000000ff100000, 0x00000000ff200000, 0x00000000ff200000|100%| E|CS|TAMS 0x00000000ff100000| PB 0x00000000ff100000| Complete
| 50|0x00000000ff200000, 0x00000000ff300000, 0x00000000ff300000|100%| E|CS|TAMS 0x00000000ff200000| PB 0x00000000ff200000| Complete
| 51|0x00000000ff300000, 0x00000000ff400000, 0x00000000ff400000|100%| E|CS|TAMS 0x00000000ff300000| PB 0x00000000ff300000| Complete
| 52|0x00000000ff400000, 0x00000000ff500000, 0x00000000ff500000|100%| E|CS|TAMS 0x00000000ff400000| PB 0x00000000ff400000| Complete
| 53|0x00000000ff500000, 0x00000000ff600000, 0x00000000ff600000|100%| E|CS|TAMS 0x00000000ff500000| PB 0x00000000ff500000| Complete
| 54|0x00000000ff600000, 0x00000000ff700000, 0x00000000ff700000|100%| E|CS|TAMS 0x00000000ff600000| PB 0x00000000ff600000| Complete
| 55|0x00000000ff700000, 0x00000000ff800000, 0x00000000ff800000|100%| E|CS|TAMS 0x00000000ff700000| PB 0x00000000ff700000| Complete
| 56|0x00000000ff800000, 0x00000000ff900000, 0x00000000ff900000|100%| E|CS|TAMS 0x00000000ff800000| PB 0x00000000ff800000| Complete
| 57|0x00000000ff900000, 0x00000000ffa00000, 0x00000000ffa00000|100%| E|CS|TAMS 0x00000000ff900000| PB 0x00000000ff900000| Complete
| 58|0x00000000ffa00000, 0x00000000ffb00000, 0x00000000ffb00000|100%| E|CS|TAMS 0x00000000ffa00000| PB 0x00000000ffa00000| Complete
| 59|0x00000000ffb00000, 0x00000000ffc00000, 0x00000000ffc00000|100%| E|CS|TAMS 0x00000000ffb00000| PB 0x00000000ffb00000| Complete
| 60|0x00000000ffc00000, 0x00000000ffd00000, 0x00000000ffd00000|100%| E|CS|TAMS 0x00000000ffc00000| PB 0x00000000ffc00000| Complete
| 61|0x00000000ffd00000, 0x00000000ffe00000, 0x00000000ffe00000|100%| E|CS|TAMS 0x00000000ffd00000| PB 0x00000000ffd00000| Complete
| 62|0x00000000ffe00000, 0x00000000fff00000, 0x00000000fff00000|100%| E|CS|TAMS 0x00000000ffe00000| PB 0x00000000ffe00000| Complete
| 63|0x00000000fff00000, 0x0000000100000000, 0x0000000100000000|100%| E|CS|TAMS 0x00000000fff00000| PB 0x00000000fff00000| Complete
Card table byte_map: [0x0000026172120000,0x0000026172140000] _byte_map_base: 0x0000026171940000
Marking Bits: (CMBitMap*) 0x00000261723dd760
Bits: [0x000002617cbe0000, 0x000002617cce0000)
Polling page: 0x0000026171ef0000
Metaspace:
Usage:
Non-class: 8.39 MB used.
Class: 1.25 MB used.
Both: 9.64 MB used.
Virtual space:
Non-class space: 64.00 MB reserved, 8.56 MB ( 13%) committed, 1 nodes.
Class space: 1.00 GB reserved, 1.38 MB ( <1%) committed, 1 nodes.
Both: 1.06 GB reserved, 9.94 MB ( <1%) committed.
Chunk freelists:
Non-Class: 7.36 MB
Class: 14.48 MB
Both: 21.84 MB
MaxMetaspaceSize: unlimited
CompressedClassSpaceSize: 1.00 GB
Initial GC threshold: 21.00 MB
Current GC threshold: 21.00 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: 0.
num_arena_births: 238.
num_arena_deaths: 0.
num_vsnodes_births: 2.
num_vsnodes_deaths: 0.
num_space_committed: 159.
num_space_uncommitted: 0.
num_chunks_returned_to_freelist: 0.
num_chunks_taken_from_freelist: 541.
num_chunk_merges: 0.
num_chunk_splits: 348.
num_chunks_enlarged: 244.
num_inconsistent_stats: 0.
CodeHeap 'non-profiled nmethods': size=120000Kb used=1543Kb max_used=1543Kb free=118456Kb
bounds [0x0000026107ad0000, 0x0000026107d40000, 0x000002610f000000]
CodeHeap 'profiled nmethods': size=120000Kb used=4226Kb max_used=4226Kb free=115773Kb
bounds [0x0000026100000000, 0x0000026100430000, 0x0000026107530000]
CodeHeap 'non-nmethods': size=5760Kb used=1532Kb max_used=1574Kb free=4227Kb
bounds [0x0000026107530000, 0x00000261077a0000, 0x0000026107ad0000]
CodeCache: size=245760Kb, used=7301Kb, max_used=7343Kb, free=238456Kb
total_blobs=2890, nmethods=2403, adapters=391, full_count=0
Compilation: enabled, stopped_count=0, restarted_count=0
Compilation events (20 events):
Event: 2643.588 Thread 0x000002617f6d61e0 nmethod 2394 0x0000026107c45990 code [0x0000026107c45d00, 0x0000026107c47718]
Event: 2954.343 Thread 0x000002617f6d61e0 2395 ! 4 java.io.FileOutputStream::write (47 bytes)
Event: 2954.399 Thread 0x000002617f6d61e0 nmethod 2395 0x0000026107c48a10 code [0x0000026107c48bc0, 0x0000026107c48d50]
Event: 3308.826 Thread 0x000002617f6d99d0 2396 3 java.lang.ref.ReferenceQueue::poll0 (65 bytes)
Event: 3308.878 Thread 0x000002617f6d99d0 nmethod 2396 0x000002610041f290 code [0x000002610041f460, 0x000002610041f958]
Event: 3429.346 Thread 0x000002617f6d61e0 2397 4 org.gradle.internal.logging.console.DefaultRedrawableLabel::redrawText (102 bytes)
Event: 3429.523 Thread 0x000002617f6d61e0 nmethod 2397 0x0000026107c48f90 code [0x0000026107c492c0, 0x0000026107c4aca8]
Event: 3613.499 Thread 0x000002617f6d99d0 2398 ! 3 org.gradle.internal.logging.console.AnsiConsole::flush (23 bytes)
Event: 3613.521 Thread 0x000002617f6d99d0 nmethod 2398 0x000002610041fa90 code [0x000002610041fc60, 0x000002610041fed8]
Event: 3613.529 Thread 0x000002617f6d99d0 2399 3 org.gradle.internal.logging.console.BuildStatusRenderer::renderNow (43 bytes)
Event: 3613.540 Thread 0x000002617f6d99d0 nmethod 2399 0x0000026100420010 code [0x0000026100420200, 0x0000026100420670]
Event: 3624.826 Thread 0x000002617f6d61e0 2400 ! 4 org.apache.commons.io.output.ProxyOutputStream::flush (17 bytes)
Event: 3624.894 Thread 0x000002617f6d61e0 nmethod 2400 0x0000026107c4c090 code [0x0000026107c4c300, 0x0000026107c4ccf0]
Event: 3626.221 Thread 0x000002617f6d61e0 2401 4 org.gradle.internal.logging.console.AnsiConsole::redraw (64 bytes)
Event: 3626.313 Thread 0x000002617f6d61e0 nmethod 2401 0x0000026107c4d490 code [0x0000026107c4d7e0, 0x0000026107c4ee40]
Event: 3650.421 Thread 0x000002617f6d61e0 2402 4 java.io.OutputStreamWriter::flush (8 bytes)
Event: 3650.448 Thread 0x000002617f6d61e0 nmethod 2402 0x0000026107c4fc90 code [0x0000026107c4ff60, 0x0000026107c50ed0]
Event: 3670.433 Thread 0x000002617f6d61e0 2403 4 org.gradle.internal.time.MonotonicClock::advance (33 bytes)
Event: 3670.440 Thread 0x000002617f6d61e0 nmethod 2403 0x0000026107c51a90 code [0x0000026107c51c20, 0x0000026107c51d20]
Event: 4112.741 Thread 0x000002617f6d61e0 2404 4 org.gradle.internal.logging.console.BuildStatusRenderer::renderNow (43 bytes)
GC Heap History (20 events):
Event: 0.415 GC heap before
{Heap before GC invocations=0 (full 0):
garbage-first heap total 65536K, used 22528K [0x00000000fc000000, 0x0000000100000000)
region size 1024K, 23 young (23552K), 0 survivors (0K)
Metaspace used 1581K, committed 1792K, reserved 1114112K
class space used 149K, committed 256K, reserved 1048576K
}
Event: 0.418 GC heap after
{Heap after GC invocations=1 (full 0):
garbage-first heap total 65536K, used 1792K [0x00000000fc000000, 0x0000000100000000)
region size 1024K, 2 young (2048K), 2 survivors (2048K)
Metaspace used 1581K, committed 1792K, reserved 1114112K
class space used 149K, committed 256K, reserved 1048576K
}
Event: 1.137 GC heap before
{Heap before GC invocations=1 (full 0):
garbage-first heap total 65536K, used 37632K [0x00000000fc000000, 0x0000000100000000)
region size 1024K, 35 young (35840K), 2 survivors (2048K)
Metaspace used 8165K, committed 8448K, reserved 1114112K
class space used 1109K, committed 1216K, reserved 1048576K
}
Event: 1.143 GC heap after
{Heap after GC invocations=2 (full 0):
garbage-first heap total 65536K, used 11008K [0x00000000fc000000, 0x0000000100000000)
region size 1024K, 5 young (5120K), 5 survivors (5120K)
Metaspace used 8165K, committed 8448K, reserved 1114112K
class space used 1109K, committed 1216K, reserved 1048576K
}
Event: 67.957 GC heap before
{Heap before GC invocations=2 (full 0):
garbage-first heap total 65536K, used 42752K [0x00000000fc000000, 0x0000000100000000)
region size 1024K, 36 young (36864K), 5 survivors (5120K)
Metaspace used 9848K, committed 10112K, reserved 1114112K
class space used 1279K, committed 1408K, reserved 1048576K
}
Event: 68.042 GC heap after
{Heap after GC invocations=3 (full 0):
garbage-first heap total 65536K, used 12365K [0x00000000fc000000, 0x0000000100000000)
region size 1024K, 2 young (2048K), 2 survivors (2048K)
Metaspace used 9848K, committed 10112K, reserved 1114112K
class space used 1279K, committed 1408K, reserved 1048576K
}
Event: 115.642 GC heap before
{Heap before GC invocations=3 (full 0):
garbage-first heap total 65536K, used 46157K [0x00000000fc000000, 0x0000000100000000)
region size 1024K, 35 young (35840K), 2 survivors (2048K)
Metaspace used 9855K, committed 10112K, reserved 1114112K
class space used 1279K, committed 1408K, reserved 1048576K
}
Event: 115.674 GC heap after
{Heap after GC invocations=4 (full 0):
garbage-first heap total 65536K, used 11960K [0x00000000fc000000, 0x0000000100000000)
region size 1024K, 1 young (1024K), 1 survivors (1024K)
Metaspace used 9855K, committed 10112K, reserved 1114112K
class space used 1279K, committed 1408K, reserved 1048576K
}
Event: 369.228 GC heap before
{Heap before GC invocations=4 (full 0):
garbage-first heap total 65536K, used 49848K [0x00000000fc000000, 0x0000000100000000)
region size 1024K, 38 young (38912K), 1 survivors (1024K)
Metaspace used 9863K, committed 10176K, reserved 1114112K
class space used 1279K, committed 1408K, reserved 1048576K
}
Event: 369.254 GC heap after
{Heap after GC invocations=5 (full 0):
garbage-first heap total 65536K, used 11880K [0x00000000fc000000, 0x0000000100000000)
region size 1024K, 1 young (1024K), 1 survivors (1024K)
Metaspace used 9863K, committed 10176K, reserved 1114112K
class space used 1279K, committed 1408K, reserved 1048576K
}
Event: 426.631 GC heap before
{Heap before GC invocations=5 (full 0):
garbage-first heap total 65536K, used 49768K [0x00000000fc000000, 0x0000000100000000)
region size 1024K, 38 young (38912K), 1 survivors (1024K)
Metaspace used 9863K, committed 10176K, reserved 1114112K
class space used 1279K, committed 1408K, reserved 1048576K
}
Event: 426.790 GC heap after
{Heap after GC invocations=6 (full 0):
garbage-first heap total 65536K, used 11973K [0x00000000fc000000, 0x0000000100000000)
region size 1024K, 1 young (1024K), 1 survivors (1024K)
Metaspace used 9863K, committed 10176K, reserved 1114112K
class space used 1279K, committed 1408K, reserved 1048576K
}
Event: 878.292 GC heap before
{Heap before GC invocations=6 (full 0):
garbage-first heap total 65536K, used 49861K [0x00000000fc000000, 0x0000000100000000)
region size 1024K, 38 young (38912K), 1 survivors (1024K)
Metaspace used 9864K, committed 10176K, reserved 1114112K
class space used 1279K, committed 1408K, reserved 1048576K
}
Event: 878.357 GC heap after
{Heap after GC invocations=7 (full 0):
garbage-first heap total 65536K, used 12209K [0x00000000fc000000, 0x0000000100000000)
region size 1024K, 1 young (1024K), 1 survivors (1024K)
Metaspace used 9864K, committed 10176K, reserved 1114112K
class space used 1279K, committed 1408K, reserved 1048576K
}
Event: 2257.928 GC heap before
{Heap before GC invocations=7 (full 0):
garbage-first heap total 65536K, used 50097K [0x00000000fc000000, 0x0000000100000000)
region size 1024K, 38 young (38912K), 1 survivors (1024K)
Metaspace used 9864K, committed 10176K, reserved 1114112K
class space used 1279K, committed 1408K, reserved 1048576K
}
Event: 2257.969 GC heap after
{Heap after GC invocations=8 (full 0):
garbage-first heap total 65536K, used 11869K [0x00000000fc000000, 0x0000000100000000)
region size 1024K, 1 young (1024K), 1 survivors (1024K)
Metaspace used 9864K, committed 10176K, reserved 1114112K
class space used 1279K, committed 1408K, reserved 1048576K
}
Event: 3779.337 GC heap before
{Heap before GC invocations=8 (full 0):
garbage-first heap total 65536K, used 49757K [0x00000000fc000000, 0x0000000100000000)
region size 1024K, 38 young (38912K), 1 survivors (1024K)
Metaspace used 9871K, committed 10176K, reserved 1114112K
class space used 1279K, committed 1408K, reserved 1048576K
}
Event: 3779.369 GC heap after
{Heap after GC invocations=9 (full 0):
garbage-first heap total 65536K, used 11947K [0x00000000fc000000, 0x0000000100000000)
region size 1024K, 1 young (1024K), 1 survivors (1024K)
Metaspace used 9871K, committed 10176K, reserved 1114112K
class space used 1279K, committed 1408K, reserved 1048576K
}
Event: 3957.357 GC heap before
{Heap before GC invocations=9 (full 0):
garbage-first heap total 65536K, used 49835K [0x00000000fc000000, 0x0000000100000000)
region size 1024K, 38 young (38912K), 1 survivors (1024K)
Metaspace used 9871K, committed 10176K, reserved 1114112K
class space used 1279K, committed 1408K, reserved 1048576K
}
Event: 3957.545 GC heap after
{Heap after GC invocations=10 (full 0):
garbage-first heap total 65536K, used 12844K [0x00000000fc000000, 0x0000000100000000)
region size 1024K, 2 young (2048K), 2 survivors (2048K)
Metaspace used 9871K, committed 10176K, reserved 1114112K
class space used 1279K, committed 1408K, reserved 1048576K
}
Dll operation events (13 events):
Event: 0.010 Loaded shared library C:\Program Files\Eclipse Adoptium\jdk-21.0.8.9-hotspot\bin\java.dll
Event: 0.056 Loaded shared library C:\Program Files\Eclipse Adoptium\jdk-21.0.8.9-hotspot\bin\jsvml.dll
Event: 0.077 Loaded shared library C:\Program Files\Eclipse Adoptium\jdk-21.0.8.9-hotspot\bin\net.dll
Event: 0.080 Loaded shared library C:\Program Files\Eclipse Adoptium\jdk-21.0.8.9-hotspot\bin\nio.dll
Event: 0.084 Loaded shared library C:\Program Files\Eclipse Adoptium\jdk-21.0.8.9-hotspot\bin\zip.dll
Event: 0.423 Loaded shared library C:\Program Files\Eclipse Adoptium\jdk-21.0.8.9-hotspot\bin\jimage.dll
Event: 0.717 Loaded shared library C:\Program Files\Eclipse Adoptium\jdk-21.0.8.9-hotspot\bin\management.dll
Event: 0.720 Loaded shared library C:\Program Files\Eclipse Adoptium\jdk-21.0.8.9-hotspot\bin\management_ext.dll
Event: 0.754 Loaded shared library C:\Program Files\Eclipse Adoptium\jdk-21.0.8.9-hotspot\bin\verify.dll
Event: 0.763 Loaded shared library C:\Users\JyothiraravindhKumar\.gradle\native\1def1411415f61bf3af743bc5b6707747c0891f09f0c88961ee8f79bc544acac\windows-amd64\native-platform.dll
Event: 0.800 Loaded shared library C:\Users\JyothiraravindhKumar\.gradle\native\jansi\1.18\windows64\jansi.dll
Event: 0.980 Loaded shared library C:\Program Files\Eclipse Adoptium\jdk-21.0.8.9-hotspot\bin\extnet.dll
Event: 1.201 Loaded shared library C:\Program Files\Eclipse Adoptium\jdk-21.0.8.9-hotspot\bin\sunmscapi.dll
Deoptimization events (20 events):
Event: 538.437 Thread 0x0000026154863e50 Uncommon trap: trap_request=0xffffffd6 fr.pc=0x0000026107c2fe18 relative=0x0000000000000478
Event: 538.437 Thread 0x0000026154863e50 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0000026107c2fe18 method=java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.offer(Ljava/lang/Runnable;)Z @ 65 c2
Event: 538.437 Thread 0x0000026154863e50 DEOPT PACKING pc=0x0000026107c2fe18 sp=0x0000009f6dcff0d0
Event: 538.439 Thread 0x0000026154863e50 DEOPT UNPACKING pc=0x0000026107587da2 sp=0x0000009f6dcfefa0 mode 2
Event: 538.528 Thread 0x0000026154863e50 Uncommon trap: trap_request=0xffffffd6 fr.pc=0x0000026107c2fe18 relative=0x0000000000000478
Event: 538.528 Thread 0x0000026154863e50 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0000026107c2fe18 method=java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.offer(Ljava/lang/Runnable;)Z @ 65 c2
Event: 538.528 Thread 0x0000026154863e50 DEOPT PACKING pc=0x0000026107c2fe18 sp=0x0000009f6dcff0d0
Event: 538.528 Thread 0x0000026154863e50 DEOPT UNPACKING pc=0x0000026107587da2 sp=0x0000009f6dcfefa0 mode 2
Event: 538.623 Thread 0x0000026154863e50 Uncommon trap: trap_request=0xffffffd6 fr.pc=0x0000026107c2fe18 relative=0x0000000000000478
Event: 538.623 Thread 0x0000026154863e50 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0000026107c2fe18 method=java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.offer(Ljava/lang/Runnable;)Z @ 65 c2
Event: 538.623 Thread 0x0000026154863e50 DEOPT PACKING pc=0x0000026107c2fe18 sp=0x0000009f6dcff0d0
Event: 538.623 Thread 0x0000026154863e50 DEOPT UNPACKING pc=0x0000026107587da2 sp=0x0000009f6dcfefa0 mode 2
Event: 538.732 Thread 0x0000026154863e50 Uncommon trap: trap_request=0xffffffd6 fr.pc=0x0000026107c2fe18 relative=0x0000000000000478
Event: 538.732 Thread 0x0000026154863e50 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0000026107c2fe18 method=java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.offer(Ljava/lang/Runnable;)Z @ 65 c2
Event: 538.732 Thread 0x0000026154863e50 DEOPT PACKING pc=0x0000026107c2fe18 sp=0x0000009f6dcff0d0
Event: 538.732 Thread 0x0000026154863e50 DEOPT UNPACKING pc=0x0000026107587da2 sp=0x0000009f6dcfefa0 mode 2
Event: 3601.320 Thread 0x0000026154863e50 Uncommon trap: trap_request=0xffffff45 fr.pc=0x0000026107c25194 relative=0x0000000000006814
Event: 3601.323 Thread 0x0000026154863e50 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000026107c25194 method=org.gradle.internal.time.TimeFormatting.formatDurationTerse(J)Ljava/lang/String; @ 13 c2
Event: 3601.325 Thread 0x0000026154863e50 DEOPT PACKING pc=0x0000026107c25194 sp=0x0000009f6dcfef50
Event: 3601.328 Thread 0x0000026154863e50 DEOPT UNPACKING pc=0x0000026107587da2 sp=0x0000009f6dcfee00 mode 2
Classes loaded (20 events):
Event: 1.236 Loading class java/nio/channels/Pipe$SinkChannel done
Event: 1.236 Loading class sun/nio/ch/SinkChannelImpl done
Event: 1.237 Loading class sun/nio/ch/SelectionKeyImpl
Event: 1.238 Loading class java/nio/channels/spi/AbstractSelectionKey
Event: 1.238 Loading class java/nio/channels/SelectionKey
Event: 1.238 Loading class java/nio/channels/SelectionKey done
Event: 1.238 Loading class java/nio/channels/spi/AbstractSelectionKey done
Event: 1.238 Loading class sun/nio/ch/SelectionKeyImpl done
Event: 1.238 Loading class java/lang/invoke/ConstantBootstraps
Event: 1.238 Loading class java/lang/invoke/ConstantBootstraps done
Event: 1.247 Loading class java/nio/channels/spi/AbstractSelector$1
Event: 1.247 Loading class java/nio/channels/spi/AbstractSelector$1 done
Event: 1.270 Loading class java/util/concurrent/Executors$AutoShutdownDelegatedExecutorService
Event: 1.271 Loading class java/util/concurrent/Executors$AutoShutdownDelegatedExecutorService done
Event: 1.326 Loading class java/util/AbstractList$ListItr
Event: 1.327 Loading class java/util/AbstractList$ListItr done
Event: 1.992 Loading class java/lang/invoke/MethodHandle$1
Event: 1.993 Loading class java/lang/invoke/MethodHandle$1 done
Event: 63.630 Loading class java/lang/foreign/MemorySegment
Event: 63.673 Loading class java/lang/foreign/MemorySegment done
Classes unloaded (0 events):
No events
Classes redefined (0 events):
No events
Internal exceptions (20 events):
Event: 0.192 Thread 0x0000026171f3c2b0 Exception <a 'java/lang/NoSuchMethodError'{0x00000000ffc90028}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, java.lang.Object)'> (0x00000000ffc90028)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773]
Event: 0.591 Thread 0x0000026171f3c2b0 Exception <a 'java/lang/NoSuchMethodError'{0x00000000ff5c5968}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000ff5c5968)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773]
Event: 0.726 Thread 0x0000026171f3c2b0 Exception <a 'java/lang/NoSuchMethodError'{0x00000000fef5f528}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000fef5f528)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773]
Event: 0.734 Thread 0x0000026171f3c2b0 Implicit null exception at 0x0000026107b3afbc to 0x0000026107b3b5f8
Event: 0.772 Thread 0x0000026171f3c2b0 Exception <a 'java/lang/NoSuchMethodError'{0x00000000fed6da68}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, java.lang.Object, int)'> (0x00000000fed6da68)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773]
Event: 0.773 Thread 0x0000026171f3c2b0 Exception <a 'java/lang/NoSuchMethodError'{0x00000000fed79218}: 'void java.lang.invoke.DelegatingMethodHandle$Holder.delegate(java.lang.Object, java.lang.Object, int, java.lang.Object)'> (0x00000000fed79218)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773]
Event: 0.858 Thread 0x0000026171f3c2b0 Exception <a 'java/lang/NoSuchMethodError'{0x00000000fe990628}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.newInvokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000fe990628)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773]
Event: 0.867 Thread 0x0000026171f3c2b0 Exception <a 'java/lang/NoSuchMethodError'{0x00000000fe9f4bc8}: 'java.lang.Object java.lang.invoke.Invokers$Holder.invokeExact_MT(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000fe9f4bc8)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773]
Event: 0.872 Thread 0x0000026171f3c2b0 Exception <a 'java/lang/NoSuchMethodError'{0x00000000fe628278}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000fe628278)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773]
Event: 0.879 Thread 0x0000026171f3c2b0 Exception <a 'java/lang/NoSuchMethodError'{0x00000000fe66d980}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000fe66d980)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773]
Event: 0.984 Thread 0x0000026171f3c2b0 Exception <a 'java/lang/NoSuchMethodError'{0x00000000fe2109e0}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000fe2109e0)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773]
Event: 0.991 Thread 0x0000026171f3c2b0 Exception <a 'java/lang/NoSuchMethodError'{0x00000000fe231fc8}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000fe231fc8)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773]
Event: 0.993 Thread 0x0000026171f3c2b0 Exception <a 'java/lang/NoSuchMethodError'{0x00000000fe244e18}: 'java.lang.Object java.lang.invoke.Invokers$Holder.invokeExact_MT(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000fe244e18)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773]
Event: 1.045 Thread 0x0000026171f3c2b0 Exception <a 'java/lang/NoSuchMethodError'{0x00000000fe079d90}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000fe079d90)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773]
Event: 1.098 Thread 0x0000026171f3c2b0 Exception <a 'java/lang/NoSuchMethodError'{0x00000000fdecbb70}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000fdecbb70)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773]
Event: 1.113 Thread 0x0000026171f3c2b0 Exception <a 'java/lang/NoSuchMethodError'{0x00000000fdd5e0a0}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, int, int, int, int)'> (0x00000000fdd5e0a0)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773]
Event: 1.146 Thread 0x0000026171f3c2b0 Exception <a 'java/lang/NoSuchMethodError'{0x00000000fff2ecc8}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, java.lang.Object, int, int, int, int)'> (0x00000000fff2ecc8)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773]
Event: 1.172 Thread 0x0000026171f3c2b0 Implicit null exception at 0x0000026107b19ca4 to 0x0000026107b1a36c
Event: 1.172 Thread 0x0000026171f3c2b0 Implicit null exception at 0x0000026107b273a0 to 0x0000026107b279a4
Event: 1.175 Thread 0x0000026171f3c2b0 Exception <a 'java/lang/NoSuchMethodError'{0x00000000ffe9d0c0}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeInterface(java.lang.Object, java.lang.Object, java.lang.Object)'> (0x00000000ffe9d0c0)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773]
ZGC Phase Switch (0 events):
No events
VM Operations (20 events):
Event: 3779.331 Executing VM operation: G1CollectForAllocation (G1 Evacuation Pause)
Event: 3779.369 Executing VM operation: G1CollectForAllocation (G1 Evacuation Pause) done
Event: 3788.698 Executing VM operation: HandshakeAllThreads (HandshakeForDeflation)
Event: 3788.698 Executing VM operation: HandshakeAllThreads (HandshakeForDeflation) done
Event: 3788.698 Executing VM operation: RendezvousGCThreads
Event: 3788.698 Executing VM operation: RendezvousGCThreads done
Event: 3909.101 Executing VM operation: HandshakeAllThreads (HandshakeForDeflation)
Event: 3909.114 Executing VM operation: HandshakeAllThreads (HandshakeForDeflation) done
Event: 3909.115 Executing VM operation: RendezvousGCThreads
Event: 3909.116 Executing VM operation: RendezvousGCThreads done
Event: 3957.344 Executing VM operation: G1CollectForAllocation (G1 Evacuation Pause)
Event: 3957.546 Executing VM operation: G1CollectForAllocation (G1 Evacuation Pause) done
Event: 3969.231 Executing VM operation: HandshakeAllThreads (HandshakeForDeflation)
Event: 3969.231 Executing VM operation: HandshakeAllThreads (HandshakeForDeflation) done
Event: 3969.232 Executing VM operation: RendezvousGCThreads
Event: 3969.232 Executing VM operation: RendezvousGCThreads done
Event: 4029.345 Executing VM operation: HandshakeAllThreads (HandshakeForDeflation)
Event: 4029.364 Executing VM operation: HandshakeAllThreads (HandshakeForDeflation) done
Event: 4029.365 Executing VM operation: RendezvousGCThreads
Event: 4029.369 Executing VM operation: RendezvousGCThreads done
Memory protections (0 events):
No events
Nmethod flushes (0 events):
No events
Events (14 events):
Event: 0.032 Thread 0x0000026171f3c2b0 Thread added: 0x0000026171f3c2b0
Event: 0.053 Thread 0x0000026171f3c2b0 Thread added: 0x000002617247dc50
Event: 0.053 Thread 0x0000026171f3c2b0 Thread added: 0x000002617f6a2850
Event: 0.053 Thread 0x0000026171f3c2b0 Thread added: 0x000002617f6a9850
Event: 0.053 Thread 0x0000026171f3c2b0 Thread added: 0x000002617f6ca830
Event: 0.053 Thread 0x0000026171f3c2b0 Thread added: 0x000002617f6cd5c0
Event: 0.053 Thread 0x0000026171f3c2b0 Thread added: 0x000002617f6cf4d0
Event: 0.053 Thread 0x0000026171f3c2b0 Thread added: 0x000002617f6d61e0
Event: 0.053 Thread 0x0000026171f3c2b0 Thread added: 0x000002617f6d99d0
Event: 0.071 Thread 0x0000026171f3c2b0 Thread added: 0x000002617f86cd30
Event: 0.073 Thread 0x0000026171f3c2b0 Thread added: 0x000002617f873980
Event: 0.412 Thread 0x000002617f6d99d0 Thread added: 0x000002617f9e7d50
Event: 0.818 Thread 0x0000026171f3c2b0 Thread added: 0x0000026154863e50
Event: 1.477 Thread 0x000002617f9e7d50 Thread exited: 0x000002617f9e7d50
Dynamic libraries:
0x00007ff7a8870000 - 0x00007ff7a887e000 C:\Program Files\Eclipse Adoptium\jdk-21.0.8.9-hotspot\bin\java.exe
0x00007ff9e1340000 - 0x00007ff9e15a8000 C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ff9e02d0000 - 0x00007ff9e0399000 C:\WINDOWS\System32\KERNEL32.DLL
0x00007ff9de060000 - 0x00007ff9de451000 C:\WINDOWS\System32\KERNELBASE.dll
0x00007ff9dde80000 - 0x00007ff9ddfcb000 C:\WINDOWS\System32\ucrtbase.dll
0x00007ff9bac30000 - 0x00007ff9bac48000 C:\Program Files\Eclipse Adoptium\jdk-21.0.8.9-hotspot\bin\jli.dll
0x00007ff9e03a0000 - 0x00007ff9e0566000 C:\WINDOWS\System32\USER32.dll
0x00007ff9ddd90000 - 0x00007ff9dddb7000 C:\WINDOWS\System32\win32u.dll
0x00007ff9e0570000 - 0x00007ff9e059b000 C:\WINDOWS\System32\GDI32.dll
0x00007ff9defb0000 - 0x00007ff9df0db000 C:\WINDOWS\System32\gdi32full.dll
0x00007ff9def00000 - 0x00007ff9defa3000 C:\WINDOWS\System32\msvcp_win.dll
0x00007ff9bac10000 - 0x00007ff9bac2e000 C:\Program Files\Eclipse Adoptium\jdk-21.0.8.9-hotspot\bin\VCRUNTIME140.dll
0x00007ff9bbbe0000 - 0x00007ff9bbe73000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.26100.7824_none_3e0870b2e3345462\COMCTL32.dll
0x00007ff9e06d0000 - 0x00007ff9e0779000 C:\WINDOWS\System32\msvcrt.dll
0x00007ff9e12c0000 - 0x00007ff9e12f1000 C:\WINDOWS\System32\IMM32.DLL
0x00007ff9bfd40000 - 0x00007ff9bfd4c000 C:\Program Files\Eclipse Adoptium\jdk-21.0.8.9-hotspot\bin\vcruntime140_1.dll
0x00007ff9893e0000 - 0x00007ff98946d000 C:\Program Files\Eclipse Adoptium\jdk-21.0.8.9-hotspot\bin\msvcp140.dll
0x00007ff8fcdd0000 - 0x00007ff8fdb67000 C:\Program Files\Eclipse Adoptium\jdk-21.0.8.9-hotspot\bin\server\jvm.dll
0x00007ff9e0e70000 - 0x00007ff9e0f24000 C:\WINDOWS\System32\ADVAPI32.dll
0x00007ff9e0620000 - 0x00007ff9e06c6000 C:\WINDOWS\System32\sechost.dll
0x00007ff9e0b40000 - 0x00007ff9e0c58000 C:\WINDOWS\System32\RPCRT4.dll
0x00007ff9e0de0000 - 0x00007ff9e0e54000 C:\WINDOWS\System32\WS2_32.dll
0x00007ff9ca370000 - 0x00007ff9ca37b000 C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007ff9dda70000 - 0x00007ff9ddace000 C:\WINDOWS\SYSTEM32\POWRPROF.dll
0x00007ff9d1bf0000 - 0x00007ff9d1c25000 C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ff9dda50000 - 0x00007ff9dda64000 C:\WINDOWS\SYSTEM32\UMPDC.dll
0x00007ff9dc850000 - 0x00007ff9dc86b000 C:\WINDOWS\SYSTEM32\kernel.appcore.dll
0x00007ff9bcac0000 - 0x00007ff9bcaca000 C:\Program Files\Eclipse Adoptium\jdk-21.0.8.9-hotspot\bin\jimage.dll
0x00007ff9db850000 - 0x00007ff9dba92000 C:\WINDOWS\SYSTEM32\DBGHELP.DLL
0x00007ff9e0f30000 - 0x00007ff9e12b6000 C:\WINDOWS\System32\combase.dll
0x00007ff9e0170000 - 0x00007ff9e0247000 C:\WINDOWS\System32\OLEAUT32.dll
0x00007ff9b9f00000 - 0x00007ff9b9f3b000 C:\WINDOWS\SYSTEM32\dbgcore.DLL
0x00007ff9dee50000 - 0x00007ff9deef5000 C:\WINDOWS\System32\bcryptPrimitives.dll
0x00007ff9b7450000 - 0x00007ff9b746f000 C:\Program Files\Eclipse Adoptium\jdk-21.0.8.9-hotspot\bin\java.dll
0x00007ff9dfa10000 - 0x00007ff9e0162000 C:\WINDOWS\System32\SHELL32.dll
0x00007ff9ddc20000 - 0x00007ff9ddd8a000 C:\WINDOWS\System32\wintypes.dll
0x00007ff9de5e0000 - 0x00007ff9dee43000 C:\WINDOWS\System32\windows.storage.dll
0x00007ff9e0780000 - 0x00007ff9e0876000 C:\WINDOWS\System32\SHCORE.dll
0x00007ff9df350000 - 0x00007ff9df3b7000 C:\WINDOWS\System32\shlwapi.dll
0x00007ff9ddb40000 - 0x00007ff9ddb69000 C:\WINDOWS\SYSTEM32\profapi.dll
0x00007ff97efd0000 - 0x00007ff97f0a7000 C:\Program Files\Eclipse Adoptium\jdk-21.0.8.9-hotspot\bin\jsvml.dll
0x00007ff9bb890000 - 0x00007ff9bb8a0000 C:\Program Files\Eclipse Adoptium\jdk-21.0.8.9-hotspot\bin\net.dll
0x00007ff9dc870000 - 0x00007ff9dc997000 C:\WINDOWS\SYSTEM32\WINHTTP.dll
0x00007ff9dced0000 - 0x00007ff9dcf3b000 C:\WINDOWS\system32\mswsock.dll
0x00007ff9b0910000 - 0x00007ff9b0926000 C:\Program Files\Eclipse Adoptium\jdk-21.0.8.9-hotspot\bin\nio.dll
0x00007ff9b7010000 - 0x00007ff9b7028000 C:\Program Files\Eclipse Adoptium\jdk-21.0.8.9-hotspot\bin\zip.dll
0x00007ff9baed0000 - 0x00007ff9baeda000 C:\Program Files\Eclipse Adoptium\jdk-21.0.8.9-hotspot\bin\management.dll
0x00007ff9bab40000 - 0x00007ff9bab4b000 C:\Program Files\Eclipse Adoptium\jdk-21.0.8.9-hotspot\bin\management_ext.dll
0x00007ff9df9d0000 - 0x00007ff9df9d8000 C:\WINDOWS\System32\PSAPI.DLL
0x00007ff9bb7e0000 - 0x00007ff9bb7f0000 C:\Program Files\Eclipse Adoptium\jdk-21.0.8.9-hotspot\bin\verify.dll
0x00007ff9798a0000 - 0x00007ff9798c7000 C:\Users\JyothiraravindhKumar\.gradle\native\1def1411415f61bf3af743bc5b6707747c0891f09f0c88961ee8f79bc544acac\windows-amd64\native-platform.dll
0x00007ff9d6040000 - 0x00007ff9d604a000 C:\Users\JyothiraravindhKumar\.gradle\native\jansi\1.18\windows64\jansi.dll
0x00007ff9dc050000 - 0x00007ff9dc084000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
0x00007ff9e0e60000 - 0x00007ff9e0e6a000 C:\WINDOWS\System32\NSI.dll
0x00007ff9ba4c0000 - 0x00007ff9ba4c9000 C:\Program Files\Eclipse Adoptium\jdk-21.0.8.9-hotspot\bin\extnet.dll
0x00007ff9dd2c0000 - 0x00007ff9dd2db000 C:\WINDOWS\SYSTEM32\CRYPTSP.dll
0x00007ff9dc7b0000 - 0x00007ff9dc7e9000 C:\WINDOWS\system32\rsaenh.dll
0x00007ff9dcf80000 - 0x00007ff9dcfab000 C:\WINDOWS\SYSTEM32\USERENV.dll
0x00007ff9ddb10000 - 0x00007ff9ddb3a000 C:\WINDOWS\SYSTEM32\bcrypt.dll
0x00007ff9dd120000 - 0x00007ff9dd12c000 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
0x00007ff9b9f40000 - 0x00007ff9b9f4e000 C:\Program Files\Eclipse Adoptium\jdk-21.0.8.9-hotspot\bin\sunmscapi.dll
0x00007ff9de460000 - 0x00007ff9de5d7000 C:\WINDOWS\System32\CRYPT32.dll
0x00007ff9dd420000 - 0x00007ff9dd450000 C:\WINDOWS\SYSTEM32\ncrypt.dll
0x00007ff9dd3d0000 - 0x00007ff9dd40f000 C:\WINDOWS\SYSTEM32\NTASN1.dll
0x00007ff9addb0000 - 0x00007ff9addb8000 C:\WINDOWS\system32\wshunix.dll
JVMTI agents: none
dbghelp: loaded successfully - version: 4.0.5 - missing functions: none
symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;C:\Program Files\Eclipse Adoptium\jdk-21.0.8.9-hotspot\bin;C:\WINDOWS\SYSTEM32;C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.26100.7824_none_3e0870b2e3345462;C:\Program Files\Eclipse Adoptium\jdk-21.0.8.9-hotspot\bin\server;C:\Users\JyothiraravindhKumar\.gradle\native\1def1411415f61bf3af743bc5b6707747c0891f09f0c88961ee8f79bc544acac\windows-amd64;C:\Users\JyothiraravindhKumar\.gradle\native\jansi\1.18\windows64
VM Arguments:
jvm_args: -Xmx64m -Xms64m -Dorg.gradle.appname=gradlew
java_command: C:/Users/JyothiraravindhKumar/IdeaProjects/ciyex4/gradle/wrapper/gradle-wrapper.jar bootRun --args=--spring.profiles.active=dev
java_class_path (initial): C:/Users/JyothiraravindhKumar/IdeaProjects/ciyex4/gradle/wrapper/gradle-wrapper.jar
Launcher Type: SUN_STANDARD
[Global flags]
intx CICompilerCount = 4 {product} {ergonomic}
uint ConcGCThreads = 2 {product} {ergonomic}
uint G1ConcRefinementThreads = 8 {product} {ergonomic}
size_t G1HeapRegionSize = 1048576 {product} {ergonomic}
uintx GCDrainStackTargetSize = 64 {product} {ergonomic}
size_t InitialHeapSize = 67108864 {product} {command line}
size_t MarkStackSize = 4194304 {product} {ergonomic}
size_t MaxHeapSize = 67108864 {product} {command line}
size_t MaxNewSize = 39845888 {product} {ergonomic}
size_t MinHeapDeltaBytes = 1048576 {product} {ergonomic}
size_t MinHeapSize = 67108864 {product} {command line}
uintx NonNMethodCodeHeapSize = 5839372 {pd product} {ergonomic}
uintx NonProfiledCodeHeapSize = 122909434 {pd product} {ergonomic}
uintx ProfiledCodeHeapSize = 122909434 {pd product} {ergonomic}
uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic}
bool SegmentedCodeCache = true {product} {ergonomic}
size_t SoftMaxHeapSize = 67108864 {manageable} {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:\Users\JyothiraravindhKumar\bin;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\local\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Users\JyothiraravindhKumar\bin;C:\Users\JyothiraravindhKumar\AppData\Roaming\Code\User\globalStorage\github.copilot-chat\debugCommand;C:\Users\JyothiraravindhKumar\AppData\Roaming\Code\User\globalStorage\github.copilot-chat\copilotCli;C:\Program Files\Eclipse Adoptium\jdk-21.0.8.9-hotspot\bin;C:\Python313\Scripts;C:\Python313;C:\Program Files\Common Files\Oracle\Java\javapath;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0;C:\windows\System32\OpenSSH;C:\src\flutter\bin;C:\Program Files\Git\cmd;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\dotnet;C:\Program Files\MySQL\MySQL Server 8.0\bin;C:\xampp\php;C:\composer;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\PostgreSQL\16\bin;C:\Program Files\nodejs;C:\ProgramData\chocolatey\bin;C:\Program Files\GitHub CLI;C:\Program Files\Tailscale;C:\Users\JyothiraravindhKumar\AppData\Local\Microsoft\WindowsApps;C:\Users\JyothiraravindhKumar\AppData\Roaming\npm;C:\Users\JyothiraravindhKumar\AppData\Local\Programs\Microsoft VS Code\bin;C:\Program Files\JetBrains\IntelliJ IDEA 2025.3.1\bin;C:\Users\JyothiraravindhKumar\AppData\Local\Python\bin;C:\Users\JyothiraravindhKumar\.vscode\extensions\vscjava.vscode-java-debug-0.58.5\bundled\scripts\noConfigScripts;C:\Program Files\Git\usr\bin\vendor_perl;C:\Program Files\Git\usr\bin\core_perl
USERNAME=JyothiraravindhKumar
SHELL=C:\Program Files\Git\usr\bin\bash.exe
DISPLAY=needs-to-be-defined
LANG=en_US.UTF-8
TERM=xterm-256color
TMPDIR=C:\Users\JYOTHI~1\AppData\Local\Temp
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 140 Stepping 1, GenuineIntel
TMP=C:\Users\JYOTHI~1\AppData\Local\Temp
TEMP=C:\Users\JYOTHI~1\AppData\Local\Temp
Periodic native trim disabled
--------------- S Y S T E M ---------------
OS:
Windows 11 , 64 bit Build 26100 (10.0.26100.7705)
OS uptime: 4 days 9:10 hours
Hyper-V role detected
CPU: total 8 (initial active 8) (4 cores per cpu, 2 threads per core) family 6 model 140 stepping 1 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, avx512f, avx512dq, avx512cd, avx512bw, avx512vl, sha, fma, vzeroupper, avx512_vpopcntdq, avx512_vpclmulqdq, avx512_vaes, avx512_vnni, clflush, clflushopt, clwb, avx512_vbmi2, avx512_vbmi, hv, rdtscp, rdpid, fsrm, gfni, avx512_bitalg, f16c, cet_ibt, cet_ss, avx512_ifma
Processor Information for processor 0
Max Mhz: 2001, Current Mhz: 2001, Mhz Limit: 2001
Processor Information for processor 1
Max Mhz: 2001, Current Mhz: 2001, Mhz Limit: 2001
Processor Information for processor 2
Max Mhz: 2001, Current Mhz: 2001, Mhz Limit: 2001
Processor Information for processor 3
Max Mhz: 2001, Current Mhz: 900, Mhz Limit: 2001
Processor Information for processor 4
Max Mhz: 2001, Current Mhz: 2001, Mhz Limit: 2001
Processor Information for processor 5
Max Mhz: 2001, Current Mhz: 2001, Mhz Limit: 2001
Processor Information for processor 6
Max Mhz: 2001, Current Mhz: 2001, Mhz Limit: 2001
Processor Information for processor 7
Max Mhz: 2001, Current Mhz: 900, Mhz Limit: 2001
Memory: 4k page, system-wide physical 7834M (548M free)
TotalPageFile size 31386M (AvailPageFile size 102M)
current process WorkingSet (physical memory assigned to process): 20M, peak: 113M
current process commit charge ("private bytes"): 176M, peak: 190M
vm_info: OpenJDK 64-Bit Server VM (21.0.8+9-LTS) for windows-amd64 JRE (21.0.8+9-LTS), built on 2025-07-15T00:00:00Z by "admin" with MS VC++ 17.7 (VS2022)
END.