-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhs_err_pid18740.log
869 lines (798 loc) · 76.6 KB
/
hs_err_pid18740.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
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
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffc37729a4d, pid=18740, tid=18964
#
# JRE version: Java(TM) SE Runtime Environment (22.0+36) (build 22+36-2370)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (22+36-2370, mixed mode, emulated-client, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# Problematic frame:
# V [jvm.dll+0x369a4d]
#
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# https://bugreport.java.com/bugreport/crash.jsp
#
--------------- S U M M A R Y ------------
Command Line: -XX:+ShowCodeDetailsInExceptionMessages -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:63966 -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=63965 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Djava.rmi.server.hostname=localhost -Dspring.jmx.enabled=true -Dmanagement.endpoints.jmx.exposure.include=* -Dspring.application.admin.enabled=true -XX:TieredStopAtLevel=1 -Dspring.boot.project.name=ZPOS -javaagent:E:\Software\sts-4.21.1.RELEASE\configuration\org.eclipse.osgi\259\0\.cp\lib\javaagent-shaded.jar -Dfile.encoding=UTF-8 -Dstdout.encoding=UTF-8 -Dstderr.encoding=UTF-8 com.zubayer.ZposApplication --spring.output.ansi.enabled=always
Host: AMD Ryzen 7 3700X 8-Core Processor , 16 cores, 31G, Windows 10 , 64 bit Build 19041 (10.0.19041.3636)
Time: Tue Apr 9 00:06:21 2024 Bangladesh Standard Time elapsed time: 6262.713628 seconds (0d 1h 44m 22s)
--------------- T H R E A D ---------------
Current thread (0x0000011b13609430): WorkerThread "GC Thread#4" [id=18964, stack(0x00000019f5800000,0x00000019f5900000) (1024K)]
Stack: [0x00000019f5800000,0x00000019f5900000], sp=0x00000019f58fde20, free space=1015k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x369a4d] (no source info available)
V [jvm.dll+0x317040] (no source info available)
V [jvm.dll+0x317642] (no source info available)
V [jvm.dll+0x317155] (no source info available)
V [jvm.dll+0x3f3e65] (no source info available)
V [jvm.dll+0x81d876] (no source info available)
V [jvm.dll+0x827571] (no source info available)
V [jvm.dll+0x36a1da] (no source info available)
V [jvm.dll+0x36a06a] (no source info available)
V [jvm.dll+0x372684] (no source info available)
V [jvm.dll+0x37299b] (no source info available)
V [jvm.dll+0x8a4337] (no source info available)
V [jvm.dll+0x81d50b] (no source info available)
V [jvm.dll+0x6e09e5] (no source info available)
C [ucrtbase.dll+0x21bb2] (no source info available)
C [KERNEL32.DLL+0x17344] (no source info available)
C [ntdll.dll+0x526b1] (no source info available)
JavaThread 0x0000011b13a4f4b0 (nid = 16100) was being processed
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j java.lang.invoke.DirectMethodHandle$Holder.newInvokeSpecial(Ljava/lang/Object;)Ljava/lang/Object;+15 java.base@22
J 76808 c1 jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance([Ljava/lang/Object;)Ljava/lang/Object; java.base@22 (130 bytes) @ 0x0000011abd302d04 [0x0000011abd302a00+0x0000000000000304]
J 76826 c1 java.lang.reflect.Constructor.newInstanceWithCaller([Ljava/lang/Object;ZLjava/lang/Class;)Ljava/lang/Object; java.base@22 (51 bytes) @ 0x0000011abd301c9c [0x0000011abd301bc0+0x00000000000000dc]
J 87013 c1 org.springframework.beans.BeanUtils.instantiateClass(Ljava/lang/reflect/Constructor;[Ljava/lang/Object;)Ljava/lang/Object; (208 bytes) @ 0x0000011abca40604 [0x0000011abca40080+0x0000000000000584]
J 92910 c1 org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(Lorg/springframework/beans/factory/support/RootBeanDefinition;Ljava/lang/String;Lorg/springframework/beans/factory/BeanFactory;)Ljava/lang/Object; (123 bytes) @ 0x0000011abcd4431c [0x0000011abcd43e40+0x00000000000004dc]
J 92909 c1 org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(Ljava/lang/String;Lorg/springframework/beans/factory/support/RootBeanDefinition;)Lorg/springframework/beans/BeanWrapper; (51 bytes) @ 0x0000011abcd45b74 [0x0000011abcd45ac0+0x00000000000000b4]
J 92293 c1 org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(Ljava/lang/String;Lorg/springframework/beans/factory/support/RootBeanDefinition;[Ljava/lang/Object;)Lorg/springframework/beans/BeanWrapper; (241 bytes) @ 0x0000011abcf5b8f4 [0x0000011abcf5b2c0+0x0000000000000634]
J 92378 c1 org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(Ljava/lang/String;Lorg/springframework/beans/factory/support/RootBeanDefinition;[Ljava/lang/Object;)Ljava/lang/Object; (469 bytes) @ 0x0000011abd7ccfac [0x0000011abd7cce00+0x00000000000001ac]
J 92386 c1 org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(Ljava/lang/String;Lorg/springframework/beans/factory/support/RootBeanDefinition;[Ljava/lang/Object;)Ljava/lang/Object; (214 bytes) @ 0x0000011abd7cb7ac [0x0000011abd7cb2c0+0x00000000000004ec]
J 92400 c1 org.springframework.beans.factory.support.AbstractBeanFactory$$Lambda+0x0000011acf28cc30.getObject()Ljava/lang/Object; (20 bytes) @ 0x0000011abd43d4bc [0x0000011abd43d420+0x000000000000009c]
J 92393 c1 org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(Ljava/lang/String;Lorg/springframework/beans/factory/ObjectFactory;)Ljava/lang/Object; (279 bytes) @ 0x0000011abd440d1c [0x0000011abd4409c0+0x000000000000035c]
J 77372 c1 org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(Ljava/lang/String;Ljava/lang/Class;[Ljava/lang/Object;Z)Ljava/lang/Object; (740 bytes) @ 0x0000011abc9281b4 [0x0000011abc927b40+0x0000000000000674]
J 83116 c1 org.springframework.beans.factory.support.AbstractBeanFactory.getBean(Ljava/lang/String;)Ljava/lang/Object; (9 bytes) @ 0x0000011abd50de14 [0x0000011abd50dda0+0x0000000000000074]
j org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons()V+152
j org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;)V+130
j org.springframework.context.support.AbstractApplicationContext.refresh()V+94
j org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh()V+1
j org.springframework.boot.SpringApplication.refresh(Lorg/springframework/context/ConfigurableApplicationContext;)V+1
j org.springframework.boot.SpringApplication.refreshContext(Lorg/springframework/context/ConfigurableApplicationContext;)V+16
j org.springframework.boot.SpringApplication.run([Ljava/lang/String;)Lorg/springframework/context/ConfigurableApplicationContext;+110
j org.springframework.boot.SpringApplication.run([Ljava/lang/Class;[Ljava/lang/String;)Lorg/springframework/context/ConfigurableApplicationContext;+9
j org.springframework.boot.SpringApplication.run(Ljava/lang/Class;[Ljava/lang/String;)Lorg/springframework/context/ConfigurableApplicationContext;+9
j com.zubayer.ZposApplication.main([Ljava/lang/String;)V+3
j java.lang.invoke.LambdaForm$DMH+0x0000011acf004c00.invokeStatic(Ljava/lang/Object;Ljava/lang/Object;)V+10 java.base@22
j java.lang.invoke.LambdaForm$MH+0x0000011acfaa8800.invoke(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+33 java.base@22
J 4447 c1 jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; java.base@22 (92 bytes) @ 0x0000011abd102d3c [0x0000011abd1029a0+0x000000000000039c]
J 4699 c1 java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; java.base@22 (108 bytes) @ 0x0000011abd15eaf4 [0x0000011abd15e900+0x00000000000001f4]
j org.springframework.boot.devtools.restart.RestartLauncher.run()V+47
v ~StubRoutines::call_stub 0x0000011abc5d100d
siginfo: EXCEPTION_ACCESS_VIOLATION (0xc0000005), reading address 0x00000d1ab2b29cf4
Registers:
RAX=0x000003ffffffffff, RBX=0x0000011b156c5948, RCX=0x0000000000000016, RDX=0x00000d1ab2b29cf4
RSP=0x00000019f58fde20, RBP=0x00000019f58fdfb0, RSI=0x00000019f4bfdc20, RDI=0xfffffffffffffff7
R8 =0x00007ffc37db9538, R9 =0x0000011ab2a96020, R10=0x0000000000000034, R11=0x00000019f58fe018
R12=0x0000011acd6ab430, R13=0x0000011acd6ab818, R14=0x0000000000000000, R15=0x0000011acd6ab440
RIP=0x00007ffc37729a4d, EFLAGS=0x0000000000010212
Register to memory mapping:
RAX=0x000003ffffffffff is an unknown value
RBX=0x0000011b156c5948 points into unknown readable memory: 0x00007ffc37db9538 | 38 95 db 37 fc 7f 00 00
RCX=0x0000000000000016 is an unknown value
RDX=0x00000d1ab2b29cf4 is an unknown value
RSP=0x00000019f58fde20 points into unknown readable memory: 0x00000019f58fde70 | 70 de 8f f5 19 00 00 00
RBP=0x00000019f58fdfb0 points into unknown readable memory: 0x0000011b156c5948 | 48 59 6c 15 1b 01 00 00
RSI=0x00000019f4bfdc20 is pointing into the stack for thread: 0x0000011b13a4f4b0
RDI=0xfffffffffffffff7 is an unknown value
R8 =0x00007ffc37db9538 jvm.dll
R9 =0x0000011ab2a96020 points into unknown readable memory: 0x00007ffc37dafd40 | 40 fd da 37 fc 7f 00 00
R10=0x0000000000000034 is an unknown value
R11=0x00000019f58fe018 points into unknown readable memory: 0x00007ffc376d7155 | 55 71 6d 37 fc 7f 00 00
R12=0x0000011acd6ab430 points into unknown readable memory: 0x0000000000000000 | 00 00 00 00 00 00 00 00
R13=0x0000011acd6ab818 points into unknown readable memory: 0x88000200a925a589 | 89 a5 25 a9 00 02 00 88
R14=0x0 is null
R15=0x0000011acd6ab440 points into unknown readable memory: 0x0000011acd6ab460 | 60 b4 6a cd 1a 01 00 00
Top of Stack: (sp=0x00000019f58fde20)
0x00000019f58fde20: 00000019f58fde70 0000011b156c5948
0x00000019f58fde30: 0000011b156c5948 00007ffc37729b14
0x00000019f58fde40: 00000019f58fe150 00007ffc376d7040
0x00000019f58fde50: 00000019f58fdf38 0000011b156c5948
0x00000019f58fde60: 0000000000000001 0000011b156c5948
0x00000019f58fde70: 0000011ace5047b8 0000001300000001
0x00000019f58fde80: 0000000000000032 00000001f58fdf0c
0x00000019f58fde90: 0000011ace440090 0000000000000000
0x00000019f58fdea0: 0000000000000000 00007ffc376d7642
0x00000019f58fdeb0: 00000019f4bfdc20 0000011b135e4b40
0x00000019f58fdec0: 0000011b135e4b40 0000011b156c5948
0x00000019f58fded0: 0000000f00000001 0000011ace099908
0x00000019f58fdee0: 0000011b13609430 0000011a00000003
0x00000019f58fdef0: 0000011ace5047b8 00000000000003d8
0x00000019f58fdf00: 0000011ace6ef9ef 00000000000000b8
0x00000019f58fdf10: 0000011ace099908 00007ffc37dae650
0x00000019f58fdf20: 00000019f58fe150 0000011b156c5948
0x00000019f58fdf30: 0000000300000003 0000011ace5047b8
0x00000019f58fdf40: 0000000000000063 0000000000000000
0x00000019f58fdf50: 0000011b156c5948 0000000000000001
0x00000019f58fdf60: 00000019f58fe150 0000011ace5047b8
0x00000019f58fdf70: 000000000000000e 0000000000000000
0x00000019f58fdf80: 0000000000000002 00007ffc376dca66
0x00000019f58fdf90: 0000011ace039af8 0000000600000014
0x00000019f58fdfa0: 0000000000000000 0000000000000005
0x00000019f58fdfb0: 0000011b156c5948 00007ffc37729b14
0x00000019f58fdfc0: 0000011b156c5948 0000011b156c5948
0x00000019f58fdfd0: 0000d5202da15968 0000000000000000
0x00000019f58fdfe0: 0000011b135ec580 00000000000003d8
0x00000019f58fdff0: 0000011acd6ab818 0000011b156c5948
0x00000019f58fe000: 0000000000000000 0000011b156c59f0
0x00000019f58fe010: 0000011b156c5948 00007ffc376d7155
Instructions: (pc=0x00007ffc37729a4d)
0x00007ffc3772994d: e8 48 8d 14 40 49 03 91 b8 05 00 00 0f b7 02 66
0x00007ffc3772995d: 89 44 24 38 0f b6 42 02 88 44 24 3a 0f b6 44 24
0x00007ffc3772996d: 39 84 c0 78 4d 49 8b 10 0f b6 c2 24 03 3c 03 75
0x00007ffc3772997d: 06 48 83 e2 fc eb 27 0f b7 44 24 38 4c 8b ca 48
0x00007ffc3772998d: 8b 4b 10 48 8d 54 24 40 66 89 44 24 40 0f b6 44
0x00007ffc3772999d: 24 3a 88 44 24 42 e8 98 0f ff ff 48 8b d0 48 2b
0x00007ffc377299ad: 15 26 2b 87 00 8b 0d 28 2b 87 00 48 d3 ea 89 17
0x00007ffc377299bd: eb 3b 3c fd 75 37 41 8b 89 18 02 00 00 49 8b 81
0x00007ffc377299cd: 10 02 00 00 48 d3 e0 8b 0d 26 b0 8d 00 4c 2b c0
0x00007ffc377299dd: 49 d3 e8 41 8b c0 48 8d 0c 40 49 8b 81 a8 05 00
0x00007ffc377299ed: 00 80 7c 01 01 fd 75 05 c6 44 01 01 ff 48 8b 4b
0x00007ffc377299fd: 10 e8 dd e8 fe ff 48 8b 5c 24 30 48 83 c4 20 5f
0x00007ffc37729a0d: c3 cc cc 48 89 5c 24 08 48 89 74 24 20 57 48 83
0x00007ffc37729a1d: ec 20 48 8b 3a 48 8b f2 48 8b d9 48 85 ff 0f 84
0x00007ffc37729a2d: e3 00 00 00 4c 8b 49 08 48 8b c7 41 8b 89 c8 05
0x00007ffc37729a3d: 00 00 48 d3 e8 48 8d 14 40 49 03 91 b8 05 00 00
0x00007ffc37729a4d: 0f b7 02 66 89 44 24 38 0f b6 42 02 88 44 24 3a
0x00007ffc37729a5d: 0f b6 44 24 39 84 c0 78 47 48 8b 0f 0f b6 c1 24
0x00007ffc37729a6d: 03 3c 03 75 0c 48 83 e1 fc 48 89 0e e9 8d 00 00
0x00007ffc37729a7d: 00 0f b7 44 24 38 48 8d 54 24 40 66 89 44 24 40
0x00007ffc37729a8d: 4c 8b c9 0f b6 44 24 3a 4c 8b c7 48 8b 4b 10 88
0x00007ffc37729a9d: 44 24 42 e8 9b 0e ff ff 48 8b c8 48 89 06 eb 5e
0x00007ffc37729aad: 3c fd 75 3b 41 8b 89 18 02 00 00 48 8b d7 49 8b
0x00007ffc37729abd: 81 10 02 00 00 48 d3 e0 8b 0d 35 af 8d 00 48 2b
0x00007ffc37729acd: d0 48 d3 ea 8b c2 48 8d 0c 40 49 8b 81 a8 05 00
0x00007ffc37729add: 00 80 7c 01 01 fd 75 17 c6 44 01 01 ff eb 10 3c
0x00007ffc37729aed: fc 75 0c 48 8b 4b 10 48 8b d6 e8 24 f2 ff ff 8b
0x00007ffc37729afd: 53 18 4c 8b c7 48 8b 4b 28 e8 e5 2e fb ff 48 8b
0x00007ffc37729b0d: 4b 10 e8 cc e7 fe ff 48 8b 5c 24 30 48 8b 74 24
0x00007ffc37729b1d: 48 48 83 c4 20 5f c3 cc cc cc cc cc cc cc cc cc
0x00007ffc37729b2d: cc cc cc 48 89 5c 24 20 56 48 83 ec 20 8b 02 48
0x00007ffc37729b3d: 8b f2 48 8b d9 85 c0 0f 84 08 01 00 00 8b 0d 90
Stack slot to memory mapping:
stack at sp + 0 slots: 0x00000019f58fde70 points into unknown readable memory: 0x0000011ace5047b8 | b8 47 50 ce 1a 01 00 00
stack at sp + 1 slots: 0x0000011b156c5948 points into unknown readable memory: 0x00007ffc37db9538 | 38 95 db 37 fc 7f 00 00
stack at sp + 2 slots: 0x0000011b156c5948 points into unknown readable memory: 0x00007ffc37db9538 | 38 95 db 37 fc 7f 00 00
stack at sp + 3 slots: 0x00007ffc37729b14 jvm.dll
stack at sp + 4 slots: 0x00000019f58fe150 points into unknown readable memory: 0x00000019f4bfdc18 | 18 dc bf f4 19 00 00 00
stack at sp + 5 slots: 0x00007ffc376d7040 jvm.dll
stack at sp + 6 slots: 0x00000019f58fdf38 points into unknown readable memory: 0x0000011ace5047b8 | b8 47 50 ce 1a 01 00 00
stack at sp + 7 slots: 0x0000011b156c5948 points into unknown readable memory: 0x00007ffc37db9538 | 38 95 db 37 fc 7f 00 00
--------------- P R O C E S S ---------------
Threads class SMR info:
_java_thread_list=0x0000011b16e77210, length=28, elements={
0x0000011acd4cad20, 0x0000011acd4cbc40, 0x0000011acd4cde30, 0x0000011acd4ced10,
0x0000011acd4d1780, 0x0000011acd4d21e0, 0x0000011acd4e59f0, 0x0000011acd57a120,
0x0000011acd62c370, 0x0000011acd655bd0, 0x0000011acd658380, 0x0000011b1324be40,
0x0000011b13497340, 0x0000011b134979b0, 0x0000011b13514120, 0x0000011b139e6060,
0x0000011b139f3f20, 0x0000011b13a10ae0, 0x0000011b16202ff0, 0x0000011b161fc060,
0x0000011b161fe7c0, 0x0000011b13a4cd50, 0x0000011b13a4f4b0, 0x0000011b13a4c6c0,
0x0000011b13a4da70, 0x0000011b13a4e100, 0x0000011b13a4e790, 0x0000011b16200890
}
Java Threads: ( => current thread )
0x0000011acd4cad20 JavaThread "Reference Handler" daemon [_thread_blocked, id=14516, stack(0x00000019f4300000,0x00000019f4400000) (1024K)]
0x0000011acd4cbc40 JavaThread "Finalizer" daemon [_thread_blocked, id=19372, stack(0x00000019f4400000,0x00000019f4500000) (1024K)]
0x0000011acd4cde30 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=11660, stack(0x00000019f4500000,0x00000019f4600000) (1024K)]
0x0000011acd4ced10 JavaThread "Attach Listener" daemon [_thread_blocked, id=20240, stack(0x00000019f4600000,0x00000019f4700000) (1024K)]
0x0000011acd4d1780 JavaThread "Service Thread" daemon [_thread_blocked, id=9852, stack(0x00000019f4700000,0x00000019f4800000) (1024K)]
0x0000011acd4d21e0 JavaThread "Monitor Deflation Thread" daemon [_thread_blocked, id=13828, stack(0x00000019f4800000,0x00000019f4900000) (1024K)]
0x0000011acd4e59f0 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=4664, stack(0x00000019f4900000,0x00000019f4a00000) (1024K)]
0x0000011acd57a120 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=3024, stack(0x00000019f4a00000,0x00000019f4b00000) (1024K)]
0x0000011acd62c370 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=988, stack(0x00000019f4d00000,0x00000019f4e00000) (1024K)]
0x0000011acd655bd0 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=15572, stack(0x00000019f4e00000,0x00000019f4f00000) (1024K)]
0x0000011acd658380 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=13044, stack(0x00000019f4f00000,0x00000019f5000000) (1024K)]
0x0000011b1324be40 JavaThread "Notification Thread" daemon [_thread_blocked, id=13620, stack(0x00000019f5000000,0x00000019f5100000) (1024K)]
0x0000011b13497340 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=14588, stack(0x00000019f5200000,0x00000019f5300000) (1024K)]
0x0000011b134979b0 JavaThread "RMI TCP Accept-63965" daemon [_thread_in_native, id=5980, stack(0x00000019f5300000,0x00000019f5400000) (1024K)]
0x0000011b13514120 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=8976, stack(0x00000019f5400000,0x00000019f5500000) (1024K)]
0x0000011b139e6060 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=9760, stack(0x00000019f6100000,0x00000019f6200000) (1024K)]
0x0000011b139f3f20 JavaThread "RMI TCP Connection(idle)" daemon [_thread_blocked, id=18224, stack(0x00000019f6200000,0x00000019f6300000) (1024K)]
0x0000011b13a10ae0 JavaThread "JMX server connection timeout 50" daemon [_thread_blocked, id=17280, stack(0x00000019f6300000,0x00000019f6400000) (1024K)]
0x0000011b16202ff0 JavaThread "Live Reload Server" daemon [_thread_in_native, id=20324, stack(0x00000019f7400000,0x00000019f7500000) (1024K)]
0x0000011b161fc060 JavaThread "DestroyJavaVM" [_thread_blocked, id=17972, stack(0x00000019f3b00000,0x00000019f3c00000) (1024K)]
0x0000011b161fe7c0 JavaThread "File Watcher" daemon [_thread_blocked, id=16292, stack(0x00000019f4c00000,0x00000019f4d00000) (1024K)]
0x0000011b13a4cd50 JavaThread "Thread-54" [_thread_blocked, id=4428, stack(0x00000019f3800000,0x00000019f3900000) (1024K)]
0x0000011b13a4f4b0 JavaThread "restartedMain" [_thread_blocked, id=16100, stack(0x00000019f4b00000,0x00000019f4c00000) (1024K)]
0x0000011b13a4c6c0 JavaThread "Catalina-utility-1" [_thread_blocked, id=10484, stack(0x00000019f6700000,0x00000019f6800000) (1024K)]
0x0000011b13a4da70 JavaThread "Catalina-utility-2" [_thread_blocked, id=1580, stack(0x00000019f6a00000,0x00000019f6b00000) (1024K)]
0x0000011b13a4e100 JavaThread "container-1" [_thread_blocked, id=13256, stack(0x00000019f6b00000,0x00000019f6c00000) (1024K)]
0x0000011b13a4e790 JavaThread "mssql-jdbc-shared-timer-core-14" daemon [_thread_blocked, id=20076, stack(0x00000019f6c00000,0x00000019f6d00000) (1024K)]
0x0000011b16200890 JavaThread "HikariPool-15 housekeeper" daemon [_thread_blocked, id=7084, stack(0x00000019f6d00000,0x00000019f6e00000) (1024K)]
Total: 28
Other Threads:
0x0000011acd4ad4c0 VMThread "VM Thread" [id=11448, stack(0x00000019f4200000,0x00000019f4300000) (1024K)]
0x0000011aca6a4f80 WatcherThread "VM Periodic Task Thread" [id=17040, stack(0x00000019f4100000,0x00000019f4200000) (1024K)]
0x0000011ab2b2fd50 WorkerThread "GC Thread#0" [id=3532, stack(0x00000019f3c00000,0x00000019f3d00000) (1024K)]
0x0000011b135ff030 WorkerThread "GC Thread#1" [id=17732, stack(0x00000019f5500000,0x00000019f5600000) (1024K)]
0x0000011b135ff3e0 WorkerThread "GC Thread#2" [id=3996, stack(0x00000019f5600000,0x00000019f5700000) (1024K)]
0x0000011b135ff790 WorkerThread "GC Thread#3" [id=18476, stack(0x00000019f5700000,0x00000019f5800000) (1024K)]
=>0x0000011b13609430 WorkerThread "GC Thread#4" [id=18964, stack(0x00000019f5800000,0x00000019f5900000) (1024K)]
0x0000011b1360a040 WorkerThread "GC Thread#5" [id=13792, stack(0x00000019f5900000,0x00000019f5a00000) (1024K)]
0x0000011b1360a7a0 WorkerThread "GC Thread#6" [id=13580, stack(0x00000019f5a00000,0x00000019f5b00000) (1024K)]
0x0000011b1360ab50 WorkerThread "GC Thread#7" [id=5416, stack(0x00000019f5b00000,0x00000019f5c00000) (1024K)]
0x0000011b1360a3f0 WorkerThread "GC Thread#8" [id=12704, stack(0x00000019f5c00000,0x00000019f5d00000) (1024K)]
0x0000011b1360af00 WorkerThread "GC Thread#9" [id=11836, stack(0x00000019f5d00000,0x00000019f5e00000) (1024K)]
0x0000011b1360b2b0 WorkerThread "GC Thread#10" [id=15188, stack(0x00000019f5e00000,0x00000019f5f00000) (1024K)]
0x0000011b1360b660 WorkerThread "GC Thread#11" [id=9272, stack(0x00000019f5f00000,0x00000019f6000000) (1024K)]
0x0000011b1360ba10 WorkerThread "GC Thread#12" [id=10896, stack(0x00000019f6600000,0x00000019f6700000) (1024K)]
0x0000011aca4b4070 ConcurrentGCThread "G1 Main Marker" [id=17516, stack(0x00000019f3d00000,0x00000019f3e00000) (1024K)]
0x0000011aca4b4a90 WorkerThread "G1 Conc#0" [id=2816, stack(0x00000019f3e00000,0x00000019f3f00000) (1024K)]
0x0000011b140d9850 WorkerThread "G1 Conc#1" [id=18988, stack(0x00000019f6800000,0x00000019f6900000) (1024K)]
0x0000011b140d7ad0 WorkerThread "G1 Conc#2" [id=15896, stack(0x00000019f6900000,0x00000019f6a00000) (1024K)]
0x0000011aca564750 ConcurrentGCThread "G1 Refine#0" [id=2292, stack(0x00000019f3f00000,0x00000019f4000000) (1024K)]
0x0000011aca5651e0 ConcurrentGCThread "G1 Service" [id=3812, stack(0x00000019f4000000,0x00000019f4100000) (1024K)]
Total: 21
Threads with active compile tasks:
Total: 0
VM state: at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
[0x00007ffc3802cbc8] Threads_lock - owner thread: 0x0000011acd4ad4c0
[0x00007ffc3802ccc8] Heap_lock - owner thread: 0x0000011b161fe7c0
Heap address: 0x0000000600c00000, size: 8180 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
CDS archive(s) mapped at: [0x0000011ace000000-0x0000011acec60000-0x0000011acec60000), size 12976128, SharedBaseAddress: 0x0000011ace000000, ArchiveRelocationMode: 1.
Compressed class space mapped at: 0x0000011acf000000-0x0000011b0f000000, reserved size: 1073741824
Narrow klass base: 0x0000011ace000000, Narrow klass shift: 0, Narrow klass range: 0x41000000
GC Precious Log:
CardTable entry size: 512
Card Set container configuration: InlinePtr #cards 4 size 8 Array Of Cards #cards 32 size 80 Howl #buckets 8 coarsen threshold 7372 Howl Bitmap #cards 1024 size 144 coarsen threshold 921 Card regions per heap region 1 cards per card region 8192
CPUs: 16 total, 16 available
Memory: 32718M
Large Page Support: Disabled
NUMA Support: Disabled
Compressed Oops: Enabled (Zero based)
Heap Region Size: 4M
Heap Min Capacity: 8M
Heap Initial Capacity: 512M
Heap Max Capacity: 8180M
Pre-touch: Disabled
Parallel Workers: 13
Concurrent Workers: 3
Concurrent Refinement Workers: 13
Periodic GC: Disabled
Heap:
garbage-first heap total reserved 8376320K, committed 110592K, used 92191K [0x0000000600c00000, 0x0000000800000000)
region size 4096K, 14 young (57344K), 1 survivors (4096K)
Metaspace used 89843K, committed 90752K, reserved 1179648K
class space used 12579K, committed 12992K, 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|0x0000000600c00000, 0x0000000601000000, 0x0000000601000000|100%| O| |TAMS 0x0000000601000000| PB 0x0000000600c00000| Untracked | 0
| 1|0x0000000601000000, 0x0000000601400000, 0x0000000601400000|100%| O| |TAMS 0x0000000601400000| PB 0x0000000601000000| Untracked | 0
| 2|0x0000000601400000, 0x00000006017ffff0, 0x0000000601800000| 99%| O| |TAMS 0x00000006017ffff0| PB 0x0000000601400000| Untracked | 0
| 3|0x0000000601800000, 0x0000000601c00000, 0x0000000601c00000|100%| O| |TAMS 0x0000000601c00000| PB 0x0000000601800000| Untracked | 0
| 4|0x0000000601c00000, 0x0000000601fffff8, 0x0000000602000000| 99%| O| |TAMS 0x0000000601fffff8| PB 0x0000000601c00000| Untracked | 0
| 5|0x0000000602000000, 0x00000006023fffb8, 0x0000000602400000| 99%| O| |TAMS 0x00000006023fffb8| PB 0x0000000602000000| Untracked | 0
| 6|0x0000000602400000, 0x000000060274c568, 0x0000000602800000| 82%| O| |TAMS 0x000000060274c568| PB 0x0000000602400000| Untracked | 0
| 7|0x0000000602800000, 0x0000000602800000, 0x0000000602c00000| 0%| F| |TAMS 0x0000000602800000| PB 0x0000000602800000| Untracked | 0
| 8|0x0000000602c00000, 0x0000000603000000, 0x0000000603000000|100%| O| |TAMS 0x0000000603000000| PB 0x0000000602c00000| Untracked | 0
| 9|0x0000000603000000, 0x0000000603400000, 0x0000000603400000|100%| O| |TAMS 0x0000000603400000| PB 0x0000000603000000| Untracked | 0
| 10|0x0000000603400000, 0x000000060340cd38, 0x0000000603800000| 1%| O| |TAMS 0x000000060340cd38| PB 0x0000000603400000| Untracked | 0
| 11|0x0000000603800000, 0x0000000603800000, 0x0000000603c00000| 0%| F| |TAMS 0x0000000603800000| PB 0x0000000603800000| Untracked | 0
| 12|0x0000000603c00000, 0x0000000603fb6bd0, 0x0000000604000000| 92%| S| |TAMS 0x0000000603c00000| PB 0x0000000603c00000| Complete | 0
| 13|0x0000000604000000, 0x0000000604400000, 0x0000000604400000|100%| E|CS|TAMS 0x0000000604000000| PB 0x0000000604000000| Complete | 0
| 14|0x0000000604400000, 0x0000000604800000, 0x0000000604800000|100%| E|CS|TAMS 0x0000000604400000| PB 0x0000000604400000| Complete | 0
| 15|0x0000000604800000, 0x0000000604aaea80, 0x0000000604c00000| 67%| E|CS|TAMS 0x0000000604800000| PB 0x0000000604800000| Complete | 0
| 16|0x0000000604c00000, 0x0000000605000000, 0x0000000605000000|100%| E|CS|TAMS 0x0000000604c00000| PB 0x0000000604c00000| Complete | 0
| 17|0x0000000605000000, 0x0000000605400000, 0x0000000605400000|100%| E|CS|TAMS 0x0000000605000000| PB 0x0000000605000000| Complete | 0
| 18|0x0000000605400000, 0x0000000605800000, 0x0000000605800000|100%| E|CS|TAMS 0x0000000605400000| PB 0x0000000605400000| Complete | 0
| 19|0x0000000605800000, 0x0000000605c00000, 0x0000000605c00000|100%| E|CS|TAMS 0x0000000605800000| PB 0x0000000605800000| Complete | 0
| 20|0x0000000605c00000, 0x0000000606000000, 0x0000000606000000|100%| E|CS|TAMS 0x0000000605c00000| PB 0x0000000605c00000| Complete | 0
| 21|0x0000000606000000, 0x0000000606400000, 0x0000000606400000|100%| E|CS|TAMS 0x0000000606000000| PB 0x0000000606000000| Complete | 0
| 22|0x0000000606400000, 0x0000000606800000, 0x0000000606800000|100%| E|CS|TAMS 0x0000000606400000| PB 0x0000000606400000| Complete | 0
| 23|0x0000000606800000, 0x0000000606c00000, 0x0000000606c00000|100%| E|CS|TAMS 0x0000000606800000| PB 0x0000000606800000| Complete | 0
| 24|0x0000000606c00000, 0x0000000607000000, 0x0000000607000000|100%| E|CS|TAMS 0x0000000606c00000| PB 0x0000000606c00000| Complete | 0
| 25|0x0000000607000000, 0x0000000607400000, 0x0000000607400000|100%| E|CS|TAMS 0x0000000607000000| PB 0x0000000607000000| Complete | 0
| 26|0x0000000607400000, 0x0000000607800000, 0x0000000607800000|100%| E|CS|TAMS 0x0000000607400000| PB 0x0000000607400000| Complete | 0
Card table byte_map: [0x0000011ac1410000,0x0000011ac2410000] _byte_map_base: 0x0000011abe40a000
Marking Bits: (CMBitMap*) 0x0000011ab2b30370
Bits: [0x0000011ac2410000, 0x0000011aca3e0000)
Polling page: 0x0000011ab2850000
Metaspace:
Usage:
Non-class: 75.45 MB used.
Class: 12.28 MB used.
Both: 87.74 MB used.
Virtual space:
Non-class space: 128.00 MB reserved, 75.94 MB ( 59%) committed, 2 nodes.
Class space: 1.00 GB reserved, 12.69 MB ( 1%) committed, 1 nodes.
Both: 1.12 GB reserved, 88.62 MB ( 8%) committed.
Chunk freelists:
Non-Class: 3.80 MB
Class: 3.36 MB
Both: 7.16 MB
MaxMetaspaceSize: unlimited
CompressedClassSpaceSize: 1.00 GB
Initial GC threshold: 21.00 MB
Current GC threshold: 146.88 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: 6.
num_arena_births: 3876.
num_arena_deaths: 2708.
num_vsnodes_births: 3.
num_vsnodes_deaths: 0.
num_space_committed: 1460.
num_space_uncommitted: 30.
num_chunks_returned_to_freelist: 3565.
num_chunks_taken_from_freelist: 8502.
num_chunk_merges: 533.
num_chunk_splits: 4603.
num_chunks_enlarged: 3614.
num_inconsistent_stats: 0.
CodeCache: size=49152Kb used=18420Kb max_used=28645Kb free=30731Kb
bounds [0x0000011abc5d0000, 0x0000011abe1d0000, 0x0000011abf5d0000]
total_blobs=9799 nmethods=9005 adapters=717
compilation: enabled
stopped_count=0, restarted_count=0
full_count=0
Compilation events (20 events):
Event: 6207.762 Thread 0x0000011b17565800 102944 1 org.hibernate.metamodel.model.domain.internal.JpaMetamodelImpl::entity (43 bytes)
Event: 6207.762 Thread 0x0000011b175687b0 nmethod 102940 0x0000011abe0e6c90 code [0x0000011abe0e6e20, 0x0000011abe0e6f00]
Event: 6207.762 Thread 0x0000011b175687b0 102945 1 org.springframework.data.repository.query.parser.PartTree::getSort (11 bytes)
Event: 6207.762 Thread 0x0000011b17567340 nmethod 102943 0x0000011abd73ad10 code [0x0000011abd73aec0, 0x0000011abd73b0a0]
Event: 6207.762 Thread 0x0000011b17567340 102946 1 org.springframework.data.util.StreamUtils$$Lambda/0x0000011acf9ade30::apply (8 bytes)
Event: 6207.762 Thread 0x0000011b17566c70 nmethod 102933 0x0000011abd73a190 code [0x0000011abd73a380, 0x0000011abd73aae0]
Event: 6207.762 Thread 0x0000011b17565800 nmethod 102944 0x0000011abd739a90 code [0x0000011abd739c80, 0x0000011abd739fe0]
Event: 6207.762 Thread 0x0000011b17566c70 102947 1 org.springframework.data.jpa.repository.query.JpaQueryCreator::complete (10 bytes)
Event: 6207.762 Thread 0x0000011b17565800 102930 1 org.springframework.data.repository.query.ReturnedType$ReturnedClass::getTypeToRead (5 bytes)
Event: 6207.762 Thread 0x0000011acd4e59f0 nmethod 102922 0x0000011abd738890 code [0x0000011abd738b00, 0x0000011abd739480]
Event: 6207.762 Thread 0x0000011b17567340 nmethod 102946 0x0000011abd738510 code [0x0000011abd7386c0, 0x0000011abd738808]
Event: 6207.762 Thread 0x0000011b175687b0 nmethod 102945 0x0000011abd737e90 code [0x0000011abd738060, 0x0000011abd738328]
Event: 6207.762 Thread 0x0000011acd4e59f0 102948 1 org.hibernate.query.sqm.tree.select.SqmQueryPart::setOrderByClause (6 bytes)
Event: 6207.762 Thread 0x0000011b17565800 nmethod 102930 0x0000011abd737b90 code [0x0000011abd737d20, 0x0000011abd737df0]
Event: 6207.762 Thread 0x0000011b17566c70 nmethod 102947 0x0000011abd737790 code [0x0000011abd737940, 0x0000011abd737ad0]
Event: 6207.762 Thread 0x0000011acd4e59f0 nmethod 102948 0x0000011abd737490 code [0x0000011abd737620, 0x0000011abd737738]
Event: 6207.762 Thread 0x0000011b17567a10 nmethod 102941 0x0000011abd736810 code [0x0000011abd736a40, 0x0000011abd737070]
Event: 6207.762 Thread 0x0000011b17569550 nmethod 102942 0x0000011abd735a10 code [0x0000011abd735c40, 0x0000011abd736360]
Event: 6227.253 Thread 0x0000011acd4e59f0 102949 ! 1 org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor::processChildren (202 bytes)
Event: 6227.254 Thread 0x0000011acd4e59f0 nmethod 102949 0x0000011abd0a4310 code [0x0000011abd0a4660, 0x0000011abd0a59b0]
GC Heap History (20 events):
Event: 6143.446 GC heap after
{Heap after GC invocations=651 (full 12):
garbage-first heap total reserved 8376320K, committed 110592K, used 47736K [0x0000000600c00000, 0x0000000800000000)
region size 4096K, 1 young (4096K), 1 survivors (4096K)
Metaspace used 88983K, committed 89984K, reserved 1179648K
class space used 12477K, committed 12928K, reserved 1048576K
}
Event: 6156.702 GC heap before
{Heap before GC invocations=651 (full 12):
garbage-first heap total reserved 8376320K, committed 110592K, used 96888K [0x0000000600c00000, 0x0000000800000000)
region size 4096K, 13 young (53248K), 1 survivors (4096K)
Metaspace used 88983K, committed 89984K, reserved 1179648K
class space used 12477K, committed 12928K, reserved 1048576K
}
Event: 6156.704 GC heap after
{Heap after GC invocations=652 (full 12):
garbage-first heap total reserved 8376320K, committed 110592K, used 44382K [0x0000000600c00000, 0x0000000800000000)
region size 4096K, 1 young (4096K), 1 survivors (4096K)
Metaspace used 88983K, committed 89984K, reserved 1179648K
class space used 12477K, committed 12928K, reserved 1048576K
}
Event: 6169.220 GC heap before
{Heap before GC invocations=652 (full 12):
garbage-first heap total reserved 8376320K, committed 110592K, used 93534K [0x0000000600c00000, 0x0000000800000000)
region size 4096K, 13 young (53248K), 1 survivors (4096K)
Metaspace used 88983K, committed 89984K, reserved 1179648K
class space used 12477K, committed 12928K, reserved 1048576K
}
Event: 6169.222 GC heap after
{Heap after GC invocations=653 (full 12):
garbage-first heap total reserved 8376320K, committed 110592K, used 44542K [0x0000000600c00000, 0x0000000800000000)
region size 4096K, 1 young (4096K), 1 survivors (4096K)
Metaspace used 88983K, committed 89984K, reserved 1179648K
class space used 12477K, committed 12928K, reserved 1048576K
}
Event: 6181.771 GC heap before
{Heap before GC invocations=654 (full 12):
garbage-first heap total reserved 8376320K, committed 110592K, used 93694K [0x0000000600c00000, 0x0000000800000000)
region size 4096K, 13 young (53248K), 1 survivors (4096K)
Metaspace used 88968K, committed 89984K, reserved 1179648K
class space used 12473K, committed 12928K, reserved 1048576K
}
Event: 6181.773 GC heap after
{Heap after GC invocations=655 (full 12):
garbage-first heap total reserved 8376320K, committed 110592K, used 44945K [0x0000000600c00000, 0x0000000800000000)
region size 4096K, 1 young (4096K), 1 survivors (4096K)
Metaspace used 88968K, committed 89984K, reserved 1179648K
class space used 12473K, committed 12928K, reserved 1048576K
}
Event: 6194.725 GC heap before
{Heap before GC invocations=655 (full 12):
garbage-first heap total reserved 8376320K, committed 110592K, used 94097K [0x0000000600c00000, 0x0000000800000000)
region size 4096K, 13 young (53248K), 1 survivors (4096K)
Metaspace used 88968K, committed 89984K, reserved 1179648K
class space used 12473K, committed 12928K, reserved 1048576K
}
Event: 6194.727 GC heap after
{Heap after GC invocations=656 (full 12):
garbage-first heap total reserved 8376320K, committed 110592K, used 43515K [0x0000000600c00000, 0x0000000800000000)
region size 4096K, 1 young (4096K), 1 survivors (4096K)
Metaspace used 88968K, committed 89984K, reserved 1179648K
class space used 12473K, committed 12928K, reserved 1048576K
}
Event: 6206.753 GC heap before
{Heap before GC invocations=656 (full 12):
garbage-first heap total reserved 8376320K, committed 110592K, used 92667K [0x0000000600c00000, 0x0000000800000000)
region size 4096K, 14 young (57344K), 1 survivors (4096K)
Metaspace used 88976K, committed 89984K, reserved 1179648K
class space used 12475K, committed 12928K, reserved 1048576K
}
Event: 6206.805 GC heap after
{Heap after GC invocations=657 (full 13):
garbage-first heap total reserved 8376320K, committed 110592K, used 28800K [0x0000000600c00000, 0x0000000800000000)
region size 4096K, 0 young (0K), 0 survivors (0K)
Metaspace used 88963K, committed 89984K, reserved 1179648K
class space used 12472K, committed 12928K, reserved 1048576K
}
Event: 6207.320 GC heap before
{Heap before GC invocations=657 (full 13):
garbage-first heap total reserved 8376320K, committed 110592K, used 86144K [0x0000000600c00000, 0x0000000800000000)
region size 4096K, 15 young (61440K), 0 survivors (0K)
Metaspace used 89409K, committed 90240K, reserved 1179648K
class space used 12546K, committed 12928K, reserved 1048576K
}
Event: 6207.322 GC heap after
{Heap after GC invocations=658 (full 13):
garbage-first heap total reserved 8376320K, committed 110592K, used 35175K [0x0000000600c00000, 0x0000000800000000)
region size 4096K, 2 young (8192K), 2 survivors (8192K)
Metaspace used 89409K, committed 90240K, reserved 1179648K
class space used 12546K, committed 12928K, reserved 1048576K
}
Event: 6207.578 GC heap before
{Heap before GC invocations=659 (full 13):
garbage-first heap total reserved 8376320K, committed 110592K, used 59751K [0x0000000600c00000, 0x0000000800000000)
region size 4096K, 9 young (36864K), 2 survivors (8192K)
Metaspace used 89527K, committed 90368K, reserved 1179648K
class space used 12561K, committed 12928K, reserved 1048576K
}
Event: 6207.580 GC heap after
{Heap after GC invocations=660 (full 13):
garbage-first heap total reserved 8376320K, committed 110592K, used 37093K [0x0000000600c00000, 0x0000000800000000)
region size 4096K, 1 young (4096K), 1 survivors (4096K)
Metaspace used 89527K, committed 90368K, reserved 1179648K
class space used 12561K, committed 12928K, reserved 1048576K
}
Event: 6214.000 GC heap before
{Heap before GC invocations=661 (full 13):
garbage-first heap total reserved 8376320K, committed 110592K, used 90341K [0x0000000600c00000, 0x0000000800000000)
region size 4096K, 14 young (57344K), 1 survivors (4096K)
Metaspace used 89843K, committed 90752K, reserved 1179648K
class space used 12579K, committed 12992K, reserved 1048576K
}
Event: 6214.002 GC heap after
{Heap after GC invocations=662 (full 13):
garbage-first heap total reserved 8376320K, committed 110592K, used 39108K [0x0000000600c00000, 0x0000000800000000)
region size 4096K, 2 young (8192K), 2 survivors (8192K)
Metaspace used 89843K, committed 90752K, reserved 1179648K
class space used 12579K, committed 12992K, reserved 1048576K
}
Event: 6236.960 GC heap before
{Heap before GC invocations=662 (full 13):
garbage-first heap total reserved 8376320K, committed 110592K, used 84164K [0x0000000600c00000, 0x0000000800000000)
region size 4096K, 13 young (53248K), 2 survivors (8192K)
Metaspace used 89843K, committed 90752K, reserved 1179648K
class space used 12579K, committed 12992K, reserved 1048576K
}
Event: 6236.962 GC heap after
{Heap after GC invocations=663 (full 13):
garbage-first heap total reserved 8376320K, committed 110592K, used 38943K [0x0000000600c00000, 0x0000000800000000)
region size 4096K, 1 young (4096K), 1 survivors (4096K)
Metaspace used 89843K, committed 90752K, reserved 1179648K
class space used 12579K, committed 12992K, reserved 1048576K
}
Event: 6262.706 GC heap before
{Heap before GC invocations=663 (full 13):
garbage-first heap total reserved 8376320K, committed 110592K, used 92191K [0x0000000600c00000, 0x0000000800000000)
region size 4096K, 14 young (57344K), 1 survivors (4096K)
Metaspace used 89843K, committed 90752K, reserved 1179648K
class space used 12579K, committed 12992K, reserved 1048576K
}
Dll operation events (13 events):
Event: 0.006 Loaded shared library C:\Program Files\Java\jdk-22\bin\java.dll
Event: 0.097 Loaded shared library C:\Program Files\Java\jdk-22\bin\zip.dll
Event: 0.099 Loaded shared library C:\Program Files\Java\jdk-22\bin\instrument.dll
Event: 0.101 Loaded shared library C:\Program Files\Java\jdk-22\bin\net.dll
Event: 0.102 Loaded shared library C:\Program Files\Java\jdk-22\bin\nio.dll
Event: 0.104 Loaded shared library C:\Program Files\Java\jdk-22\bin\zip.dll
Event: 0.198 Loaded shared library C:\Program Files\Java\jdk-22\bin\jimage.dll
Event: 0.228 Loaded shared library C:\Program Files\Java\jdk-22\bin\management.dll
Event: 0.234 Loaded shared library C:\Program Files\Java\jdk-22\bin\management_ext.dll
Event: 0.355 Loaded shared library C:\Program Files\Java\jdk-22\bin\extnet.dll
Event: 1.092 Loaded shared library C:\Program Files\Java\jdk-22\bin\sunmscapi.dll
Event: 1.870 Loaded shared library C:\Program Files\Java\jdk-22\bin\le.dll
Event: 2.291 Loaded shared library C:\Program Files\Java\jdk-22\bin\verify.dll
Deoptimization events (20 events):
Event: 6207.730 Thread 0x0000011b13a4f4b0 DEOPT PACKING pc=0x0000011abda2798c sp=0x00000019f4bfc7b0
Event: 6207.730 Thread 0x0000011b13a4f4b0 DEOPT UNPACKING pc=0x0000011abc624e42 sp=0x00000019f4bfbc60 mode 1
Event: 6207.748 Thread 0x0000011b13a4f4b0 DEOPT PACKING pc=0x0000011abd8ee35c sp=0x00000019f4bfc6a0
Event: 6207.748 Thread 0x0000011b13a4f4b0 DEOPT UNPACKING pc=0x0000011abc624e42 sp=0x00000019f4bfbbf8 mode 1
Event: 6207.748 Thread 0x0000011b13a4f4b0 DEOPT PACKING pc=0x0000011abda2798c sp=0x00000019f4bfc7b0
Event: 6207.748 Thread 0x0000011b13a4f4b0 DEOPT UNPACKING pc=0x0000011abc624e42 sp=0x00000019f4bfbc60 mode 1
Event: 6207.748 Thread 0x0000011b13a4f4b0 DEOPT PACKING pc=0x0000011abd8ee35c sp=0x00000019f4bfc6a0
Event: 6207.748 Thread 0x0000011b13a4f4b0 DEOPT UNPACKING pc=0x0000011abc624e42 sp=0x00000019f4bfbbf8 mode 1
Event: 6207.748 Thread 0x0000011b13a4f4b0 DEOPT PACKING pc=0x0000011abda2798c sp=0x00000019f4bfc7b0
Event: 6207.748 Thread 0x0000011b13a4f4b0 DEOPT UNPACKING pc=0x0000011abc624e42 sp=0x00000019f4bfbc60 mode 1
Event: 6207.760 Thread 0x0000011b13a4f4b0 DEOPT PACKING pc=0x0000011abd81b39c sp=0x00000019f4bfc300
Event: 6207.760 Thread 0x0000011b13a4f4b0 DEOPT UNPACKING pc=0x0000011abc624e42 sp=0x00000019f4bfb7b0 mode 1
Event: 6207.760 Thread 0x0000011b13a4f4b0 DEOPT PACKING pc=0x0000011abd8e6254 sp=0x00000019f4bfc370
Event: 6207.760 Thread 0x0000011b13a4f4b0 DEOPT UNPACKING pc=0x0000011abc624e42 sp=0x00000019f4bfb818 mode 1
Event: 6207.760 Thread 0x0000011b13a4f4b0 DEOPT PACKING pc=0x0000011abd102d3c sp=0x00000019f4bfc3f0
Event: 6207.760 Thread 0x0000011b13a4f4b0 DEOPT UNPACKING pc=0x0000011abc624e42 sp=0x00000019f4bfb8f0 mode 1
Event: 6207.760 Thread 0x0000011b13a4f4b0 DEOPT PACKING pc=0x0000011abd15eaf4 sp=0x00000019f4bfc590
Event: 6207.760 Thread 0x0000011b13a4f4b0 DEOPT UNPACKING pc=0x0000011abc624e42 sp=0x00000019f4bfba80 mode 1
Event: 6237.429 Thread 0x0000011b13a4f4b0 DEOPT PACKING pc=0x0000011abd557a94 sp=0x00000019f4bfdc20
Event: 6237.429 Thread 0x0000011b13a4f4b0 DEOPT UNPACKING pc=0x0000011abc624e42 sp=0x00000019f4bfd0d8 mode 0
Classes loaded (20 events):
Event: 5653.881 Loading class java/lang/IntegerEditor
Event: 5653.881 Loading class java/lang/IntegerEditor done
Event: 5653.883 Loading class java/lang/BooleanEditor
Event: 5653.883 Loading class java/lang/BooleanEditor done
Event: 5952.073 Loading class java/time/DurationEditor
Event: 5952.073 Loading class java/time/DurationEditor done
Event: 5977.580 Loading class java/lang/StringEditor
Event: 5977.580 Loading class java/lang/StringEditor done
Event: 5977.580 Loading class java/lang/IntegerEditor
Event: 5977.580 Loading class java/lang/IntegerEditor done
Event: 5977.582 Loading class java/lang/BooleanEditor
Event: 5977.582 Loading class java/lang/BooleanEditor done
Event: 6062.021 Loading class java/time/DurationEditor
Event: 6062.021 Loading class java/time/DurationEditor done
Event: 6068.259 Loading class java/lang/StringEditor
Event: 6068.259 Loading class java/lang/StringEditor done
Event: 6068.259 Loading class java/lang/IntegerEditor
Event: 6068.259 Loading class java/lang/IntegerEditor done
Event: 6068.261 Loading class java/lang/BooleanEditor
Event: 6068.261 Loading class java/lang/BooleanEditor done
Classes unloaded (20 events):
Event: 6130.745 Thread 0x0000011acd4ad4c0 Unloading class 0x0000011acfbe0400 'java/lang/invoke/LambdaForm$MH+0x0000011acfbe0400'
Event: 6130.745 Thread 0x0000011acd4ad4c0 Unloading class 0x0000011acf4b9800 'java/lang/invoke/LambdaForm$MH+0x0000011acf4b9800'
Event: 6130.745 Thread 0x0000011acd4ad4c0 Unloading class 0x0000011acfc55c00 'java/lang/invoke/LambdaForm$MH+0x0000011acfc55c00'
Event: 6130.745 Thread 0x0000011acd4ad4c0 Unloading class 0x0000011acfc05800 'java/lang/invoke/LambdaForm$MH+0x0000011acfc05800'
Event: 6169.241 Thread 0x0000011acd4ad4c0 Unloading class 0x0000011acfa72400 'java/lang/invoke/LambdaForm$DMH+0x0000011acfa72400'
Event: 6169.241 Thread 0x0000011acd4ad4c0 Unloading class 0x0000011acfc2a000 'java/lang/invoke/LambdaForm$MH+0x0000011acfc2a000'
Event: 6169.241 Thread 0x0000011acd4ad4c0 Unloading class 0x0000011acfc61400 'java/lang/invoke/LambdaForm$DMH+0x0000011acfc61400'
Event: 6169.241 Thread 0x0000011acd4ad4c0 Unloading class 0x0000011acfc63000 'java/lang/invoke/LambdaForm$DMH+0x0000011acfc63000'
Event: 6169.241 Thread 0x0000011acd4ad4c0 Unloading class 0x0000011acfc64c00 'java/lang/invoke/LambdaForm$MH+0x0000011acfc64c00'
Event: 6169.241 Thread 0x0000011acd4ad4c0 Unloading class 0x0000011acfc4c400 'java/lang/invoke/LambdaForm$MH+0x0000011acfc4c400'
Event: 6169.241 Thread 0x0000011acd4ad4c0 Unloading class 0x0000011acfc51800 'java/lang/invoke/LambdaForm$MH+0x0000011acfc51800'
Event: 6169.241 Thread 0x0000011acd4ad4c0 Unloading class 0x0000011acf544400 'java/lang/invoke/LambdaForm$MH+0x0000011acf544400'
Event: 6206.769 Thread 0x0000011acd4ad4c0 Unloading class 0x0000011acfc0a800 'java/lang/invoke/LambdaForm$MH+0x0000011acfc0a800'
Event: 6206.769 Thread 0x0000011acd4ad4c0 Unloading class 0x0000011acfaa9000 'java/lang/invoke/LambdaForm$DMH+0x0000011acfaa9000'
Event: 6206.769 Thread 0x0000011acd4ad4c0 Unloading class 0x0000011acfaa8800 'java/lang/invoke/LambdaForm$MH+0x0000011acfaa8800'
Event: 6206.769 Thread 0x0000011acd4ad4c0 Unloading class 0x0000011acf968000 'java/lang/invoke/LambdaForm$MH+0x0000011acf968000'
Event: 6206.769 Thread 0x0000011acd4ad4c0 Unloading class 0x0000011acfc68400 'java/lang/invoke/LambdaForm$MH+0x0000011acfc68400'
Event: 6206.769 Thread 0x0000011acd4ad4c0 Unloading class 0x0000011acfc69000 'java/lang/invoke/LambdaForm$MH+0x0000011acfc69000'
Event: 6206.769 Thread 0x0000011acd4ad4c0 Unloading class 0x0000011acfbe0800 'java/lang/invoke/LambdaForm$MH+0x0000011acfbe0800'
Event: 6207.598 Thread 0x0000011acd4ad4c0 Unloading class 0x0000011acfc6c000 'java/lang/invoke/LambdaForm$MH+0x0000011acfc6c000'
Classes redefined (1 events):
Event: 563.435 Thread 0x0000011acd4ad4c0 redefined class name=com.zubayer.controller.AD12, count=1
Internal exceptions (20 events):
Event: 6104.757 Thread 0x0000011b162015b0 Exception <a 'java/lang/NoClassDefFoundError'{0x00000006056dc540}: liquibase/integration/spring/SpringLiquibase> (0x00000006056dc540)
thrown [s\open\src\hotspot\share\oops\constantPool.cpp, line 870]
Event: 6104.761 Thread 0x0000011b162015b0 Exception <a 'java/lang/NoClassDefFoundError'{0x000000060576dfd8}: org/jooq/DSLContext> (0x000000060576dfd8)
thrown [s\open\src\hotspot\share\oops\constantPool.cpp, line 870]
Event: 6104.762 Thread 0x0000011b162015b0 Exception <a 'java/lang/NoClassDefFoundError'{0x0000000605780d70}: org/springframework/batch/core/repository/JobRepository> (0x0000000605780d70)
thrown [s\open\src\hotspot\share\oops\constantPool.cpp, line 870]
Event: 6104.762 Thread 0x0000011b162015b0 Exception <a 'java/lang/NoClassDefFoundError'{0x00000006057813c8}: org/quartz/Scheduler> (0x00000006057813c8)
thrown [s\open\src\hotspot\share\oops\constantPool.cpp, line 870]
Event: 6104.763 Thread 0x0000011b162015b0 Exception <a 'java/lang/NoClassDefFoundError'{0x0000000605781a48}: org/springframework/session/jdbc/JdbcIndexedSessionRepository> (0x0000000605781a48)
thrown [s\open\src\hotspot\share\oops\constantPool.cpp, line 870]
Event: 6104.814 Thread 0x0000011b162015b0 Exception <a 'java/io/FileNotFoundException'{0x000000060484c250}> (0x000000060484c250)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 520]
Event: 6206.747 Thread 0x0000011b13a4cd50 Exception <a 'java/lang/NoSuchMethodError'{0x00000006038eccf0}: static Lorg/springframework/security/authentication/AbstractAuthenticationToken;.<clinit>()V> (0x00000006038eccf0)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 1111]
Event: 6206.751 Thread 0x0000011b13a4cd50 Exception <a 'java/lang/NoSuchMethodError'{0x0000000603938988}: static [B.<clinit>()V> (0x0000000603938988)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 1111]
Event: 6206.753 Thread 0x0000011b16203680 Exception <a 'java/lang/InterruptedException'{0x000000060395b670}: sleep interrupted> (0x000000060395b670)
thrown [s\open\src\hotspot\share\prims\jvm.cpp, line 3093]
Event: 6206.818 Thread 0x0000011b13a4f4b0 Exception <a 'sun/nio/fs/WindowsException'{0x00000006074c7688}> (0x00000006074c7688)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 520]
Event: 6207.142 Thread 0x0000011b13a4f4b0 Exception <a 'java/lang/NoClassDefFoundError'{0x000000060504da90}: org/flywaydb/core/Flyway> (0x000000060504da90)
thrown [s\open\src\hotspot\share\oops\constantPool.cpp, line 870]
Event: 6207.143 Thread 0x0000011b13a4f4b0 Exception <a 'java/lang/NoClassDefFoundError'{0x000000060504e0f0}: liquibase/integration/spring/SpringLiquibase> (0x000000060504e0f0)
thrown [s\open\src\hotspot\share\oops\constantPool.cpp, line 870]
Event: 6207.148 Thread 0x0000011b13a4f4b0 Exception <a 'java/lang/NoClassDefFoundError'{0x00000006050ffb58}: org/jooq/DSLContext> (0x00000006050ffb58)
thrown [s\open\src\hotspot\share\oops\constantPool.cpp, line 870]
Event: 6207.149 Thread 0x0000011b13a4f4b0 Exception <a 'java/lang/NoClassDefFoundError'{0x00000006051128f0}: org/springframework/batch/core/repository/JobRepository> (0x00000006051128f0)
thrown [s\open\src\hotspot\share\oops\constantPool.cpp, line 870]
Event: 6207.150 Thread 0x0000011b13a4f4b0 Exception <a 'java/lang/NoClassDefFoundError'{0x0000000605112f48}: org/quartz/Scheduler> (0x0000000605112f48)
thrown [s\open\src\hotspot\share\oops\constantPool.cpp, line 870]
Event: 6207.150 Thread 0x0000011b13a4f4b0 Exception <a 'java/lang/NoClassDefFoundError'{0x00000006051135c8}: org/springframework/session/jdbc/JdbcIndexedSessionRepository> (0x00000006051135c8)
thrown [s\open\src\hotspot\share\oops\constantPool.cpp, line 870]
Event: 6207.159 Thread 0x0000011b13a4f4b0 Exception <a 'java/lang/NoSuchMethodError'{0x000000060523aaa8}: 'void java.lang.invoke.DelegatingMethodHandle$Holder.reinvoke_L(java.lang.Object, java.lang.Object, int)'> (0x000000060523aaa8)
thrown [s\open\src\hotspot\share\interpreter\linkResolver.cpp, line 774]
Event: 6207.206 Thread 0x0000011b13a4f4b0 Exception <a 'java/lang/NoSuchMethodError'{0x0000000604ab2b00}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x0000000604ab2b00)
thrown [s\open\src\hotspot\share\interpreter\linkResolver.cpp, line 774]
Event: 6207.206 Thread 0x0000011b13a4f4b0 Exception <a 'java/lang/NoSuchMethodError'{0x0000000604ab60e8}: 'int java.lang.invoke.DelegatingMethodHandle$Holder.reinvoke_L(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x0000000604ab60e8)
thrown [s\open\src\hotspot\share\interpreter\linkResolver.cpp, line 774]
Event: 6207.214 Thread 0x0000011b13a4f4b0 Exception <a 'java/io/FileNotFoundException'{0x0000000604b15488}> (0x0000000604b15488)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 520]
ZGC Phase Switch (0 events):
No events
VM Operations (20 events):
Event: 6210.058 Executing VM operation: get/set locals done
Event: 6210.059 Executing VM operation: get/set locals
Event: 6210.059 Executing VM operation: get/set locals done
Event: 6210.059 Executing VM operation: get/set locals
Event: 6210.059 Executing VM operation: get/set locals done
Event: 6214.000 Executing VM operation: G1CollectForAllocation (G1 Evacuation Pause)
Event: 6214.002 Executing VM operation: G1CollectForAllocation (G1 Evacuation Pause) done
Event: 6236.960 Executing VM operation: G1CollectForAllocation (G1 Evacuation Pause)
Event: 6236.962 Executing VM operation: G1CollectForAllocation (G1 Evacuation Pause) done
Event: 6237.429 Executing VM operation: ChangeSingleStep
Event: 6237.429 Executing VM operation: ChangeSingleStep done
Event: 6237.429 Executing VM operation: ChangeSingleStep
Event: 6237.429 Executing VM operation: ChangeSingleStep done
Event: 6241.464 Executing VM operation: Cleanup
Event: 6241.464 Executing VM operation: Cleanup done
Event: 6252.986 Executing VM operation: HandshakeAllThreads (HandshakeForDeflation)
Event: 6252.986 Executing VM operation: HandshakeAllThreads (HandshakeForDeflation) done
Event: 6252.986 Executing VM operation: RendezvousGCThreads
Event: 6252.986 Executing VM operation: RendezvousGCThreads done
Event: 6262.706 Executing VM operation: G1CollectForAllocation (G1 Evacuation Pause)
Events (20 events):
Event: 6207.607 Thread 0x0000011acd4ad4c0 flushing nmethod 0x0000011abd7b7490
Event: 6207.607 Thread 0x0000011acd4ad4c0 flushing nmethod 0x0000011abd7b8690
Event: 6207.607 Thread 0x0000011acd4ad4c0 flushing nmethod 0x0000011abd7b9490
Event: 6207.607 Thread 0x0000011acd4ad4c0 flushing nmethod 0x0000011abd980790
Event: 6207.607 Thread 0x0000011acd4ad4c0 flushing nmethod 0x0000011abd98a690
Event: 6207.607 Thread 0x0000011acd4ad4c0 flushing nmethod 0x0000011abd9bcc90
Event: 6207.607 Thread 0x0000011acd4ad4c0 flushing nmethod 0x0000011abd9c5f10
Event: 6207.607 Thread 0x0000011acd4ad4c0 flushing nmethod 0x0000011abd9c7290
Event: 6207.607 Thread 0x0000011acd4ad4c0 flushing nmethod 0x0000011abda89b90
Event: 6207.607 Thread 0x0000011acd4ad4c0 flushing nmethod 0x0000011abda99010
Event: 6207.607 Thread 0x0000011acd4ad4c0 flushing nmethod 0x0000011abdaa0c90
Event: 6207.607 Thread 0x0000011acd4ad4c0 flushing nmethod 0x0000011abe0e6210
Event: 6207.607 Thread 0x0000011acd4ad4c0 flushing nmethod 0x0000011abe1c9090
Event: 6212.702 Thread 0x0000011b161fd410 Thread exited: 0x0000011b161fd410
Event: 6212.765 Thread 0x0000011b17569550 Thread exited: 0x0000011b17569550
Event: 6212.765 Thread 0x0000011b175687b0 Thread exited: 0x0000011b175687b0
Event: 6217.779 Thread 0x0000011b17565800 Thread exited: 0x0000011b17565800
Event: 6217.779 Thread 0x0000011b17567a10 Thread exited: 0x0000011b17567a10
Event: 6217.779 Thread 0x0000011b17567340 Thread exited: 0x0000011b17567340
Event: 6222.793 Thread 0x0000011b17566c70 Thread exited: 0x0000011b17566c70
Dynamic libraries:
0x00007ff7dc660000 - 0x00007ff7dc670000 C:\Program Files\Java\jdk-22\bin\javaw.exe
0x00007ffc7dd10000 - 0x00007ffc7df08000 C:\Windows\SYSTEM32\ntdll.dll
0x00007ffc7d590000 - 0x00007ffc7d64d000 C:\Windows\System32\KERNEL32.DLL
0x00007ffc7b780000 - 0x00007ffc7ba76000 C:\Windows\System32\KERNELBASE.dll
0x00007ffc7b680000 - 0x00007ffc7b780000 C:\Windows\System32\ucrtbase.dll
0x00007ffc6f460000 - 0x00007ffc6f477000 C:\Program Files\Java\jdk-22\bin\jli.dll
0x00007ffc6fb60000 - 0x00007ffc6fb7b000 C:\Program Files\Java\jdk-22\bin\VCRUNTIME140.dll
0x00007ffc7d750000 - 0x00007ffc7d800000 C:\Windows\System32\ADVAPI32.dll
0x00007ffc7d9f0000 - 0x00007ffc7da8e000 C:\Windows\System32\msvcrt.dll
0x00007ffc7bee0000 - 0x00007ffc7bf80000 C:\Windows\System32\sechost.dll
0x00007ffc7bf80000 - 0x00007ffc7c0a5000 C:\Windows\System32\RPCRT4.dll
0x00007ffc7b4c0000 - 0x00007ffc7b4e7000 C:\Windows\System32\bcrypt.dll
0x00007ffc7bd40000 - 0x00007ffc7bede000 C:\Windows\System32\USER32.dll
0x00007ffc68c50000 - 0x00007ffc68eea000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.3636_none_60b6a03d71f818d5\COMCTL32.dll
0x00007ffc7bd10000 - 0x00007ffc7bd32000 C:\Windows\System32\win32u.dll
0x00007ffc7d9c0000 - 0x00007ffc7d9eb000 C:\Windows\System32\GDI32.dll
0x00007ffc7b560000 - 0x00007ffc7b677000 C:\Windows\System32\gdi32full.dll
0x00007ffc7bc70000 - 0x00007ffc7bd0d000 C:\Windows\System32\msvcp_win.dll
0x00007ffc73d70000 - 0x00007ffc73d7a000 C:\Windows\SYSTEM32\VERSION.dll
0x00007ffc7d0d0000 - 0x00007ffc7d102000 C:\Windows\System32\IMM32.DLL
0x00007ffc77190000 - 0x00007ffc7719c000 C:\Program Files\Java\jdk-22\bin\vcruntime140_1.dll
0x00007ffc408b0000 - 0x00007ffc4093e000 C:\Program Files\Java\jdk-22\bin\msvcp140.dll
0x00007ffc373c0000 - 0x00007ffc38108000 C:\Program Files\Java\jdk-22\bin\server\jvm.dll
0x00007ffc7d060000 - 0x00007ffc7d0cb000 C:\Windows\System32\WS2_32.dll
0x00007ffc7a920000 - 0x00007ffc7a96b000 C:\Windows\SYSTEM32\POWRPROF.dll
0x00007ffc6ee50000 - 0x00007ffc6ee77000 C:\Windows\SYSTEM32\WINMM.dll
0x00007ffc7a790000 - 0x00007ffc7a7a2000 C:\Windows\SYSTEM32\UMPDC.dll
0x00007ffc79170000 - 0x00007ffc79182000 C:\Windows\SYSTEM32\kernel.appcore.dll
0x00007ffc77150000 - 0x00007ffc7715a000 C:\Program Files\Java\jdk-22\bin\jimage.dll
0x00007ffc64770000 - 0x00007ffc64954000 C:\Windows\SYSTEM32\DBGHELP.DLL
0x00007ffc644c0000 - 0x00007ffc644f4000 C:\Windows\SYSTEM32\dbgcore.DLL
0x00007ffc7ba80000 - 0x00007ffc7bb02000 C:\Windows\System32\bcryptPrimitives.dll
0x00007ffc6d8e0000 - 0x00007ffc6d91c000 C:\Program Files\Java\jdk-22\bin\jdwp.dll
0x00007ffc75dc0000 - 0x00007ffc75dcf000 C:\Program Files\Java\jdk-22\bin\instrument.dll
0x00007ffc6f400000 - 0x00007ffc6f41e000 C:\Program Files\Java\jdk-22\bin\java.dll
0x00007ffc7c820000 - 0x00007ffc7cf8b000 C:\Windows\System32\SHELL32.dll
0x00007ffc7db40000 - 0x00007ffc7dc6b000 C:\Windows\System32\ole32.dll
0x00007ffc7c2c0000 - 0x00007ffc7c613000 C:\Windows\System32\combase.dll
0x00007ffc79450000 - 0x00007ffc79bee000 C:\Windows\SYSTEM32\windows.storage.dll
0x00007ffc7ad10000 - 0x00007ffc7ad3e000 C:\Windows\SYSTEM32\Wldp.dll
0x00007ffc7cf90000 - 0x00007ffc7d05d000 C:\Windows\System32\OLEAUT32.dll
0x00007ffc7c690000 - 0x00007ffc7c73d000 C:\Windows\System32\SHCORE.dll
0x00007ffc7dc70000 - 0x00007ffc7dcc5000 C:\Windows\System32\shlwapi.dll
0x00007ffc7b2f0000 - 0x00007ffc7b315000 C:\Windows\SYSTEM32\profapi.dll
0x00007ffc75970000 - 0x00007ffc7597c000 C:\Program Files\Java\jdk-22\bin\dt_socket.dll
0x00007ffc7a7b0000 - 0x00007ffc7a7eb000 C:\Windows\SYSTEM32\IPHLPAPI.DLL
0x00007ffc7aaf0000 - 0x00007ffc7ab5a000 C:\Windows\system32\mswsock.dll
0x00007ffc7a800000 - 0x00007ffc7a8cb000 C:\Windows\SYSTEM32\DNSAPI.dll
0x00007ffc7c680000 - 0x00007ffc7c688000 C:\Windows\System32\NSI.dll
0x00007ffc745d0000 - 0x00007ffc745da000 C:\Windows\System32\rasadhlp.dll
0x00007ffc6f2e0000 - 0x00007ffc6f360000 C:\Windows\System32\fwpuclnt.dll
0x00007ffc6e810000 - 0x00007ffc6e827000 C:\Program Files\Java\jdk-22\bin\zip.dll
0x00007ffc6fb10000 - 0x00007ffc6fb20000 C:\Program Files\Java\jdk-22\bin\net.dll
0x00007ffc6d200000 - 0x00007ffc6d216000 C:\Program Files\Java\jdk-22\bin\nio.dll
0x00007ffc6fa70000 - 0x00007ffc6fa7a000 C:\Program Files\Java\jdk-22\bin\management.dll
0x00007ffc6ef10000 - 0x00007ffc6ef1b000 C:\Program Files\Java\jdk-22\bin\management_ext.dll
0x00007ffc7d920000 - 0x00007ffc7d928000 C:\Windows\System32\PSAPI.DLL
0x00007ffc61c30000 - 0x00007ffc61c47000 C:\Windows\system32\napinsp.dll
0x00007ffc61910000 - 0x00007ffc6192b000 C:\Windows\system32\pnrpnsp.dll
0x00007ffc76020000 - 0x00007ffc76035000 C:\Windows\system32\wshbth.dll
0x00007ffc770c0000 - 0x00007ffc770dd000 C:\Windows\system32\NLAapi.dll
0x00007ffc61840000 - 0x00007ffc61852000 C:\Windows\System32\winrnr.dll
0x00007ffc7ad50000 - 0x00007ffc7ad68000 C:\Windows\SYSTEM32\CRYPTSP.dll
0x00007ffc7a3d0000 - 0x00007ffc7a404000 C:\Windows\system32\rsaenh.dll
0x00007ffc7b270000 - 0x00007ffc7b29e000 C:\Windows\SYSTEM32\USERENV.dll
0x00007ffc7ac80000 - 0x00007ffc7ac8c000 C:\Windows\SYSTEM32\CRYPTBASE.dll
0x00007ffc6eea0000 - 0x00007ffc6eea9000 C:\Program Files\Java\jdk-22\bin\extnet.dll
0x00007ffc6ecf0000 - 0x00007ffc6ecfe000 C:\Program Files\Java\jdk-22\bin\sunmscapi.dll
0x00007ffc7bb10000 - 0x00007ffc7bc6d000 C:\Windows\System32\CRYPT32.dll
0x00007ffc7ae60000 - 0x00007ffc7ae88000 C:\Windows\SYSTEM32\ncrypt.dll
0x00007ffc7ae20000 - 0x00007ffc7ae5b000 C:\Windows\SYSTEM32\NTASN1.dll
0x00007ffc6e780000 - 0x00007ffc6e78b000 C:\Program Files\Java\jdk-22\bin\le.dll
0x00007ffc6db00000 - 0x00007ffc6db10000 C:\Program Files\Java\jdk-22\bin\verify.dll
0x00007ffc6da00000 - 0x00007ffc6da07000 C:\Windows\system32\wshunix.dll
dbghelp: loaded successfully - version: 4.0.5 - missing functions: none
symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;C:\Program Files\Java\jdk-22\bin;C:\Windows\SYSTEM32;C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.3636_none_60b6a03d71f818d5;C:\Program Files\Java\jdk-22\bin\server
VM Arguments:
jvm_args: -XX:+ShowCodeDetailsInExceptionMessages -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:63966 -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=63965 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Djava.rmi.server.hostname=localhost -Dspring.jmx.enabled=true -Dmanagement.endpoints.jmx.exposure.include=* -Dspring.application.admin.enabled=true -XX:TieredStopAtLevel=1 -Dspring.boot.project.name=ZPOS -javaagent:E:\Software\sts-4.21.1.RELEASE\configuration\org.eclipse.osgi\259\0\.cp\lib\javaagent-shaded.jar -Dfile.encoding=UTF-8 -Dstdout.encoding=UTF-8 -Dstderr.encoding=UTF-8
java_command: com.zubayer.ZposApplication --spring.output.ansi.enabled=always
java_class_path (initial): E:\STS-WORKSPACE\W4\ZPOS\target\classes;C:\Users\zubayer\.m2\repository\org\springframework\boot\spring-boot-starter-data-jdbc\3.2.4\spring-boot-starter-data-jdbc-3.2.4.jar;C:\Users\zubayer\.m2\repository\org\springframework\data\spring-data-jdbc\3.2.4\spring-data-jdbc-3.2.4.jar;C:\Users\zubayer\.m2\repository\org\springframework\data\spring-data-relational\3.2.4\spring-data-relational-3.2.4.jar;C:\Users\zubayer\.m2\repository\com\github\jsqlparser\jsqlparser\4.6\jsqlparser-4.6.jar;C:\Users\zubayer\.m2\repository\org\springframework\data\spring-data-commons\3.2.4\spring-data-commons-3.2.4.jar;C:\Users\zubayer\.m2\repository\org\springframework\spring-tx\6.1.5\spring-tx-6.1.5.jar;C:\Users\zubayer\.m2\repository\org\springframework\spring-context\6.1.5\spring-context-6.1.5.jar;C:\Users\zubayer\.m2\repository\org\springframework\spring-beans\6.1.5\spring-beans-6.1.5.jar;C:\Users\zubayer\.m2\repository\org\springframework\boot\spring-boot-starter-data-jpa\3.2.4\spring-boot-starter-data-jpa-3.2.4.jar;C:\Users\zubayer\.m2\repository\org\springframework\boot\spring-boot-starter-aop\3.2.4\spring-boot-starter-aop-3.2.4.jar;C:\Users\zubayer\.m2\repository\org\aspectj\aspectjweaver\1.9.21\aspectjweaver-1.9.21.jar;C:\Users\zubayer\.m2\repository\org\hibernate\orm\hibernate-core\6.4.4.Final\hibernate-core-6.4.4.Final.jar;C:\Users\zubayer\.m2\repository\jakarta\persistence\jakarta.persistence-api\3.1.0\jakarta.persistence-api-3.1.0.jar;C:\Users\zubayer\.m2\repository\jakarta\transaction\jakarta.transaction-api\2.0.1\jakarta.transaction-api-2.0.1.jar;C:\Users\zubayer\.m2\repository\org\jboss\logging\jboss-logging\3.5.3.Final\jboss-logging-3.5.3.Final.jar;C:\Users\zubayer\.m2\repository\org\hibernate\common\hibernate-commons-annotations\6.0.6.Final\hibernate-commons-annotations-6.0.6.Final.jar;C:\Users\zubayer\.m2\repository\io\smallrye\jandex\3.1.2\jandex-3.1.2.jar;C:\Users\zubayer\.m2\repository\com\fasterxml\classmate\1.6.0\classmate-1.6.0.jar;C:\Users\zubayer\.m2\repository\net\bytebuddy\byte-buddy\1.14.12\byte-buddy-1.14.12.jar;C:\Users\zubayer\.m2\repository\org\glassfish\jaxb\jaxb-runtime\4.0.5\jaxb-runtime-4.0.5.jar;C:\Users\zubayer\.m2\repository\org\glassfish\jaxb\jaxb-core\4.0.5\jaxb-core-4.0.5.jar;C:\Users\zubayer\.m2\repository\org\glassfish\jaxb\txw2\4.0.5\txw2-4.0.5.jar;C:\Users\zubayer\.m2\repository\com\sun\istack\istack-commons-runtime\4.1.2\istack-commons-runtime-4.1.2.jar;C:\Users\zubayer\.m2\repository\jakarta\inject\jakarta.inject-api\2.0.1\jakarta.inject-api-2.0.1.jar;C:\Users\zubayer\.m2\repository\org\antlr\antlr4-runtime\4.13.0\antlr4-runtime-4.13.0.jar;C:\Users\zubayer\.m2\repository\org\springframework\data\spring-data-jpa\3.2.4\spring-data-jpa-3.2.4.jar;C:\Users\zubayer\.m2\repository\org\springframework\spring-orm\6.1.5\spring-orm-6.1.5.jar;C:\Users\zubayer\.m2\repository\jakarta\annotation\jakarta.annotation-api\2.1.1\jakarta.annotation-api-2.1.1.jar;C:\Users\zubayer\.m2\repository\org\springframework\spring-aspects\6.1.5\spring-aspects-6.1.5.jar;C:\Users\zubayer\.m2\repository\org\springframework\boot\spring-boot-starter-jdbc\3.2.4\spring-boot-starter-jdbc-3.2.4.jar;C:\Users\zubayer\.m2\repository\org\springframework\boot\spring-boot-starter\3.2.4\spring-boot-starter-3.2.4.jar;C:\Users\zubayer\.m2\repository\org\springframework\boot\spring-boot-starter-logging\3.2.4\spring-boot-starter-logging-3.2.4.jar;C:\Users\zubayer\.m2\repository\ch\qos\logback\logback-classic\1.4.14\logback-classic-1.4.14.jar;C:\Users\zubayer\.m2\repository\ch\qos\logback\logback-core\1.4.14\logback-core-1.4.14.jar;C:\Users\zubayer\.m2\repository\org\apache\logging\log4j\log4j-to-slf4j\2.21.1\log4j-to-slf4j-2.21.1.jar;C:\Users\zubayer\.m2\repository\org\apache\logging\log4j\log4j-api\2.21.1\log4j-api-2.21.1.jar;C:\Users\zubayer\.m2\repository\org\slf4j\jul-to-slf4j\2.0.12\jul-to-slf4j-2.0.12.jar;C:\Users\zubayer\.m2\repository\org\yaml\snakeyaml\2.2\snakeyaml-2.2.jar;C:\Users\zubayer\.m2\repository\com\zaxxer\HikariCP\5.0.1\HikariCP-5.0.1.jar;C:\Users\zubayer\.m2\repository\org\springframework\spring-jdbc\6.1.5\spring-jdbc-6.1.5.jar;C:\Users\zubayer\.m2\repository\org\springframework\boot\spring-boot-starter-security\3.2.4\spring-boot-starter-security-3.2.4.jar;C:\Users\zubayer\.m2\repository\org\springframework\spring-aop\6.1.5\spring-aop-6.1.5.jar;C:\Users\zubayer\.m2\repository\org\springframework\security\spring-security-config\6.2.3\spring-security-config-6.2.3.jar;C:\Users\zubayer\.m2\repository\org\springframework\security\spring-security-web\6.2.3\spring-security-web-6.2.3.jar;C:\Users\zubayer\.m2\repository\org\springframework\spring-expression\6.1.5\spring-expression-6.1.5.jar;C:\Users\zubayer\.m2\repository\org\springframework\boot\spring-boot-starter-thymeleaf\3.2.4\spring-boot-starter-thymeleaf-3.2.4.jar;C:\Users\zubayer\.m2\repository\org\thymeleaf\thymeleaf-spring6\3.1.2.RELEASE\thymeleaf-spring6-3.1.2.RELEASE.jar;C:\Users\zubayer\.m2\repository\org\thymeleaf\thymeleaf\3.1.2.RELEASE\thymeleaf-3.1.2.RELEASE.jar;C:\Users\zubayer\.m2\repository\org\attoparser\attoparser\2.0.7.RELEASE\attoparser-2.0.7.RELEASE.jar;C:\Users\zubayer\.m2\repository\org\unbescape\unbescape\1.1.6.RELEASE\unbescape-1.1.6.RELEASE.jar;C:\Users\zubayer\.m2\repository\org\springframework\boot\spring-boot-starter-validation\3.2.4\spring-boot-starter-validation-3.2.4.jar;C:\Users\zubayer\.m2\repository\org\apache\tomcat\embed\tomcat-embed-el\10.1.19\tomcat-embed-el-10.1.19.jar;C:\Users\zubayer\.m2\repository\org\hibernate\validator\hibernate-validator\8.0.1.Final\hibernate-validator-8.0.1.Final.jar;C:\Users\zubayer\.m2\repository\jakarta\validation\jakarta.validation-api\3.0.2\jakarta.validation-api-3.0.2.jar;C:\Users\zubayer\.m2\repository\org\springframework\boot\spring-boot-starter-web\3.2.4\spring-boot-starter-web-3.2.4.jar;C:\Users\zubayer\.m2\repository\org\springframework\boot\spring-boot-starter-json\3.2.4\spring-boot-starter-json-3.2.4.jar;C:\Users\zubayer\.m2\repository\com\fasterxml\jackson\core\jackson-databind\2.15.4\jackson-databind-2.15.4.jar;C:\Users\zubayer\.m2\repository\com\fasterxml\jackson\core\jackson-annotations\2.15.4\jackson-annotations-2.15.4.jar;C:\Users\zubayer\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.15.4\jackson-core-2.15.4.jar;C:\Users\zubayer\.m2\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.15.4\jackson-datatype-jdk8-2.15.4.jar;C:\Users\zubayer\.m2\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.15.4\jackson-datatype-jsr310-2.15.4.jar;C:\Users\zubayer\.m2\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.15.4\jackson-module-parameter-names-2.15.4.jar;C:\Users\zubayer\.m2\repository\org\springframework\boot\spring-boot-starter-tomcat\3.2.4\spring-boot-starter-tomcat-3.2.4.jar;C:\Users\zubayer\.m2\repository\org\apache\tomcat\embed\tomcat-embed-core\10.1.19\tomcat-embed-core-10.1.19.jar;C:\Users\zubayer\.m2\repository\org\apache\tomcat\embed\tomcat-embed-websocket\10.1.19\tomcat-embed-websocket-10.1.19.jar;C:\Users\zubayer\.m2\repository\org\springframework\spring-web\6.1.5\spring-web-6.1.5.jar;C:\Users\zubayer\.m2\repository\io\micrometer\micrometer-observation\1.12.4\micrometer-observation-1.12.4.jar;C:\Users\zubayer\.m2\repository\io\micrometer\micrometer-commons\1.12.4\micrometer-commons-1.12.4.jar;C:\Users\zubayer\.m2\repository\org\springframework\spring-webmvc\6.1.5\spring-webmvc-6.1.5.jar;C:\Users\zubayer\.m2\repository\org\springframework\boot\spring-boot-starter-web-services\3.2.4\spring-boot-starter-web-services-3.2.4.jar;C:\Users\zubayer\.m2\repository\com\sun\xml\messaging\saaj\saaj-impl\3.0.3\saaj-impl-3.0.3.jar;C:\Users\zubayer\.m2\repository\jakarta\xml\soap\jakarta.xml.soap-api\3.0.1\jakarta.xml.soap-api-3.0.1.jar;C:\Users\zubayer\.m2\repository\org\jvnet\staxex\stax-ex\2.1.0\stax-ex-2.1.0.jar;C:\Users\zubayer\.m2\repository\jakarta\activation\jakarta.activation-api\2.1.3\jakarta.activation-api-2.1.3.jar;C:\Users\zubayer\.m2\repository\org\eclipse\angus\angus-activation\2.0.2\angus-activation-2.0.2.jar;C:\Users\zubayer\.m2\repository\jakarta\xml\ws\jakarta.xml.ws-api\4.0.1\jakarta.xml.ws-api-4.0.1.jar;C:\Users\zubayer\.m2\repository\org\springframework\spring-oxm\6.1.5\spring-oxm-6.1.5.jar;C:\Users\zubayer\.m2\repository\org\springframework\ws\spring-ws-core\4.0.10\spring-ws-core-4.0.10.jar;C:\Users\zubayer\.m2\repository\org\springframework\ws\spring-xml\4.0.10\spring-xml-4.0.10.jar;C:\Users\zubayer\.m2\repository\org\thymeleaf\extras\thymeleaf-extras-springsecurity6\3.1.2.RELEASE\thymeleaf-extras-springsecurity6-3.1.2.RELEASE.jar;C:\Users\zubayer\.m2\repository\org\slf4j\slf4j-api\2.0.12\slf4j-api-2.0.12.jar;C:\Users\zubayer\.m2\repository\org\springframework\boot\spring-boot-devtools\3.2.4\spring-boot-devtools-3.2.4.jar;C:\Users\zubayer\.m2\repository\org\springframework\boot\spring-boot\3.2.4\spring-boot-3.2.4.jar;C:\Users\zubayer\.m2\repository\org\springframework\boot\spring-boot-autoconfigure\3.2.4\spring-boot-autoconfigure-3.2.4.jar;C:\Users\zubayer\.m2\repository\com\microsoft\sqlserver\mssql-jdbc\12.4.2.jre11\mssql-jdbc-12.4.2.jre11.jar;C:\Users\zubayer\.m2\repository\org\projectlombok\lombok\1.18.30\lombok-1.18.30.jar;C:\Users\zubayer\.m2\repository\jakarta\xml\bind\jakarta.xml.bind-api\4.0.2\jakarta.xml.bind-api-4.0.2.jar;C:\Users\zubayer\.m2\repository\org\springframework\spring-core\6.1.5\spring-core-6.1.5.jar;C:\Users\zubayer\.m2\repository\org\springframework\spring-jcl\6.1.5\spring-jcl-6.1.5.jar;C:\Users\zubayer\.m2\repository\org\springframework\security\spring-security-core\6.2.3\spring-security-core-6.2.3.jar;C:\Users\zubayer\.m2\repository\org\springframework\security\spring-security-crypto\6.2.3\spring-security-crypto-6.2.3.jar;C:\Users\zubayer\.m2\repository\org\apache\commons\commons-lang3\3.13.0\commons-lang3-3.13.0.jar
Launcher Type: SUN_STANDARD
[Global flags]
intx CICompilerCount = 12 {product} {ergonomic}
uint ConcGCThreads = 3 {product} {ergonomic}
uint G1ConcRefinementThreads = 13 {product} {ergonomic}
size_t G1HeapRegionSize = 4194304 {product} {ergonomic}
size_t InitialHeapSize = 536870912 {product} {ergonomic}
bool ManagementServer = true {product} {command line}
size_t MarkStackSize = 4194304 {product} {ergonomic}
size_t MaxHeapSize = 8577351680 {product} {ergonomic}
size_t MaxNewSize = 5146411008 {product} {ergonomic}
size_t MinHeapDeltaBytes = 4194304 {product} {ergonomic}
size_t MinHeapSize = 8388608 {product} {ergonomic}
uintx NonNMethodCodeHeapSize = 4096 {pd product} {ergonomic}
uintx NonProfiledCodeHeapSize = 0 {pd product} {ergonomic}
bool ProfileInterpreter = false {pd product} {command line}
uintx ProfiledCodeHeapSize = 0 {pd product} {ergonomic}
bool ShowCodeDetailsInExceptionMessages = true {manageable} {command line}
size_t SoftMaxHeapSize = 8577351680 {manageable} {ergonomic}
intx TieredStopAtLevel = 1 {product} {command line}
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:
JAVA_HOME=C:\Program Files\Java\jdk1.8.0_92
PATH=E:/Software/sts-4.21.1.RELEASE//plugins/org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.10.v20240120-1143/jre/bin/server;E:/Software/sts-4.21.1.RELEASE//plugins/org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.10.v20240120-1143/jre/bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Python312\Scripts\;C:\Python312\;C:\Program Files\Microsoft MPI\Bin\;C:\Python311\Scripts\;C:\Python311\;C:\oraclexe\app\oracle\product\11.2.0\server\bin;C:\ProgramData\Oracle\Java\javapath;C:\oraclexe\app\oracle\product\11.2.0\server\bin;C:\Python310\Scripts\;C:\Python310\;F:\app\zubayer\product\11.2.0\dbhome_1\bin;C:\Program Files (x86)\VMware\VMware Workstation\bin\;C:\Python39\Scripts\;C:\Python39\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;E:\Software\apache-maven-3.6.3\bin;E:\Software\ffmpeg\bin;C:\ProgramData\chocolatey\bin;C:\Program Files\MySQL\MySQL Utilities 1.6\;C:\Program Files\PuTTY\;E:\Software\flutter\bin;C:\Program Files\Docker\Docker\resources\bin;C:\ProgramData\DockerDesktop\version-bin;C:\Program Files\Git\cmd;C:\Program Files\TortoiseSVN\bin;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files (x86)\IncrediBuild;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;C:\xampp\php;C:\Program Files\Java\jdk1.8.0_92\bin;C:\ProgramData\ComposerSetup\bin;C:\Program Files (x86)\Microsoft SQL Server\160\Tools\Binn\;C:\Program Files\Microsoft SQL Server\160\Tools\Binn\;C:\Program Files\Microsoft SQL Server\160\DTS\Binn\;C:\src\flutter\bin;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\160\DTS\Binn\;C:\Program Files\Azure Data Studio\bin;C:\Program Files\nodejs\;C:\Users\zubayer\AppData\Local\Microsoft\WindowsApps;C:\Users\zubayer\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\zubayer\.dotnet\tools;C:\Users\zubayer\AppData\Local\GitHubDesktop\bin;C:\Program Files\MongoDB\Server\6.0\bin;C:\Users\zubayer\AppData\Roaming\Composer\vendor\bin;C:\Program Files\Azure Data Studio\bin;C:\Users\zubayer\AppData\Roaming\npm;E:\Software\sts-4.21.1.RELEASE;
USERNAME=zubayer
OS=Windows_NT
PROCESSOR_IDENTIFIER=AMD64 Family 23 Model 113 Stepping 0, AuthenticAMD
TMP=C:\Users\zubayer\AppData\Local\Temp
TEMP=C:\Users\zubayer\AppData\Local\Temp
Periodic native trim disabled
--------------- S Y S T E M ---------------
OS:
Windows 10 , 64 bit Build 19041 (10.0.19041.3636)
OS uptime: 2 days 0:28 hours
Hyper-V role detected
CPU: total 16 (initial active 16) (16 cores per cpu, 2 threads per core) family 23 model 113 stepping 0 microcode 0x0, cx8, cmov, fxsr, ht, mmx, 3dnowpref, sse, sse2, sse3, ssse3, sse4a, sse4.1, sse4.2, popcnt, lzcnt, tsc, tscinvbit, avx, avx2, aes, clmul, bmi1, bmi2, adx, sha, fma, vzeroupper, clflush, clflushopt, hv, rdtscp, rdpid, f16c
Processor Information for all 16 processors :
Max Mhz: 3600, Current Mhz: 3600, Mhz Limit: 3600
Memory: 4k page, system-wide physical 32718M (20055M free)
TotalPageFile size 34766M (AvailPageFile size 19710M)
current process WorkingSet (physical memory assigned to process): 329M, peak: 416M
current process commit charge ("private bytes"): 382M, peak: 653M
vm_info: Java HotSpot(TM) 64-Bit Server VM (22+36-2370) for windows-amd64 JRE (22+36-2370), built on 2024-02-15T22:15:19Z by "mach5one" with MS VC++ 17.6 (VS2022)
END.