-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhs_err_pid22632.log
875 lines (804 loc) · 70.9 KB
/
hs_err_pid22632.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
870
871
872
873
874
875
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000025374d70faf, pid=22632, tid=8308
#
# JRE version: Java(TM) SE Runtime Environment (22.0.1+8) (build 22.0.1+8-16)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (22.0.1+8-16, mixed mode, emulated-client, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# Problematic frame:
# v ~BufferBlob::MethodHandles adapters 0x0000025374d70faf
#
# 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:61837 -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=61836 -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=kakao -javaagent:C:\Users\zxsa9\Downloads\sts-4.23.1.RELEASE\configuration\org.eclipse.osgi\270\0\.cp\lib\javaagent-shaded.jar -Dfile.encoding=UTF-8 -Dstdout.encoding=UTF-8 -Dstderr.encoding=UTF-8 com.woojin.ChatApplication --spring.output.ansi.enabled=always
Host: 13th Gen Intel(R) Core(TM) i5-1340P, 16 cores, 15G, Windows 10 , 64 bit Build 19041 (10.0.19041.3636)
Time: Mon Jun 24 21:39:35 2024 Windows 10 , 64 bit Build 19041 (10.0.19041.3636) elapsed time: 219.123849 seconds (0d 0h 3m 39s)
--------------- T H R E A D ---------------
Current thread (0x000002536a89ce00): JavaThread "main" [_thread_in_Java, id=8308, stack(0x0000008a5b900000,0x0000008a5ba00000) (1024K)]
Stack: [0x0000008a5b900000,0x0000008a5ba00000], sp=0x0000008a5b9fd348, free space=1012k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C 0x0000025374d70faf (no source info available)
The last pc belongs to _linkToSpecial (printed below).
siginfo: EXCEPTION_ACCESS_VIOLATION (0xc0000005), reading address 0xfffffffffffffff7
Registers:
RAX=0x0000025374d490e6, RBX=0x0000000707cf17f8, RCX=0xfffffffffffffff7, RDX=0x0000000000000002
RSP=0x0000008a5b9fd348, RBP=0x0000008a5b9fd398, RSI=0x000002536a86c818, RDI=0x0000025348467ef0
R8 =0x0000000000000002, R9 =0x0000000000000002, R10=0x00007ffa3abfb900, R11=0x0000025301099908
R12=0x0000000000000000, R13=0x0000008a5b9fd348, R14=0x0000008a5b9fd3b8, R15=0x000002536a89ce00
RIP=0x0000025374d70faf, EFLAGS=0x0000000000010202
Register to memory mapping:
RAX=0x0000025374d490e6 is at code_begin+3174 in an Interpreter codelet
return entry points [0x0000025374d48480, 0x0000025374d4a388] 7944 bytes
RBX=0x0000000707cf17f8 is an oop: com.woojin.vo.MemberVO
{0x0000000707cf17f8} - klass: 'com/woojin/vo/MemberVO'
- ---- fields (total size 4 words):
- private 'id' 'Ljava/lang/Long;' @12 null (0x00000000)
- private 'username' 'Ljava/lang/String;' @16 null (0x00000000)
- private 'email' 'Ljava/lang/String;' @20 null (0x00000000)
- private 'password' 'Ljava/lang/String;' @24 null (0x00000000)
RCX=0xfffffffffffffff7 is an unknown value
RDX=0x0000000000000002 is an unknown value
RSP=0x0000008a5b9fd348 is pointing into the stack for thread: 0x000002536a89ce00
RBP=0x0000008a5b9fd398 is pointing into the stack for thread: 0x000002536a89ce00
RSI=0x000002536a86c818 points into unknown readable memory: 0x80003800a27eee06 | 06 ee 7e a2 00 38 00 80
RDI=0x0000025348467ef0 points into unknown readable memory: 0x0000001800000070 | 70 00 00 00 18 00 00 00
R8 =0x0000000000000002 is an unknown value
R9 =0x0000000000000002 is an unknown value
R10=0x00007ffa3abfb900 jvm.dll
R11={method} {0x0000025301099910} 'newInvokeSpecial' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/invoke/DirectMethodHandle$Holder'
R12=0x0 is null
R13=0x0000008a5b9fd348 is pointing into the stack for thread: 0x000002536a89ce00
R14=0x0000008a5b9fd3b8 is pointing into the stack for thread: 0x000002536a89ce00
R15=0x000002536a89ce00 is a thread
Top of Stack: (sp=0x0000008a5b9fd348)
0x0000008a5b9fd348: 0000025374d490e6 fffffffffffffff7
0x0000008a5b9fd358: 00000253016efa07 0000000000000004
0x0000008a5b9fd368: 00000253010950d0 000002536a89ce00
0x0000008a5b9fd378: 00000007049160c8 0000025301099908
0x0000008a5b9fd388: fffffffffffffff6 0000008a5b9fd3c0
0x0000008a5b9fd398: 0000008a5b9fd668 00000253750e58cb
0x0000008a5b9fd3a8: 0000000707cf1750 0000000707cf17f8
0x0000008a5b9fd3b8: 0000000707cf17b0 0000008a5b9fd610
0x0000008a5b9fd3c8: 0000025344944ae0 0000000000000000
0x0000008a5b9fd3d8: 000002536a89ce00 0000008a5b9fd668
0x0000008a5b9fd3e8: 000002537582430c 000002536a89ce00
0x0000008a5b9fd3f8: 0000000705568bd0 0000008a5b9fd510
0x0000008a5b9fd408: 00007ffa3a35ce9d 00000253013fb9e0
0x0000008a5b9fd418: 00000000000000b6 00000000000003d8
0x0000008a5b9fd428: 000002536ca01398 0000000000000000
0x0000008a5b9fd438: 00007ffa3a6ac4d5 00000007048e53b8
0x0000008a5b9fd448: 0000000705568bd0 0000000707ce3440
0x0000008a5b9fd458: 0000000707ce3440 0000000707cf17e0
0x0000008a5b9fd468: 0000000707cf1588 0000025301000e80
0x0000008a5b9fd478: 000002536a89ce00 0000008a5b9fd668
0x0000008a5b9fd488: 0000025300000000 0000008a5b9fd520
0x0000008a5b9fd498: 00007ffa3a5f3968 0000000707cf17b0
0x0000008a5b9fd4a8: 0000000000000001 0000000000000001
0x0000008a5b9fd4b8: 0000008a5b9fd5d0 0000008a5b9fd520
0x0000008a5b9fd4c8: 000002536a89ce00 0000008a5b9fd500
0x0000008a5b9fd4d8: 00007ffa3a760000 0000000707ce34f0
0x0000008a5b9fd4e8: 0000000000000000 0000000707ce3440
0x0000008a5b9fd4f8: 0000000707cf17e0 0000000707cf1588
0x0000008a5b9fd508: 000002536a89ce00 0000025301000e80
0x0000008a5b9fd518: 00000253750e4dec 0000008a5b9fd668
0x0000008a5b9fd528: 00000253750e22ca 0000025301001258
0x0000008a5b9fd538: 0000000000000002 0000020100000000
Instructions: (pc=0x0000025374d70faf)
0x0000025374d70eaf: 48 c1 e3 03 8b 5b 28 48 c1 e3 03 8b 5b 24 48 c1
0x0000025374d70ebf: e3 03 48 8b 5b 10 48 85 db 0f 84 10 00 00 00 41
0x0000025374d70ecf: 80 bf e8 05 00 00 00 74 03 ff 63 38 ff 63 50 e9
0x0000025374d70edf: 9d 16 00 00 66 66 66 0f 1f 84 00 00 00 00 00 66
0x0000025374d70eef: 66 66 90 66 66 0f 1f 84 00 00 00 00 00 66 66 66
0x0000025374d70eff: 90 48 8b 53 08 0f b7 52 2e 48 8b 0c d4 58 5b 50
0x0000025374d70f0f: 44 8b 51 08 49 bb 00 00 00 01 53 02 00 00 4d 03
0x0000025374d70f1f: d3 4c 8b 5b 10 4b 8b 9c da c8 01 00 00 48 85 db
0x0000025374d70f2f: 0f 84 10 00 00 00 41 80 bf e8 05 00 00 00 74 03
0x0000025374d70f3f: ff 63 38 ff 63 50 e9 36 16 00 00 66 66 66 0f 1f
0x0000025374d70f4f: 84 00 00 00 00 00 66 66 66 90 0f 1f 80 00 00 00
0x0000025374d70f5f: 00 58 5b 50 8b 5b 24 48 c1 e3 03 48 8b 5b 10 48
0x0000025374d70f6f: 85 db 0f 84 10 00 00 00 41 80 bf e8 05 00 00 00
0x0000025374d70f7f: 74 03 ff 63 38 ff 63 50 e9 f4 15 00 00 66 66 66
0x0000025374d70f8f: 0f 1f 84 00 00 00 00 00 66 66 66 90 0f 1f 44 00
0x0000025374d70f9f: 00 48 8b 53 08 0f b7 52 2e 48 8b 0c d4 58 5b 50
0x0000025374d70faf: 48 3b 01 8b 5b 24 48 c1 e3 03 48 8b 5b 10 48 85
0x0000025374d70fbf: db 0f 84 10 00 00 00 41 80 bf e8 05 00 00 00 74
0x0000025374d70fcf: 03 ff 63 38 ff 63 50 e9 a5 15 00 00 0f 1f 44 00
0x0000025374d70fdf: 00 48 8b 53 08 0f b7 52 2e 48 8b 0c d4 58 5b 50
0x0000025374d70fef: 44 8b 51 08 49 bb 00 00 00 01 53 02 00 00 4d 03
0x0000025374d70fff: d3 8b 43 18 48 c1 e0 03 48 8b 40 10 48 8b 5b 10
0x0000025374d7100f: 45 8b 9a a0 00 00 00 4f 8d 9c da c8 01 00 00 4d
0x0000025374d7101f: 8d 14 da 49 8b 1b 48 3b c3 74 15 48 85 db 0f 84
0x0000025374d7102f: 32 00 00 00 49 83 c3 10 49 8b 1b 48 3b c3 75 eb
0x0000025374d7103f: 45 8b 5b 08 4b 8b 1c 1a 48 85 db 0f 84 10 00 00
0x0000025374d7104f: 00 41 80 bf e8 05 00 00 00 74 03 ff 63 38 ff 63
0x0000025374d7105f: 50 e9 1b 15 00 00 e9 16 12 00 00 f4 00 00 00 00
0x0000025374d7106f: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0000025374d7107f: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0000025374d7108f: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0000025374d7109f: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Stack slot to memory mapping:
stack at sp + 0 slots: 0x0000025374d490e6 is at code_begin+3174 in an Interpreter codelet
return entry points [0x0000025374d48480, 0x0000025374d4a388] 7944 bytes
stack at sp + 1 slots: 0xfffffffffffffff7 is an unknown value
stack at sp + 2 slots: 0x00000253016efa07 is pointing into metadata
stack at sp + 3 slots: 0x0000000000000004 is an unknown value
stack at sp + 4 slots: 0x00000253010950d0 is pointing into metadata
stack at sp + 5 slots: 0x000002536a89ce00 is a thread
stack at sp + 6 slots: 0x00000007049160c8 is an oop: java.lang.Class
{0x00000007049160c8} - klass: 'java/lang/Class'
- ---- fields (total size 14 words):
- private volatile transient 'classRedefinedCount' 'I' @12 0 (0x00000000)
- injected 'klass' 'J' @16 2555522927768 (0x0000025301094c98)
- injected 'array_klass' 'J' @24 0 (0x0000000000000000)
- injected 'oop_size' 'I' @32 14 (0x0000000e)
- injected 'static_oop_field_count' 'I' @36 0 (0x00000000)
- private volatile transient 'cachedConstructor' 'Ljava/lang/reflect/Constructor;' @40 null (0x00000000)
- private transient 'name' 'Ljava/lang/String;' @44 null (0x00000000)
- private transient 'module' 'Ljava/lang/Module;' @48 a 'java/lang/Module'{0x00000007048fbe10} (0xe091f7c2)
- private final 'classLoader' 'Ljava/lang/ClassLoader;' @52 null (0x00000000)
- private transient 'classData' 'Ljava/lang/Object;' @56 null (0x00000000)
- private transient 'packageName' 'Ljava/lang/String;' @60 null (0x00000000)
- private final 'componentType' 'Ljava/lang/Class;' @64 null (0x00000000)
- private volatile transient 'reflectionData' 'Ljava/lang/ref/SoftReference;' @68 null (0x00000000)
- private volatile transient 'genericInfo' 'Lsun/reflect/generics/repository/ClassRepository;' @72 null (0x00000000)
- private volatile transient 'enumConstants' '[Ljava/lang/Object;' @76 null (0x00000000)
- private volatile transient 'enumConstantDirectory' 'Ljava/util/Map;' @80 null (0x00000000)
- private volatile transient 'annotationData' 'Ljava/lang/Class$AnnotationData;' @84 null (0x00000000)
- private volatile transient 'annotationType' 'Lsun/reflect/annotation/AnnotationType;' @88 null (0x00000000)
- transient 'classValueMap' 'Ljava/lang/ClassValue$ClassValueMap;' @92 null (0x00000000)
- injected 'protection_domain' 'Ljava/lang/Object;' @96 null (0x00000000)
- injected 'signers_name' 'Ljava/lang/Object;' @100 null (0x00000000)
- injected 'source_file' 'Ljava/lang/Object;' @104 null (0x00000000)
- signature: Ljava/lang/invoke/DirectMethodHandle$Holder;
- ---- static fields (0):
stack at sp + 7 slots: {method} {0x0000025301099910} 'newInvokeSpecial' '(Ljava/lang/Object;)Ljava/lang/Object;' in 'java/lang/invoke/DirectMethodHandle$Holder'
MethodHandle::interpreter_entry::_linkToSpecial [0x0000025374d70f8c, 0x0000025374d70fdb] (79 bytes)
[MachCode]
0x0000025374d70f8c: 6666 660f | 1f84 0000 | 0000 0066 | 6666 900f | 1f44 0000 | 488b 5308 | 0fb7 522e | 488b 0cd4
0x0000025374d70fac: 585b 5048 | 3b01 8b5b | 2448 c1e3 | 0348 8b5b | 1048 85db | 0f84 1000 | 0000 4180 | bfe8 0500
0x0000025374d70fcc: 0000 7403 | ff63 38ff | 6350 e9a5 |
[/MachCode]
--------------- P R O C E S S ---------------
Threads class SMR info:
_java_thread_list=0x0000025347d4f570, length=24, elements={
0x000002536a89ce00, 0x00000253002e19a0, 0x00000253002e28c0, 0x00000253002e3c00,
0x00000253002e7240, 0x00000253002ea1f0, 0x00000253002ebc60, 0x00000253002f9470,
0x00000253002a7de0, 0x0000025300532110, 0x000002530053ebb0, 0x0000025300543370,
0x00000253462551f0, 0x0000025346492b30, 0x00000253464971c0, 0x00000253464cbd30,
0x0000025346a90970, 0x0000025346a917f0, 0x0000025346a9dc20, 0x0000025347bda030,
0x0000025347bda6c0, 0x0000025347bdba70, 0x0000025347bdb3e0, 0x0000025347bdc100
}
Java Threads: ( => current thread )
=>0x000002536a89ce00 JavaThread "main" [_thread_in_Java, id=8308, stack(0x0000008a5b900000,0x0000008a5ba00000) (1024K)]
0x00000253002e19a0 JavaThread "Reference Handler" daemon [_thread_blocked, id=10360, stack(0x0000008a5c100000,0x0000008a5c200000) (1024K)]
0x00000253002e28c0 JavaThread "Finalizer" daemon [_thread_blocked, id=15460, stack(0x0000008a5c200000,0x0000008a5c300000) (1024K)]
0x00000253002e3c00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5748, stack(0x0000008a5c300000,0x0000008a5c400000) (1024K)]
0x00000253002e7240 JavaThread "Attach Listener" daemon [_thread_blocked, id=22204, stack(0x0000008a5c400000,0x0000008a5c500000) (1024K)]
0x00000253002ea1f0 JavaThread "Service Thread" daemon [_thread_blocked, id=22676, stack(0x0000008a5c500000,0x0000008a5c600000) (1024K)]
0x00000253002ebc60 JavaThread "Monitor Deflation Thread" daemon [_thread_blocked, id=6600, stack(0x0000008a5c600000,0x0000008a5c700000) (1024K)]
0x00000253002f9470 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=19984, stack(0x0000008a5c700000,0x0000008a5c800000) (1024K)]
0x00000253002a7de0 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=6044, stack(0x0000008a5c900000,0x0000008a5ca00000) (1024K)]
0x0000025300532110 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=20300, stack(0x0000008a5cb00000,0x0000008a5cc00000) (1024K)]
0x000002530053ebb0 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=20700, stack(0x0000008a5cc00000,0x0000008a5cd00000) (1024K)]
0x0000025300543370 JavaThread "JDWP Command Reader" daemon [_thread_blocked, id=7072, stack(0x0000008a5cd00000,0x0000008a5ce00000) (1024K)]
0x00000253462551f0 JavaThread "Notification Thread" daemon [_thread_blocked, id=21440, stack(0x0000008a5ce00000,0x0000008a5cf00000) (1024K)]
0x0000025346492b30 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=21016, stack(0x0000008a5d000000,0x0000008a5d100000) (1024K)]
0x00000253464971c0 JavaThread "RMI TCP Accept-61836" daemon [_thread_in_native, id=12084, stack(0x0000008a5d100000,0x0000008a5d200000) (1024K)]
0x00000253464cbd30 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=17172, stack(0x0000008a5db00000,0x0000008a5dc00000) (1024K)]
0x0000025346a90970 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=3000, stack(0x0000008a5e200000,0x0000008a5e300000) (1024K)]
0x0000025346a917f0 JavaThread "RMI TCP Connection(2)-127.0.0.1" daemon [_thread_in_native, id=856, stack(0x0000008a5e300000,0x0000008a5e400000) (1024K)]
0x0000025346a9dc20 JavaThread "JMX server connection timeout 51" daemon [_thread_blocked, id=17744, stack(0x0000008a5e400000,0x0000008a5e500000) (1024K)]
0x0000025347bda030 JavaThread "Catalina-utility-1" [_thread_blocked, id=272, stack(0x0000008a5e700000,0x0000008a5e800000) (1024K)]
0x0000025347bda6c0 JavaThread "Catalina-utility-2" [_thread_blocked, id=6936, stack(0x0000008a5e800000,0x0000008a5e900000) (1024K)]
0x0000025347bdba70 JavaThread "container-0" [_thread_blocked, id=21484, stack(0x0000008a5e900000,0x0000008a5ea00000) (1024K)]
0x0000025347bdb3e0 JavaThread "mysql-cj-abandoned-connection-cleanup" daemon [_thread_blocked, id=11260, stack(0x0000008a5ea00000,0x0000008a5eb00000) (1024K)]
0x0000025347bdc100 JavaThread "HikariPool-1 housekeeper" daemon [_thread_blocked, id=21988, stack(0x0000008a5ec00000,0x0000008a5ed00000) (1024K)]
Total: 24
Other Threads:
0x00000253002bf080 VMThread "VM Thread" [id=17996, stack(0x0000008a5c000000,0x0000008a5c100000) (1024K)] _threads_hazard_ptr=0x0000025347d4f570
0x00000253002a72e0 WatcherThread "VM Periodic Task Thread" [id=2416, stack(0x0000008a5bf00000,0x0000008a5c000000) (1024K)]
0x000002536ca68400 WorkerThread "GC Thread#0" [id=22856, stack(0x0000008a5ba00000,0x0000008a5bb00000) (1024K)]
0x00000253464adb90 WorkerThread "GC Thread#1" [id=8332, stack(0x0000008a5d200000,0x0000008a5d300000) (1024K)]
0x00000253464adf40 WorkerThread "GC Thread#2" [id=21564, stack(0x0000008a5d300000,0x0000008a5d400000) (1024K)]
0x00000253464ae2f0 WorkerThread "GC Thread#3" [id=12704, stack(0x0000008a5d400000,0x0000008a5d500000) (1024K)]
0x00000253464aeab0 WorkerThread "GC Thread#4" [id=17668, stack(0x0000008a5d500000,0x0000008a5d600000) (1024K)]
0x00000253464b4200 WorkerThread "GC Thread#5" [id=15616, stack(0x0000008a5d600000,0x0000008a5d700000) (1024K)]
0x0000025346546e40 WorkerThread "GC Thread#6" [id=20416, stack(0x0000008a5d700000,0x0000008a5d800000) (1024K)]
0x00000253465471f0 WorkerThread "GC Thread#7" [id=22512, stack(0x0000008a5d800000,0x0000008a5d900000) (1024K)]
0x0000025346547db0 WorkerThread "GC Thread#8" [id=23540, stack(0x0000008a5d900000,0x0000008a5da00000) (1024K)]
0x0000025346548160 WorkerThread "GC Thread#9" [id=7296, stack(0x0000008a5da00000,0x0000008a5db00000) (1024K)]
0x0000025346a5cfe0 WorkerThread "GC Thread#10" [id=21980, stack(0x0000008a5de00000,0x0000008a5df00000) (1024K)]
0x0000025346a5d390 WorkerThread "GC Thread#11" [id=17480, stack(0x0000008a5df00000,0x0000008a5e000000) (1024K)]
0x0000025346a63760 WorkerThread "GC Thread#12" [id=16580, stack(0x0000008a5e000000,0x0000008a5e100000) (1024K)]
0x000002536ca79ff0 ConcurrentGCThread "G1 Main Marker" [id=9120, stack(0x0000008a5bb00000,0x0000008a5bc00000) (1024K)]
0x000002536ca7aa10 WorkerThread "G1 Conc#0" [id=18316, stack(0x0000008a5bc00000,0x0000008a5bd00000) (1024K)]
0x0000025346a9a920 WorkerThread "G1 Conc#1" [id=11148, stack(0x0000008a5e500000,0x0000008a5e600000) (1024K)]
0x0000025346a9a570 WorkerThread "G1 Conc#2" [id=20348, stack(0x0000008a5e600000,0x0000008a5e700000) (1024K)]
0x000002530017b080 ConcurrentGCThread "G1 Refine#0" [id=3396, stack(0x0000008a5bd00000,0x0000008a5be00000) (1024K)]
0x000002530017ba10 ConcurrentGCThread "G1 Service" [id=20976, stack(0x0000008a5be00000,0x0000008a5bf00000) (1024K)]
Total: 21
Threads with active compile tasks:
Total: 0
VM state: synchronizing (normal execution)
VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
[0x00007ffa3abebbb8] Threads_lock - owner thread: 0x00000253002bf080
Heap address: 0x0000000704600000, size: 4026 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
CDS archive(s) mapped at: [0x0000025301000000-0x0000025301c60000-0x0000025301c60000), size 12976128, SharedBaseAddress: 0x0000025301000000, ArchiveRelocationMode: 1.
Compressed class space mapped at: 0x0000025302000000-0x0000025342000000, reserved size: 1073741824
Narrow klass base: 0x0000025301000000, 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 16 size 48 Howl #buckets 8 coarsen threshold 3686 Howl Bitmap #cards 512 size 80 coarsen threshold 460 Card regions per heap region 1 cards per card region 4096
CPUs: 16 total, 16 available
Memory: 16098M
Large Page Support: Disabled
NUMA Support: Disabled
Compressed Oops: Enabled (Zero based)
Heap Region Size: 2M
Heap Min Capacity: 8M
Heap Initial Capacity: 252M
Heap Max Capacity: 4026M
Pre-touch: Disabled
Parallel Workers: 13
Concurrent Workers: 3
Concurrent Refinement Workers: 13
Periodic GC: Disabled
Heap:
garbage-first heap total reserved 4122624K, committed 75776K, used 48139K [0x0000000704600000, 0x0000000800000000)
region size 2048K, 16 young (32768K), 2 survivors (4096K)
Metaspace used 47900K, committed 48320K, reserved 1114112K
class space used 6577K, committed 6720K, 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|0x0000000704600000, 0x0000000704800000, 0x0000000704800000|100%| O| |TAMS 0x0000000704600000| PB 0x0000000704600000| Untracked | 0
| 1|0x0000000704800000, 0x0000000704a00000, 0x0000000704a00000|100%| O| |TAMS 0x0000000704800000| PB 0x0000000704800000| Untracked | 0
| 2|0x0000000704a00000, 0x0000000704c00000, 0x0000000704c00000|100%| O| |TAMS 0x0000000704a00000| PB 0x0000000704a00000| Untracked | 0
| 3|0x0000000704c00000, 0x0000000704e00000, 0x0000000704e00000|100%| O| |TAMS 0x0000000704c00000| PB 0x0000000704c00000| Untracked | 0
| 4|0x0000000704e00000, 0x0000000705000000, 0x0000000705000000|100%| O| |TAMS 0x0000000704e00000| PB 0x0000000704e00000| Untracked | 0
| 5|0x0000000705000000, 0x0000000705000000, 0x0000000705200000| 0%| F| |TAMS 0x0000000705000000| PB 0x0000000705000000| Untracked | 0
| 6|0x0000000705200000, 0x0000000705400000, 0x0000000705400000|100%| O| |TAMS 0x0000000705200000| PB 0x0000000705200000| Untracked | 0
| 7|0x0000000705400000, 0x0000000705600000, 0x0000000705600000|100%| O| |TAMS 0x0000000705400000| PB 0x0000000705400000| Untracked | 0
| 8|0x0000000705600000, 0x0000000705800000, 0x0000000705800000|100%| O| |TAMS 0x0000000705600000| PB 0x0000000705600000| Untracked | 0
| 9|0x0000000705800000, 0x0000000705a00000, 0x0000000705a00000|100%| O| |TAMS 0x0000000705800000| PB 0x0000000705800000| Untracked | 0
| 10|0x0000000705a00000, 0x0000000705bde990, 0x0000000705c00000| 93%| O| |TAMS 0x0000000705a00000| PB 0x0000000705a00000| Untracked | 0
| 11|0x0000000705c00000, 0x0000000705c00000, 0x0000000705e00000| 0%| F| |TAMS 0x0000000705c00000| PB 0x0000000705c00000| Untracked | 0
| 12|0x0000000705e00000, 0x0000000705e00000, 0x0000000706000000| 0%| F| |TAMS 0x0000000705e00000| PB 0x0000000705e00000| Untracked | 0
| 13|0x0000000706000000, 0x0000000706000000, 0x0000000706200000| 0%| F| |TAMS 0x0000000706000000| PB 0x0000000706000000| Untracked | 0
| 14|0x0000000706200000, 0x0000000706200000, 0x0000000706400000| 0%| F| |TAMS 0x0000000706200000| PB 0x0000000706200000| Untracked | 0
| 15|0x0000000706400000, 0x0000000706400000, 0x0000000706600000| 0%| F| |TAMS 0x0000000706400000| PB 0x0000000706400000| Untracked | 0
| 16|0x0000000706600000, 0x00000007067245c0, 0x0000000706800000| 57%| S|CS|TAMS 0x0000000706600000| PB 0x0000000706600000| Complete | 0
| 17|0x0000000706800000, 0x0000000706a00000, 0x0000000706a00000|100%| S|CS|TAMS 0x0000000706800000| PB 0x0000000706800000| Complete | 0
| 18|0x0000000706a00000, 0x0000000706a00000, 0x0000000706c00000| 0%| F| |TAMS 0x0000000706a00000| PB 0x0000000706a00000| Untracked | 0
| 19|0x0000000706c00000, 0x0000000706c00000, 0x0000000706e00000| 0%| F| |TAMS 0x0000000706c00000| PB 0x0000000706c00000| Untracked | 0
| 20|0x0000000706e00000, 0x0000000706e00000, 0x0000000707000000| 0%| F| |TAMS 0x0000000706e00000| PB 0x0000000706e00000| Untracked | 0
| 21|0x0000000707000000, 0x0000000707000000, 0x0000000707200000| 0%| F| |TAMS 0x0000000707000000| PB 0x0000000707000000| Untracked | 0
| 22|0x0000000707200000, 0x0000000707200000, 0x0000000707400000| 0%| F| |TAMS 0x0000000707200000| PB 0x0000000707200000| Untracked | 0
| 23|0x0000000707400000, 0x00000007074cbc38, 0x0000000707600000| 39%| E| |TAMS 0x0000000707400000| PB 0x0000000707400000| Complete | 0
| 24|0x0000000707600000, 0x0000000707800000, 0x0000000707800000|100%| E|CS|TAMS 0x0000000707600000| PB 0x0000000707600000| Complete | 0
| 25|0x0000000707800000, 0x0000000707a00000, 0x0000000707a00000|100%| E|CS|TAMS 0x0000000707800000| PB 0x0000000707800000| Complete | 0
| 26|0x0000000707a00000, 0x0000000707c00000, 0x0000000707c00000|100%| E|CS|TAMS 0x0000000707a00000| PB 0x0000000707a00000| Complete | 0
| 27|0x0000000707c00000, 0x0000000707e00000, 0x0000000707e00000|100%| E|CS|TAMS 0x0000000707c00000| PB 0x0000000707c00000| Complete | 0
| 28|0x0000000707e00000, 0x0000000708000000, 0x0000000708000000|100%| E|CS|TAMS 0x0000000707e00000| PB 0x0000000707e00000| Complete | 0
| 29|0x0000000708000000, 0x0000000708200000, 0x0000000708200000|100%| E| |TAMS 0x0000000708000000| PB 0x0000000708000000| Complete | 0
| 30|0x0000000708200000, 0x0000000708400000, 0x0000000708400000|100%| E|CS|TAMS 0x0000000708200000| PB 0x0000000708200000| Complete | 0
| 31|0x0000000708400000, 0x0000000708600000, 0x0000000708600000|100%| E|CS|TAMS 0x0000000708400000| PB 0x0000000708400000| Complete | 0
| 32|0x0000000708600000, 0x0000000708800000, 0x0000000708800000|100%| E|CS|TAMS 0x0000000708600000| PB 0x0000000708600000| Complete | 0
| 66|0x000000070ca00000, 0x000000070cc00000, 0x000000070cc00000|100%| E|CS|TAMS 0x000000070ca00000| PB 0x000000070ca00000| Complete | 0
| 67|0x000000070cc00000, 0x000000070ce00000, 0x000000070ce00000|100%| E|CS|TAMS 0x000000070cc00000| PB 0x000000070cc00000| Complete | 0
| 68|0x000000070ce00000, 0x000000070d000000, 0x000000070d000000|100%| E|CS|TAMS 0x000000070ce00000| PB 0x000000070ce00000| Complete | 0
| 125|0x0000000714000000, 0x0000000714200000, 0x0000000714200000|100%| E|CS|TAMS 0x0000000714000000| PB 0x0000000714000000| Complete | 0
Card table byte_map: [0x0000025378b90000,0x0000025379370000] _byte_map_base: 0x000002537536d000
Marking Bits: (CMBitMap*) 0x000002536ca69230
Bits: [0x0000025379370000, 0x000002537d258000)
Polling page: 0x000002536a9e0000
Metaspace:
Usage:
Non-class: 40.35 MB used.
Class: 6.42 MB used.
Both: 46.78 MB used.
Virtual space:
Non-class space: 64.00 MB reserved, 40.62 MB ( 63%) committed, 1 nodes.
Class space: 1.00 GB reserved, 6.56 MB ( <1%) committed, 1 nodes.
Both: 1.06 GB reserved, 47.19 MB ( 4%) committed.
Chunk freelists:
Non-Class: 6.71 MB
Class: 9.44 MB
Both: 16.15 MB
MaxMetaspaceSize: unlimited
CompressedClassSpaceSize: 1.00 GB
Initial GC threshold: 21.00 MB
Current GC threshold: 58.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: 530.
num_arena_deaths: 0.
num_vsnodes_births: 2.
num_vsnodes_deaths: 0.
num_space_committed: 755.
num_space_uncommitted: 0.
num_chunks_returned_to_freelist: 6.
num_chunks_taken_from_freelist: 1959.
num_chunk_merges: 6.
num_chunk_splits: 1451.
num_chunks_enlarged: 1170.
num_inconsistent_stats: 0.
CodeCache: size=49152Kb used=10946Kb max_used=12987Kb free=38205Kb
bounds [0x0000025374d40000, 0x00000253759f0000, 0x0000025377d40000]
total_blobs=6144 nmethods=5490 adapters=577
compilation: enabled
stopped_count=0, restarted_count=0
full_count=0
Compilation events (20 events):
Event: 196.302 Thread 0x0000025347120de0 nmethod 5524 0x00000253752c4c90 code [0x00000253752c4e40, 0x00000253752c50d8]
Event: 196.302 Thread 0x00000253002f9470 5527 1 java.lang.ReflectiveOperationException::<init> (6 bytes)
Event: 196.302 Thread 0x0000025347121b80 nmethod 5526 0x00000253752c4890 code [0x00000253752c4a40, 0x00000253752c4b98]
Event: 196.302 Thread 0x0000025347120de0 5528 1 java.lang.Exception::<init> (6 bytes)
Event: 196.302 Thread 0x0000025347121b80 5529 1 java.lang.Throwable::<init> (64 bytes)
Event: 196.302 Thread 0x00000253002f9470 nmethod 5527 0x00000253752c4590 code [0x00000253752c4720, 0x00000253752c4818]
Event: 196.302 Thread 0x0000025347120de0 nmethod 5528 0x00000253752c4290 code [0x00000253752c4420, 0x00000253752c4518]
Event: 196.302 Thread 0x00000253002f9470 5530 ! 1 sun.rmi.server.UnicastServerRef::logCallException (117 bytes)
Event: 196.302 Thread 0x0000025347120de0 5531 s! 1 java.lang.Throwable::writeObject (45 bytes)
Event: 196.302 Thread 0x0000025347121b80 nmethod 5529 0x00000253752c3c10 code [0x00000253752c3de0, 0x00000253752c41a0]
Event: 196.302 Thread 0x0000025347121b80 5532 1 java.io.ObjectOutputStream::defaultWriteObject (54 bytes)
Event: 196.302 Thread 0x0000025347120de0 nmethod 5531 0x00000253752c3410 code [0x00000253752c35e0, 0x00000253752c3a30]
Event: 196.302 Thread 0x00000253002f9470 nmethod 5530 0x00000253752c2a90 code [0x00000253752c2ca0, 0x00000253752c3010]
Event: 196.302 Thread 0x0000025347121b80 nmethod 5532 0x00000253752c2290 code [0x00000253752c24a0, 0x00000253752c27f8]
Event: 207.187 Thread 0x00000253002f9470 5533 1 java.util.concurrent.locks.LockSupport::setBlocker (12 bytes)
Event: 207.187 Thread 0x00000253002f9470 nmethod 5533 0x00000253752c1f90 code [0x00000253752c2120, 0x00000253752c2228]
Event: 212.496 Thread 0x00000253002f9470 5534 1 java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask::compareTo (9 bytes)
Event: 212.496 Thread 0x00000253002f9470 nmethod 5534 0x00000253752c1b90 code [0x00000253752c1d40, 0x00000253752c1e90]
Event: 212.496 Thread 0x00000253002f9470 5535 1 java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask::compareTo (101 bytes)
Event: 212.497 Thread 0x00000253002f9470 nmethod 5535 0x00000253752c1390 code [0x00000253752c1580, 0x00000253752c19e8]
GC Heap History (20 events):
Event: 0.705 GC heap before
{Heap before GC invocations=5 (full 0):
garbage-first heap total reserved 4122624K, committed 40960K, used 26008K [0x0000000704600000, 0x0000000800000000)
region size 2048K, 10 young (20480K), 1 survivors (2048K)
Metaspace used 14961K, committed 15296K, reserved 1114112K
class space used 1943K, committed 2112K, reserved 1048576K
}
Event: 0.707 GC heap after
{Heap after GC invocations=6 (full 0):
garbage-first heap total reserved 4122624K, committed 40960K, used 10278K [0x0000000704600000, 0x0000000800000000)
region size 2048K, 1 young (2048K), 1 survivors (2048K)
Metaspace used 14961K, committed 15296K, reserved 1114112K
class space used 1943K, committed 2112K, reserved 1048576K
}
Event: 0.750 GC heap before
{Heap before GC invocations=6 (full 0):
garbage-first heap total reserved 4122624K, committed 40960K, used 28710K [0x0000000704600000, 0x0000000800000000)
region size 2048K, 11 young (22528K), 1 survivors (2048K)
Metaspace used 16898K, committed 17280K, reserved 1114112K
class space used 2142K, committed 2304K, reserved 1048576K
}
Event: 0.751 GC heap after
{Heap after GC invocations=7 (full 0):
garbage-first heap total reserved 4122624K, committed 149504K, used 10557K [0x0000000704600000, 0x0000000800000000)
region size 2048K, 1 young (2048K), 1 survivors (2048K)
Metaspace used 16898K, committed 17280K, reserved 1114112K
class space used 2142K, committed 2304K, reserved 1048576K
}
Event: 1.038 GC heap before
{Heap before GC invocations=7 (full 0):
garbage-first heap total reserved 4122624K, committed 149504K, used 80189K [0x0000000704600000, 0x0000000800000000)
region size 2048K, 37 young (75776K), 1 survivors (2048K)
Metaspace used 21232K, committed 21504K, reserved 1114112K
class space used 2737K, committed 2880K, reserved 1048576K
}
Event: 1.041 GC heap after
{Heap after GC invocations=8 (full 0):
garbage-first heap total reserved 4122624K, committed 149504K, used 13086K [0x0000000704600000, 0x0000000800000000)
region size 2048K, 3 young (6144K), 3 survivors (6144K)
Metaspace used 21232K, committed 21504K, reserved 1114112K
class space used 2737K, committed 2880K, reserved 1048576K
}
Event: 1.158 GC heap before
{Heap before GC invocations=9 (full 0):
garbage-first heap total reserved 4122624K, committed 55296K, used 37662K [0x0000000704600000, 0x0000000800000000)
region size 2048K, 16 young (32768K), 3 survivors (6144K)
Metaspace used 22149K, committed 22464K, reserved 1114112K
class space used 2870K, committed 3008K, reserved 1048576K
}
Event: 1.162 GC heap after
{Heap after GC invocations=10 (full 0):
garbage-first heap total reserved 4122624K, committed 55296K, used 13788K [0x0000000704600000, 0x0000000800000000)
region size 2048K, 1 young (2048K), 1 survivors (2048K)
Metaspace used 22149K, committed 22464K, reserved 1114112K
class space used 2870K, committed 3008K, reserved 1048576K
}
Event: 1.300 GC heap before
{Heap before GC invocations=10 (full 0):
garbage-first heap total reserved 4122624K, committed 55296K, used 42460K [0x0000000704600000, 0x0000000800000000)
region size 2048K, 16 young (32768K), 1 survivors (2048K)
Metaspace used 24197K, committed 24576K, reserved 1114112K
class space used 3156K, committed 3328K, reserved 1048576K
}
Event: 1.302 GC heap after
{Heap after GC invocations=11 (full 0):
garbage-first heap total reserved 4122624K, committed 55296K, used 14585K [0x0000000704600000, 0x0000000800000000)
region size 2048K, 1 young (2048K), 1 survivors (2048K)
Metaspace used 24197K, committed 24576K, reserved 1114112K
class space used 3156K, committed 3328K, reserved 1048576K
}
Event: 1.486 GC heap before
{Heap before GC invocations=11 (full 0):
garbage-first heap total reserved 4122624K, committed 55296K, used 43257K [0x0000000704600000, 0x0000000800000000)
region size 2048K, 16 young (32768K), 1 survivors (2048K)
Metaspace used 26415K, committed 26752K, reserved 1114112K
class space used 3502K, committed 3648K, reserved 1048576K
}
Event: 1.490 GC heap after
{Heap after GC invocations=12 (full 0):
garbage-first heap total reserved 4122624K, committed 157696K, used 16441K [0x0000000704600000, 0x0000000800000000)
region size 2048K, 2 young (4096K), 2 survivors (4096K)
Metaspace used 26415K, committed 26752K, reserved 1114112K
class space used 3502K, committed 3648K, reserved 1048576K
}
Event: 1.976 GC heap before
{Heap before GC invocations=12 (full 0):
garbage-first heap total reserved 4122624K, committed 157696K, used 104505K [0x0000000704600000, 0x0000000800000000)
region size 2048K, 46 young (94208K), 2 survivors (4096K)
Metaspace used 34069K, committed 34560K, reserved 1114112K
class space used 4584K, committed 4800K, reserved 1048576K
}
Event: 1.980 GC heap after
{Heap after GC invocations=13 (full 0):
garbage-first heap total reserved 4122624K, committed 157696K, used 20215K [0x0000000704600000, 0x0000000800000000)
region size 2048K, 4 young (8192K), 4 survivors (8192K)
Metaspace used 34069K, committed 34560K, reserved 1114112K
class space used 4584K, committed 4800K, reserved 1048576K
}
Event: 2.052 GC heap before
{Heap before GC invocations=13 (full 0):
garbage-first heap total reserved 4122624K, committed 157696K, used 34551K [0x0000000704600000, 0x0000000800000000)
region size 2048K, 12 young (24576K), 4 survivors (8192K)
Metaspace used 35557K, committed 35968K, reserved 1114112K
class space used 4855K, committed 5056K, reserved 1048576K
}
Event: 2.055 GC heap after
{Heap after GC invocations=14 (full 0):
garbage-first heap total reserved 4122624K, committed 157696K, used 20484K [0x0000000704600000, 0x0000000800000000)
region size 2048K, 3 young (6144K), 3 survivors (6144K)
Metaspace used 35557K, committed 35968K, reserved 1114112K
class space used 4855K, committed 5056K, reserved 1048576K
}
Event: 2.225 GC heap before
{Heap before GC invocations=15 (full 0):
garbage-first heap total reserved 4122624K, committed 75776K, used 59396K [0x0000000704600000, 0x0000000800000000)
region size 2048K, 22 young (45056K), 3 survivors (6144K)
Metaspace used 39521K, committed 39936K, reserved 1114112K
class space used 5437K, committed 5632K, reserved 1048576K
}
Event: 2.228 GC heap after
{Heap after GC invocations=16 (full 0):
garbage-first heap total reserved 4122624K, committed 75776K, used 22328K [0x0000000704600000, 0x0000000800000000)
region size 2048K, 2 young (4096K), 2 survivors (4096K)
Metaspace used 39521K, committed 39936K, reserved 1114112K
class space used 5437K, committed 5632K, reserved 1048576K
}
Event: 2.453 GC heap before
{Heap before GC invocations=16 (full 0):
garbage-first heap total reserved 4122624K, committed 75776K, used 61240K [0x0000000704600000, 0x0000000800000000)
region size 2048K, 21 young (43008K), 2 survivors (4096K)
Metaspace used 45914K, committed 46336K, reserved 1114112K
class space used 6352K, committed 6528K, reserved 1048576K
}
Event: 2.455 GC heap after
{Heap after GC invocations=17 (full 0):
garbage-first heap total reserved 4122624K, committed 75776K, used 23563K [0x0000000704600000, 0x0000000800000000)
region size 2048K, 2 young (4096K), 2 survivors (4096K)
Metaspace used 45914K, committed 46336K, reserved 1114112K
class space used 6352K, committed 6528K, reserved 1048576K
}
Dll operation events (12 events):
Event: 0.008 Loaded shared library C:\Program Files\Java\jdk-22\bin\java.dll
Event: 0.093 Loaded shared library C:\Program Files\Java\jdk-22\bin\zip.dll
Event: 0.096 Loaded shared library C:\Program Files\Java\jdk-22\bin\instrument.dll
Event: 0.098 Loaded shared library C:\Program Files\Java\jdk-22\bin\net.dll
Event: 0.099 Loaded shared library C:\Program Files\Java\jdk-22\bin\nio.dll
Event: 0.100 Loaded shared library C:\Program Files\Java\jdk-22\bin\zip.dll
Event: 0.163 Loaded shared library C:\Program Files\Java\jdk-22\bin\jimage.dll
Event: 0.186 Loaded shared library C:\Program Files\Java\jdk-22\bin\management.dll
Event: 0.191 Loaded shared library C:\Program Files\Java\jdk-22\bin\management_ext.dll
Event: 0.304 Loaded shared library C:\Program Files\Java\jdk-22\bin\extnet.dll
Event: 0.315 Loaded shared library C:\Program Files\Java\jdk-22\bin\verify.dll
Event: 1.771 Loaded shared library C:\Program Files\Java\jdk-22\bin\sunmscapi.dll
Deoptimization events (20 events):
Event: 218.683 Thread 0x0000025346a917f0 DEOPT PACKING pc=0x00000253752db82c sp=0x0000008a5e3fdfb0
Event: 218.683 Thread 0x0000025346a917f0 DEOPT UNPACKING pc=0x0000025374d94e42 sp=0x0000008a5e3fd4b0 mode 1
Event: 218.683 Thread 0x0000025346a917f0 DEOPT PACKING pc=0x00000253752da0c4 sp=0x0000008a5e3fe060
Event: 218.683 Thread 0x0000025346a917f0 DEOPT UNPACKING pc=0x0000025374d94e42 sp=0x0000008a5e3fd5d0 mode 1
Event: 218.683 Thread 0x0000025346a917f0 DEOPT PACKING pc=0x00000253752ddb14 sp=0x0000008a5e3fe190
Event: 218.683 Thread 0x0000025346a917f0 DEOPT UNPACKING pc=0x0000025374d94e42 sp=0x0000008a5e3fd6c0 mode 1
Event: 218.683 Thread 0x0000025346a917f0 DEOPT PACKING pc=0x00000253752e7ab4 sp=0x0000008a5e3fe270
Event: 218.683 Thread 0x0000025346a917f0 DEOPT UNPACKING pc=0x0000025374d94e42 sp=0x0000008a5e3fd740 mode 1
Event: 218.683 Thread 0x0000025346a917f0 DEOPT PACKING pc=0x00000253752ea8c4 sp=0x0000008a5e3fe2f0
Event: 218.683 Thread 0x0000025346a917f0 DEOPT UNPACKING pc=0x0000025374d94e42 sp=0x0000008a5e3fd7e8 mode 1
Event: 218.683 Thread 0x0000025346a917f0 DEOPT PACKING pc=0x00000253752dc7f4 sp=0x0000008a5e3fe420
Event: 218.683 Thread 0x0000025346a917f0 DEOPT UNPACKING pc=0x0000025374d94e42 sp=0x0000008a5e3fd948 mode 1
Event: 218.683 Thread 0x0000025346a917f0 DEOPT PACKING pc=0x00000253752c704c sp=0x0000008a5e3fe510
Event: 218.683 Thread 0x0000025346a917f0 DEOPT UNPACKING pc=0x0000025374d94e42 sp=0x0000008a5e3fd978 mode 1
Event: 218.683 Thread 0x0000025346a917f0 DEOPT PACKING pc=0x0000025375690a5c sp=0x0000008a5e3fe610
Event: 218.683 Thread 0x0000025346a917f0 DEOPT UNPACKING pc=0x0000025374d94e42 sp=0x0000008a5e3fdaf0 mode 1
Event: 218.684 Thread 0x0000025346a917f0 DEOPT PACKING pc=0x00000253752d21bc sp=0x0000008a5e3fe7a0
Event: 218.684 Thread 0x0000025346a917f0 DEOPT UNPACKING pc=0x0000025374d94e42 sp=0x0000008a5e3fdd38 mode 1
Event: 219.099 Thread 0x000002536a89ce00 DEOPT PACKING pc=0x00000253750e7094 sp=0x0000008a5b9fd350
Event: 219.099 Thread 0x000002536a89ce00 DEOPT UNPACKING pc=0x0000025374d94e42 sp=0x0000008a5b9fc808 mode 0
Classes loaded (20 events):
Event: 2.368 Loading class java/lang/StringIndexOutOfBoundsException
Event: 2.368 Loading class java/lang/StringIndexOutOfBoundsException done
Event: 2.426 Loading class jdk/internal/ValueBased
Event: 2.426 Loading class jdk/internal/ValueBased done
Event: 2.451 Loading class javax/naming/RefAddr
Event: 2.452 Loading class javax/naming/RefAddr done
Event: 2.452 Loading class javax/naming/StringRefAddr
Event: 2.452 Loading class javax/naming/StringRefAddr done
Event: 2.452 Loading class java/io/InvalidObjectException
Event: 2.452 Loading class java/io/InvalidObjectException done
Event: 2.474 Loading class java/util/concurrent/CompletionStage
Event: 2.474 Loading class java/util/concurrent/CompletionStage done
Event: 2.474 Loading class java/util/concurrent/CompletableFuture
Event: 2.475 Loading class java/util/concurrent/CompletableFuture done
Event: 2.475 Loading class java/util/concurrent/CompletableFuture$AltResult
Event: 2.475 Loading class java/util/concurrent/CompletableFuture$AltResult done
Event: 2.475 Loading class java/util/concurrent/CompletableFuture$Completion
Event: 2.475 Loading class java/util/concurrent/CompletableFuture$AsynchronousCompletionTask
Event: 2.475 Loading class java/util/concurrent/CompletableFuture$AsynchronousCompletionTask done
Event: 2.475 Loading class java/util/concurrent/CompletableFuture$Completion done
Classes unloaded (0 events):
No events
Classes redefined (1 events):
Event: 219.111 Thread 0x00000253002bf080 redefined class name=com.woojin.vo.MemberVO, count=1
Internal exceptions (20 events):
Event: 1.585 Thread 0x000002536a89ce00 Exception <a 'java/lang/NoSuchMethodError'{0x000000070d565c90}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x000000070d565c90)
thrown [s\open\src\hotspot\share\interpreter\linkResolver.cpp, line 774]
Event: 1.608 Thread 0x000002536a89ce00 Exception <a 'java/lang/NoSuchMethodError'{0x000000070d1b7b40}: 'java.lang.reflect.Method[] java.lang.Class.getDeclaredMethods(java.lang.Class)'> (0x000000070d1b7b40)
thrown [s\open\src\hotspot\share\interpreter\linkResolver.cpp, line 774]
Event: 1.608 Thread 0x000002536a89ce00 Exception <a 'java/lang/NoSuchMethodError'{0x000000070d1c0190}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, java.lang.Object, int)'> (0x000000070d1c0190)
thrown [s\open\src\hotspot\share\interpreter\linkResolver.cpp, line 774]
Event: 1.608 Thread 0x000002536a89ce00 Exception <a 'java/lang/NoSuchMethodError'{0x000000070d1cb498}: 'void java.lang.invoke.DelegatingMethodHandle$Holder.delegate(java.lang.Object, java.lang.Object, int, java.lang.Object)'> (0x000000070d1cb498)
thrown [s\open\src\hotspot\share\interpreter\linkResolver.cpp, line 774]
Event: 1.610 Thread 0x000002536a89ce00 Exception <a 'java/lang/NoSuchMethodError'{0x000000070d1ead78}: 'java.lang.reflect.Field[] java.lang.Class.getDeclaredFields(java.lang.Class)'> (0x000000070d1ead78)
thrown [s\open\src\hotspot\share\interpreter\linkResolver.cpp, line 774]
Event: 1.623 Thread 0x000002536a89ce00 Exception <a 'java/lang/NoSuchMethodError'{0x000000070cf88188}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeInterface(java.lang.Object, java.lang.Object, int)'> (0x000000070cf88188)
thrown [s\open\src\hotspot\share\interpreter\linkResolver.cpp, line 774]
Event: 1.624 Thread 0x000002536a89ce00 Exception <a 'java/lang/IncompatibleClassChangeError'{0x000000070cfcb578}: Found class java.lang.Object, but interface was expected> (0x000000070cfcb578)
thrown [s\open\src\hotspot\share\interpreter\linkResolver.cpp, line 841]
Event: 1.624 Thread 0x000002536a89ce00 Exception <a 'java/lang/NoSuchMethodError'{0x000000070cfcff00}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, int, java.lang.Object)'> (0x000000070cfcff00)
thrown [s\open\src\hotspot\share\interpreter\linkResolver.cpp, line 774]
Event: 1.626 Thread 0x000002536a89ce00 Exception <a 'java/lang/NoSuchMethodError'{0x000000070cff9718}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, int)'> (0x000000070cff9718)
thrown [s\open\src\hotspot\share\interpreter\linkResolver.cpp, line 774]
Event: 1.694 Thread 0x000002536a89ce00 Exception <a 'java/lang/NoSuchMethodError'{0x000000070c12dc90}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x000000070c12dc90)
thrown [s\open\src\hotspot\share\interpreter\linkResolver.cpp, line 774]
Event: 1.694 Thread 0x000002536a89ce00 Exception <a 'java/lang/NoSuchMethodError'{0x000000070c131550}: 'int java.lang.invoke.DelegatingMethodHandle$Holder.reinvoke_L(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x000000070c131550)
thrown [s\open\src\hotspot\share\interpreter\linkResolver.cpp, line 774]
Event: 1.781 Thread 0x000002536a89ce00 Exception <a 'java/io/FileNotFoundException'{0x000000070b097980}> (0x000000070b097980)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 520]
Event: 1.788 Thread 0x000002536a89ce00 Exception <a 'java/lang/NoSuchMethodError'{0x000000070b1e2850}: 'java.lang.Object java.lang.invoke.DelegatingMethodHandle$Holder.reinvoke_L(java.lang.Object, java.lang.Object, int, int, java.lang.Object)'> (0x000000070b1e2850)
thrown [s\open\src\hotspot\share\interpreter\linkResolver.cpp, line 774]
Event: 1.796 Thread 0x000002536a89ce00 Exception <a 'java/lang/NoSuchMethodError'{0x000000070af6cc88}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeInterface(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x000000070af6cc88)
thrown [s\open\src\hotspot\share\interpreter\linkResolver.cpp, line 774]
Event: 1.825 Thread 0x000002536a89ce00 Exception <a 'java/lang/NoSuchMethodError'{0x000000070ab97620}: 'long java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(java.lang.Object, java.lang.Object)'> (0x000000070ab97620)
thrown [s\open\src\hotspot\share\interpreter\linkResolver.cpp, line 774]
Event: 1.827 Thread 0x000002536a89ce00 Exception <a 'java/io/FileNotFoundException'{0x000000070a805030}> (0x000000070a805030)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 520]
Event: 1.865 Thread 0x000002536a89ce00 Exception <a 'java/lang/NoSuchMethodError'{0x000000070a3c96c0}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.newInvokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x000000070a3c96c0)
thrown [s\open\src\hotspot\share\interpreter\linkResolver.cpp, line 774]
Event: 2.240 Thread 0x000002536a89ce00 Exception <a 'sun/nio/fs/WindowsException'{0x0000000714123340}> (0x0000000714123340)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 520]
Event: 2.369 Thread 0x000002536a89ce00 Exception <a 'java/lang/NoSuchMethodError'{0x0000000707e81778}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x0000000707e81778)
thrown [s\open\src\hotspot\share\interpreter\linkResolver.cpp, line 774]
Event: 2.459 Thread 0x000002536a89ce00 Exception <a 'java/lang/NoSuchMethodError'{0x00000007141183d8}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.newInvokeSpecial(java.lang.Object, java.lang.Object, int, java.lang.Object, java.lang.Object)'> (0x00000007141183d8)
thrown [s\open\src\hotspot\share\interpreter\linkResolver.cpp, line 774]
ZGC Phase Switch (0 events):
No events
VM Operations (20 events):
Event: 116.690 Executing VM operation: Cleanup
Event: 116.690 Executing VM operation: Cleanup done
Event: 130.851 Executing VM operation: Cleanup
Event: 130.851 Executing VM operation: Cleanup done
Event: 131.863 Executing VM operation: Cleanup
Event: 131.863 Executing VM operation: Cleanup done
Event: 176.363 Executing VM operation: Cleanup
Event: 176.363 Executing VM operation: Cleanup done
Event: 181.400 Executing VM operation: Cleanup
Event: 181.400 Executing VM operation: Cleanup done
Event: 192.500 Executing VM operation: Cleanup
Event: 192.500 Executing VM operation: Cleanup done
Event: 219.098 Executing VM operation: ChangeSingleStep
Event: 219.098 Executing VM operation: ChangeSingleStep done
Event: 219.099 Executing VM operation: ChangeSingleStep
Event: 219.099 Executing VM operation: ChangeSingleStep done
Event: 219.107 Executing VM operation: RedefineClasses
Event: 219.120 Executing VM operation: RedefineClasses done
Event: 219.121 Executing VM operation: ChangeSingleStep
Event: 219.121 Executing VM operation: ChangeSingleStep done
Events (20 events):
Event: 124.297 Thread 0x000002534711f970 Thread exited: 0x000002534711f970
Event: 125.351 Thread 0x0000025347120de0 Thread exited: 0x0000025347120de0
Event: 126.907 Thread 0x0000025347120de0 Thread added: 0x0000025347120de0
Event: 126.907 Thread 0x0000025347121b80 Thread added: 0x0000025347121b80
Event: 126.907 Thread 0x0000025347122250 Thread added: 0x0000025347122250
Event: 128.413 Thread 0x0000025347122250 Thread exited: 0x0000025347122250
Event: 128.413 Thread 0x0000025347121b80 Thread exited: 0x0000025347121b80
Event: 128.956 Thread 0x0000025347120de0 Thread exited: 0x0000025347120de0
Event: 131.012 Thread 0x0000025347121b80 Thread added: 0x0000025347121b80
Event: 131.012 Thread 0x0000025347122250 Thread added: 0x0000025347122250
Event: 131.012 Thread 0x0000025347122920 Thread added: 0x0000025347122920
Event: 131.943 Thread 0x0000025347122920 Thread exited: 0x0000025347122920
Event: 136.947 Thread 0x0000025347122250 Thread exited: 0x0000025347122250
Event: 136.947 Thread 0x0000025347121b80 Thread exited: 0x0000025347121b80
Event: 191.738 Thread 0x0000025347120de0 Thread added: 0x0000025347120de0
Event: 191.738 Thread 0x0000025347121b80 Thread added: 0x0000025347121b80
Event: 191.738 Thread 0x000002534711f2a0 Thread added: 0x000002534711f2a0
Event: 196.301 Thread 0x000002534711f2a0 Thread exited: 0x000002534711f2a0
Event: 201.303 Thread 0x0000025347121b80 Thread exited: 0x0000025347121b80
Event: 206.314 Thread 0x0000025347120de0 Thread exited: 0x0000025347120de0
Dynamic libraries:
0x00007ff6f0fa0000 - 0x00007ff6f0fb0000 C:\Program Files\Java\jdk-22\bin\javaw.exe
0x00007ffa89410000 - 0x00007ffa89608000 C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ffa88bb0000 - 0x00007ffa88c6d000 C:\WINDOWS\System32\KERNEL32.DLL
0x00007ffa86ec0000 - 0x00007ffa871b6000 C:\WINDOWS\System32\KERNELBASE.dll
0x00007ffa86dc0000 - 0x00007ffa86ec0000 C:\WINDOWS\System32\ucrtbase.dll
0x00007ffa81d90000 - 0x00007ffa81da7000 C:\Program Files\Java\jdk-22\bin\jli.dll
0x00007ffa81d70000 - 0x00007ffa81d8b000 C:\Program Files\Java\jdk-22\bin\VCRUNTIME140.dll
0x00007ffa87450000 - 0x00007ffa87500000 C:\WINDOWS\System32\ADVAPI32.dll
0x00007ffa88750000 - 0x00007ffa887ee000 C:\WINDOWS\System32\msvcrt.dll
0x00007ffa88d60000 - 0x00007ffa88e00000 C:\WINDOWS\System32\sechost.dll
0x00007ffa890f0000 - 0x00007ffa89213000 C:\WINDOWS\System32\RPCRT4.dll
0x00007ffa87420000 - 0x00007ffa87447000 C:\WINDOWS\System32\bcrypt.dll
0x00007ffa88f50000 - 0x00007ffa890ef000 C:\WINDOWS\System32\USER32.dll
0x00007ffa86b40000 - 0x00007ffa86b62000 C:\WINDOWS\System32\win32u.dll
0x00007ffa88940000 - 0x00007ffa8896b000 C:\WINDOWS\System32\GDI32.dll
0x00007ffa87250000 - 0x00007ffa87367000 C:\WINDOWS\System32\gdi32full.dll
0x00007ffa6f680000 - 0x00007ffa6f91a000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.4355_none_60b8b9eb71f62e16\COMCTL32.dll
0x00007ffa86b70000 - 0x00007ffa86c0d000 C:\WINDOWS\System32\msvcp_win.dll
0x00007ffa7eed0000 - 0x00007ffa7eeda000 C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007ffa87860000 - 0x00007ffa8788f000 C:\WINDOWS\System32\IMM32.DLL
0x00007ffa80db0000 - 0x00007ffa80dbc000 C:\Program Files\Java\jdk-22\bin\vcruntime140_1.dll
0x00007ffa530a0000 - 0x00007ffa5312e000 C:\Program Files\Java\jdk-22\bin\msvcp140.dll
0x00007ffa39f80000 - 0x00007ffa3acc7000 C:\Program Files\Java\jdk-22\bin\server\jvm.dll
0x00007ffa884a0000 - 0x00007ffa8850b000 C:\WINDOWS\System32\WS2_32.dll
0x00007ffa86000000 - 0x00007ffa8604b000 C:\WINDOWS\SYSTEM32\POWRPROF.dll
0x00007ffa78910000 - 0x00007ffa78937000 C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ffa85ec0000 - 0x00007ffa85ed2000 C:\WINDOWS\SYSTEM32\UMPDC.dll
0x00007ffa852d0000 - 0x00007ffa852e2000 C:\WINDOWS\SYSTEM32\kernel.appcore.dll
0x00007ffa80da0000 - 0x00007ffa80daa000 C:\Program Files\Java\jdk-22\bin\jimage.dll
0x00007ffa84800000 - 0x00007ffa849e4000 C:\WINDOWS\SYSTEM32\DBGHELP.DLL
0x00007ffa6b0d0000 - 0x00007ffa6b104000 C:\WINDOWS\SYSTEM32\dbgcore.DLL
0x00007ffa871c0000 - 0x00007ffa87242000 C:\WINDOWS\System32\bcryptPrimitives.dll
0x00007ffa80d60000 - 0x00007ffa80d9c000 C:\Program Files\Java\jdk-22\bin\jdwp.dll
0x00007ffa80d50000 - 0x00007ffa80d5f000 C:\Program Files\Java\jdk-22\bin\instrument.dll
0x00007ffa80850000 - 0x00007ffa8086e000 C:\Program Files\Java\jdk-22\bin\java.dll
0x00007ffa87d20000 - 0x00007ffa8848c000 C:\WINDOWS\System32\SHELL32.dll
0x00007ffa88810000 - 0x00007ffa8893b000 C:\WINDOWS\System32\ole32.dll
0x00007ffa87500000 - 0x00007ffa87853000 C:\WINDOWS\System32\combase.dll
0x00007ffa84b30000 - 0x00007ffa852cd000 C:\WINDOWS\SYSTEM32\windows.storage.dll
0x00007ffa864f0000 - 0x00007ffa8651e000 C:\WINDOWS\SYSTEM32\Wldp.dll
0x00007ffa88e00000 - 0x00007ffa88ecd000 C:\WINDOWS\System32\OLEAUT32.dll
0x00007ffa88970000 - 0x00007ffa88a1d000 C:\WINDOWS\System32\SHCORE.dll
0x00007ffa88510000 - 0x00007ffa88565000 C:\WINDOWS\System32\shlwapi.dll
0x00007ffa86a00000 - 0x00007ffa86a24000 C:\WINDOWS\SYSTEM32\profapi.dll
0x00007ffa80d40000 - 0x00007ffa80d4c000 C:\Program Files\Java\jdk-22\bin\dt_socket.dll
0x00007ffa85ee0000 - 0x00007ffa85f1b000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
0x00007ffa86250000 - 0x00007ffa862ba000 C:\WINDOWS\system32\mswsock.dll
0x00007ffa85f20000 - 0x00007ffa85fea000 C:\WINDOWS\SYSTEM32\DNSAPI.dll
0x00007ffa87d00000 - 0x00007ffa87d08000 C:\WINDOWS\System32\NSI.dll
0x00007ffa7ff20000 - 0x00007ffa7ff2a000 C:\Windows\System32\rasadhlp.dll
0x00007ffa7f5d0000 - 0x00007ffa7f650000 C:\WINDOWS\System32\fwpuclnt.dll
0x00007ffa7cad0000 - 0x00007ffa7cae7000 C:\Program Files\Java\jdk-22\bin\zip.dll
0x00007ffa80d10000 - 0x00007ffa80d20000 C:\Program Files\Java\jdk-22\bin\net.dll
0x00007ffa7cab0000 - 0x00007ffa7cac6000 C:\Program Files\Java\jdk-22\bin\nio.dll
0x00007ffa80930000 - 0x00007ffa8093a000 C:\Program Files\Java\jdk-22\bin\management.dll
0x00007ffa7f9d0000 - 0x00007ffa7f9db000 C:\Program Files\Java\jdk-22\bin\management_ext.dll
0x00007ffa88490000 - 0x00007ffa88498000 C:\WINDOWS\System32\PSAPI.DLL
0x00007ffa53850000 - 0x00007ffa53867000 C:\WINDOWS\system32\napinsp.dll
0x00007ffa53830000 - 0x00007ffa5384b000 C:\WINDOWS\system32\pnrpnsp.dll
0x00007ffa831f0000 - 0x00007ffa83205000 C:\WINDOWS\system32\wshbth.dll
0x00007ffa82f60000 - 0x00007ffa82f7d000 C:\WINDOWS\system32\NLAapi.dll
0x00007ffa53810000 - 0x00007ffa53822000 C:\WINDOWS\System32\winrnr.dll
0x00007ffa86440000 - 0x00007ffa86458000 C:\WINDOWS\SYSTEM32\CRYPTSP.dll
0x00007ffa85b00000 - 0x00007ffa85b34000 C:\WINDOWS\system32\rsaenh.dll
0x00007ffa86970000 - 0x00007ffa8699e000 C:\WINDOWS\SYSTEM32\USERENV.dll
0x00007ffa86460000 - 0x00007ffa8646c000 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
0x00007ffa7caa0000 - 0x00007ffa7caa9000 C:\Program Files\Java\jdk-22\bin\extnet.dll
0x00007ffa7ca50000 - 0x00007ffa7ca60000 C:\Program Files\Java\jdk-22\bin\verify.dll
0x00007ffa7ca40000 - 0x00007ffa7ca4e000 C:\Program Files\Java\jdk-22\bin\sunmscapi.dll
0x00007ffa86c60000 - 0x00007ffa86dbe000 C:\WINDOWS\System32\CRYPT32.dll
0x00007ffa86560000 - 0x00007ffa86589000 C:\WINDOWS\SYSTEM32\ncrypt.dll
0x00007ffa86520000 - 0x00007ffa8655b000 C:\WINDOWS\SYSTEM32\NTASN1.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.4355_none_60b8b9eb71f62e16;C:\Program Files\Java\jdk-22\bin\server
VM Arguments:
jvm_args: -XX:+ShowCodeDetailsInExceptionMessages -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:61837 -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=61836 -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=kakao -javaagent:C:\Users\zxsa9\Downloads\sts-4.23.1.RELEASE\configuration\org.eclipse.osgi\270\0\.cp\lib\javaagent-shaded.jar -Dfile.encoding=UTF-8 -Dstdout.encoding=UTF-8 -Dstderr.encoding=UTF-8
java_command: com.woojin.ChatApplication --spring.output.ansi.enabled=always
java_class_path (initial): C:\springboot\kakao\target\classes;C:\Users\zxsa9\.m2\repository\org\springframework\boot\spring-boot-starter-web\2.7.5\spring-boot-starter-web-2.7.5.jar;C:\Users\zxsa9\.m2\repository\org\springframework\boot\spring-boot-starter-json\2.7.5\spring-boot-starter-json-2.7.5.jar;C:\Users\zxsa9\.m2\repository\com\fasterxml\jackson\core\jackson-databind\2.13.4.2\jackson-databind-2.13.4.2.jar;C:\Users\zxsa9\.m2\repository\com\fasterxml\jackson\core\jackson-annotations\2.13.4\jackson-annotations-2.13.4.jar;C:\Users\zxsa9\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.13.4\jackson-core-2.13.4.jar;C:\Users\zxsa9\.m2\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.13.4\jackson-datatype-jdk8-2.13.4.jar;C:\Users\zxsa9\.m2\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.13.4\jackson-datatype-jsr310-2.13.4.jar;C:\Users\zxsa9\.m2\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.13.4\jackson-module-parameter-names-2.13.4.jar;C:\Users\zxsa9\.m2\repository\org\springframework\boot\spring-boot-starter-tomcat\2.7.5\spring-boot-starter-tomcat-2.7.5.jar;C:\Users\zxsa9\.m2\repository\org\apache\tomcat\embed\tomcat-embed-core\9.0.68\tomcat-embed-core-9.0.68.jar;C:\Users\zxsa9\.m2\repository\org\apache\tomcat\embed\tomcat-embed-el\9.0.68\tomcat-embed-el-9.0.68.jar;C:\Users\zxsa9\.m2\repository\org\apache\tomcat\embed\tomcat-embed-websocket\9.0.68\tomcat-embed-websocket-9.0.68.jar;C:\Users\zxsa9\.m2\repository\org\springframework\spring-web\5.3.23\spring-web-5.3.23.jar;C:\Users\zxsa9\.m2\repository\org\springframework\spring-beans\5.3.23\spring-beans-5.3.23.jar;C:\Users\zxsa9\.m2\repository\org\springframework\spring-webmvc\5.3.23\spring-webmvc-5.3.23.jar;C:\Users\zxsa9\.m2\repository\org\springframework\spring-aop\5.3.23\spring-aop-5.3.23.jar;C:\Users\zxsa9\.m2\repository\org\springframework\spring-context\5.3.23\spring-context-5.3.23.jar;C:\Users\zxsa9\.m2\repository\org\springframework\spring-expression\5.3.23\spring-expression-5.3.23.jar;C:\Users\zxsa9\.m2\repository\jakarta\xml\bind\jakarta.xml.bind-api\2.3.3\jakarta.xml.bind-api-2.3.3.jar;C:\Users\zxsa9\.m2\repository\jakarta\activation\jakarta.activation-api\1.2.2\jakarta.activation-api-1.2.2.jar;C:\Users\zxsa9\.m2\repository\net\bytebuddy\byte-buddy\1.12.18\byte-buddy-1.12.18.jar;C:\Users\zxsa9\.m2\repository\org\springframework\spring-core\5.3.23\spring-core-5.3.23.jar;C:\Users\zxsa9\.m2\repository\org\springframework\spring-jcl\5.3.23\spring-jcl-5.3.23.jar;C:\Users\zxsa9\.m2\repository\org\springframework\boot\spring-boot-starter-data-jpa\2.7.5\spring-boot-starter-data-jpa-2.7.5.jar;C:\Users\zxsa9\.m2\repository\org\springframework\boot\spring-boot-starter-aop\2.7.5\spring-boot-starter-aop-2.7.5.jar;C:\Users\zxsa9\.m2\repository\org\aspectj\aspectjweaver\1.9.7\aspectjweaver-1.9.7.jar;C:\Users\zxsa9\.m2\repository\jakarta\transaction\jakarta.transaction-api\1.3.3\jakarta.transaction-api-1.3.3.jar;C:\Users\zxsa9\.m2\repository\jakarta\persistence\jakarta.persistence-api\2.2.3\jakarta.persistence-api-2.2.3.jar;C:\Users\zxsa9\.m2\repository\org\hibernate\hibernate-core\5.6.12.Final\hibernate-core-5.6.12.Final.jar;C:\Users\zxsa9\.m2\repository\org\jboss\logging\jboss-logging\3.4.3.Final\jboss-logging-3.4.3.Final.jar;C:\Users\zxsa9\.m2\repository\antlr\antlr\2.7.7\antlr-2.7.7.jar;C:\Users\zxsa9\.m2\repository\org\jboss\jandex\2.4.2.Final\jandex-2.4.2.Final.jar;C:\Users\zxsa9\.m2\repository\org\hibernate\common\hibernate-commons-annotations\5.1.2.Final\hibernate-commons-annotations-5.1.2.Final.jar;C:\Users\zxsa9\.m2\repository\org\glassfish\jaxb\jaxb-runtime\2.3.7\jaxb-runtime-2.3.7.jar;C:\Users\zxsa9\.m2\repository\org\glassfish\jaxb\txw2\2.3.7\txw2-2.3.7.jar;C:\Users\zxsa9\.m2\repository\com\sun\istack\istack-commons-runtime\3.0.12\istack-commons-runtime-3.0.12.jar;C:\Users\zxsa9\.m2\repository\com\sun\activation\jakarta.activation\1.2.2\jakarta.activation-1.2.2.jar;C:\Users\zxsa9\.m2\repository\org\springframework\data\spring-data-jpa\2.7.5\spring-data-jpa-2.7.5.jar;C:\Users\zxsa9\.m2\repository\org\springframework\data\spring-data-commons\2.7.5\spring-data-commons-2.7.5.jar;C:\Users\zxsa9\.m2\repository\org\springframework\spring-orm\5.3.23\spring-orm-5.3.23.jar;C:\Users\zxsa9\.m2\repository\org\springframework\spring-tx\5.3.23\spring-tx-5.3.23.jar;C:\Users\zxsa9\.m2\repository\org\springframework\spring-aspects\5.3.23\spring-aspects-5.3.23.jar;C:\Users\zxsa9\.m2\repository\com\mysql\mysql-connector-j\8.0.31\mysql-connector-j-8.0.31.jar;C:\Users\zxsa9\.m2\repository\org\springframework\boot\spring-boot-starter-jdbc\2.7.5\spring-boot-starter-jdbc-2.7.5.jar;C:\Users\zxsa9\.m2\repository\com\zaxxer\HikariCP\4.0.3\HikariCP-4.0.3.jar;C:\Users\zxsa9\.m2\repository\org\springframework\spring-jdbc\5.3.23\spring-jdbc-5.3.23.jar;C:\Users\zxsa9\.m2\repository\org\mybatis\spring\boot\mybatis-spring-boot-starter\2.2.0\mybatis-spring-boot-starter-2.2.0.jar;C:\Users\zxsa9\.m2\repository\org\mybatis\spring\boot\mybatis-spring-boot-autoconfigure\2.2.0\mybatis-spring-boot-autoconfigure-2.2.0.jar;C:\Users\zxsa9\.m2\repository\org\mybatis\mybatis\3.5.7\mybatis-3.5.7.jar;C:\Users\zxsa9\.m2\repository\org\mybatis\mybatis-spring\2.0.6\mybatis-spring-2.0.6.jar;C:\Users\zxsa9\.m2\repository\org\projectlombok\lombok\1.18.24\lombok-1.18.24.jar;C:\Users\zxsa9\.m2\repository\org\springframework\boot\spring-boot-starter\2.7.5\spring-boot-starter-2.7.5.jar;C:\Users\zxsa9\.m2\repository\org\springframework\boot\spring-boot\2.7.5\spring-boot-2.7.5.jar;C:\Users\zxsa9\.m2\repository\org\springframework\boot\spring-boot-autoconfigure\2.7.5\spring-boot-autoconfigure-2.7.5.jar;C:\Users\zxsa9\.m2\repository\org\springframework\boot\spring-boot-starter-logging\2.7.5\spring-boot-starter-logging-2.7.5.jar;C:\Users\zxsa9\.m2\repository\ch\qos\logback\logback-classic\1.2.11\logback-classic-1.2.11.jar;C:\Users\zxsa9\.m2\repository\ch\qos\logback\logback-core\1.2.11\logback-core-1.2.11.jar;C:\Users\zxsa9\.m2\repository\org\apache\logging\log4j\log4j-to-slf4j\2.17.2\log4j-to-slf4j-2.17.2.jar;C:\Users\zxsa9\.m2\repository\org\apache\logging\log4j\log4j-api\2.17.2\log4j-api-2.17.2.jar;C:\Users\zxsa9\.m2\repository\org\slf4j\jul-to-slf4j\1.7.36\jul-to-slf4j-1.7.36.jar;C:\Users\zxsa9\.m2\repository\jakarta\annotation\jakarta.annotation-api\1.3.5\jakarta.annotation-api-1.3.5.jar;C:\Users\zxsa9\.m2\repository\org\yaml\snakeyaml\1.30\snakeyaml-1.30.jar;C:\Users\zxsa9\.m2\repository\javax\servlet\javax.servlet-api\4.0.1\javax.servlet-api-4.0.1.jar;C:\Users\zxsa9\.m2\repository\io\springfox\springfox-boot-starter\3.0.0\springfox-boot-starter-3.0.0.jar;C:\Users\zxsa9\.m2\repository\io\springfox\springfox-oas\3.0.0\springfox-oas-3.0.0.jar;C:\Users\zxsa9\.m2\repository\io\swagger\core\v3\swagger-annotations\2.1.2\swagger-annotations-2.1.2.jar;C:\Users\zxsa9\.m2\repository\io\swagger\core\v3\swagger-models\2.1.2\swagger-models-2.1.2.jar;C:\Users\zxsa9\.m2\repository\io\springfox\springfox-spi\3.0.0\springfox-spi-3.0.0.jar;C:\Users\zxsa9\.m2\repository\io\springfox\springfox-schema\3.0.0\springfox-schema-3.0.0.jar;C:\Users\zxsa9\.m2\repository\io\springfox\springfox-core\3.0.0\springfox-core-3.0.0.jar;C:\Users\zxsa9\.m2\repository\io\springfox\springfox-spring-web\3.0.0\springfox-spring-web-3.0.0.jar;C:\Users\zxsa9\.m2\repository\io\github\classgraph\classgraph\4.8.83\classgraph-4.8.83.jar;C:\Users\zxsa9\.m2\repository\io\springfox\springfox-spring-webflux\3.0.0\springfox-spring-webflux-3.0.0.jar;C:\Users\zxsa9\.m2\repository\io\springfox\springfox-swagger-common\3.0.0\springfox-swagger-common-3.0.0.jar;C:\Users\zxsa9\.m2\repository\org\mapstruct\mapstruct\1.3.1.Final\mapstruct-1.3.1.Final.jar;C:\Users\zxsa9\.m2\repository\io\springfox\springfox-data-rest\3.0.0\springfox-data-rest-3.0.0.jar;C:\Users\zxsa9\.m2\repository\io\springfox\springfox-bean-validators\3.0.0\springfox-bean-validators-3.0.0.jar;C:\Users\zxsa9\.m2\repository\io\springfox\springfox-swagger2\3.0.0\springfox-swagger2-3.0.0.jar;C:\Users\zxsa9\.m2\repository\io\swagger\swagger-annotations\1.5.20\swagger-annotations-1.5.20.jar;C:\Users\zxsa9\.m2\repository\io\swagger\swagger-models\1.5.20\swagger-models-1.5.20.jar;C:\Users\zxsa9\.m2\repository\com\fasterxml\classmate\1.5.1\classmate-1.5.1.jar;C:\Users\zxsa9\.m2\repository\org\slf4j\slf4j-api\1.7.36\slf4j-api-1.7.36.jar;C:\Users\zxsa9\.m2\repository\org\springframework\plugin\spring-plugin-core\2.0.0.RELEASE\spring-plugin-core-2.0.0.RELEASE.jar;C:\Users\zxsa9\.m2\repository\org\springframework\plugin\spring-plugin-metadata\2.0.0.RELEASE\spring-plugin-metadata-2.0.0.RELEASE.jar;C:\Users\zxsa9\.m2\repository\io\springfox\springfox-swagger-ui\3.0.0\springfox-swagger-ui-3.0.0.jar;C:\Users\zxsa9\.m2\repository\io\springfox\springfox-spring-webmvc\3.0.0\springfox-spring-webmvc-3.0.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 = 2097152 {product} {ergonomic}
size_t InitialHeapSize = 264241152 {product} {ergonomic}
bool ManagementServer = true {product} {command line}
size_t MarkStackSize = 4194304 {product} {ergonomic}
size_t MaxHeapSize = 4221566976 {product} {ergonomic}
size_t MaxNewSize = 2531262464 {product} {ergonomic}
size_t MinHeapDeltaBytes = 2097152 {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 = 4221566976 {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\jdk-17
CLASSPATH=C:\Program Files\Java\jdk-17\lib
PATH=C:/Users/zxsa9/Downloads/sts-4.23.1.RELEASE//plugins/org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_21.0.3.v20240426-1530/jre/bin/server;C:/Users/zxsa9/Downloads/sts-4.23.1.RELEASE//plugins/org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_21.0.3.v20240426-1530/jre/bin;C:\Program Files\Java\jdk-17\bin;C:\Users\zxsa9\AppData\Local\Microsoft\WindowsApps;C:\Users\zxsa9\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\zxsa9\AppData\Local\GitHubDesktop\bin;C:\flutter\bin;C:\gradle-8.7\bin;C:\untitled\bin;C:\Users\zxsa9\.dotnet\tools;C:\Program Files\Git\cmd;C:\Windows\System32;C:\Program Files\Java\jdk-17\bin;C:\Program Files\Java\jdk-22\bin;C:\Users\zxsa9\AppData\Local\Microsoft\WindowsApps;C:\Users\zxsa9\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\zxsa9\AppData\Local\GitHubDesktop\bin;C:\flutter\bin;C:\gradle-8.7\bin;C:\untitled\bin;C:\Users\zxsa9\.dotnet\tools;C:\Program Files\Git\bin;;C:\Users\zxsa9\Downloads\sts-4.23.1.RELEASE;
USERNAME=zxsa9
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 186 Stepping 2, GenuineIntel
TMP=C:\Users\zxsa9\AppData\Local\Temp
TEMP=C:\Users\zxsa9\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: 0 days 14:07 hours
CPU: total 16 (initial active 16) (8 cores per cpu, 2 threads per core) family 6 model 186 stepping 2 microcode 0x410e, 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, sha, fma, vzeroupper, clflush, clflushopt, clwb, serialize, rdtscp, rdpid, fsrm, f16c, pku, cet_ibt, cet_ss
Processor Information for processor 0
Max Mhz: 1900, Current Mhz: 1900, Mhz Limit: 1387
Processor Information for processor 1
Max Mhz: 1900, Current Mhz: 1900, Mhz Limit: 1387
Processor Information for processor 2
Max Mhz: 1900, Current Mhz: 1900, Mhz Limit: 1900
Processor Information for processor 3
Max Mhz: 1900, Current Mhz: 1900, Mhz Limit: 1900
Processor Information for processor 4
Max Mhz: 1900, Current Mhz: 1900, Mhz Limit: 1900
Processor Information for processor 5
Max Mhz: 1900, Current Mhz: 1900, Mhz Limit: 1900
Processor Information for processor 6
Max Mhz: 1900, Current Mhz: 1900, Mhz Limit: 1900
Processor Information for processor 7
Max Mhz: 1900, Current Mhz: 1900, Mhz Limit: 1900
Processor Information for processor 8
Max Mhz: 1900, Current Mhz: 1400, Mhz Limit: 1387
Processor Information for processor 9
Max Mhz: 1900, Current Mhz: 1400, Mhz Limit: 1387
Processor Information for processor 10
Max Mhz: 1900, Current Mhz: 1400, Mhz Limit: 1387
Processor Information for processor 11
Max Mhz: 1900, Current Mhz: 1400, Mhz Limit: 1387
Processor Information for processor 12
Max Mhz: 1900, Current Mhz: 1400, Mhz Limit: 1387
Processor Information for processor 13
Max Mhz: 1900, Current Mhz: 1400, Mhz Limit: 1387
Processor Information for processor 14
Max Mhz: 1900, Current Mhz: 1400, Mhz Limit: 1387
Processor Information for processor 15
Max Mhz: 1900, Current Mhz: 1400, Mhz Limit: 1387
Memory: 4k page, system-wide physical 16098M (2573M free)
TotalPageFile size 32482M (AvailPageFile size 13200M)
current process WorkingSet (physical memory assigned to process): 204M, peak: 269M
current process commit charge ("private bytes"): 257M, peak: 371M
vm_info: Java HotSpot(TM) 64-Bit Server VM (22.0.1+8-16) for windows-amd64 JRE (22.0.1+8-16), built on 2024-03-12T10:33:16Z by "mach5one" with MS VC++ 17.6 (VS2022)
END.