-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhs_err_pid10060.log
More file actions
731 lines (675 loc) · 55.7 KB
/
hs_err_pid10060.log
File metadata and controls
731 lines (675 loc) · 55.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 91226112 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 Unscaled Compressed Oops mode in which the Java heap is
# placed in the first 4GB address space. The Java Heap base address is the
# maximum limit for the native heap growth. Please use -XX:HeapBaseMinAddress
# to set the Java Heap base and to place the Java Heap above 4GB virtual address.
# This output file may be truncated or incomplete.
#
# Out of Memory Error (os_windows.cpp:3559), pid=10060, tid=12924
#
# JRE version: OpenJDK Runtime Environment Temurin-17.0.7+7 (17.0.7+7) (build 17.0.7+7)
# Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.7+7 (17.0.7+7, mixed mode, emulated-client, 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: -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=59263 -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=servicio-security -Dfile.encoding=UTF-8 -XX:+ShowCodeDetailsInExceptionMessages com.app.musica.ServicioSecurityApplication --spring.output.ansi.enabled=always
Host: Intel(R) Pentium(R) Silver J5040 CPU @ 2.00GHz, 4 cores, 3G, Windows 11 , 64 bit Build 22621 (10.0.22621.2428)
Time: Sat Oct 14 09:19:52 2023 Hora est. Pacífico, Sudamérica elapsed time: 230.957789 seconds (0d 0h 3m 50s)
--------------- T H R E A D ---------------
Current thread (0x000001a06b251960): VMThread "VM Thread" [stack: 0x000000779a000000,0x000000779a100000] [id=12924]
Stack: [0x000000779a000000,0x000000779a100000]
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x67754a]
V [jvm.dll+0x834304]
V [jvm.dll+0x835aae]
V [jvm.dll+0x836113]
V [jvm.dll+0x24696f]
V [jvm.dll+0x6743f9]
V [jvm.dll+0x668c8a]
V [jvm.dll+0x3061bb]
V [jvm.dll+0x30d6a6]
V [jvm.dll+0x35cece]
V [jvm.dll+0x35d0ff]
V [jvm.dll+0x2dd048]
V [jvm.dll+0x2db20c]
V [jvm.dll+0x2da7dc]
V [jvm.dll+0x31ea01]
V [jvm.dll+0x83a5bb]
V [jvm.dll+0x83b2f4]
V [jvm.dll+0x83b80c]
V [jvm.dll+0x83bbe4]
V [jvm.dll+0x83bcb0]
V [jvm.dll+0x7e4e7a]
V [jvm.dll+0x676395]
C [ucrtbase.dll+0x29363]
C [KERNEL32.DLL+0x1257d]
C [ntdll.dll+0x5aa78]
VM_Operation (0x00000077999fcc50): G1TryInitiateConcMark, mode: safepoint, requested by thread 0x000001a0706142a0
--------------- P R O C E S S ---------------
Threads class SMR info:
_java_thread_list=0x000001a0724e3dd0, length=20, elements={
0x000001a06b23a9a0, 0x000001a06b23ba90, 0x000001a06b25d990, 0x000001a06b25e540,
0x000001a06b25f0f0, 0x000001a06b299d60, 0x000001a06b2a5e00, 0x000001a06b2a8710,
0x000001a06b4b9930, 0x000001a06b59b830, 0x000001a06bbdbd00, 0x000001a06bbdc1d0,
0x000001a06bcceac0, 0x000001a06bbd72b0, 0x000001a06bbd7780, 0x000001a06bf9cb00,
0x000001a070613430, 0x000001a0720c89b0, 0x000001a070612a90, 0x000001a0706142a0
}
Java Threads: ( => current thread )
0x000001a06b23a9a0 JavaThread "Reference Handler" daemon [_thread_blocked, id=15368, stack(0x000000779a100000,0x000000779a200000)]
0x000001a06b23ba90 JavaThread "Finalizer" daemon [_thread_blocked, id=11332, stack(0x000000779a200000,0x000000779a300000)]
0x000001a06b25d990 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=12096, stack(0x000000779a300000,0x000000779a400000)]
0x000001a06b25e540 JavaThread "Attach Listener" daemon [_thread_blocked, id=6272, stack(0x000000779a400000,0x000000779a500000)]
0x000001a06b25f0f0 JavaThread "Service Thread" daemon [_thread_blocked, id=13224, stack(0x000000779a500000,0x000000779a600000)]
0x000001a06b299d60 JavaThread "Monitor Deflation Thread" daemon [_thread_blocked, id=14468, stack(0x000000779a600000,0x000000779a700000)]
0x000001a06b2a5e00 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=15172, stack(0x000000779a700000,0x000000779a800000)]
0x000001a06b2a8710 JavaThread "Sweeper thread" daemon [_thread_blocked, id=8188, stack(0x000000779a800000,0x000000779a900000)]
0x000001a06b4b9930 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=4100, stack(0x000000779a900000,0x000000779aa00000)]
0x000001a06b59b830 JavaThread "Notification Thread" daemon [_thread_blocked, id=5584, stack(0x000000779ac00000,0x000000779ad00000)]
0x000001a06bbdbd00 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=14716, stack(0x000000779ae00000,0x000000779af00000)]
0x000001a06bbdc1d0 JavaThread "RMI TCP Accept-59263" daemon [_thread_in_native, id=13112, stack(0x000000779af00000,0x000000779b000000)]
0x000001a06bcceac0 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=10456, stack(0x000000779b500000,0x000000779b600000)]
0x000001a06bbd72b0 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=11108, stack(0x000000779b800000,0x000000779b900000)]
0x000001a06bbd7780 JavaThread "RMI TCP Connection(idle)" daemon [_thread_blocked, id=8280, stack(0x000000779b900000,0x000000779ba00000)]
0x000001a06bf9cb00 JavaThread "JMX server connection timeout 21" daemon [_thread_blocked, id=14820, stack(0x000000779ba00000,0x000000779bb00000)]
0x000001a070613430 JavaThread "mysql-cj-abandoned-connection-cleanup" daemon [_thread_blocked, id=12948, stack(0x000000779bd00000,0x000000779be00000)]
0x000001a0720c89b0 JavaThread "DestroyJavaVM" [_thread_blocked, id=13260, stack(0x0000007799a00000,0x0000007799b00000)]
0x000001a070612a90 JavaThread "Thread-1" [_thread_blocked, id=4432, stack(0x0000007799800000,0x0000007799900000)]
0x000001a0706142a0 JavaThread "restartedMain" [_thread_blocked, id=14780, stack(0x0000007799900000,0x0000007799a00000)]
Other Threads:
=>0x000001a06b251960 VMThread "VM Thread" [stack: 0x000000779a000000,0x000000779a100000] [id=12924]
0x000001a06bb6c9a0 WatcherThread [stack: 0x000000779b600000,0x000000779b700000] [id=7780]
0x000001a0604a9cf0 GCTaskThread "GC Thread#0" [stack: 0x0000007799b00000,0x0000007799c00000] [id=15272]
0x000001a06bb6c410 GCTaskThread "GC Thread#1" [stack: 0x000000779b000000,0x000000779b100000] [id=13152]
0x000001a06bcc4120 GCTaskThread "GC Thread#2" [stack: 0x000000779b100000,0x000000779b200000] [id=15760]
0x000001a06bcc43d0 GCTaskThread "GC Thread#3" [stack: 0x000000779b200000,0x000000779b300000] [id=11496]
0x000001a0604b2670 ConcurrentGCThread "G1 Main Marker" [stack: 0x0000007799c00000,0x0000007799d00000] [id=8708]
0x000001a0604b3080 ConcurrentGCThread "G1 Conc#0" [stack: 0x0000007799d00000,0x0000007799e00000] [id=15104]
0x000001a0604eede0 ConcurrentGCThread "G1 Refine#0" [stack: 0x0000007799e00000,0x0000007799f00000] [id=14004]
0x000001a06bb6c6c0 ConcurrentGCThread "G1 Refine#1" [stack: 0x000000779b300000,0x000000779b400000] [id=13680]
0x000001a06bbd13d0 ConcurrentGCThread "G1 Refine#2" [stack: 0x000000779b400000,0x000000779b500000] [id=14136]
0x000001a0604ef800 ConcurrentGCThread "G1 Service" [stack: 0x0000007799f00000,0x000000779a000000] [id=11692]
Threads with active compile tasks:
VM state: at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
[0x000001a06046a230] Threads_lock - owner thread: 0x000001a06b251960
[0x000001a06046a740] Heap_lock - owner thread: 0x000001a0706142a0
Heap address: 0x00000000c2e00000, size: 978 MB, Compressed Oops mode: 32-bit
CDS archive(s) not mapped
Compressed class space mapped at: 0x0000000100000000-0x0000000140000000, reserved size: 1073741824
Narrow klass base: 0x0000000000000000, Narrow klass shift: 3, Narrow klass range: 0x140000000
GC Precious Log:
CPUs: 4 total, 4 available
Memory: 3910M
Large Page Support: Disabled
NUMA Support: Disabled
Compressed Oops: Enabled (32-bit)
Heap Region Size: 1M
Heap Min Capacity: 8M
Heap Initial Capacity: 62M
Heap Max Capacity: 978M
Pre-touch: Disabled
Parallel Workers: 4
Concurrent Workers: 1
Concurrent Refinement Workers: 4
Periodic GC: Disabled
Heap:
garbage-first heap total 73728K, used 36935K [0x00000000c2e00000, 0x0000000100000000)
region size 1024K, 1 young (1024K), 1 survivors (1024K)
Metaspace used 78005K, committed 78912K, reserved 1179648K
class space used 10818K, committed 11200K, 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|0x00000000c2e00000, 0x00000000c2f00000, 0x00000000c2f00000|100%|HS| |TAMS 0x00000000c2f00000, 0x00000000c2f00000| Complete
| 1|0x00000000c2f00000, 0x00000000c3000000, 0x00000000c3000000|100%| O| |TAMS 0x00000000c3000000, 0x00000000c3000000| Untracked
| 2|0x00000000c3000000, 0x00000000c3100000, 0x00000000c3100000|100%|HS| |TAMS 0x00000000c3100000, 0x00000000c3100000| Complete
| 3|0x00000000c3100000, 0x00000000c3200000, 0x00000000c3200000|100%| O| |TAMS 0x00000000c3200000, 0x00000000c3200000| Untracked
| 4|0x00000000c3200000, 0x00000000c3300000, 0x00000000c3300000|100%| O| |TAMS 0x00000000c3300000, 0x00000000c3300000| Untracked
| 5|0x00000000c3300000, 0x00000000c3400000, 0x00000000c3400000|100%| O| |TAMS 0x00000000c3400000, 0x00000000c3400000| Untracked
| 6|0x00000000c3400000, 0x00000000c3500000, 0x00000000c3500000|100%| O| |TAMS 0x00000000c3500000, 0x00000000c3500000| Untracked
| 7|0x00000000c3500000, 0x00000000c35fffe0, 0x00000000c3600000| 99%| O| |TAMS 0x00000000c35fffe0, 0x00000000c35fffe0| Untracked
| 8|0x00000000c3600000, 0x00000000c36fffd8, 0x00000000c3700000| 99%| O| |TAMS 0x00000000c36fffd8, 0x00000000c36fffd8| Untracked
| 9|0x00000000c3700000, 0x00000000c3800000, 0x00000000c3800000|100%| O| |TAMS 0x00000000c3800000, 0x00000000c3800000| Untracked
| 10|0x00000000c3800000, 0x00000000c38ffff0, 0x00000000c3900000| 99%| O| |TAMS 0x00000000c38ffff0, 0x00000000c38ffff0| Untracked
| 11|0x00000000c3900000, 0x00000000c39fffe0, 0x00000000c3a00000| 99%| O| |TAMS 0x00000000c39fffe0, 0x00000000c39fffe0| Untracked
| 12|0x00000000c3a00000, 0x00000000c3afffe0, 0x00000000c3b00000| 99%| O| |TAMS 0x00000000c3afffe0, 0x00000000c3afffe0| Untracked
| 13|0x00000000c3b00000, 0x00000000c3c00000, 0x00000000c3c00000|100%| O| |TAMS 0x00000000c3c00000, 0x00000000c3c00000| Untracked
| 14|0x00000000c3c00000, 0x00000000c3cffc78, 0x00000000c3d00000| 99%| O| |TAMS 0x00000000c3cffc78, 0x00000000c3cffc78| Untracked
| 15|0x00000000c3d00000, 0x00000000c3dfff70, 0x00000000c3e00000| 99%| O| |TAMS 0x00000000c3dfff70, 0x00000000c3dfff70| Untracked
| 16|0x00000000c3e00000, 0x00000000c3effff8, 0x00000000c3f00000| 99%| O| |TAMS 0x00000000c3effff8, 0x00000000c3effff8| Untracked
| 17|0x00000000c3f00000, 0x00000000c4000000, 0x00000000c4000000|100%| O| |TAMS 0x00000000c4000000, 0x00000000c4000000| Untracked
| 18|0x00000000c4000000, 0x00000000c40fffd0, 0x00000000c4100000| 99%| O| |TAMS 0x00000000c40fffd0, 0x00000000c40fffd0| Untracked
| 19|0x00000000c4100000, 0x00000000c4200000, 0x00000000c4200000|100%| O| |TAMS 0x00000000c4200000, 0x00000000c4200000| Untracked
| 20|0x00000000c4200000, 0x00000000c4300000, 0x00000000c4300000|100%| O| |TAMS 0x00000000c4300000, 0x00000000c4300000| Untracked
| 21|0x00000000c4300000, 0x00000000c4400000, 0x00000000c4400000|100%| O| |TAMS 0x00000000c4400000, 0x00000000c4400000| Untracked
| 22|0x00000000c4400000, 0x00000000c44fffa0, 0x00000000c4500000| 99%| O| |TAMS 0x00000000c44fffa0, 0x00000000c44fffa0| Untracked
| 23|0x00000000c4500000, 0x00000000c4600000, 0x00000000c4600000|100%| O| |TAMS 0x00000000c4600000, 0x00000000c4600000| Untracked
| 24|0x00000000c4600000, 0x00000000c4700000, 0x00000000c4700000|100%| O| |TAMS 0x00000000c4700000, 0x00000000c4700000| Untracked
| 25|0x00000000c4700000, 0x00000000c47ffff0, 0x00000000c4800000| 99%| O| |TAMS 0x00000000c47ffff0, 0x00000000c47ffff0| Untracked
| 26|0x00000000c4800000, 0x00000000c48ffff0, 0x00000000c4900000| 99%| O| |TAMS 0x00000000c48ffff0, 0x00000000c48ffff0| Untracked
| 27|0x00000000c4900000, 0x00000000c49fffe8, 0x00000000c4a00000| 99%| O| |TAMS 0x00000000c49fffe8, 0x00000000c49fffe8| Untracked
| 28|0x00000000c4a00000, 0x00000000c4b00000, 0x00000000c4b00000|100%| O| |TAMS 0x00000000c4b00000, 0x00000000c4b00000| Untracked
| 29|0x00000000c4b00000, 0x00000000c4beb590, 0x00000000c4c00000| 91%| O| |TAMS 0x00000000c4beb590, 0x00000000c4beb590| Untracked
| 30|0x00000000c4c00000, 0x00000000c4cffff0, 0x00000000c4d00000| 99%| O| |TAMS 0x00000000c4cffff0, 0x00000000c4cffff0| Untracked
| 31|0x00000000c4d00000, 0x00000000c4e00000, 0x00000000c4e00000|100%| O| |TAMS 0x00000000c4d00000, 0x00000000c4e00000| Untracked
| 32|0x00000000c4e00000, 0x00000000c4e00000, 0x00000000c4f00000| 0%| F| |TAMS 0x00000000c4e00000, 0x00000000c4e00000| Untracked
| 33|0x00000000c4f00000, 0x00000000c5000000, 0x00000000c5000000|100%| O| |TAMS 0x00000000c4f00000, 0x00000000c5000000| Untracked
| 34|0x00000000c5000000, 0x00000000c5100000, 0x00000000c5100000|100%| O| |TAMS 0x00000000c5000000, 0x00000000c5100000| Untracked
| 35|0x00000000c5100000, 0x00000000c5200000, 0x00000000c5200000|100%| O| |TAMS 0x00000000c5100000, 0x00000000c5200000| Untracked
| 36|0x00000000c5200000, 0x00000000c5267c00, 0x00000000c5300000| 40%| O| |TAMS 0x00000000c5200000, 0x00000000c5267c00| Untracked
| 37|0x00000000c5300000, 0x00000000c5300000, 0x00000000c5400000| 0%| F| |TAMS 0x00000000c5300000, 0x00000000c5300000| Untracked
| 38|0x00000000c5400000, 0x00000000c5400000, 0x00000000c5500000| 0%| F| |TAMS 0x00000000c5400000, 0x00000000c5400000| Untracked
| 39|0x00000000c5500000, 0x00000000c5500000, 0x00000000c5600000| 0%| F| |TAMS 0x00000000c5500000, 0x00000000c5500000| Untracked
| 40|0x00000000c5600000, 0x00000000c5600000, 0x00000000c5700000| 0%| F| |TAMS 0x00000000c5600000, 0x00000000c5600000| Untracked
| 41|0x00000000c5700000, 0x00000000c5700000, 0x00000000c5800000| 0%| F| |TAMS 0x00000000c5700000, 0x00000000c5700000| Untracked
| 42|0x00000000c5800000, 0x00000000c5800000, 0x00000000c5900000| 0%| F| |TAMS 0x00000000c5800000, 0x00000000c5800000| Untracked
| 43|0x00000000c5900000, 0x00000000c5900000, 0x00000000c5a00000| 0%| F| |TAMS 0x00000000c5900000, 0x00000000c5900000| Untracked
| 44|0x00000000c5a00000, 0x00000000c5a00000, 0x00000000c5b00000| 0%| F| |TAMS 0x00000000c5a00000, 0x00000000c5a00000| Untracked
| 45|0x00000000c5b00000, 0x00000000c5b00000, 0x00000000c5c00000| 0%| F| |TAMS 0x00000000c5b00000, 0x00000000c5b00000| Untracked
| 46|0x00000000c5c00000, 0x00000000c5c00000, 0x00000000c5d00000| 0%| F| |TAMS 0x00000000c5c00000, 0x00000000c5c00000| Untracked
| 47|0x00000000c5d00000, 0x00000000c5d00000, 0x00000000c5e00000| 0%| F| |TAMS 0x00000000c5d00000, 0x00000000c5d00000| Untracked
| 48|0x00000000c5e00000, 0x00000000c5e00000, 0x00000000c5f00000| 0%| F| |TAMS 0x00000000c5e00000, 0x00000000c5e00000| Untracked
| 49|0x00000000c5f00000, 0x00000000c5f00000, 0x00000000c6000000| 0%| F| |TAMS 0x00000000c5f00000, 0x00000000c5f00000| Untracked
| 50|0x00000000c6000000, 0x00000000c6000000, 0x00000000c6100000| 0%| F| |TAMS 0x00000000c6000000, 0x00000000c6000000| Untracked
| 51|0x00000000c6100000, 0x00000000c6100000, 0x00000000c6200000| 0%| F| |TAMS 0x00000000c6100000, 0x00000000c6100000| Untracked
| 52|0x00000000c6200000, 0x00000000c6200000, 0x00000000c6300000| 0%| F| |TAMS 0x00000000c6200000, 0x00000000c6200000| Untracked
| 53|0x00000000c6300000, 0x00000000c6300000, 0x00000000c6400000| 0%| F| |TAMS 0x00000000c6300000, 0x00000000c6300000| Untracked
| 54|0x00000000c6400000, 0x00000000c6400000, 0x00000000c6500000| 0%| F| |TAMS 0x00000000c6400000, 0x00000000c6400000| Untracked
| 55|0x00000000c6500000, 0x00000000c6500000, 0x00000000c6600000| 0%| F| |TAMS 0x00000000c6500000, 0x00000000c6500000| Untracked
| 56|0x00000000c6600000, 0x00000000c6600000, 0x00000000c6700000| 0%| F| |TAMS 0x00000000c6600000, 0x00000000c6600000| Untracked
| 57|0x00000000c6700000, 0x00000000c6700000, 0x00000000c6800000| 0%| F| |TAMS 0x00000000c6700000, 0x00000000c6700000| Untracked
| 58|0x00000000c6800000, 0x00000000c6800000, 0x00000000c6900000| 0%| F| |TAMS 0x00000000c6800000, 0x00000000c6800000| Untracked
| 59|0x00000000c6900000, 0x00000000c6900000, 0x00000000c6a00000| 0%| F| |TAMS 0x00000000c6900000, 0x00000000c6900000| Untracked
| 60|0x00000000c6a00000, 0x00000000c6a00000, 0x00000000c6b00000| 0%| F| |TAMS 0x00000000c6a00000, 0x00000000c6a00000| Untracked
| 61|0x00000000c6b00000, 0x00000000c6b00000, 0x00000000c6c00000| 0%| F| |TAMS 0x00000000c6b00000, 0x00000000c6b00000| Untracked
| 62|0x00000000c6c00000, 0x00000000c6c00000, 0x00000000c6d00000| 0%| F| |TAMS 0x00000000c6c00000, 0x00000000c6c00000| Untracked
| 63|0x00000000c6d00000, 0x00000000c6d00000, 0x00000000c6e00000| 0%| F| |TAMS 0x00000000c6d00000, 0x00000000c6d00000| Untracked
| 64|0x00000000c6e00000, 0x00000000c6e00000, 0x00000000c6f00000| 0%| F| |TAMS 0x00000000c6e00000, 0x00000000c6e00000| Untracked
| 65|0x00000000c6f00000, 0x00000000c6f00000, 0x00000000c7000000| 0%| F| |TAMS 0x00000000c6f00000, 0x00000000c6f00000| Untracked
| 66|0x00000000c7000000, 0x00000000c7000000, 0x00000000c7100000| 0%| F| |TAMS 0x00000000c7000000, 0x00000000c7000000| Untracked
| 67|0x00000000c7100000, 0x00000000c7100000, 0x00000000c7200000| 0%| F| |TAMS 0x00000000c7100000, 0x00000000c7100000| Untracked
| 68|0x00000000c7200000, 0x00000000c7200000, 0x00000000c7300000| 0%| F| |TAMS 0x00000000c7200000, 0x00000000c7200000| Untracked
| 69|0x00000000c7300000, 0x00000000c73bf330, 0x00000000c7400000| 74%| S|CS|TAMS 0x00000000c7300000, 0x00000000c7300000| Complete
| 70|0x00000000c7400000, 0x00000000c7400000, 0x00000000c7500000| 0%| F| |TAMS 0x00000000c7400000, 0x00000000c7400000| Untracked
| 71|0x00000000c7500000, 0x00000000c7500000, 0x00000000c7600000| 0%| F| |TAMS 0x00000000c7500000, 0x00000000c7500000| Untracked
Card table byte_map: [0x000001a066b10000,0x000001a066d00000] _byte_map_base: 0x000001a0664f9000
Marking Bits (Prev, Next): (CMBitMap*) 0x000001a0604aa300, (CMBitMap*) 0x000001a0604aa340
Prev Bits: [0x000001a066ef0000, 0x000001a067e38000)
Next Bits: [0x000001a067e40000, 0x000001a068d88000)
Polling page: 0x000001a05fc20000
Metaspace:
Usage:
Non-class: 65.61 MB used.
Class: 10.57 MB used.
Both: 76.18 MB used.
Virtual space:
Non-class space: 128.00 MB reserved, 66.12 MB ( 52%) committed, 2 nodes.
Class space: 1.00 GB reserved, 10.94 MB ( 1%) committed, 1 nodes.
Both: 1.12 GB reserved, 77.06 MB ( 7%) committed.
Chunk freelists:
Non-Class: 13.99 MB
Class: 5.26 MB
Both: 19.25 MB
MaxMetaspaceSize: unlimited
CompressedClassSpaceSize: 1.00 GB
Initial GC threshold: 21.00 MB
Current GC threshold: 128.44 MB
CDS: off
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: 8.
num_arena_births: 858.
num_arena_deaths: 310.
num_vsnodes_births: 3.
num_vsnodes_deaths: 0.
num_space_committed: 1233.
num_space_uncommitted: 0.
num_chunks_returned_to_freelist: 374.
num_chunks_taken_from_freelist: 3402.
num_chunk_merges: 120.
num_chunk_splits: 2447.
num_chunks_enlarged: 1882.
num_inconsistent_stats: 0.
CodeCache: size=49152Kb used=11900Kb max_used=11900Kb free=37252Kb
bounds [0x000001a063b10000, 0x000001a0646b0000, 0x000001a066b10000]
total_blobs=7373 nmethods=6701 adapters=600
compilation: enabled
stopped_count=0, restarted_count=0
full_count=0
Compilation events (20 events):
Event: 230.871 Thread 0x000001a06b2a5e00 6692 1 org.springframework.boot.ansi.AnsiOutput::buildEnabled (127 bytes)
Event: 230.872 Thread 0x000001a06b2a5e00 nmethod 6692 0x000001a0646a9f10 code [0x000001a0646aa120, 0x000001a0646aa4b8]
Event: 230.872 Thread 0x000001a06b2a5e00 6693 1 javax.management.ObjectName::isPropertyListPattern (17 bytes)
Event: 230.873 Thread 0x000001a06b2a5e00 nmethod 6693 0x000001a0646aa790 code [0x000001a0646aa920, 0x000001a0646aa9f8]
Event: 230.873 Thread 0x000001a06b2a5e00 6694 1 java.util.HashMap::valuesToArray (81 bytes)
Event: 230.873 Thread 0x000001a06b2a5e00 nmethod 6694 0x000001a0646aaa90 code [0x000001a0646aac40, 0x000001a0646aae78]
Event: 230.903 Thread 0x000001a06b2a5e00 6695 1 java.net.URI::<init> (13 bytes)
Event: 230.903 Thread 0x000001a06b2a5e00 nmethod 6695 0x000001a0646ab010 code [0x000001a0646ab1a0, 0x000001a0646ab2a8]
Event: 230.903 Thread 0x000001a06b2a5e00 6696 1 java.net.URI::<init> (51 bytes)
Event: 230.903 Thread 0x000001a06b2a5e00 nmethod 6696 0x000001a0646ab310 code [0x000001a0646ab4e0, 0x000001a0646ab808]
Event: 230.903 Thread 0x000001a06b2a5e00 6697 1 java.net.URI::toString (60 bytes)
Event: 230.904 Thread 0x000001a06b2a5e00 nmethod 6697 0x000001a0646ab910 code [0x000001a0646abb20, 0x000001a0646abf48]
Event: 230.904 Thread 0x000001a06b2a5e00 6698 1 java.net.URI::appendSchemeSpecificPart (185 bytes)
Event: 230.905 Thread 0x000001a06b2a5e00 nmethod 6698 0x000001a0646ac210 code [0x000001a0646ac4a0, 0x000001a0646aca58]
Event: 230.905 Thread 0x000001a06b2a5e00 6699 1 java.net.URI::appendAuthority (264 bytes)
Event: 230.907 Thread 0x000001a06b2a5e00 nmethod 6699 0x000001a0646acf10 code [0x000001a0646ad200, 0x000001a0646ad9b8]
Event: 230.907 Thread 0x000001a06b2a5e00 6700 ! 1 java.io.File::toURI (69 bytes)
Event: 230.908 Thread 0x000001a06b2a5e00 nmethod 6700 0x000001a0646ae010 code [0x000001a0646ae260, 0x000001a0646ae848]
Event: 230.928 Thread 0x000001a06b2a5e00 6701 1 java.util.zip.ZipFile::getName (5 bytes)
Event: 230.928 Thread 0x000001a06b2a5e00 nmethod 6701 0x000001a0646aed10 code [0x000001a0646aeea0, 0x000001a0646aef78]
GC Heap History (20 events):
Event: 11.147 GC heap after
{Heap after GC invocations=24 (full 0):
garbage-first heap total 73728K, used 35145K [0x00000000c2e00000, 0x0000000100000000)
region size 1024K, 4 young (4096K), 4 survivors (4096K)
Metaspace used 66703K, committed 67264K, reserved 1114112K
class space used 9151K, committed 9408K, reserved 1048576K
}
Event: 11.700 GC heap before
{Heap before GC invocations=24 (full 0):
garbage-first heap total 73728K, used 58697K [0x00000000c2e00000, 0x0000000100000000)
region size 1024K, 27 young (27648K), 4 survivors (4096K)
Metaspace used 68562K, committed 69120K, reserved 1114112K
class space used 9449K, committed 9728K, reserved 1048576K
}
Event: 11.707 GC heap after
{Heap after GC invocations=25 (full 0):
garbage-first heap total 73728K, used 36974K [0x00000000c2e00000, 0x0000000100000000)
region size 1024K, 4 young (4096K), 4 survivors (4096K)
Metaspace used 68562K, committed 69120K, reserved 1114112K
class space used 9449K, committed 9728K, reserved 1048576K
}
Event: 12.264 GC heap before
{Heap before GC invocations=25 (full 0):
garbage-first heap total 73728K, used 59502K [0x00000000c2e00000, 0x0000000100000000)
region size 1024K, 26 young (26624K), 4 survivors (4096K)
Metaspace used 71026K, committed 71488K, reserved 1114112K
class space used 9830K, committed 10048K, reserved 1048576K
}
Event: 12.278 GC heap after
{Heap after GC invocations=26 (full 0):
garbage-first heap total 73728K, used 39071K [0x00000000c2e00000, 0x0000000100000000)
region size 1024K, 4 young (4096K), 4 survivors (4096K)
Metaspace used 71026K, committed 71488K, reserved 1114112K
class space used 9830K, committed 10048K, reserved 1048576K
}
Event: 18.104 GC heap before
{Heap before GC invocations=27 (full 0):
garbage-first heap total 73728K, used 59551K [0x00000000c2e00000, 0x0000000100000000)
region size 1024K, 24 young (24576K), 4 survivors (4096K)
Metaspace used 73602K, committed 74176K, reserved 1114112K
class space used 10199K, committed 10432K, reserved 1048576K
}
Event: 18.114 GC heap after
{Heap after GC invocations=28 (full 0):
garbage-first heap total 73728K, used 40628K [0x00000000c2e00000, 0x0000000100000000)
region size 1024K, 2 young (2048K), 2 survivors (2048K)
Metaspace used 73602K, committed 74176K, reserved 1114112K
class space used 10199K, committed 10432K, reserved 1048576K
}
Event: 18.156 GC heap before
{Heap before GC invocations=28 (full 0):
garbage-first heap total 73728K, used 41652K [0x00000000c2e00000, 0x0000000100000000)
region size 1024K, 3 young (3072K), 2 survivors (2048K)
Metaspace used 73876K, committed 74496K, reserved 1114112K
class space used 10226K, committed 10496K, reserved 1048576K
}
Event: 18.161 GC heap after
{Heap after GC invocations=29 (full 0):
garbage-first heap total 73728K, used 40132K [0x00000000c2e00000, 0x0000000100000000)
region size 1024K, 1 young (1024K), 1 survivors (1024K)
Metaspace used 73876K, committed 74496K, reserved 1114112K
class space used 10226K, committed 10496K, reserved 1048576K
}
Event: 19.370 GC heap before
{Heap before GC invocations=29 (full 0):
garbage-first heap total 73728K, used 58564K [0x00000000c2e00000, 0x0000000100000000)
region size 1024K, 20 young (20480K), 1 survivors (1024K)
Metaspace used 78025K, committed 78656K, reserved 1179648K
class space used 10835K, committed 11136K, reserved 1048576K
}
Event: 19.376 GC heap after
{Heap after GC invocations=30 (full 0):
garbage-first heap total 73728K, used 40750K [0x00000000c2e00000, 0x0000000100000000)
region size 1024K, 2 young (2048K), 2 survivors (2048K)
Metaspace used 78025K, committed 78656K, reserved 1179648K
class space used 10835K, committed 11136K, reserved 1048576K
}
Event: 218.813 GC heap before
{Heap before GC invocations=31 (full 0):
garbage-first heap total 73728K, used 52014K [0x00000000c2e00000, 0x0000000100000000)
region size 1024K, 15 young (15360K), 2 survivors (2048K)
Metaspace used 78230K, committed 78784K, reserved 1179648K
class space used 10878K, committed 11136K, reserved 1048576K
}
Event: 219.656 GC heap after
{Heap after GC invocations=32 (full 1):
garbage-first heap total 73728K, used 32585K [0x00000000c2e00000, 0x0000000100000000)
region size 1024K, 0 young (0K), 0 survivors (0K)
Metaspace used 78230K, committed 78784K, reserved 1179648K
class space used 10878K, committed 11136K, reserved 1048576K
}
Event: 227.343 GC heap before
{Heap before GC invocations=32 (full 1):
garbage-first heap total 73728K, used 58185K [0x00000000c2e00000, 0x0000000100000000)
region size 1024K, 25 young (25600K), 0 survivors (0K)
Metaspace used 78277K, committed 78912K, reserved 1179648K
class space used 10887K, committed 11200K, reserved 1048576K
}
Event: 227.355 GC heap after
{Heap after GC invocations=33 (full 1):
garbage-first heap total 73728K, used 34677K [0x00000000c2e00000, 0x0000000100000000)
region size 1024K, 3 young (3072K), 3 survivors (3072K)
Metaspace used 78277K, committed 78912K, reserved 1179648K
class space used 10887K, committed 11200K, reserved 1048576K
}
Event: 230.912 GC heap before
{Heap before GC invocations=34 (full 1):
garbage-first heap total 73728K, used 57205K [0x00000000c2e00000, 0x0000000100000000)
region size 1024K, 26 young (26624K), 3 survivors (3072K)
Metaspace used 78005K, committed 78912K, reserved 1179648K
class space used 10818K, committed 11200K, reserved 1048576K
}
Event: 230.923 GC heap after
{Heap after GC invocations=35 (full 1):
garbage-first heap total 73728K, used 36681K [0x00000000c2e00000, 0x0000000100000000)
region size 1024K, 4 young (4096K), 4 survivors (4096K)
Metaspace used 78005K, committed 78912K, reserved 1179648K
class space used 10818K, committed 11200K, reserved 1048576K
}
Event: 230.935 GC heap before
{Heap before GC invocations=35 (full 1):
garbage-first heap total 73728K, used 36681K [0x00000000c2e00000, 0x0000000100000000)
region size 1024K, 5 young (5120K), 4 survivors (4096K)
Metaspace used 78005K, committed 78912K, reserved 1179648K
class space used 10818K, committed 11200K, reserved 1048576K
}
Event: 230.947 GC heap after
{Heap after GC invocations=36 (full 1):
garbage-first heap total 73728K, used 37182K [0x00000000c2e00000, 0x0000000100000000)
region size 1024K, 1 young (1024K), 1 survivors (1024K)
Metaspace used 78005K, committed 78912K, reserved 1179648K
class space used 10818K, committed 11200K, reserved 1048576K
}
Event: 230.949 GC heap before
{Heap before GC invocations=36 (full 1):
garbage-first heap total 73728K, used 37182K [0x00000000c2e00000, 0x0000000100000000)
region size 1024K, 2 young (2048K), 1 survivors (1024K)
Metaspace used 78005K, committed 78912K, reserved 1179648K
class space used 10818K, committed 11200K, reserved 1048576K
}
Dll operation events (9 events):
Event: 0.153 Loaded shared library C:\Users\mateo\Downloads\sts-4.19.1.RELEASE\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\java.dll
Event: 0.635 Loaded shared library C:\Users\mateo\Downloads\sts-4.19.1.RELEASE\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\jimage.dll
Event: 0.668 Loaded shared library C:\Users\mateo\Downloads\sts-4.19.1.RELEASE\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\net.dll
Event: 0.672 Loaded shared library C:\Users\mateo\Downloads\sts-4.19.1.RELEASE\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\nio.dll
Event: 0.682 Loaded shared library C:\Users\mateo\Downloads\sts-4.19.1.RELEASE\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\zip.dll
Event: 0.916 Loaded shared library C:\Users\mateo\Downloads\sts-4.19.1.RELEASE\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\management.dll
Event: 0.957 Loaded shared library C:\Users\mateo\Downloads\sts-4.19.1.RELEASE\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\management_ext.dll
Event: 6.834 Loaded shared library C:\Users\mateo\Downloads\sts-4.19.1.RELEASE\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\sunmscapi.dll
Event: 8.516 Loaded shared library C:\Users\mateo\Downloads\sts-4.19.1.RELEASE\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\verify.dll
Deoptimization events (14 events):
Event: 3.592 Thread 0x000001a070612f60 DEOPT PACKING pc=0x000001a064051c99 sp=0x000000779bcfc9c0
Event: 3.592 Thread 0x000001a070612f60 DEOPT UNPACKING pc=0x000001a063b67124 sp=0x000000779bcfbea0 mode 3
Event: 3.862 Thread 0x000001a070612f60 DEOPT PACKING pc=0x000001a0640a8fd5 sp=0x000000779bcfceb0
Event: 3.862 Thread 0x000001a070612f60 DEOPT UNPACKING pc=0x000001a063b67124 sp=0x000000779bcfc358 mode 3
Event: 5.031 Thread 0x000001a070612f60 DEOPT PACKING pc=0x000001a063f2ab8c sp=0x000000779bcfd970
Event: 5.031 Thread 0x000001a070612f60 DEOPT UNPACKING pc=0x000001a063b67124 sp=0x000000779bcfce38 mode 0
Event: 6.753 Thread 0x000001a070612f60 DEOPT PACKING pc=0x000001a064342b7d sp=0x000000779bcfc870
Event: 6.753 Thread 0x000001a070612f60 DEOPT UNPACKING pc=0x000001a063b67124 sp=0x000000779bcfbdd8 mode 3
Event: 10.839 Thread 0x000001a070612f60 DEOPT PACKING pc=0x000001a064060d94 sp=0x000000779bcfb4a0
Event: 10.839 Thread 0x000001a070612f60 DEOPT UNPACKING pc=0x000001a063b67124 sp=0x000000779bcfa9f8 mode 0
Event: 11.188 Thread 0x000001a070612f60 DEOPT PACKING pc=0x000001a0640b9bc2 sp=0x000000779bcfc200
Event: 11.188 Thread 0x000001a070612f60 DEOPT UNPACKING pc=0x000001a063b67124 sp=0x000000779bcfb708 mode 3
Event: 230.491 Thread 0x000001a0706142a0 DEOPT PACKING pc=0x000001a0642c3d19 sp=0x00000077999fd630
Event: 230.498 Thread 0x000001a0706142a0 DEOPT UNPACKING pc=0x000001a063b67124 sp=0x00000077999fcb10 mode 3
Classes unloaded (20 events):
Event: 227.475 Thread 0x000001a06b251960 Unloading class 0x0000000100143000 'java/lang/invoke/LambdaForm$MH+0x0000000100143000'
Event: 227.475 Thread 0x000001a06b251960 Unloading class 0x0000000100141800 'jdk/internal/reflect/GeneratedSerializationConstructorAccessor3'
Event: 227.475 Thread 0x000001a06b251960 Unloading class 0x0000000100141400 'jdk/internal/reflect/GeneratedSerializationConstructorAccessor2'
Event: 227.475 Thread 0x000001a06b251960 Unloading class 0x0000000100141000 'jdk/internal/reflect/GeneratedSerializationConstructorAccessor1'
Event: 227.475 Thread 0x000001a06b251960 Unloading class 0x0000000100140800 'java/lang/invoke/LambdaForm$DMH+0x0000000100140800'
Event: 227.475 Thread 0x000001a06b251960 Unloading class 0x0000000100140000 'java/lang/invoke/LambdaForm$DMH+0x0000000100140000'
Event: 227.475 Thread 0x000001a06b251960 Unloading class 0x00000001000c6c00 'jdk/internal/reflect/GeneratedConstructorAccessor1'
Event: 227.475 Thread 0x000001a06b251960 Unloading class 0x00000001000c6000 'java/lang/invoke/LambdaForm$MH+0x00000001000c6000'
Event: 227.475 Thread 0x000001a06b251960 Unloading class 0x00000001000c5c00 'java/lang/invoke/LambdaForm$MH+0x00000001000c5c00'
Event: 227.475 Thread 0x000001a06b251960 Unloading class 0x00000001000c5800 'java/lang/invoke/LambdaForm$MH+0x00000001000c5800'
Event: 227.475 Thread 0x000001a06b251960 Unloading class 0x00000001000c5400 'java/lang/invoke/LambdaForm$MH+0x00000001000c5400'
Event: 227.475 Thread 0x000001a06b251960 Unloading class 0x00000001000c5000 'java/lang/invoke/LambdaForm$MH+0x00000001000c5000'
Event: 227.475 Thread 0x000001a06b251960 Unloading class 0x00000001000c4c00 'java/lang/invoke/LambdaForm$MH+0x00000001000c4c00'
Event: 227.475 Thread 0x000001a06b251960 Unloading class 0x00000001000c3c00 'java/lang/invoke/LambdaForm$MH+0x00000001000c3c00'
Event: 227.475 Thread 0x000001a06b251960 Unloading class 0x00000001000c3800 'java/lang/invoke/LambdaForm$MH+0x00000001000c3800'
Event: 227.475 Thread 0x000001a06b251960 Unloading class 0x00000001000c3000 'java/lang/invoke/LambdaForm$MH+0x00000001000c3000'
Event: 227.475 Thread 0x000001a06b251960 Unloading class 0x00000001000c2400 'java/lang/invoke/LambdaForm$MH+0x00000001000c2400'
Event: 227.475 Thread 0x000001a06b251960 Unloading class 0x00000001000c1c00 'java/lang/invoke/LambdaForm$MH+0x00000001000c1c00'
Event: 227.475 Thread 0x000001a06b251960 Unloading class 0x00000001000c1400 'java/lang/invoke/LambdaForm$MH+0x00000001000c1400'
Event: 227.475 Thread 0x000001a06b251960 Unloading class 0x00000001000c0c00 'java/lang/invoke/LambdaForm$MH+0x00000001000c0c00'
Classes redefined (0 events):
No events
Internal exceptions (20 events):
Event: 19.243 Thread 0x000001a0706142a0 Exception <a 'java/lang/reflect/InvocationTargetException'{0x00000000c640ed60}> (0x00000000c640ed60)
thrown [s\src\hotspot\share\runtime\reflection.cpp, line 1121]
Event: 69.651 Thread 0x000001a0720c5990 Exception <a 'java/lang/reflect/InvocationTargetException'{0x00000000c724a3b8}> (0x00000000c724a3b8)
thrown [s\src\hotspot\share\runtime\reflection.cpp, line 1121]
Event: 81.762 Thread 0x000001a0720c7670 Exception <a 'java/lang/reflect/InvocationTargetException'{0x00000000c71b0330}> (0x00000000c71b0330)
thrown [s\src\hotspot\share\runtime\reflection.cpp, line 1121]
Event: 215.801 Thread 0x000001a0720c71a0 Exception <a 'java/io/IOException'{0x00000000c73dc768}> (0x00000000c73dc768)
thrown [s\src\hotspot\share\prims\jni.cpp, line 516]
Event: 217.461 Thread 0x000001a070613dd0 Exception <a 'java/lang/InterruptedException'{0x00000000c6aa5428}: sleep interrupted> (0x00000000c6aa5428)
thrown [s\src\hotspot\share\prims\jvm.cpp, line 3070]
Event: 221.599 Thread 0x000001a0706142a0 Exception <a 'sun/nio/fs/WindowsException'{0x00000000c75e9d00}> (0x00000000c75e9d00)
thrown [s\src\hotspot\share\prims\jni.cpp, line 516]
Event: 224.883 Thread 0x000001a0706142a0 Exception <a 'sun/nio/fs/WindowsException'{0x00000000c716af90}> (0x00000000c716af90)
thrown [s\src\hotspot\share\prims\jni.cpp, line 516]
Event: 227.219 Thread 0x000001a0706142a0 Exception <a 'sun/nio/fs/WindowsException'{0x00000000c5d550d8}> (0x00000000c5d550d8)
thrown [s\src\hotspot\share\prims\jni.cpp, line 516]
Event: 229.070 Thread 0x000001a0706142a0 Exception <a 'sun/nio/fs/WindowsException'{0x00000000c7285830}> (0x00000000c7285830)
thrown [s\src\hotspot\share\prims\jni.cpp, line 516]
Event: 229.297 Thread 0x000001a0706142a0 Exception <a 'sun/nio/fs/WindowsException'{0x00000000c7144998}> (0x00000000c7144998)
thrown [s\src\hotspot\share\prims\jni.cpp, line 516]
Event: 230.587 Thread 0x000001a0706142a0 Exception <a 'java/lang/NoClassDefFoundError'{0x00000000c6ce1168}: org/flywaydb/core/Flyway> (0x00000000c6ce1168)
thrown [s\src\hotspot\share\oops\constantPool.cpp, line 835]
Event: 230.587 Thread 0x000001a0706142a0 Exception <a 'java/lang/NoClassDefFoundError'{0x00000000c6ce17b8}: liquibase/integration/spring/SpringLiquibase> (0x00000000c6ce17b8)
thrown [s\src\hotspot\share\oops\constantPool.cpp, line 835]
Event: 230.624 Thread 0x000001a0706142a0 Exception <a 'java/lang/NoClassDefFoundError'{0x00000000c6b600d8}: org/jooq/DSLContext> (0x00000000c6b600d8)
thrown [s\src\hotspot\share\oops\constantPool.cpp, line 835]
Event: 230.625 Thread 0x000001a0706142a0 Exception <a 'java/lang/NoClassDefFoundError'{0x00000000c6b6fd58}: org/springframework/batch/core/repository/JobRepository> (0x00000000c6b6fd58)
thrown [s\src\hotspot\share\oops\constantPool.cpp, line 835]
Event: 230.625 Thread 0x000001a0706142a0 Exception <a 'java/lang/NoClassDefFoundError'{0x00000000c6b703a0}: org/quartz/Scheduler> (0x00000000c6b703a0)
thrown [s\src\hotspot\share\oops\constantPool.cpp, line 835]
Event: 230.625 Thread 0x000001a0706142a0 Exception <a 'java/lang/NoClassDefFoundError'{0x00000000c6b70a10}: org/springframework/session/jdbc/JdbcIndexedSessionRepository> (0x00000000c6b70a10)
thrown [s\src\hotspot\share\oops\constantPool.cpp, line 835]
Event: 230.868 Thread 0x000001a0706142a0 Exception <a 'sun/nio/fs/WindowsException'{0x00000000c5f9b5e0}> (0x00000000c5f9b5e0)
thrown [s\src\hotspot\share\prims\jni.cpp, line 516]
Event: 230.868 Thread 0x000001a0706142a0 Exception <a 'sun/nio/fs/WindowsException'{0x00000000c5f9bc48}> (0x00000000c5f9bc48)
thrown [s\src\hotspot\share\prims\jni.cpp, line 516]
Event: 230.869 Thread 0x000001a0706142a0 Exception <a 'sun/nio/fs/WindowsException'{0x00000000c5f9c320}> (0x00000000c5f9c320)
thrown [s\src\hotspot\share\prims\jni.cpp, line 516]
Event: 230.909 Thread 0x000001a0706142a0 Exception <a 'java/io/FileNotFoundException'{0x00000000c5fdb440}> (0x00000000c5fdb440)
thrown [s\src\hotspot\share\prims\jni.cpp, line 516]
VM Operations (20 events):
Event: 226.280 Executing VM operation: Cleanup done
Event: 227.281 Executing VM operation: Cleanup
Event: 227.292 Executing VM operation: Cleanup done
Event: 227.343 Executing VM operation: G1CollectForAllocation
Event: 227.356 Executing VM operation: G1CollectForAllocation done
Event: 227.438 Executing VM operation: G1Concurrent
Event: 227.493 Executing VM operation: G1Concurrent done
Event: 227.527 Executing VM operation: G1Concurrent
Event: 227.577 Executing VM operation: G1Concurrent done
Event: 228.585 Executing VM operation: Cleanup
Event: 228.585 Executing VM operation: Cleanup done
Event: 229.591 Executing VM operation: Cleanup
Event: 229.591 Executing VM operation: Cleanup done
Event: 230.595 Executing VM operation: Cleanup
Event: 230.611 Executing VM operation: Cleanup done
Event: 230.911 Executing VM operation: G1CollectForAllocation
Event: 230.923 Executing VM operation: G1CollectForAllocation done
Event: 230.935 Executing VM operation: G1CollectForAllocation
Event: 230.948 Executing VM operation: G1CollectForAllocation done
Event: 230.949 Executing VM operation: G1TryInitiateConcMark
Events (20 events):
Event: 218.588 loading class java/security/UnrecoverableEntryException done
Event: 218.588 loading class java/security/UnrecoverableKeyException done
Event: 218.588 loading class java/security/KeyStoreException
Event: 218.589 loading class java/security/KeyStoreException done
Event: 218.589 loading class java/security/KeyManagementException
Event: 218.593 loading class java/security/KeyManagementException done
Event: 218.597 loading class javax/net/ssl/TrustManager
Event: 218.597 loading class javax/net/ssl/TrustManager done
Event: 218.800 Thread 0x000001a0706120f0 Thread exited: 0x000001a0706120f0
Event: 219.657 loading class java/lang/ref/Finalizer$2
Event: 219.802 loading class java/lang/ref/Finalizer$2 done
Event: 219.802 loading class java/lang/ref/Finalizer$1
Event: 219.804 loading class java/lang/ref/Finalizer$1 done
Event: 219.805 Thread 0x000001a070611750 Thread added: 0x000001a070611750
Event: 219.805 Thread 0x000001a070611750 Thread exited: 0x000001a070611750
Event: 219.806 Thread 0x000001a0706142a0 Thread added: 0x000001a0706142a0
Event: 224.052 Thread 0x000001a070614770 Thread added: 0x000001a070614770
Event: 224.112 Thread 0x000001a070614770 Thread exited: 0x000001a070614770
Event: 225.132 Thread 0x000001a070613900 Thread added: 0x000001a070613900
Event: 225.266 Thread 0x000001a070613900 Thread exited: 0x000001a070613900
Dynamic libraries:
0x00007ff75e3b0000 - 0x00007ff75e3be000 C:\Users\mateo\Downloads\sts-4.19.1.RELEASE\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\javaw.exe
0x00007ffc65e70000 - 0x00007ffc66087000 C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ffc34b20000 - 0x00007ffc34b39000 C:\Program Files\Avast Software\Avast\aswhook.dll
0x00007ffc65c40000 - 0x00007ffc65d04000 C:\WINDOWS\System32\KERNEL32.DLL
0x00007ffc634f0000 - 0x00007ffc63896000 C:\WINDOWS\System32\KERNELBASE.dll
0x00007ffc631f0000 - 0x00007ffc63301000 C:\WINDOWS\System32\ucrtbase.dll
0x00007ffc3d970000 - 0x00007ffc3d987000 C:\Users\mateo\Downloads\sts-4.19.1.RELEASE\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\jli.dll
0x00007ffc65380000 - 0x00007ffc6552d000 C:\WINDOWS\System32\USER32.dll
0x00007ffc638a0000 - 0x00007ffc638c6000 C:\WINDOWS\System32\win32u.dll
0x00007ffc65d10000 - 0x00007ffc65d39000 C:\WINDOWS\System32\GDI32.dll
0x00007ffc63990000 - 0x00007ffc63aa8000 C:\WINDOWS\System32\gdi32full.dll
0x00007ffc63ab0000 - 0x00007ffc63b4a000 C:\WINDOWS\System32\msvcp_win.dll
0x00007ffc32260000 - 0x00007ffc32279000 C:\Users\mateo\Downloads\sts-4.19.1.RELEASE\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\VCRUNTIME140.dll
0x00007ffc3f9c0000 - 0x00007ffc3fc53000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22621.2361_none_2712ced57382f843\COMCTL32.dll
0x00007ffc63d50000 - 0x00007ffc63df7000 C:\WINDOWS\System32\msvcrt.dll
0x00007ffc63e00000 - 0x00007ffc63e31000 C:\WINDOWS\System32\IMM32.DLL
0x00007ffc32250000 - 0x00007ffc3225c000 C:\Users\mateo\Downloads\sts-4.19.1.RELEASE\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\vcruntime140_1.dll
0x00007ffbf93e0000 - 0x00007ffbf9471000 C:\Users\mateo\Downloads\sts-4.19.1.RELEASE\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\msvcp140.dll
0x00007ffbf5d80000 - 0x00007ffbf69c8000 C:\Users\mateo\Downloads\sts-4.19.1.RELEASE\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\server\jvm.dll
0x00007ffc65b90000 - 0x00007ffc65c40000 C:\WINDOWS\System32\ADVAPI32.dll
0x00007ffc63bd0000 - 0x00007ffc63c76000 C:\WINDOWS\System32\sechost.dll
0x00007ffc63ea0000 - 0x00007ffc63fb7000 C:\WINDOWS\System32\RPCRT4.dll
0x00007ffc4ddc0000 - 0x00007ffc4ddc9000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x00007ffc64d30000 - 0x00007ffc64da1000 C:\WINDOWS\System32\WS2_32.dll
0x00007ffc5b2f0000 - 0x00007ffc5b324000 C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ffc5a2c0000 - 0x00007ffc5a2ca000 C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007ffc62230000 - 0x00007ffc62248000 C:\WINDOWS\SYSTEM32\kernel.appcore.dll
0x00007ffc5bf10000 - 0x00007ffc5bf1a000 C:\Users\mateo\Downloads\sts-4.19.1.RELEASE\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\jimage.dll
0x00007ffc60dc0000 - 0x00007ffc60fee000 C:\WINDOWS\SYSTEM32\DBGHELP.DLL
0x00007ffc64830000 - 0x00007ffc64bba000 C:\WINDOWS\System32\combase.dll
0x00007ffc65ab0000 - 0x00007ffc65b87000 C:\WINDOWS\System32\OLEAUT32.dll
0x00007ffc58c80000 - 0x00007ffc58cb2000 C:\WINDOWS\SYSTEM32\dbgcore.DLL
0x00007ffc63b50000 - 0x00007ffc63bca000 C:\WINDOWS\System32\bcryptPrimitives.dll
0x00007ffc3d940000 - 0x00007ffc3d965000 C:\Users\mateo\Downloads\sts-4.19.1.RELEASE\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\java.dll
0x00007ffc32310000 - 0x00007ffc32328000 C:\Users\mateo\Downloads\sts-4.19.1.RELEASE\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\zip.dll
0x00007ffc63fc0000 - 0x00007ffc64818000 C:\WINDOWS\System32\SHELL32.dll
0x00007ffc61150000 - 0x00007ffc61a42000 C:\WINDOWS\SYSTEM32\windows.storage.dll
0x00007ffc61010000 - 0x00007ffc6114e000 C:\WINDOWS\SYSTEM32\wintypes.dll
0x00007ffc64bc0000 - 0x00007ffc64cb3000 C:\WINDOWS\System32\SHCORE.dll
0x00007ffc65dd0000 - 0x00007ffc65e2e000 C:\WINDOWS\System32\shlwapi.dll
0x00007ffc63120000 - 0x00007ffc63146000 C:\WINDOWS\SYSTEM32\profapi.dll
0x00007ffc322f0000 - 0x00007ffc32309000 C:\Users\mateo\Downloads\sts-4.19.1.RELEASE\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\net.dll
0x00007ffc5ac70000 - 0x00007ffc5ada7000 C:\WINDOWS\SYSTEM32\WINHTTP.dll
0x00007ffc626b0000 - 0x00007ffc62719000 C:\WINDOWS\system32\mswsock.dll
0x00007ffc322d0000 - 0x00007ffc322e5000 C:\Users\mateo\Downloads\sts-4.19.1.RELEASE\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\nio.dll
0x00007ffc5bf80000 - 0x00007ffc5bf89000 C:\Users\mateo\Downloads\sts-4.19.1.RELEASE\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\management.dll
0x00007ffc5b420000 - 0x00007ffc5b42b000 C:\Users\mateo\Downloads\sts-4.19.1.RELEASE\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\management_ext.dll
0x00007ffc63d20000 - 0x00007ffc63d28000 C:\WINDOWS\System32\PSAPI.DLL
0x00007ffc449d0000 - 0x00007ffc449e7000 C:\WINDOWS\system32\napinsp.dll
0x00007ffc449b0000 - 0x00007ffc449cb000 C:\WINDOWS\system32\pnrpnsp.dll
0x00007ffc61d20000 - 0x00007ffc61e19000 C:\WINDOWS\SYSTEM32\DNSAPI.dll
0x00007ffc61cf0000 - 0x00007ffc61d1d000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
0x00007ffc64820000 - 0x00007ffc64829000 C:\WINDOWS\System32\NSI.dll
0x00007ffc44990000 - 0x00007ffc449a1000 C:\WINDOWS\System32\winrnr.dll
0x00007ffc44970000 - 0x00007ffc44985000 C:\WINDOWS\system32\wshbth.dll
0x00007ffc44940000 - 0x00007ffc44961000 C:\WINDOWS\system32\nlansp_c.dll
0x00007ffc4f220000 - 0x00007ffc4f22a000 C:\Windows\System32\rasadhlp.dll
0x00007ffc5a830000 - 0x00007ffc5a8b4000 C:\WINDOWS\System32\fwpuclnt.dll
0x00007ffc62910000 - 0x00007ffc6292b000 C:\WINDOWS\SYSTEM32\CRYPTSP.dll
0x00007ffc62190000 - 0x00007ffc621c5000 C:\WINDOWS\system32\rsaenh.dll
0x00007ffc627a0000 - 0x00007ffc627cc000 C:\WINDOWS\SYSTEM32\USERENV.dll
0x00007ffc62ac0000 - 0x00007ffc62ae8000 C:\WINDOWS\SYSTEM32\bcrypt.dll
0x00007ffc62900000 - 0x00007ffc6290c000 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
0x00007ffc5ac50000 - 0x00007ffc5ac69000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
0x00007ffc5ac30000 - 0x00007ffc5ac4f000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
0x00007ffc32290000 - 0x00007ffc3229e000 C:\Users\mateo\Downloads\sts-4.19.1.RELEASE\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\sunmscapi.dll
0x00007ffc63380000 - 0x00007ffc634e6000 C:\WINDOWS\System32\CRYPT32.dll
0x00007ffc62a90000 - 0x00007ffc62abd000 C:\WINDOWS\SYSTEM32\ncrypt.dll
0x00007ffc62a50000 - 0x00007ffc62a87000 C:\WINDOWS\SYSTEM32\NTASN1.dll
0x00007ffc3d7e0000 - 0x00007ffc3d7f0000 C:\Users\mateo\Downloads\sts-4.19.1.RELEASE\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\verify.dll
0x00007ffc52680000 - 0x00007ffc52688000 C:\WINDOWS\system32\wshunix.dll
dbghelp: loaded successfully - version: 4.0.5 - missing functions: none
symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;C:\Users\mateo\Downloads\sts-4.19.1.RELEASE\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin;C:\WINDOWS\SYSTEM32;C:\Program Files\Avast Software\Avast;C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22621.2361_none_2712ced57382f843;C:\Users\mateo\Downloads\sts-4.19.1.RELEASE\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\server
VM Arguments:
jvm_args: -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=59263 -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=servicio-security -Dfile.encoding=UTF-8 -XX:+ShowCodeDetailsInExceptionMessages
java_command: com.app.musica.ServicioSecurityApplication --spring.output.ansi.enabled=always
java_class_path (initial): C:\Users\mateo\OneDrive\Documentos\Proyectos con jwt\servicio-security\target\classes;C:\Users\mateo\.m2\repository\org\springframework\boot\spring-boot-starter-web\3.1.4\spring-boot-starter-web-3.1.4.jar;C:\Users\mateo\.m2\repository\org\springframework\boot\spring-boot-starter\3.1.4\spring-boot-starter-3.1.4.jar;C:\Users\mateo\.m2\repository\org\springframework\boot\spring-boot-starter-logging\3.1.4\spring-boot-starter-logging-3.1.4.jar;C:\Users\mateo\.m2\repository\ch\qos\logback\logback-classic\1.4.11\logback-classic-1.4.11.jar;C:\Users\mateo\.m2\repository\ch\qos\logback\logback-core\1.4.11\logback-core-1.4.11.jar;C:\Users\mateo\.m2\repository\org\apache\logging\log4j\log4j-to-slf4j\2.20.0\log4j-to-slf4j-2.20.0.jar;C:\Users\mateo\.m2\repository\org\apache\logging\log4j\log4j-api\2.20.0\log4j-api-2.20.0.jar;C:\Users\mateo\.m2\repository\org\slf4j\jul-to-slf4j\2.0.9\jul-to-slf4j-2.0.9.jar;C:\Users\mateo\.m2\repository\jakarta\annotation\jakarta.annotation-api\2.1.1\jakarta.annotation-api-2.1.1.jar;C:\Users\mateo\.m2\repository\org\yaml\snakeyaml\1.33\snakeyaml-1.33.jar;C:\Users\mateo\.m2\repository\org\springframework\boot\spring-boot-starter-json\3.1.4\spring-boot-starter-json-3.1.4.jar;C:\Users\mateo\.m2\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.15.2\jackson-datatype-jdk8-2.15.2.jar;C:\Users\mateo\.m2\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.15.2\jackson-datatype-jsr310-2.15.2.jar;C:\Users\mateo\.m2\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.15.2\jackson-module-parameter-names-2.15.2.jar;C:\Users\mateo\.m2\repository\org\springframework\boot\spring-boot-starter-tomcat\3.1.4\spring-boot-starter-tomcat-3.1.4.jar;C:\Users\mateo\.m2\repository\org\apache\tomcat\embed\tomcat-embed-core\10.1.13\tomcat-embed-core-10.1.13.jar;C:\Users\mateo\.m2\repository\org\apache\tomcat\embed\tomcat-embed-websocket\10.1.13\tomcat-embed-websocket-10.1.13.jar;C:\Users\mateo\.m
Launcher Type: SUN_STANDARD
[Global flags]
intx CICompilerCount = 3 {product} {ergonomic}
uint ConcGCThreads = 1 {product} {ergonomic}
uint G1ConcRefinementThreads = 4 {product} {ergonomic}
size_t G1HeapRegionSize = 1048576 {product} {ergonomic}
uintx GCDrainStackTargetSize = 64 {product} {ergonomic}
size_t InitialHeapSize = 65011712 {product} {ergonomic}
bool ManagementServer = true {product} {command line}
size_t MarkStackSize = 4194304 {product} {ergonomic}
size_t MaxHeapSize = 1025507328 {product} {ergonomic}
size_t MaxNewSize = 614465536 {product} {ergonomic}
size_t MinHeapDeltaBytes = 1048576 {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}
bool ShowCodeDetailsInExceptionMessages = true {manageable} {command line}
size_t SoftMaxHeapSize = 1025507328 {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=C:\Program Files\Java\jdk-19
PATH=C:/Users/mateo/Downloads/sts-4.19.1.RELEASE//plugins/org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502/jre/bin/server;C:/Users/mateo/Downloads/sts-4.19.1.RELEASE//plugins/org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502/jre/bin;"C:\Program Files\Common Files\Oracle\Java\javapath;JAVA_HOME%\bin";C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\mongosh;C:\Program Files\dotnet\;C:\Users\mateo\AppData\Local\Microsoft\WindowsApps;C:\Users\mateo\AppData\Local\Programs\Git\cmd;C:\Users\mateo\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\mateo\Downloads\sts-4.19.1.RELEASE;
USERNAME=mateo
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 122 Stepping 8, GenuineIntel
TMP=C:\Users\mateo\AppData\Local\Temp
TEMP=C:\Users\mateo\AppData\Local\Temp
--------------- S Y S T E M ---------------
OS:
Windows 11 , 64 bit Build 22621 (10.0.22621.2428)
OS uptime: 0 days 1:09 hours
CPU: total 4 (initial active 4) (4 cores per cpu, 1 threads per core) family 6 model 122 stepping 8 microcode 0x1a, cx8, cmov, fxsr, mmx, 3dnowpref, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, tsc, tscinvbit, aes, erms, clmul, sha, clflush, clflushopt
Memory: 4k page, system-wide physical 3910M (244M free)
TotalPageFile size 12389M (AvailPageFile size 59M)
current process WorkingSet (physical memory assigned to process): 206M, peak: 232M
current process commit charge ("private bytes"): 257M, peak: 343M
vm_info: OpenJDK 64-Bit Server VM (17.0.7+7) for windows-amd64 JRE (17.0.7+7), built on Apr 18 2023 22:10:42 by "temurin" with MS VC++ 16.7 (VS2019)
END.