-
Notifications
You must be signed in to change notification settings - Fork 0
/
hs_err_pid15488.log
924 lines (869 loc) · 78.9 KB
/
hs_err_pid15488.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
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 4194304 bytes for G1 virtual space
# Possible reasons:
# The system is out of physical RAM or swap space
# The process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap
# Possible solutions:
# Reduce memory load on the system
# Increase physical memory or swap space
# Check if swap backing store is full
# Decrease Java heap size (-Xmx/-Xms)
# Decrease number of Java threads
# Decrease Java thread stack sizes (-Xss)
# Set larger code cache with -XX:ReservedCodeCacheSize=
# JVM is running with Zero Based Compressed Oops mode in which the Java heap is
# placed in the first 32GB address space. The Java Heap base address is the
# maximum limit for the native heap growth. Please use -XX:HeapBaseMinAddress
# to set the Java Heap base and to place the Java Heap above 32GB virtual address.
# This output file may be truncated or incomplete.
#
# Out of Memory Error (os_windows.cpp:3552), pid=15488, tid=10964
#
# JRE version: Java(TM) SE Runtime Environment (17.0.9+11) (build 17.0.9+11-LTS-201)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (17.0.9+11-LTS-201, mixed mode, emulated-client, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
--------------- S U M M A R Y ------------
Command Line: -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:63527,suspend=y,server=n -Dspring.profiles.active=lowcoder -Dpf4j.mode=development -Dpf4j.pluginsDir=openblocks-plugins -XX:+AllowRedefinitionToAddDeleteMethods -XX:TieredStopAtLevel=1 -Dspring.output.ansi.enabled=always -Dcom.sun.management.jmxremote -Dspring.jmx.enabled=true -Dspring.liveBeansView.mbeanDomain -Dspring.application.admin.enabled=true -javaagent:D:\installation\IDEA\plugins\java\lib\rt\debugger-agent.jar=file:/C:/Users/47775/AppData/Local/Temp/capture.props -Dfile.encoding=UTF-8 org.lowcoder.api.ServerApplication
Host: 13th Gen Intel(R) Core(TM) i5-13500H, 16 cores, 15G, Windows 11 , 64 bit Build 22621 (10.0.22621.2506)
Time: Thu Jan 4 10:43:58 2024 Windows 11 , 64 bit Build 22621 (10.0.22621.2506) elapsed time: 2198.232094 seconds (0d 0h 36m 38s)
--------------- T H R E A D ---------------
Current thread (0x0000023f3ef1ec30): VMThread "VM Thread" [stack: 0x000000dad9900000,0x000000dad9a00000] [id=10964]
Stack: [0x000000dad9900000,0x000000dad9a00000]
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x678a4a]
V [jvm.dll+0x7d9cfd]
V [jvm.dll+0x7db60e]
V [jvm.dll+0x7dbc73]
V [jvm.dll+0x245e1f]
V [jvm.dll+0x6758f9]
V [jvm.dll+0x66a2a2]
V [jvm.dll+0x303686]
V [jvm.dll+0x30ac06]
V [jvm.dll+0x35a48e]
V [jvm.dll+0x35a6bf]
V [jvm.dll+0x2da678]
V [jvm.dll+0x2dd716]
V [jvm.dll+0x2e7f18]
V [jvm.dll+0x31bb90]
V [jvm.dll+0x7e048b]
V [jvm.dll+0x7e11c4]
V [jvm.dll+0x7e16dd]
V [jvm.dll+0x7e1ab4]
V [jvm.dll+0x7e1b80]
V [jvm.dll+0x78998a]
V [jvm.dll+0x677875]
C [ucrtbase.dll+0x29363]
C [KERNEL32.DLL+0x1257d]
C [ntdll.dll+0x5aa58]
VM_Operation (0x000000dad95ff760): G1Concurrent, mode: safepoint, requested by thread 0x0000023f27cc1330
--------------- P R O C E S S ---------------
Threads class SMR info:
_java_thread_list=0x0000023f8b008e40, length=121, elements={
0x0000023f3f14d390, 0x0000023f3f14e210, 0x0000023f3f16ce00, 0x0000023f3f16dc80,
0x0000023f3f16f850, 0x0000023f3f172320, 0x0000023f3f1737b0, 0x0000023f3f174fe0,
0x0000023f3ef19f50, 0x0000023f3f39da70, 0x0000023f3f39e910, 0x0000023f3f3a1a40,
0x0000023f3f3c5a00, 0x0000023f85456b10, 0x0000023f859ce9c0, 0x0000023f861fdd70,
0x0000023f861fe280, 0x0000023f87135490, 0x0000023f871308a0, 0x0000023f8712ef50,
0x0000023f87132700, 0x0000023f87134a70, 0x0000023f8712e020, 0x0000023f87134f80,
0x0000023f871359a0, 0x0000023f87133120, 0x0000023f8712e530, 0x0000023f87133630,
0x0000023f87133b40, 0x0000023f8712ea40, 0x0000023f871312c0, 0x0000023f87130db0,
0x0000023f87134050, 0x0000023f8712f460, 0x0000023f8712f970, 0x0000023f87c76380,
0x0000023f871321f0, 0x0000023f87608cb0, 0x0000023f8760e7d0, 0x0000023f8760b020,
0x0000023f8760c970, 0x0000023f8760ddb0, 0x0000023f8760b530, 0x0000023f8760bf50,
0x0000023f8760f1f0, 0x0000023f8760ba40, 0x0000023f8760ab10, 0x0000023f8760c460,
0x0000023f876091c0, 0x0000023f87c73b00, 0x0000023f87c74a30, 0x0000023f87c772b0,
0x0000023f87c75e70, 0x0000023f87c76da0, 0x0000023f87c74520, 0x0000023f87c74010,
0x0000023f87c75450, 0x0000023f876087a0, 0x0000023f8760ce80, 0x0000023f8760d390,
0x0000023f8760d8a0, 0x0000023f8760f700, 0x0000023f8760e2c0, 0x0000023f8760ece0,
0x0000023f876096d0, 0x0000023f87608290, 0x0000023f87609be0, 0x0000023f8760a0f0,
0x0000023f8760a600, 0x0000023f8712fe80, 0x0000023f87130390, 0x0000023f87134560,
0x0000023f871317d0, 0x0000023f87132c10, 0x0000023f87131ce0, 0x0000023f861feca0,
0x0000023f861fd350, 0x0000023f861fd860, 0x0000023f87c76890, 0x0000023f8b374a50,
0x0000023f8b374f60, 0x0000023f8b3712a0, 0x0000023f8b36e000, 0x0000023f8b373100,
0x0000023f8b3726e0, 0x0000023f8b36fe60, 0x0000023f8b375470, 0x0000023f8b375980,
0x0000023f8b36ea20, 0x0000023f8b374030, 0x0000023f8b36e510, 0x0000023f8b3721d0,
0x0000023f8b36ef30, 0x0000023f8b370880, 0x0000023f8b370d90, 0x0000023f8b36f440,
0x0000023f8b373610, 0x0000023f8b3717b0, 0x0000023f8b36f950, 0x0000023f8b373b20,
0x0000023f8b374540, 0x0000023f85be6220, 0x0000023f85be6730, 0x0000023f85bea900,
0x0000023f85be7b70, 0x0000023f85be8aa0, 0x0000023f85beae10, 0x0000023f85be6c40,
0x0000023f85be8fb0, 0x0000023f85be52f0, 0x0000023f87c75960, 0x0000023f88274c00,
0x0000023f88277480, 0x0000023f88275110, 0x0000023f8827a720, 0x0000023f88276a60,
0x0000023f882783b0, 0x0000023f88273cd0, 0x0000023f88276f70, 0x0000023f88275620,
0x0000023f882788c0
}
Java Threads: ( => current thread )
0x0000023f3f14d390 JavaThread "Reference Handler" daemon [_thread_blocked, id=4444, stack(0x000000dad9a00000,0x000000dad9b00000)]
0x0000023f3f14e210 JavaThread "Finalizer" daemon [_thread_blocked, id=23796, stack(0x000000dad9b00000,0x000000dad9c00000)]
0x0000023f3f16ce00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=32948, stack(0x000000dad9c00000,0x000000dad9d00000)]
0x0000023f3f16dc80 JavaThread "Attach Listener" daemon [_thread_blocked, id=32532, stack(0x000000dad9d00000,0x000000dad9e00000)]
0x0000023f3f16f850 JavaThread "Service Thread" daemon [_thread_blocked, id=32468, stack(0x000000dad9e00000,0x000000dad9f00000)]
0x0000023f3f172320 JavaThread "Monitor Deflation Thread" daemon [_thread_blocked, id=25108, stack(0x000000dad9f00000,0x000000dada000000)]
0x0000023f3f1737b0 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=12480, stack(0x000000dada000000,0x000000dada100000)]
0x0000023f3f174fe0 JavaThread "Sweeper thread" daemon [_thread_blocked, id=7560, stack(0x000000dada100000,0x000000dada200000)]
0x0000023f3ef19f50 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=17092, stack(0x000000dada400000,0x000000dada500000)]
0x0000023f3f39da70 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=8904, stack(0x000000dada800000,0x000000dada900000)]
0x0000023f3f39e910 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=21664, stack(0x000000dada900000,0x000000dadaa00000)]
0x0000023f3f3a1a40 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=10900, stack(0x000000dadaa00000,0x000000dadab00000)]
0x0000023f3f3c5a00 JavaThread "Notification Thread" daemon [_thread_blocked, id=18136, stack(0x000000dadab00000,0x000000dadac00000)]
0x0000023f85456b10 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=31928, stack(0x000000dadb600000,0x000000dadb700000)]
0x0000023f859ce9c0 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=32436, stack(0x000000dadbb00000,0x000000dadbc00000)]
0x0000023f861fdd70 JavaThread "boundedElastic-evictor-1" daemon [_thread_blocked, id=19288, stack(0x000000dadc700000,0x000000dadc800000)]
0x0000023f861fe280 JavaThread "cluster-ClusterId{value='659612dc76d6257b1d5e9ed6', description='null'}-t1.wencst.com:30018" daemon [_thread_blocked, id=31376, stack(0x000000dadc800000,0x000000dadc900000)]
0x0000023f87135490 JavaThread "cluster-rtt-ClusterId{value='659612dc76d6257b1d5e9ed6', description='null'}-t1.wencst.com:30018" daemon [_thread_blocked, id=15912, stack(0x000000dadc900000,0x000000dadca00000)]
0x0000023f871308a0 JavaThread "nioEventLoopGroup-3-1" [_thread_in_native, id=6696, stack(0x000000dadca00000,0x000000dadcb00000)]
0x0000023f8712ef50 JavaThread "nioEventLoopGroup-3-2" [_thread_in_native, id=21056, stack(0x000000dadcb00000,0x000000dadcc00000)]
0x0000023f87132700 JavaThread "AsyncGetter-3-thread-1" daemon [_thread_blocked, id=31004, stack(0x000000dadcd00000,0x000000dadce00000)]
0x0000023f87134a70 JavaThread "cluster-ClusterId{value='659612dc76d6257b1d5e9ed7', description='null'}-t1.wencst.com:30018" daemon [_thread_blocked, id=24656, stack(0x000000dadce00000,0x000000dadcf00000)]
0x0000023f8712e020 JavaThread "cluster-rtt-ClusterId{value='659612dc76d6257b1d5e9ed7', description='null'}-t1.wencst.com:30018" daemon [_thread_blocked, id=5212, stack(0x000000dadcf00000,0x000000dadd000000)]
0x0000023f87134f80 JavaThread "nioEventLoopGroup-4-1" [_thread_in_native, id=30144, stack(0x000000dadd000000,0x000000dadd100000)]
0x0000023f871359a0 JavaThread "nioEventLoopGroup-4-2" [_thread_in_native, id=26324, stack(0x000000dadd100000,0x000000dadd200000)]
0x0000023f87133120 JavaThread "MaintenanceTimer-1-thread-1" daemon [_thread_blocked, id=28624, stack(0x000000dadd200000,0x000000dadd300000)]
0x0000023f8712e530 JavaThread "MaintenanceTimer-2-thread-1" daemon [_thread_blocked, id=4104, stack(0x000000dadd300000,0x000000dadd400000)]
0x0000023f87133630 JavaThread "pool-5-thread-1" [_thread_blocked, id=32764, stack(0x000000dadd400000,0x000000dadd500000)]
0x0000023f87133b40 JavaThread "nioEventLoopGroup-4-3" [_thread_in_native, id=33172, stack(0x000000dadd500000,0x000000dadd600000)]
0x0000023f8712ea40 JavaThread "Thread-1" daemon [_thread_in_native, id=30772, stack(0x000000dadd600000,0x000000dadd700000)]
0x0000023f871312c0 JavaThread "lettuce-timer-6-1" daemon [_thread_blocked, id=10748, stack(0x000000dadd700000,0x000000dadd800000)]
0x0000023f87130db0 JavaThread "pool-7-thread-1" [_thread_blocked, id=32072, stack(0x000000dadd800000,0x000000dadd900000)]
0x0000023f87134050 JavaThread "pool-8-thread-1" [_thread_blocked, id=18604, stack(0x000000dadd900000,0x000000dadda00000)]
0x0000023f8712f460 JavaThread "pool-9-thread-1" [_thread_blocked, id=31512, stack(0x000000dadda00000,0x000000daddb00000)]
0x0000023f8712f970 JavaThread "pool-10-thread-1" [_thread_blocked, id=26344, stack(0x000000daddb00000,0x000000daddc00000)]
0x0000023f87c76380 JavaThread "reactor-http-nio-11" daemon [_thread_in_native, id=15260, stack(0x000000dade800000,0x000000dade900000)]
0x0000023f871321f0 JavaThread "reactor-http-nio-17" daemon [_thread_in_native, id=14388, stack(0x000000dadf000000,0x000000dadf100000)]
0x0000023f87608cb0 JavaThread "reactor-http-nio-29" daemon [_thread_in_native, id=16488, stack(0x000000dadf200000,0x000000dadf300000)]
0x0000023f8760e7d0 JavaThread "reactor-http-nio-31" daemon [_thread_in_native, id=15480, stack(0x000000dadf400000,0x000000dadf500000)]
0x0000023f8760b020 JavaThread "reactor-http-nio-33" daemon [_thread_in_native, id=9856, stack(0x000000dadf600000,0x000000dadf700000)]
0x0000023f8760c970 JavaThread "reactor-http-nio-35" daemon [_thread_in_native, id=29480, stack(0x000000dadf800000,0x000000dadf900000)]
0x0000023f8760ddb0 JavaThread "reactor-http-nio-37" daemon [_thread_in_native, id=15964, stack(0x000000dadf900000,0x000000dadfa00000)]
0x0000023f8760b530 JavaThread "reactor-http-nio-38" daemon [_thread_in_native, id=9928, stack(0x000000dadfa00000,0x000000dadfb00000)]
0x0000023f8760bf50 JavaThread "reactor-http-nio-39" daemon [_thread_blocked, id=14616, stack(0x000000dadfc00000,0x000000dadfd00000)]
0x0000023f8760f1f0 JavaThread "reactor-http-nio-40" daemon [_thread_in_native, id=31848, stack(0x000000dadfe00000,0x000000dadff00000)]
0x0000023f8760ba40 JavaThread "reactor-http-nio-42" daemon [_thread_in_native, id=26052, stack(0x000000dae0000000,0x000000dae0100000)]
0x0000023f8760ab10 JavaThread "reactor-http-nio-44" daemon [_thread_in_native, id=20660, stack(0x000000dae0100000,0x000000dae0200000)]
0x0000023f8760c460 JavaThread "reactor-http-nio-45" daemon [_thread_in_native, id=33464, stack(0x000000dadde00000,0x000000daddf00000)]
0x0000023f876091c0 JavaThread "reactor-http-nio-46" daemon [_thread_in_native, id=33644, stack(0x000000dae0300000,0x000000dae0400000)]
0x0000023f87c73b00 JavaThread "reactor-http-nio-50" daemon [_thread_in_native, id=32384, stack(0x000000dadee00000,0x000000dadef00000)]
0x0000023f87c74a30 JavaThread "reactor-http-nio-55" daemon [_thread_in_native, id=27916, stack(0x000000dae0900000,0x000000dae0a00000)]
0x0000023f87c772b0 JavaThread "lettuce-eventExecutorLoop-7-1" daemon [_thread_blocked, id=23964, stack(0x000000daddc00000,0x000000daddd00000)]
0x0000023f87c75e70 JavaThread "lettuce-timer-8-1" daemon [_thread_blocked, id=31000, stack(0x000000daddd00000,0x000000dadde00000)]
0x0000023f87c76da0 JavaThread "server" [_thread_blocked, id=27680, stack(0x000000daddf00000,0x000000dade000000)]
0x0000023f87c74520 JavaThread "scheduling-1" [_thread_blocked, id=9056, stack(0x000000dade000000,0x000000dade100000)]
0x0000023f87c74010 JavaThread "nioEventLoopGroup-3-3" [_thread_in_native, id=32620, stack(0x000000dade100000,0x000000dade200000)]
0x0000023f87c75450 JavaThread "DestroyJavaVM" [_thread_blocked, id=30848, stack(0x000000dad9300000,0x000000dad9400000)]
0x0000023f876087a0 JavaThread "lettuce-nioEventLoop-9-1" daemon [_thread_in_native, id=3180, stack(0x000000dade400000,0x000000dade500000)]
0x0000023f8760ce80 JavaThread "lettuce-eventExecutorLoop-5-1" daemon [_thread_blocked, id=22380, stack(0x000000dade600000,0x000000dade700000)]
0x0000023f8760d390 JavaThread "lettuce-eventExecutorLoop-5-2" daemon [_thread_blocked, id=31768, stack(0x000000dad9000000,0x000000dad9100000)]
0x0000023f8760d8a0 JavaThread "lettuce-eventExecutorLoop-5-3" daemon [_thread_blocked, id=30572, stack(0x000000dad9100000,0x000000dad9200000)]
0x0000023f8760f700 JavaThread "lettuce-eventExecutorLoop-5-4" daemon [_thread_blocked, id=28324, stack(0x000000dad9200000,0x000000dad9300000)]
0x0000023f8760e2c0 JavaThread "lettuce-eventExecutorLoop-5-5" daemon [_thread_blocked, id=26916, stack(0x000000dada200000,0x000000dada300000)]
0x0000023f8760ece0 JavaThread "nioEventLoopGroup-4-4" [_thread_in_native, id=9184, stack(0x000000dada500000,0x000000dada600000)]
0x0000023f876096d0 JavaThread "boundedElastic-evictor-2" daemon [_thread_blocked, id=11332, stack(0x000000dada600000,0x000000dada700000)]
0x0000023f87608290 JavaThread "lettuce-eventExecutorLoop-5-6" daemon [_thread_blocked, id=23680, stack(0x000000dada700000,0x000000dada800000)]
0x0000023f87609be0 JavaThread "parallel-1" daemon [_thread_blocked, id=5140, stack(0x000000dadbd00000,0x000000dadbe00000)]
0x0000023f8760a0f0 JavaThread "parallel-2" daemon [_thread_blocked, id=15600, stack(0x000000dadbe00000,0x000000dadbf00000)]
0x0000023f8760a600 JavaThread "parallel-3" daemon [_thread_blocked, id=9324, stack(0x000000dadbf00000,0x000000dadc000000)]
0x0000023f8712fe80 JavaThread "nioEventLoopGroup-4-5" [_thread_in_native, id=33236, stack(0x000000dadc100000,0x000000dadc200000)]
0x0000023f87130390 JavaThread "nioEventLoopGroup-4-6" [_thread_in_native, id=15076, stack(0x000000dadc200000,0x000000dadc300000)]
0x0000023f87134560 JavaThread "lettuce-eventExecutorLoop-5-7" daemon [_thread_blocked, id=27528, stack(0x000000dadc500000,0x000000dadc600000)]
0x0000023f871317d0 JavaThread "lettuce-eventExecutorLoop-5-8" daemon [_thread_blocked, id=16448, stack(0x000000dadc600000,0x000000dadc700000)]
0x0000023f87132c10 JavaThread "lettuce-eventExecutorLoop-5-9" daemon [_thread_blocked, id=16292, stack(0x000000dade200000,0x000000dade300000)]
0x0000023f87131ce0 JavaThread "lettuce-eventExecutorLoop-5-10" daemon [_thread_blocked, id=19816, stack(0x000000dade300000,0x000000dade400000)]
0x0000023f861feca0 JavaThread "lettuce-eventExecutorLoop-5-11" daemon [_thread_blocked, id=25232, stack(0x000000dade500000,0x000000dade600000)]
0x0000023f861fd350 JavaThread "lettuce-eventExecutorLoop-5-12" daemon [_thread_blocked, id=5020, stack(0x000000dade700000,0x000000dade800000)]
0x0000023f861fd860 JavaThread "parallel-4" daemon [_thread_blocked, id=28060, stack(0x000000dade900000,0x000000dadea00000)]
0x0000023f87c76890 JavaThread "parallel-5" daemon [_thread_blocked, id=3336, stack(0x000000dadeb00000,0x000000dadec00000)]
0x0000023f8b374a50 JavaThread "parallel-6" daemon [_thread_blocked, id=27352, stack(0x000000dadec00000,0x000000daded00000)]
0x0000023f8b374f60 JavaThread "parallel-7" daemon [_thread_blocked, id=29268, stack(0x000000daded00000,0x000000dadee00000)]
0x0000023f8b3712a0 JavaThread "lettuce-eventExecutorLoop-5-13" daemon [_thread_blocked, id=20080, stack(0x000000dadef00000,0x000000dadf000000)]
0x0000023f8b36e000 JavaThread "nioEventLoopGroup-4-7" [_thread_in_native, id=15424, stack(0x000000dadf100000,0x000000dadf200000)]
0x0000023f8b373100 JavaThread "nioEventLoopGroup-4-8" [_thread_in_native, id=24844, stack(0x000000dadf300000,0x000000dadf400000)]
0x0000023f8b3726e0 JavaThread "lettuce-eventExecutorLoop-5-14" daemon [_thread_blocked, id=29876, stack(0x000000dadf500000,0x000000dadf600000)]
0x0000023f8b36fe60 JavaThread "lettuce-eventExecutorLoop-5-16" daemon [_thread_blocked, id=1732, stack(0x000000dadf700000,0x000000dadf800000)]
0x0000023f8b375470 JavaThread "lettuce-eventExecutorLoop-5-15" daemon [_thread_blocked, id=18160, stack(0x000000dadfb00000,0x000000dadfc00000)]
0x0000023f8b375980 JavaThread "parallel-8" daemon [_thread_blocked, id=8440, stack(0x000000dadfd00000,0x000000dadfe00000)]
0x0000023f8b36ea20 JavaThread "parallel-9" daemon [_thread_blocked, id=19976, stack(0x000000dadff00000,0x000000dae0000000)]
0x0000023f8b374030 JavaThread "parallel-10" daemon [_thread_blocked, id=20420, stack(0x000000dae0200000,0x000000dae0300000)]
0x0000023f8b36e510 JavaThread "parallel-11" daemon [_thread_blocked, id=18816, stack(0x000000dae0400000,0x000000dae0500000)]
0x0000023f8b3721d0 JavaThread "nioEventLoopGroup-4-9" [_thread_in_native, id=32684, stack(0x000000dae0500000,0x000000dae0600000)]
0x0000023f8b36ef30 JavaThread "nioEventLoopGroup-4-10" [_thread_in_native, id=4184, stack(0x000000dae0600000,0x000000dae0700000)]
0x0000023f8b370880 JavaThread "parallel-12" daemon [_thread_blocked, id=29396, stack(0x000000dae0700000,0x000000dae0800000)]
0x0000023f8b370d90 JavaThread "parallel-13" daemon [_thread_blocked, id=31092, stack(0x000000dae0800000,0x000000dae0900000)]
0x0000023f8b36f440 JavaThread "parallel-14" daemon [_thread_blocked, id=17968, stack(0x000000dae0a00000,0x000000dae0b00000)]
0x0000023f8b373610 JavaThread "parallel-15" daemon [_thread_blocked, id=19576, stack(0x000000dadc000000,0x000000dadc100000)]
0x0000023f8b3717b0 JavaThread "parallel-16" daemon [_thread_blocked, id=12228, stack(0x000000dae0b00000,0x000000dae0c00000)]
0x0000023f8b36f950 JavaThread "nioEventLoopGroup-4-11" [_thread_in_native, id=3908, stack(0x000000dae0c00000,0x000000dae0d00000)]
0x0000023f8b373b20 JavaThread "nioEventLoopGroup-4-12" [_thread_in_native, id=20452, stack(0x000000dae0d00000,0x000000dae0e00000)]
0x0000023f8b374540 JavaThread "nioEventLoopGroup-4-13" [_thread_in_native, id=33160, stack(0x000000dae0f00000,0x000000dae1000000)]
0x0000023f85be6220 JavaThread "nioEventLoopGroup-4-14" [_thread_in_native, id=30272, stack(0x000000dae1100000,0x000000dae1200000)]
0x0000023f85be6730 JavaThread "nioEventLoopGroup-4-15" [_thread_in_native, id=1716, stack(0x000000dae1200000,0x000000dae1300000)]
0x0000023f85bea900 JavaThread "nioEventLoopGroup-4-16" [_thread_in_native, id=23820, stack(0x000000dae0e00000,0x000000dae0f00000)]
0x0000023f85be7b70 JavaThread "nioEventLoopGroup-4-17" [_thread_in_native, id=18044, stack(0x000000dadba00000,0x000000dadbb00000)]
0x0000023f85be8aa0 JavaThread "nioEventLoopGroup-4-18" [_thread_in_native, id=12140, stack(0x000000dae1000000,0x000000dae1100000)]
0x0000023f85beae10 JavaThread "nioEventLoopGroup-4-19" [_thread_in_native, id=22624, stack(0x000000dae1300000,0x000000dae1400000)]
0x0000023f85be6c40 JavaThread "nioEventLoopGroup-4-20" [_thread_in_native, id=26424, stack(0x000000dae1700000,0x000000dae1800000)]
0x0000023f85be8fb0 JavaThread "nioEventLoopGroup-4-21" [_thread_in_native, id=32276, stack(0x000000dadea00000,0x000000dadeb00000)]
0x0000023f85be52f0 JavaThread "nioEventLoopGroup-4-22" [_thread_in_native, id=22060, stack(0x000000dae1500000,0x000000dae1600000)]
0x0000023f87c75960 JavaThread "cluster-659612dc76d6257b1d5e9ed7" daemon [_thread_blocked, id=25900, stack(0x000000dae1b00000,0x000000dae1c00000)]
0x0000023f88274c00 JavaThread "nioEventLoopGroup-4-23" [_thread_in_native, id=32976, stack(0x000000dae1c00000,0x000000dae1d00000)]
0x0000023f88277480 JavaThread "nioEventLoopGroup-4-24" [_thread_in_native, id=25068, stack(0x000000dae1d00000,0x000000dae1e00000)]
0x0000023f88275110 JavaThread "nioEventLoopGroup-4-25" [_thread_in_native, id=32224, stack(0x000000dae1e00000,0x000000dae1f00000)]
0x0000023f8827a720 JavaThread "nioEventLoopGroup-4-26" [_thread_in_native, id=23640, stack(0x000000dae1f00000,0x000000dae2000000)]
0x0000023f88276a60 JavaThread "nioEventLoopGroup-4-27" [_thread_in_native, id=5184, stack(0x000000dae2000000,0x000000dae2100000)]
0x0000023f882783b0 JavaThread "boundedElastic-28" daemon [_thread_blocked, id=14408, stack(0x000000dada300000,0x000000dada400000)]
0x0000023f88273cd0 JavaThread "boundedElastic-29" daemon [_thread_blocked, id=23108, stack(0x000000dadbc00000,0x000000dadbd00000)]
0x0000023f88276f70 JavaThread "nioEventLoopGroup-4-28" [_thread_in_native, id=32932, stack(0x000000dae1400000,0x000000dae1500000)]
0x0000023f88275620 JavaThread "nioEventLoopGroup-4-29" [_thread_in_native, id=21940, stack(0x000000dae1600000,0x000000dae1700000)]
0x0000023f882788c0 JavaThread "nioEventLoopGroup-4-30" [_thread_in_native, id=32560, stack(0x000000dae1800000,0x000000dae1900000)]
Other Threads:
=>0x0000023f3ef1ec30 VMThread "VM Thread" [stack: 0x000000dad9900000,0x000000dad9a00000] [id=10964]
0x0000023f3ed29700 WatcherThread [stack: 0x000000dadb700000,0x000000dadb800000] [id=29732]
0x0000023f27cb0820 GCTaskThread "GC Thread#0" [stack: 0x000000dad9400000,0x000000dad9500000] [id=15432]
0x0000023f85389ef0 GCTaskThread "GC Thread#1" [stack: 0x000000dadac00000,0x000000dadad00000] [id=23992]
0x0000023f8538a1b0 GCTaskThread "GC Thread#2" [stack: 0x000000dadad00000,0x000000dadae00000] [id=15772]
0x0000023f8538a470 GCTaskThread "GC Thread#3" [stack: 0x000000dadae00000,0x000000dadaf00000] [id=3728]
0x0000023f8538ad50 GCTaskThread "GC Thread#4" [stack: 0x000000dadaf00000,0x000000dadb000000] [id=15220]
0x0000023f8538b220 GCTaskThread "GC Thread#5" [stack: 0x000000dadb000000,0x000000dadb100000] [id=20876]
0x0000023f853ac200 GCTaskThread "GC Thread#6" [stack: 0x000000dadb100000,0x000000dadb200000] [id=29012]
0x0000023f853ac4c0 GCTaskThread "GC Thread#7" [stack: 0x000000dadb200000,0x000000dadb300000] [id=25740]
0x0000023f853aefb0 GCTaskThread "GC Thread#8" [stack: 0x000000dadb300000,0x000000dadb400000] [id=5288]
0x0000023f853b1690 GCTaskThread "GC Thread#9" [stack: 0x000000dadb400000,0x000000dadb500000] [id=30444]
0x0000023f853b1950 GCTaskThread "GC Thread#10" [stack: 0x000000dadb500000,0x000000dadb600000] [id=9732]
0x0000023f85804d10 GCTaskThread "GC Thread#11" [stack: 0x000000dadb800000,0x000000dadb900000] [id=20348]
0x0000023f857db840 GCTaskThread "GC Thread#12" [stack: 0x000000dadb900000,0x000000dadba00000] [id=16980]
0x0000023f27cc1330 ConcurrentGCThread "G1 Main Marker" [stack: 0x000000dad9500000,0x000000dad9600000] [id=7984]
0x0000023f27cc1d40 ConcurrentGCThread "G1 Conc#0" [stack: 0x000000dad9600000,0x000000dad9700000] [id=13144]
0x0000023f858ae800 ConcurrentGCThread "G1 Conc#1" [stack: 0x000000dadc300000,0x000000dadc400000] [id=17164]
0x0000023f858aeac0 ConcurrentGCThread "G1 Conc#2" [stack: 0x000000dadc400000,0x000000dadc500000] [id=2388]
0x0000023f3ede3470 ConcurrentGCThread "G1 Refine#0" [stack: 0x000000dad9700000,0x000000dad9800000] [id=408]
0x0000023f3ede4eb0 ConcurrentGCThread "G1 Service" [stack: 0x000000dad9800000,0x000000dad9900000] [id=14700]
Threads with active compile tasks:
VM state: at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
[0x0000023f27c3e020] Threads_lock - owner thread: 0x0000023f3ef1ec30
[0x0000023f27c3e650] Heap_lock - owner thread: 0x0000023f27cc1330
Heap address: 0x0000000704400000, size: 4028 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
CDS archive(s) mapped at: [0x0000023f40000000-0x0000023f40bd0000-0x0000023f40bd0000), size 12386304, SharedBaseAddress: 0x0000023f40000000, ArchiveRelocationMode: 1.
Compressed class space mapped at: 0x0000023f41000000-0x0000023f81000000, reserved size: 1073741824
Narrow klass base: 0x0000023f40000000, Narrow klass shift: 0, Narrow klass range: 0x100000000
GC Precious Log:
CPUs: 16 total, 16 available
Memory: 16108M
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: 4028M
Pre-touch: Disabled
Parallel Workers: 13
Concurrent Workers: 3
Concurrent Refinement Workers: 13
Periodic GC: Disabled
Heap:
garbage-first heap total 270336K, used 160211K [0x0000000704400000, 0x0000000800000000)
region size 2048K, 3 young (6144K), 2 survivors (4096K)
Metaspace used 86414K, committed 87168K, reserved 1179648K
class space used 12338K, committed 12672K, reserved 1048576K
Heap Regions: E=young(eden), S=young(survivor), O=old, HS=humongous(starts), HC=humongous(continues), CS=collection set, F=free, OA=open archive, CA=closed archive, TAMS=top-at-mark-start (previous, next)
| 0|0x0000000704400000, 0x0000000704600000, 0x0000000704600000|100%| O| |TAMS 0x0000000704600000, 0x0000000704400000| Untracked
| 1|0x0000000704600000, 0x0000000704800000, 0x0000000704800000|100%| O| |TAMS 0x0000000704800000, 0x0000000704600000| Untracked
| 2|0x0000000704800000, 0x0000000704a00000, 0x0000000704a00000|100%| O| |TAMS 0x0000000704a00000, 0x0000000704800000| Untracked
| 3|0x0000000704a00000, 0x0000000704c00000, 0x0000000704c00000|100%| O| |TAMS 0x0000000704c00000, 0x0000000704a00000| Untracked
| 4|0x0000000704c00000, 0x0000000704e00000, 0x0000000704e00000|100%| O| |TAMS 0x0000000704e00000, 0x0000000704c00000| Updating
| 5|0x0000000704e00000, 0x0000000705000000, 0x0000000705000000|100%| O| |TAMS 0x0000000705000000, 0x0000000704e00000| Updating
| 6|0x0000000705000000, 0x0000000705200000, 0x0000000705200000|100%| O| |TAMS 0x0000000705200000, 0x0000000705000000| Updating
| 7|0x0000000705200000, 0x0000000705400000, 0x0000000705400000|100%| O| |TAMS 0x0000000705400000, 0x0000000705200000| Updating
| 8|0x0000000705400000, 0x0000000705600000, 0x0000000705600000|100%| O| |TAMS 0x0000000705600000, 0x0000000705400000| Untracked
| 9|0x0000000705600000, 0x0000000705800000, 0x0000000705800000|100%| O| |TAMS 0x0000000705800000, 0x0000000705600000| Updating
| 10|0x0000000705800000, 0x0000000705a00000, 0x0000000705a00000|100%| O| |TAMS 0x0000000705a00000, 0x0000000705800000| Updating
| 11|0x0000000705a00000, 0x0000000705c00000, 0x0000000705c00000|100%| O| |TAMS 0x0000000705c00000, 0x0000000705a00000| Updating
| 12|0x0000000705c00000, 0x0000000705e00000, 0x0000000705e00000|100%| O| |TAMS 0x0000000705e00000, 0x0000000705c00000| Updating
| 13|0x0000000705e00000, 0x0000000706000000, 0x0000000706000000|100%| O| |TAMS 0x0000000706000000, 0x0000000705e00000| Updating
| 14|0x0000000706000000, 0x000000070613c400, 0x0000000706200000| 61%| O| |TAMS 0x000000070613c400, 0x0000000706000000| Updating
| 15|0x0000000706200000, 0x0000000706200000, 0x0000000706400000| 0%| F| |TAMS 0x0000000706200000, 0x0000000706200000| Untracked
| 16|0x0000000706400000, 0x0000000706600000, 0x0000000706600000|100%| O| |TAMS 0x0000000706600000, 0x0000000706400000| Updating
| 17|0x0000000706600000, 0x0000000706600000, 0x0000000706800000| 0%| F| |TAMS 0x0000000706600000, 0x0000000706600000| Untracked
| 18|0x0000000706800000, 0x0000000706800000, 0x0000000706a00000| 0%| F| |TAMS 0x0000000706800000, 0x0000000706800000| Untracked
| 19|0x0000000706a00000, 0x0000000706c00000, 0x0000000706c00000|100%|HS| |TAMS 0x0000000706c00000, 0x0000000706a00000| Complete
| 20|0x0000000706c00000, 0x0000000706e00000, 0x0000000706e00000|100%|HC| |TAMS 0x0000000706e00000, 0x0000000706c00000| Complete
| 21|0x0000000706e00000, 0x0000000707000000, 0x0000000707000000|100%|HC| |TAMS 0x0000000707000000, 0x0000000706e00000| Complete
| 22|0x0000000707000000, 0x0000000707200000, 0x0000000707200000|100%|HS| |TAMS 0x0000000707200000, 0x0000000707000000| Complete
| 23|0x0000000707200000, 0x0000000707400000, 0x0000000707400000|100%|HC| |TAMS 0x0000000707400000, 0x0000000707200000| Complete
| 24|0x0000000707400000, 0x0000000707600000, 0x0000000707600000|100%|HC| |TAMS 0x0000000707600000, 0x0000000707400000| Complete
| 25|0x0000000707600000, 0x0000000707800000, 0x0000000707800000|100%|HS| |TAMS 0x0000000707800000, 0x0000000707600000| Complete
| 26|0x0000000707800000, 0x0000000707a00000, 0x0000000707a00000|100%|HC| |TAMS 0x0000000707a00000, 0x0000000707800000| Complete
| 27|0x0000000707a00000, 0x0000000707c00000, 0x0000000707c00000|100%|HC| |TAMS 0x0000000707c00000, 0x0000000707a00000| Complete
| 28|0x0000000707c00000, 0x0000000707e00000, 0x0000000707e00000|100%| O| |TAMS 0x0000000707e00000, 0x0000000707c00000| Updating
| 29|0x0000000707e00000, 0x0000000707e00000, 0x0000000708000000| 0%| F| |TAMS 0x0000000707e00000, 0x0000000707e00000| Untracked
| 30|0x0000000708000000, 0x0000000708200000, 0x0000000708200000|100%| O| |TAMS 0x0000000708200000, 0x0000000708000000| Updating
| 31|0x0000000708200000, 0x0000000708200000, 0x0000000708400000| 0%| F| |TAMS 0x0000000708200000, 0x0000000708200000| Untracked
| 32|0x0000000708400000, 0x0000000708600000, 0x0000000708600000|100%| O| |TAMS 0x0000000708600000, 0x0000000708400000| Untracked
| 33|0x0000000708600000, 0x0000000708600000, 0x0000000708800000| 0%| F| |TAMS 0x0000000708600000, 0x0000000708600000| Untracked
| 34|0x0000000708800000, 0x0000000708a00000, 0x0000000708a00000|100%|HS| |TAMS 0x0000000708a00000, 0x0000000708800000| Complete
| 35|0x0000000708a00000, 0x0000000708c00000, 0x0000000708c00000|100%|HC| |TAMS 0x0000000708c00000, 0x0000000708a00000| Complete
| 36|0x0000000708c00000, 0x0000000708e00000, 0x0000000708e00000|100%|HC| |TAMS 0x0000000708e00000, 0x0000000708c00000| Complete
| 37|0x0000000708e00000, 0x0000000708e00000, 0x0000000709000000| 0%| F| |TAMS 0x0000000708e00000, 0x0000000708e00000| Untracked
| 38|0x0000000709000000, 0x0000000709200000, 0x0000000709200000|100%| O| |TAMS 0x0000000709200000, 0x0000000709000000| Updating
| 39|0x0000000709200000, 0x0000000709400000, 0x0000000709400000|100%| O| |TAMS 0x0000000709400000, 0x0000000709200000| Updating
| 40|0x0000000709400000, 0x0000000709600000, 0x0000000709600000|100%|HS| |TAMS 0x0000000709600000, 0x0000000709400000| Complete
| 41|0x0000000709600000, 0x0000000709800000, 0x0000000709800000|100%|HC| |TAMS 0x0000000709800000, 0x0000000709600000| Complete
| 42|0x0000000709800000, 0x0000000709a00000, 0x0000000709a00000|100%|HC| |TAMS 0x0000000709a00000, 0x0000000709800000| Complete
| 43|0x0000000709a00000, 0x0000000709c00000, 0x0000000709c00000|100%|HS| |TAMS 0x0000000709c00000, 0x0000000709a00000| Complete
| 44|0x0000000709c00000, 0x0000000709e00000, 0x0000000709e00000|100%|HC| |TAMS 0x0000000709e00000, 0x0000000709c00000| Complete
| 45|0x0000000709e00000, 0x000000070a000000, 0x000000070a000000|100%|HC| |TAMS 0x000000070a000000, 0x0000000709e00000| Complete
| 46|0x000000070a000000, 0x000000070a000000, 0x000000070a200000| 0%| F| |TAMS 0x000000070a000000, 0x000000070a000000| Untracked
| 47|0x000000070a200000, 0x000000070a400000, 0x000000070a400000|100%| O| |TAMS 0x000000070a400000, 0x000000070a200000| Updating
| 48|0x000000070a400000, 0x000000070a600000, 0x000000070a600000|100%| O| |TAMS 0x000000070a600000, 0x000000070a400000| Updating
| 49|0x000000070a600000, 0x000000070a800000, 0x000000070a800000|100%|HS| |TAMS 0x000000070a800000, 0x000000070a600000| Complete
| 50|0x000000070a800000, 0x000000070aa00000, 0x000000070aa00000|100%|HC| |TAMS 0x000000070aa00000, 0x000000070a800000| Complete
| 51|0x000000070aa00000, 0x000000070ac00000, 0x000000070ac00000|100%|HC| |TAMS 0x000000070ac00000, 0x000000070aa00000| Complete
| 52|0x000000070ac00000, 0x000000070ae00000, 0x000000070ae00000|100%| O| |TAMS 0x000000070ae00000, 0x000000070ac00000| Updating
| 53|0x000000070ae00000, 0x000000070ae00000, 0x000000070b000000| 0%| F| |TAMS 0x000000070ae00000, 0x000000070ae00000| Untracked
| 54|0x000000070b000000, 0x000000070b200000, 0x000000070b200000|100%|HS| |TAMS 0x000000070b200000, 0x000000070b000000| Complete
| 55|0x000000070b200000, 0x000000070b400000, 0x000000070b400000|100%|HC| |TAMS 0x000000070b400000, 0x000000070b200000| Complete
| 56|0x000000070b400000, 0x000000070b600000, 0x000000070b600000|100%|HC| |TAMS 0x000000070b600000, 0x000000070b400000| Complete
| 57|0x000000070b600000, 0x000000070b800000, 0x000000070b800000|100%|HS| |TAMS 0x000000070b800000, 0x000000070b600000| Complete
| 58|0x000000070b800000, 0x000000070ba00000, 0x000000070ba00000|100%|HC| |TAMS 0x000000070ba00000, 0x000000070b800000| Complete
| 59|0x000000070ba00000, 0x000000070bc00000, 0x000000070bc00000|100%|HC| |TAMS 0x000000070bc00000, 0x000000070ba00000| Complete
| 60|0x000000070bc00000, 0x000000070be00000, 0x000000070be00000|100%|HS| |TAMS 0x000000070be00000, 0x000000070bc00000| Complete
| 61|0x000000070be00000, 0x000000070c000000, 0x000000070c000000|100%|HC| |TAMS 0x000000070c000000, 0x000000070be00000| Complete
| 62|0x000000070c000000, 0x000000070c200000, 0x000000070c200000|100%|HC| |TAMS 0x000000070c200000, 0x000000070c000000| Complete
| 63|0x000000070c200000, 0x000000070c400000, 0x000000070c400000|100%|HS| |TAMS 0x000000070c400000, 0x000000070c200000| Complete
| 64|0x000000070c400000, 0x000000070c600000, 0x000000070c600000|100%|HC| |TAMS 0x000000070c600000, 0x000000070c400000| Complete
| 65|0x000000070c600000, 0x000000070c800000, 0x000000070c800000|100%|HC| |TAMS 0x000000070c800000, 0x000000070c600000| Complete
| 66|0x000000070c800000, 0x000000070ca00000, 0x000000070ca00000|100%| O| |TAMS 0x000000070ca00000, 0x000000070c800000| Untracked
| 67|0x000000070ca00000, 0x000000070cc00000, 0x000000070cc00000|100%| O| |TAMS 0x000000070cc00000, 0x000000070ca00000| Untracked
| 68|0x000000070cc00000, 0x000000070ce00000, 0x000000070ce00000|100%| O| |TAMS 0x000000070ce00000, 0x000000070cc00000| Untracked
| 69|0x000000070ce00000, 0x000000070d000000, 0x000000070d000000|100%| O| |TAMS 0x000000070d000000, 0x000000070ce00000| Updating
| 70|0x000000070d000000, 0x000000070d000000, 0x000000070d200000| 0%| F| |TAMS 0x000000070d000000, 0x000000070d000000| Untracked
| 71|0x000000070d200000, 0x000000070d200000, 0x000000070d400000| 0%| F| |TAMS 0x000000070d200000, 0x000000070d200000| Untracked
| 72|0x000000070d400000, 0x000000070d600000, 0x000000070d600000|100%| O| |TAMS 0x000000070d600000, 0x000000070d400000| Updating
| 73|0x000000070d600000, 0x000000070d800000, 0x000000070d800000|100%|HS| |TAMS 0x000000070d800000, 0x000000070d600000| Complete
| 74|0x000000070d800000, 0x000000070da00000, 0x000000070da00000|100%|HC| |TAMS 0x000000070da00000, 0x000000070d800000| Complete
| 75|0x000000070da00000, 0x000000070dc00000, 0x000000070dc00000|100%|HC| |TAMS 0x000000070dc00000, 0x000000070da00000| Complete
| 76|0x000000070dc00000, 0x000000070de00000, 0x000000070de00000|100%|HS| |TAMS 0x000000070de00000, 0x000000070dc00000| Complete
| 77|0x000000070de00000, 0x000000070e000000, 0x000000070e000000|100%|HC| |TAMS 0x000000070e000000, 0x000000070de00000| Complete
| 78|0x000000070e000000, 0x000000070e200000, 0x000000070e200000|100%|HC| |TAMS 0x000000070e200000, 0x000000070e000000| Complete
| 79|0x000000070e200000, 0x000000070e400000, 0x000000070e400000|100%|HS| |TAMS 0x000000070e400000, 0x000000070e200000| Complete
| 80|0x000000070e400000, 0x000000070e600000, 0x000000070e600000|100%|HC| |TAMS 0x000000070e600000, 0x000000070e400000| Complete
| 81|0x000000070e600000, 0x000000070e800000, 0x000000070e800000|100%|HC| |TAMS 0x000000070e800000, 0x000000070e600000| Complete
| 82|0x000000070e800000, 0x000000070ea00000, 0x000000070ea00000|100%|HS| |TAMS 0x000000070ea00000, 0x000000070e800000| Complete
| 83|0x000000070ea00000, 0x000000070ec00000, 0x000000070ec00000|100%|HC| |TAMS 0x000000070ec00000, 0x000000070ea00000| Complete
| 84|0x000000070ec00000, 0x000000070ee00000, 0x000000070ee00000|100%|HC| |TAMS 0x000000070ee00000, 0x000000070ec00000| Complete
| 85|0x000000070ee00000, 0x000000070ee00000, 0x000000070f000000| 0%| F| |TAMS 0x000000070ee00000, 0x000000070ee00000| Untracked
| 86|0x000000070f000000, 0x000000070f000000, 0x000000070f200000| 0%| F| |TAMS 0x000000070f000000, 0x000000070f000000| Untracked
| 87|0x000000070f200000, 0x000000070f200000, 0x000000070f400000| 0%| F| |TAMS 0x000000070f200000, 0x000000070f200000| Untracked
| 88|0x000000070f400000, 0x000000070f600000, 0x000000070f600000|100%|HS| |TAMS 0x000000070f600000, 0x000000070f400000| Complete
| 89|0x000000070f600000, 0x000000070f800000, 0x000000070f800000|100%|HC| |TAMS 0x000000070f800000, 0x000000070f600000| Complete
| 90|0x000000070f800000, 0x000000070fa00000, 0x000000070fa00000|100%|HC| |TAMS 0x000000070fa00000, 0x000000070f800000| Complete
| 91|0x000000070fa00000, 0x000000070fa00000, 0x000000070fc00000| 0%| F| |TAMS 0x000000070fa00000, 0x000000070fa00000| Untracked
| 92|0x000000070fc00000, 0x000000070fc00000, 0x000000070fe00000| 0%| F| |TAMS 0x000000070fc00000, 0x000000070fc00000| Untracked
| 93|0x000000070fe00000, 0x000000070ff38ab8, 0x0000000710000000| 61%| S|CS|TAMS 0x000000070fe00000, 0x000000070fe00000| Complete
| 94|0x0000000710000000, 0x0000000710200000, 0x0000000710200000|100%| S|CS|TAMS 0x0000000710000000, 0x0000000710000000| Complete
| 95|0x0000000710200000, 0x0000000710200000, 0x0000000710400000| 0%| F| |TAMS 0x0000000710200000, 0x0000000710200000| Untracked
| 96|0x0000000710400000, 0x0000000710400000, 0x0000000710600000| 0%| F| |TAMS 0x0000000710400000, 0x0000000710400000| Untracked
| 97|0x0000000710600000, 0x0000000710600000, 0x0000000710800000| 0%| F| |TAMS 0x0000000710600000, 0x0000000710600000| Untracked
| 98|0x0000000710800000, 0x0000000710800000, 0x0000000710a00000| 0%| F| |TAMS 0x0000000710800000, 0x0000000710800000| Untracked
| 99|0x0000000710a00000, 0x0000000710a00000, 0x0000000710c00000| 0%| F| |TAMS 0x0000000710a00000, 0x0000000710a00000| Untracked
| 100|0x0000000710c00000, 0x0000000710c00000, 0x0000000710e00000| 0%| F| |TAMS 0x0000000710c00000, 0x0000000710c00000| Untracked
| 101|0x0000000710e00000, 0x0000000710e00000, 0x0000000711000000| 0%| F| |TAMS 0x0000000710e00000, 0x0000000710e00000| Untracked
| 102|0x0000000711000000, 0x0000000711000000, 0x0000000711200000| 0%| F| |TAMS 0x0000000711000000, 0x0000000711000000| Untracked
| 103|0x0000000711200000, 0x0000000711200000, 0x0000000711400000| 0%| F| |TAMS 0x0000000711200000, 0x0000000711200000| Untracked
| 104|0x0000000711400000, 0x0000000711400000, 0x0000000711600000| 0%| F| |TAMS 0x0000000711400000, 0x0000000711400000| Untracked
| 105|0x0000000711600000, 0x0000000711600000, 0x0000000711800000| 0%| F| |TAMS 0x0000000711600000, 0x0000000711600000| Untracked
| 106|0x0000000711800000, 0x0000000711800000, 0x0000000711a00000| 0%| F| |TAMS 0x0000000711800000, 0x0000000711800000| Untracked
| 107|0x0000000711a00000, 0x0000000711a00000, 0x0000000711c00000| 0%| F| |TAMS 0x0000000711a00000, 0x0000000711a00000| Untracked
| 108|0x0000000711c00000, 0x0000000711c00000, 0x0000000711e00000| 0%| F| |TAMS 0x0000000711c00000, 0x0000000711c00000| Untracked
| 109|0x0000000711e00000, 0x0000000711e00000, 0x0000000712000000| 0%| F| |TAMS 0x0000000711e00000, 0x0000000711e00000| Untracked
| 110|0x0000000712000000, 0x0000000712000000, 0x0000000712200000| 0%| F| |TAMS 0x0000000712000000, 0x0000000712000000| Untracked
| 111|0x0000000712200000, 0x0000000712200000, 0x0000000712400000| 0%| F| |TAMS 0x0000000712200000, 0x0000000712200000| Untracked
| 112|0x0000000712400000, 0x0000000712400000, 0x0000000712600000| 0%| F| |TAMS 0x0000000712400000, 0x0000000712400000| Untracked
| 113|0x0000000712600000, 0x0000000712600000, 0x0000000712800000| 0%| F| |TAMS 0x0000000712600000, 0x0000000712600000| Untracked
| 114|0x0000000712800000, 0x0000000712800000, 0x0000000712a00000| 0%| F| |TAMS 0x0000000712800000, 0x0000000712800000| Untracked
| 115|0x0000000712a00000, 0x0000000712a00000, 0x0000000712c00000| 0%| F| |TAMS 0x0000000712a00000, 0x0000000712a00000| Untracked
| 116|0x0000000712c00000, 0x0000000712c00000, 0x0000000712e00000| 0%| F| |TAMS 0x0000000712c00000, 0x0000000712c00000| Untracked
| 117|0x0000000712e00000, 0x0000000712e00000, 0x0000000713000000| 0%| F| |TAMS 0x0000000712e00000, 0x0000000712e00000| Untracked
| 118|0x0000000713000000, 0x0000000713000000, 0x0000000713200000| 0%| F| |TAMS 0x0000000713000000, 0x0000000713000000| Untracked
| 119|0x0000000713200000, 0x0000000713200000, 0x0000000713400000| 0%| F| |TAMS 0x0000000713200000, 0x0000000713200000| Untracked
| 120|0x0000000713400000, 0x0000000713400000, 0x0000000713600000| 0%| F| |TAMS 0x0000000713400000, 0x0000000713400000| Untracked
| 121|0x0000000713600000, 0x0000000713600000, 0x0000000713800000| 0%| F| |TAMS 0x0000000713600000, 0x0000000713600000| Untracked
| 122|0x0000000713800000, 0x0000000713800000, 0x0000000713a00000| 0%| F| |TAMS 0x0000000713800000, 0x0000000713800000| Untracked
| 123|0x0000000713a00000, 0x0000000713a00000, 0x0000000713c00000| 0%| F| |TAMS 0x0000000713a00000, 0x0000000713a00000| Untracked
| 124|0x0000000713c00000, 0x0000000713c00000, 0x0000000713e00000| 0%| F| |TAMS 0x0000000713c00000, 0x0000000713c00000| Untracked
| 125|0x0000000713e00000, 0x0000000713e00000, 0x0000000714000000| 0%| F| |TAMS 0x0000000713e00000, 0x0000000713e00000| Untracked
| 126|0x0000000714000000, 0x0000000714000000, 0x0000000714200000| 0%| F| |TAMS 0x0000000714000000, 0x0000000714000000| Untracked
| 127|0x0000000714200000, 0x0000000714200000, 0x0000000714400000| 0%| F| |TAMS 0x0000000714200000, 0x0000000714200000| Untracked
| 128|0x0000000714400000, 0x0000000714400000, 0x0000000714600000| 0%| F| |TAMS 0x0000000714400000, 0x0000000714400000| Untracked
| 129|0x0000000714600000, 0x0000000714600000, 0x0000000714800000| 0%| F| |TAMS 0x0000000714600000, 0x0000000714600000| Untracked
| 130|0x0000000714800000, 0x0000000714800000, 0x0000000714a00000| 0%| F| |TAMS 0x0000000714800000, 0x0000000714800000| Untracked
| 131|0x0000000714a00000, 0x0000000714a7cb88, 0x0000000714c00000| 24%| E| |TAMS 0x0000000714a00000, 0x0000000714a00000| Complete
Card table byte_map: [0x0000023f33300000,0x0000023f33ae0000] _byte_map_base: 0x0000023f2fade000
Marking Bits (Prev, Next): (CMBitMap*) 0x0000023f27cb0e40, (CMBitMap*) 0x0000023f27cb0e80
Prev Bits: [0x0000023f342c0000, 0x0000023f381b0000)
Next Bits: [0x0000023f381b0000, 0x0000023f3c0a0000)
Polling page: 0x0000023f25b90000
Metaspace:
Usage:
Non-class: 72.34 MB used.
Class: 12.05 MB used.
Both: 84.39 MB used.
Virtual space:
Non-class space: 128.00 MB reserved, 72.75 MB ( 57%) committed, 2 nodes.
Class space: 1.00 GB reserved, 12.38 MB ( 1%) committed, 1 nodes.
Both: 1.12 GB reserved, 85.12 MB ( 7%) committed.
Chunk freelists:
Non-Class: 7.00 MB
Class: 3.64 MB
Both: 10.64 MB
MaxMetaspaceSize: unlimited
CompressedClassSpaceSize: 1.00 GB
Initial GC threshold: 21.00 MB
Current GC threshold: 141.69 MB
CDS: on
MetaspaceReclaimPolicy: balanced
- commit_granule_bytes: 65536.
- commit_granule_words: 8192.
- virtual_space_node_default_size: 8388608.
- enlarge_chunks_in_place: 1.
- new_chunks_are_fully_committed: 0.
- uncommit_free_chunks: 1.
- use_allocation_guard: 0.
- handle_deallocations: 1.
Internal statistics:
num_allocs_failed_limit: 12.
num_arena_births: 1586.
num_arena_deaths: 344.
num_vsnodes_births: 3.
num_vsnodes_deaths: 0.
num_space_committed: 1362.
num_space_uncommitted: 0.
num_chunks_returned_to_freelist: 444.
num_chunks_taken_from_freelist: 4857.
num_chunk_merges: 123.
num_chunk_splits: 3148.
num_chunks_enlarged: 2244.
num_inconsistent_stats: 0.
CodeCache: size=49152Kb used=30725Kb max_used=32774Kb free=18426Kb
bounds [0x0000023f2f4c0000, 0x0000023f314d0000, 0x0000023f324c0000]
total_blobs=17812 nmethods=17022 adapters=714
compilation: enabled
stopped_count=0, restarted_count=0
full_count=0
Compilation events (20 events):
Event: 2197.280 Thread 0x0000023f3f1737b0 17200 1 org.lowcoder.sdk.util.StreamUtils::collectMap (12 bytes)
Event: 2197.281 Thread 0x0000023f3f1737b0 nmethod 17200 0x0000023f3135e490 code [0x0000023f3135e640, 0x0000023f3135e828]
Event: 2197.714 Thread 0x0000023f3f1737b0 17201 1 org.springframework.security.authorization.AuthenticatedReactiveAuthorizationManager$$Lambda$3159/0x0000023f41beda18::<init> (10 bytes)
Event: 2197.715 Thread 0x0000023f3f1737b0 nmethod 17201 0x0000023f3135e190 code [0x0000023f3135e320, 0x0000023f3135e438]
Event: 2197.715 Thread 0x0000023f3f1737b0 17202 1 org.springframework.security.authorization.AuthenticatedReactiveAuthorizationManager$$Lambda$3160/0x0000023f41bedc68::<init> (10 bytes)
Event: 2197.715 Thread 0x0000023f3f1737b0 nmethod 17202 0x0000023f3135de90 code [0x0000023f3135e020, 0x0000023f3135e138]
Event: 2197.715 Thread 0x0000023f3f1737b0 17203 1 org.springframework.security.web.server.authorization.AuthorizationWebFilter$$Lambda$2638/0x0000023f41b750a8::test (8 bytes)
Event: 2197.715 Thread 0x0000023f3f1737b0 nmethod 17203 0x0000023f3135da90 code [0x0000023f3135dc20, 0x0000023f3135dd98]
Event: 2197.715 Thread 0x0000023f3f1737b0 17204 1 org.springframework.security.web.server.authorization.AuthorizationWebFilter::lambda$filter$0 (15 bytes)
Event: 2197.716 Thread 0x0000023f3f1737b0 nmethod 17204 0x0000023f3135d710 code [0x0000023f3135d8a0, 0x0000023f3135d998]
Event: 2197.716 Thread 0x0000023f3f1737b0 17205 1 org.springframework.security.authorization.ObservationReactiveAuthorizationManager::lambda$check$0 (10 bytes)
Event: 2197.717 Thread 0x0000023f3f1737b0 nmethod 17205 0x0000023f3135d390 code [0x0000023f3135d520, 0x0000023f3135d638]
Event: 2197.717 Thread 0x0000023f3f1737b0 17206 1 org.springframework.security.authentication.AuthenticationTrustResolverImpl::isAnonymous (25 bytes)
Event: 2197.717 Thread 0x0000023f3f1737b0 nmethod 17206 0x0000023f3135cf90 code [0x0000023f3135d140, 0x0000023f3135d2a8]
Event: 2197.729 Thread 0x0000023f3f1737b0 17207 1 org.springframework.data.mapping.PropertyPath::create (9 bytes)
Event: 2197.731 Thread 0x0000023f3f1737b0 nmethod 17207 0x0000023f3135cc90 code [0x0000023f3135ce20, 0x0000023f3135cf08]
Event: 2197.731 Thread 0x0000023f3f1737b0 17208 ! 1 org.springframework.data.mapping.PropertyPath::create (219 bytes)
Event: 2197.735 Thread 0x0000023f3f1737b0 nmethod 17208 0x0000023f3135b210 code [0x0000023f3135b520, 0x0000023f3135c158]
Event: 2197.735 Thread 0x0000023f3f1737b0 17209 1 org.springframework.data.mapping.PropertyPath::<init> (110 bytes)
Event: 2197.738 Thread 0x0000023f3f1737b0 nmethod 17209 0x0000023f3135a390 code [0x0000023f3135a600, 0x0000023f3135ade8]
GC Heap History (20 events):
Event: 566.294 GC heap before
{Heap before GC invocations=34 (full 0):
garbage-first heap total 235520K, used 201245K [0x0000000704400000, 0x0000000800000000)
region size 2048K, 25 young (51200K), 1 survivors (2048K)
Metaspace used 86166K, committed 87040K, reserved 1179648K
class space used 12271K, committed 12608K, reserved 1048576K
}
Event: 566.308 GC heap after
{Heap after GC invocations=35 (full 0):
garbage-first heap total 235520K, used 153353K [0x0000000704400000, 0x0000000800000000)
region size 2048K, 2 young (4096K), 2 survivors (4096K)
Metaspace used 86166K, committed 87040K, reserved 1179648K
class space used 12271K, committed 12608K, reserved 1048576K
}
Event: 757.756 GC heap before
{Heap before GC invocations=36 (full 0):
garbage-first heap total 266240K, used 198409K [0x0000000704400000, 0x0000000800000000)
region size 2048K, 25 young (51200K), 2 survivors (4096K)
Metaspace used 86193K, committed 87040K, reserved 1179648K
class space used 12278K, committed 12608K, reserved 1048576K
}
Event: 757.763 GC heap after
{Heap after GC invocations=37 (full 0):
garbage-first heap total 266240K, used 153002K [0x0000000704400000, 0x0000000800000000)
region size 2048K, 1 young (2048K), 1 survivors (2048K)
Metaspace used 86193K, committed 87040K, reserved 1179648K
class space used 12278K, committed 12608K, reserved 1048576K
}
Event: 807.931 GC heap before
{Heap before GC invocations=37 (full 0):
garbage-first heap total 266240K, used 161194K [0x0000000704400000, 0x0000000800000000)
region size 2048K, 6 young (12288K), 1 survivors (2048K)
Metaspace used 86193K, committed 87040K, reserved 1179648K
class space used 12278K, committed 12608K, reserved 1048576K
}
Event: 808.034 GC heap after
{Heap after GC invocations=38 (full 0):
garbage-first heap total 266240K, used 151292K [0x0000000704400000, 0x0000000800000000)
region size 2048K, 1 young (2048K), 1 survivors (2048K)
Metaspace used 86193K, committed 87040K, reserved 1179648K
class space used 12278K, committed 12608K, reserved 1048576K
}
Event: 836.021 GC heap before
{Heap before GC invocations=38 (full 0):
garbage-first heap total 266240K, used 198396K [0x0000000704400000, 0x0000000800000000)
region size 2048K, 25 young (51200K), 1 survivors (2048K)
Metaspace used 86267K, committed 87040K, reserved 1179648K
class space used 12296K, committed 12608K, reserved 1048576K
}
Event: 836.043 GC heap after
{Heap after GC invocations=39 (full 0):
garbage-first heap total 266240K, used 152291K [0x0000000704400000, 0x0000000800000000)
region size 2048K, 1 young (2048K), 1 survivors (2048K)
Metaspace used 86267K, committed 87040K, reserved 1179648K
class space used 12296K, committed 12608K, reserved 1048576K
}
Event: 1127.669 GC heap before
{Heap before GC invocations=40 (full 0):
garbage-first heap total 270336K, used 230115K [0x0000000704400000, 0x0000000800000000)
region size 2048K, 37 young (75776K), 1 survivors (2048K)
Metaspace used 86352K, committed 87168K, reserved 1179648K
class space used 12319K, committed 12672K, reserved 1048576K
}
Event: 1127.674 GC heap after
{Heap after GC invocations=41 (full 0):
garbage-first heap total 270336K, used 159465K [0x0000000704400000, 0x0000000800000000)
region size 2048K, 2 young (4096K), 2 survivors (4096K)
Metaspace used 86352K, committed 87168K, reserved 1179648K
class space used 12319K, committed 12672K, reserved 1048576K
}
Event: 1137.387 GC heap before
{Heap before GC invocations=41 (full 0):
garbage-first heap total 270336K, used 167657K [0x0000000704400000, 0x0000000800000000)
region size 2048K, 6 young (12288K), 2 survivors (4096K)
Metaspace used 86353K, committed 87168K, reserved 1179648K
class space used 12319K, committed 12672K, reserved 1048576K
}
Event: 1137.401 GC heap after
{Heap after GC invocations=42 (full 0):
garbage-first heap total 270336K, used 157800K [0x0000000704400000, 0x0000000800000000)
region size 2048K, 1 young (2048K), 1 survivors (2048K)
Metaspace used 86353K, committed 87168K, reserved 1179648K
class space used 12319K, committed 12672K, reserved 1048576K
}
Event: 1229.819 GC heap before
{Heap before GC invocations=42 (full 0):
garbage-first heap total 270336K, used 229480K [0x0000000704400000, 0x0000000800000000)
region size 2048K, 37 young (75776K), 1 survivors (2048K)
Metaspace used 86365K, committed 87168K, reserved 1179648K
class space used 12324K, committed 12672K, reserved 1048576K
}
Event: 1229.824 GC heap after
{Heap after GC invocations=43 (full 0):
garbage-first heap total 270336K, used 158907K [0x0000000704400000, 0x0000000800000000)
region size 2048K, 1 young (2048K), 1 survivors (2048K)
Metaspace used 86365K, committed 87168K, reserved 1179648K
class space used 12324K, committed 12672K, reserved 1048576K
}
Event: 1477.149 GC heap before
{Heap before GC invocations=44 (full 0):
garbage-first heap total 270336K, used 232635K [0x0000000704400000, 0x0000000800000000)
region size 2048K, 37 young (75776K), 1 survivors (2048K)
Metaspace used 86372K, committed 87168K, reserved 1179648K
class space used 12325K, committed 12672K, reserved 1048576K
}
Event: 1477.160 GC heap after
{Heap after GC invocations=45 (full 0):
garbage-first heap total 270336K, used 159903K [0x0000000704400000, 0x0000000800000000)
region size 2048K, 2 young (4096K), 2 survivors (4096K)
Metaspace used 86372K, committed 87168K, reserved 1179648K
class space used 12325K, committed 12672K, reserved 1048576K
}
Event: 1534.740 GC heap before
{Heap before GC invocations=45 (full 0):
garbage-first heap total 270336K, used 166047K [0x0000000704400000, 0x0000000800000000)
region size 2048K, 6 young (12288K), 2 survivors (4096K)
Metaspace used 86372K, committed 87168K, reserved 1179648K
class space used 12325K, committed 12672K, reserved 1048576K
}
Event: 1534.757 GC heap after
{Heap after GC invocations=46 (full 0):
garbage-first heap total 270336K, used 157458K [0x0000000704400000, 0x0000000800000000)
region size 2048K, 1 young (2048K), 1 survivors (2048K)
Metaspace used 86372K, committed 87168K, reserved 1179648K
class space used 12325K, committed 12672K, reserved 1048576K
}
Event: 2197.768 GC heap before
{Heap before GC invocations=46 (full 0):
garbage-first heap total 270336K, used 229138K [0x0000000704400000, 0x0000000800000000)
region size 2048K, 37 young (75776K), 1 survivors (2048K)
Metaspace used 86416K, committed 87168K, reserved 1179648K
class space used 12339K, committed 12672K, reserved 1048576K
}
Event: 2197.794 GC heap after
{Heap after GC invocations=47 (full 0):
garbage-first heap total 270336K, used 160211K [0x0000000704400000, 0x0000000800000000)
region size 2048K, 2 young (4096K), 2 survivors (4096K)
Metaspace used 86416K, committed 87168K, reserved 1179648K
class space used 12339K, committed 12672K, reserved 1048576K
}
Deoptimization events (20 events):
Event: 2197.726 Thread 0x0000023f88275620 DEOPT PACKING pc=0x0000023f30d74b24 sp=0x000000dae16f6890
Event: 2197.726 Thread 0x0000023f88275620 DEOPT UNPACKING pc=0x0000023f2f512b43 sp=0x000000dae16f5df8 mode 1
Event: 2197.726 Thread 0x0000023f88275620 DEOPT PACKING pc=0x0000023f30d71d44 sp=0x000000dae16f6a00
Event: 2197.727 Thread 0x0000023f88275620 DEOPT UNPACKING pc=0x0000023f2f512b43 sp=0x000000dae16f5f40 mode 1
Event: 2197.727 Thread 0x0000023f88275620 DEOPT PACKING pc=0x0000023f30a5c37c sp=0x000000dae16f6b10
Event: 2197.727 Thread 0x0000023f88275620 DEOPT UNPACKING pc=0x0000023f2f512b43 sp=0x000000dae16f6010 mode 1
Event: 2197.727 Thread 0x0000023f88275620 DEOPT PACKING pc=0x0000023f30a5b7e4 sp=0x000000dae16f4b40
Event: 2197.728 Thread 0x0000023f88275620 DEOPT UNPACKING pc=0x0000023f2f512b43 sp=0x000000dae16f40d0 mode 1
Event: 2197.728 Thread 0x0000023f88275620 DEOPT PACKING pc=0x0000023f30d74b24 sp=0x000000dae16f4c80
Event: 2197.728 Thread 0x0000023f88275620 DEOPT UNPACKING pc=0x0000023f2f512b43 sp=0x000000dae16f41e8 mode 1
Event: 2197.728 Thread 0x0000023f88275620 DEOPT PACKING pc=0x0000023f30d71d44 sp=0x000000dae16f4df0
Event: 2197.728 Thread 0x0000023f88275620 DEOPT UNPACKING pc=0x0000023f2f512b43 sp=0x000000dae16f4330 mode 1
Event: 2197.728 Thread 0x0000023f88275620 DEOPT PACKING pc=0x0000023f30a5c37c sp=0x000000dae16f4f00
Event: 2197.728 Thread 0x0000023f88275620 DEOPT UNPACKING pc=0x0000023f2f512b43 sp=0x000000dae16f4400 mode 1
Event: 2197.730 Thread 0x0000023f88275620 DEOPT PACKING pc=0x0000023f2fcdb36c sp=0x000000dae16f4360
Event: 2197.730 Thread 0x0000023f88275620 DEOPT UNPACKING pc=0x0000023f2f512b43 sp=0x000000dae16f3820 mode 1
Event: 2197.730 Thread 0x0000023f88275620 DEOPT PACKING pc=0x0000023f3094dc6c sp=0x000000dae16f43e0
Event: 2197.730 Thread 0x0000023f88275620 DEOPT UNPACKING pc=0x0000023f2f512b43 sp=0x000000dae16f3908 mode 1
Event: 2197.730 Thread 0x0000023f88275620 DEOPT PACKING pc=0x0000023f310a6a2c sp=0x000000dae16f44b0
Event: 2197.730 Thread 0x0000023f88275620 DEOPT UNPACKING pc=0x0000023f2f512b43 sp=0x000000dae16f3b70 mode 1
Classes unloaded (20 events):
Event: 388.540 Thread 0x0000023f3ef1ec30 Unloading class 0x0000023f41b5d800 'java/lang/invoke/LambdaForm$MH+0x0000023f41b5d800'
Event: 388.540 Thread 0x0000023f3ef1ec30 Unloading class 0x0000023f41b5d400 'java/lang/invoke/LambdaForm$BMH+0x0000023f41b5d400'
Event: 388.540 Thread 0x0000023f3ef1ec30 Unloading class 0x0000023f41b5c000 'java/lang/invoke/LambdaForm$MH+0x0000023f41b5c000'
Event: 388.540 Thread 0x0000023f3ef1ec30 Unloading class 0x0000023f4188c400 'jdk/internal/reflect/GeneratedConstructorAccessor63'
Event: 388.540 Thread 0x0000023f3ef1ec30 Unloading class 0x0000023f417fe000 'jdk/internal/reflect/GeneratedConstructorAccessor49'
Event: 388.541 Thread 0x0000023f3ef1ec30 Unloading class 0x0000023f4179cc00 'java/lang/invoke/LambdaForm$MH+0x0000023f4179cc00'
Event: 388.541 Thread 0x0000023f3ef1ec30 Unloading class 0x0000023f41180400 'java/lang/invoke/LambdaForm$MH+0x0000023f41180400'
Event: 388.541 Thread 0x0000023f3ef1ec30 Unloading class 0x0000023f41180000 'java/lang/invoke/LambdaForm$MH+0x0000023f41180000'
Event: 388.541 Thread 0x0000023f3ef1ec30 Unloading class 0x0000023f41173400 'java/lang/invoke/LambdaForm$MH+0x0000023f41173400'
Event: 388.541 Thread 0x0000023f3ef1ec30 Unloading class 0x0000023f41006c00 'java/lang/invoke/LambdaForm$MH+0x0000023f41006c00'
Event: 388.541 Thread 0x0000023f3ef1ec30 Unloading class 0x0000023f41006800 'java/lang/invoke/LambdaForm$MH+0x0000023f41006800'
Event: 388.541 Thread 0x0000023f3ef1ec30 Unloading class 0x0000023f41006400 'java/lang/invoke/LambdaForm$MH+0x0000023f41006400'
Event: 388.541 Thread 0x0000023f3ef1ec30 Unloading class 0x0000023f41006000 'java/lang/invoke/LambdaForm$MH+0x0000023f41006000'
Event: 388.541 Thread 0x0000023f3ef1ec30 Unloading class 0x0000023f41005c00 'java/lang/invoke/LambdaForm$MH+0x0000023f41005c00'
Event: 388.541 Thread 0x0000023f3ef1ec30 Unloading class 0x0000023f41005800 'java/lang/invoke/LambdaForm$MH+0x0000023f41005800'
Event: 388.541 Thread 0x0000023f3ef1ec30 Unloading class 0x0000023f41003000 'java/lang/invoke/LambdaForm$MH+0x0000023f41003000'
Event: 388.541 Thread 0x0000023f3ef1ec30 Unloading class 0x0000023f41002800 'java/lang/invoke/LambdaForm$MH+0x0000023f41002800'
Event: 388.541 Thread 0x0000023f3ef1ec30 Unloading class 0x0000023f41002000 'java/lang/invoke/LambdaForm$MH+0x0000023f41002000'
Event: 388.542 Thread 0x0000023f3ef1ec30 Unloading class 0x0000023f41001800 'java/lang/invoke/LambdaForm$MH+0x0000023f41001800'
Event: 2197.971 Thread 0x0000023f3ef1ec30 Unloading class 0x0000023f41c4b400 'jdk/internal/reflect/GeneratedMethodAccessor60'
Classes redefined (0 events):
No events
Internal exceptions (20 events):
Event: 686.815 Thread 0x0000023f8760e7d0 Exception <a 'java/net/ConnectException'{0x0000000712839320}: Connection refused: no further information> (0x0000000712839320)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 535]
Event: 807.590 Thread 0x0000023f871321f0 Exception <a 'java/net/ConnectException'{0x00000007143dd6a0}: Connection refused: no further information> (0x00000007143dd6a0)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 535]
Event: 835.933 Thread 0x0000023f871321f0 Exception <a 'java/net/ConnectException'{0x0000000712c6e090}: Connection refused: no further information> (0x0000000712c6e090)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 535]
Event: 1038.022 Thread 0x0000023f8760c460 Exception <a 'java/net/ConnectException'{0x0000000713da5788}: Connection refused: no further information> (0x0000000713da5788)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 535]
Event: 1093.399 Thread 0x0000023f8760ba40 Exception <a 'java/net/ConnectException'{0x0000000712af06a8}: Connection refused: no further information> (0x0000000712af06a8)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 535]
Event: 1114.457 Thread 0x0000023f8760bf50 Exception <a 'java/net/ConnectException'{0x0000000711d77708}: Connection refused: no further information> (0x0000000711d77708)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 535]
Event: 1137.402 Thread 0x0000023f8760c460 Exception <a 'java/net/ConnectException'{0x0000000714a27728}: Connection refused: no further information> (0x0000000714a27728)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 535]
Event: 1142.782 Thread 0x0000023f8760c970 Exception <a 'java/net/ConnectException'{0x0000000713d8da40}: Connection refused: no further information> (0x0000000713d8da40)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 535]
Event: 1217.636 Thread 0x0000023f8760b530 Exception <a 'java/net/ConnectException'{0x0000000711c1c610}: Connection refused: no further information> (0x0000000711c1c610)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 535]
Event: 1224.320 Thread 0x0000023f8760e7d0 Exception <a 'java/net/ConnectException'{0x0000000711e63fd8}: Connection refused: no further information> (0x0000000711e63fd8)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 535]
Event: 1229.825 Thread 0x0000023f876091c0 Exception <a 'java/net/ConnectException'{0x0000000714a092b0}: Connection refused: no further information> (0x0000000714a092b0)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 535]
Event: 1251.207 Thread 0x0000023f8760e7d0 Exception <a 'java/net/ConnectException'{0x000000071436fb38}: Connection refused: no further information> (0x000000071436fb38)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 535]
Event: 1457.863 Thread 0x0000023f87608cb0 Exception <a 'java/net/ConnectException'{0x0000000712ccee70}: Connection refused: no further information> (0x0000000712ccee70)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 535]
Event: 1465.423 Thread 0x0000023f871321f0 Exception <a 'java/net/ConnectException'{0x0000000711c70430}: Connection refused: no further information> (0x0000000711c70430)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 535]
Event: 1477.121 Thread 0x0000023f8760c970 Exception <a 'java/net/ConnectException'{0x00000007114879d8}: Connection refused: no further information> (0x00000007114879d8)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 535]
Event: 1746.284 Thread 0x0000023f87c74a30 Exception <a 'java/net/ConnectException'{0x0000000713fe5ab0}: Connection refused: no further information> (0x0000000713fe5ab0)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 535]
Event: 1924.195 Thread 0x0000023f8760c460 Exception <a 'java/net/ConnectException'{0x0000000712b23700}: Connection refused: no further information> (0x0000000712b23700)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 535]
Event: 1924.247 Thread 0x0000023f85be52f0 Exception <a 'sun/net/ConnectionResetException'{0x00000007129f4538}: Connection reset> (0x00000007129f4538)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 535]
Event: 1924.247 Thread 0x0000023f85bea900 Exception <a 'sun/net/ConnectionResetException'{0x00000007129e3e30}: Connection reset> (0x00000007129e3e30)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 535]
Event: 2196.750 Thread 0x0000023f8760bf50 Exception <a 'java/net/ConnectException'{0x0000000710c509e0}: Connection refused: no further information> (0x0000000710c509e0)
thrown [s\open\src\hotspot\share\prims\jni.cpp, line 535]
VM Operations (20 events):
Event: 1465.734 Executing VM operation: Cleanup done
Event: 1477.149 Executing VM operation: G1CollectForAllocation
Event: 1477.162 Executing VM operation: G1CollectForAllocation done
Event: 1478.172 Executing VM operation: Cleanup
Event: 1478.172 Executing VM operation: Cleanup done
Event: 1534.740 Executing VM operation: G1CollectForAllocation
Event: 1534.758 Executing VM operation: G1CollectForAllocation done
Event: 1746.424 Executing VM operation: Cleanup
Event: 1746.425 Executing VM operation: Cleanup done
Event: 1748.434 Executing VM operation: Cleanup
Event: 1748.434 Executing VM operation: Cleanup done
Event: 1757.508 Executing VM operation: Cleanup
Event: 1757.508 Executing VM operation: Cleanup done
Event: 1924.694 Executing VM operation: Cleanup
Event: 1924.694 Executing VM operation: Cleanup done
Event: 1925.706 Executing VM operation: Cleanup
Event: 1925.706 Executing VM operation: Cleanup done
Event: 2197.768 Executing VM operation: G1CollectForAllocation
Event: 2197.794 Executing VM operation: G1CollectForAllocation done
Event: 2197.967 Executing VM operation: G1Concurrent
Events (20 events):
Event: 1924.573 Thread 0x0000023f87c75960 Thread added: 0x0000023f87c75960
Event: 1924.876 Thread 0x0000023f88274c00 Thread added: 0x0000023f88274c00
Event: 1924.904 loading class io/netty/channel/socket/ChannelInputShutdownReadComplete
Event: 1924.904 loading class io/netty/channel/socket/ChannelInputShutdownReadComplete done
Event: 1924.905 Thread 0x0000023f88277480 Thread added: 0x0000023f88277480
Event: 1924.906 Thread 0x0000023f88275110 Thread added: 0x0000023f88275110
Event: 1925.069 Thread 0x0000023f8827a720 Thread added: 0x0000023f8827a720
Event: 1925.074 Thread 0x0000023f88276a60 Thread added: 0x0000023f88276a60
Event: 1928.598 Thread 0x0000023f8b54b920 Thread exited: 0x0000023f8b54b920
Event: 1933.609 Thread 0x0000023f8b549940 Thread exited: 0x0000023f8b549940
Event: 1983.985 Thread 0x0000023f85be94c0 Thread exited: 0x0000023f85be94c0
Event: 1983.985 Thread 0x0000023f85beb830 Thread exited: 0x0000023f85beb830
Event: 1983.986 Thread 0x0000023f85be5800 Thread exited: 0x0000023f85be5800
Event: 1983.988 Thread 0x0000023f85be8590 Thread exited: 0x0000023f85be8590
Event: 2043.981 Thread 0x0000023f8760fc10 Thread exited: 0x0000023f8760fc10
Event: 2196.158 Thread 0x0000023f882783b0 Thread added: 0x0000023f882783b0
Event: 2196.161 Thread 0x0000023f88273cd0 Thread added: 0x0000023f88273cd0
Event: 2196.187 Thread 0x0000023f88276f70 Thread added: 0x0000023f88276f70
Event: 2197.106 Thread 0x0000023f88275620 Thread added: 0x0000023f88275620
Event: 2197.109 Thread 0x0000023f882788c0 Thread added: 0x0000023f882788c0
Dynamic libraries:
0x00007ff752fb0000 - 0x00007ff752fc0000 D:\installation\JDK17\bin\java.exe
0x00007fff76b70000 - 0x00007fff76d87000 C:\Windows\SYSTEM32\ntdll.dll
0x00007fff757d0000 - 0x00007fff75894000 C:\Windows\System32\KERNEL32.DLL
0x00007fff74170000 - 0x00007fff74516000 C:\Windows\System32\KERNELBASE.dll
0x00007fff74660000 - 0x00007fff74771000 C:\Windows\System32\ucrtbase.dll
0x00007fff6a160000 - 0x00007fff6a179000 D:\installation\JDK17\bin\jli.dll
0x00007fff695c0000 - 0x00007fff695db000 D:\installation\JDK17\bin\VCRUNTIME140.dll
0x00007fff75160000 - 0x00007fff75211000 C:\Windows\System32\ADVAPI32.dll
0x00007fff75520000 - 0x00007fff755c7000 C:\Windows\System32\msvcrt.dll
0x00007fff75220000 - 0x00007fff752c5000 C:\Windows\System32\sechost.dll
0x00007fff752f0000 - 0x00007fff75407000 C:\Windows\System32\RPCRT4.dll
0x00007fff74df0000 - 0x00007fff74f9e000 C:\Windows\System32\USER32.dll
0x00007fff74780000 - 0x00007fff747a6000 C:\Windows\System32\win32u.dll
0x00007fff75b20000 - 0x00007fff75b49000 C:\Windows\System32\GDI32.dll
0x00007fff47450000 - 0x00007fff476e3000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22621.2506_none_270c5ae97388e100\COMCTL32.dll
0x00007fff74050000 - 0x00007fff74168000 C:\Windows\System32\gdi32full.dll
0x00007fff74820000 - 0x00007fff748ba000 C:\Windows\System32\msvcp_win.dll
0x00007fff66b70000 - 0x00007fff66b7a000 C:\Windows\SYSTEM32\VERSION.dll
0x00007fff74db0000 - 0x00007fff74de1000 C:\Windows\System32\IMM32.DLL
0x00007fff6a150000 - 0x00007fff6a15c000 D:\installation\JDK17\bin\vcruntime140_1.dll
0x00007ffef00a0000 - 0x00007ffef012e000 D:\installation\JDK17\bin\msvcp140.dll
0x00007ffeef4b0000 - 0x00007ffef0091000 D:\installation\JDK17\bin\server\jvm.dll
0x00007fff75410000 - 0x00007fff75418000 C:\Windows\System32\PSAPI.DLL
0x00007fff693b0000 - 0x00007fff693e4000 C:\Windows\SYSTEM32\WINMM.dll
0x00007fff41390000 - 0x00007fff41399000 C:\Windows\SYSTEM32\WSOCK32.dll
0x00007fff74fa0000 - 0x00007fff75011000 C:\Windows\System32\WS2_32.dll
0x00007fff72f90000 - 0x00007fff72fa8000 C:\Windows\SYSTEM32\kernel.appcore.dll
0x00007fff05260000 - 0x00007fff0526a000 D:\installation\JDK17\bin\jimage.dll
0x00007fff717a0000 - 0x00007fff719d3000 C:\Windows\SYSTEM32\DBGHELP.DLL
0x00007fff75bb0000 - 0x00007fff75f39000 C:\Windows\System32\combase.dll
0x00007fff76a50000 - 0x00007fff76b27000 C:\Windows\System32\OLEAUT32.dll
0x00007fff64ab0000 - 0x00007fff64ae2000 C:\Windows\SYSTEM32\dbgcore.DLL
0x00007fff745e0000 - 0x00007fff7465a000 C:\Windows\System32\bcryptPrimitives.dll
0x00007fff48490000 - 0x00007fff484cb000 D:\installation\JDK17\bin\jdwp.dll
0x00007fff6c630000 - 0x00007fff6c63e000 D:\installation\JDK17\bin\instrument.dll
0x00007fff050b0000 - 0x00007fff050d5000 D:\installation\JDK17\bin\java.dll
0x00007fff69400000 - 0x00007fff69418000 D:\installation\JDK17\bin\zip.dll
0x00007ffeef3d0000 - 0x00007ffeef4a7000 D:\installation\JDK17\bin\jsvml.dll
0x00007fff761f0000 - 0x00007fff76a4a000 C:\Windows\System32\SHELL32.dll
0x00007fff71db0000 - 0x00007fff726a6000 C:\Windows\SYSTEM32\windows.storage.dll
0x00007fff71c70000 - 0x00007fff71dae000 C:\Windows\SYSTEM32\wintypes.dll
0x00007fff760f0000 - 0x00007fff761e3000 C:\Windows\System32\SHCORE.dll
0x00007fff75b50000 - 0x00007fff75bae000 C:\Windows\System32\shlwapi.dll
0x00007fff73e10000 - 0x00007fff73e36000 C:\Windows\SYSTEM32\profapi.dll
0x00007fff589b0000 - 0x00007fff589bc000 D:\installation\JDK17\bin\dt_socket.dll
0x00007fff729c0000 - 0x00007fff729ed000 C:\Windows\SYSTEM32\IPHLPAPI.DLL
0x00007fff73400000 - 0x00007fff73469000 C:\Windows\system32\mswsock.dll
0x00007fff05090000 - 0x00007fff050a9000 D:\installation\JDK17\bin\net.dll
0x00007fff6ad60000 - 0x00007fff6ae97000 C:\Windows\SYSTEM32\WINHTTP.dll
0x00007fff05070000 - 0x00007fff05086000 D:\installation\JDK17\bin\nio.dll
0x00007fff729f0000 - 0x00007fff72ae9000 C:\Windows\SYSTEM32\DNSAPI.dll
0x00007fff757b0000 - 0x00007fff757b9000 C:\Windows\System32\NSI.dll
0x00007fff66ed0000 - 0x00007fff66eda000 C:\Windows\System32\rasadhlp.dll
0x00007fff67570000 - 0x00007fff675f3000 C:\Windows\System32\fwpuclnt.dll
0x00007fff58b60000 - 0x00007fff58b6a000 D:\installation\JDK17\bin\management.dll
0x00007fff589c0000 - 0x00007fff589cb000 D:\installation\JDK17\bin\management_ext.dll
0x00007fff736f0000 - 0x00007fff7370b000 C:\Windows\SYSTEM32\CRYPTSP.dll
0x00007fff72ef0000 - 0x00007fff72f25000 C:\Windows\system32\rsaenh.dll
0x00007fff734a0000 - 0x00007fff734cc000 C:\Windows\SYSTEM32\USERENV.dll
0x00007fff73890000 - 0x00007fff738b8000 C:\Windows\SYSTEM32\bcrypt.dll
0x00007fff73600000 - 0x00007fff7360c000 C:\Windows\SYSTEM32\CRYPTBASE.dll
0x00007fff6a840000 - 0x00007fff6a859000 C:\Windows\SYSTEM32\dhcpcsvc6.DLL
0x00007fff6a820000 - 0x00007fff6a83f000 C:\Windows\SYSTEM32\dhcpcsvc.DLL
0x00007fff42ab0000 - 0x00007fff42ac7000 C:\Windows\system32\napinsp.dll
0x00007fff42a90000 - 0x00007fff42aab000 C:\Windows\system32\pnrpnsp.dll
0x00007fff42a20000 - 0x00007fff42a31000 C:\Windows\System32\winrnr.dll
0x00007fff42a70000 - 0x00007fff42a85000 C:\Windows\system32\wshbth.dll
0x00007fff42a40000 - 0x00007fff42a61000 C:\Windows\system32\nlansp_c.dll
0x00007ffee66c0000 - 0x00007ffee66d0000 D:\installation\JDK17\bin\verify.dll
0x00007fff57c10000 - 0x00007fff57c1e000 D:\installation\JDK17\bin\sunmscapi.dll
0x00007fff73ee0000 - 0x00007fff74046000 C:\Windows\System32\CRYPT32.dll
0x00007fff73860000 - 0x00007fff7388d000 C:\Windows\SYSTEM32\ncrypt.dll
0x00007fff73820000 - 0x00007fff73857000 C:\Windows\SYSTEM32\NTASN1.dll
0x00007fff3c3e0000 - 0x00007fff3c3e8000 C:\Windows\system32\wshunix.dll
dbghelp: loaded successfully - version: 4.0.5 - missing functions: none
symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;D:\installation\JDK17\bin;C:\Windows\SYSTEM32;C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22621.2506_none_270c5ae97388e100;D:\installation\JDK17\bin\server
VM Arguments:
jvm_args: -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:63527,suspend=y,server=n -Dspring.profiles.active=lowcoder -Dpf4j.mode=development -Dpf4j.pluginsDir=openblocks-plugins -XX:+AllowRedefinitionToAddDeleteMethods -XX:TieredStopAtLevel=1 -Dspring.output.ansi.enabled=always -Dcom.sun.management.jmxremote -Dspring.jmx.enabled=true -Dspring.liveBeansView.mbeanDomain -Dspring.application.admin.enabled=true -javaagent:D:\installation\IDEA\plugins\java\lib\rt\debugger-agent.jar=file:/C:/Users/47775/AppData/Local/Temp/capture.props -Dfile.encoding=UTF-8
java_command: org.lowcoder.api.ServerApplication
java_class_path (initial): D:\JavaCode\cloudladder-new\server\api-service\lowcoder-server\target\classes;D:\JavaCode\cloudladder-new\server\api-service\lowcoder-sdk\target\classes;D:\installation\JavaRepository\org\springframework\boot\spring-boot\3.1.1\spring-boot-3.1.1.jar;D:\installation\JavaRepository\org\springframework\boot\spring-boot-configuration-processor\3.1.1\spring-boot-configuration-processor-3.1.1.jar;D:\installation\JavaRepository\ch\qos\logback\logback-classic\1.4.8\logback-classic-1.4.8.jar;D:\installation\JavaRepository\ch\qos\logback\logback-core\1.4.8\logback-core-1.4.8.jar;D:\installation\JavaRepository\org\pf4j\pf4j\3.5.0\pf4j-3.5.0.jar;D:\installation\JavaRepository\com\github\zafarkhaja\java-semver\0.9.0\java-semver-0.9.0.jar;D:\installation\JavaRepository\io\projectreactor\reactor-core\3.4.29\reactor-core-3.4.29.jar;D:\installation\JavaRepository\org\reactivestreams\reactive-streams\1.0.4\reactive-streams-1.0.4.jar;D:\installation\JavaRepository\io\micrometer\micrometer-core\1.11.1\micrometer-core-1.11.1.jar;D:\installation\JavaRepository\io\micrometer\micrometer-commons\1.11.1\micrometer-commons-1.11.1.jar;D:\installation\JavaRepository\org\hdrhistogram\HdrHistogram\2.1.12\HdrHistogram-2.1.12.jar;D:\installation\JavaRepository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;D:\installation\JavaRepository\org\springframework\data\spring-data-mongodb\4.1.1\spring-data-mongodb-4.1.1.jar;D:\installation\JavaRepository\org\springframework\spring-tx\6.0.10\spring-tx-6.0.10.jar;D:\installation\JavaRepository\org\springframework\spring-expression\6.0.10\spring-expression-6.0.10.jar;D:\installation\JavaRepository\org\springframework\data\spring-data-commons\3.1.1\spring-data-commons-3.1.1.jar;D:\installation\JavaRepository\org\mongodb\mongodb-driver-core\4.9.1\mongodb-driver-core-4.9.1.jar;D:\installation\JavaRepository\org\mongodb\bson-record-codec\4.9.1\bson-record-codec-4.9.1.jar;D:\installation\JavaRepository\org\json\json\20230227
Launcher Type: SUN_STANDARD
[Global flags]
bool AllowRedefinitionToAddDeleteMethods = true {product} {command line}
intx CICompilerCount = 12 {product} {ergonomic}
uint ConcGCThreads = 3 {product} {ergonomic}
uint G1ConcRefinementThreads = 13 {product} {ergonomic}
size_t G1HeapRegionSize = 2097152 {product} {ergonomic}
uintx GCDrainStackTargetSize = 64 {product} {ergonomic}
size_t InitialHeapSize = 264241152 {product} {ergonomic}
bool ManagementServer = true {product} {command line}
size_t MarkStackSize = 4194304 {product} {ergonomic}
size_t MaxHeapSize = 4223664128 {product} {ergonomic}
size_t MaxNewSize = 2533359616 {product} {ergonomic}
size_t MinHeapDeltaBytes = 2097152 {product} {ergonomic}
size_t MinHeapSize = 8388608 {product} {ergonomic}
uintx NonProfiledCodeHeapSize = 0 {pd product} {ergonomic}
bool ProfileInterpreter = false {pd product} {command line}
uintx ProfiledCodeHeapSize = 0 {pd product} {ergonomic}
size_t SoftMaxHeapSize = 4223664128 {manageable} {ergonomic}
intx TieredStopAtLevel = 1 {product} {command line}
bool UseCompressedClassPointers = true {product lp64_product} {ergonomic}
bool UseCompressedOops = true {product lp64_product} {ergonomic}
bool UseG1GC = true {product} {ergonomic}
bool UseLargePagesIndividualAllocation = false {pd product} {ergonomic}
Logging:
Log output configuration:
#0: stdout all=warning uptime,level,tags
#1: stderr all=off uptime,level,tags
Environment Variables:
JAVA_HOME=D:\installation\JDK8
PATH=C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;D:\installation\JDK8\jre\bin;D:\installation\JDK8\bin;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;D:\installation\Git\cmd;D:\installation\maven\apache-maven-3.9.5\bin;C:\Program Files\Docker\Docker\resources\bin;D:\installation\nvm;D:\installation\nodejs;C:\Users\47775\AppData\Local\pnpm;D:\installation\python\Scripts\;D:\installation\python\;C:\Users\47775\AppData\Local\Microsoft\WindowsApps;D:\installation\VSCode\bin;D:\installation\node\node_global;D:\installation\IDEA\bin;;D:\installation\nvm;D:\installation\nodejs
USERNAME=47775
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 186 Stepping 2, GenuineIntel
--------------- S Y S T E M ---------------
OS:
Windows 11 , 64 bit Build 22621 (10.0.22621.2506)
OS uptime: 0 days 19:47 hours
Hyper-V role detected
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, hv
Memory: 4k page, system-wide physical 16108M (822M free)
TotalPageFile size 41708M (AvailPageFile size 5M)
current process WorkingSet (physical memory assigned to process): 295M, peak: 510M
current process commit charge ("private bytes"): 682M, peak: 686M
vm_info: Java HotSpot(TM) 64-Bit Server VM (17.0.9+11-LTS-201) for windows-amd64 JRE (17.0.9+11-LTS-201), built on Oct 10 2023 23:16:06 by "mach5one" with MS VC++ 17.1 (VS2022)
END.