-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhs_err_pid9904.log
974 lines (905 loc) · 75.8 KB
/
hs_err_pid9904.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
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000130e107ff6e, pid=9904, tid=3484
#
# JRE version: OpenJDK Runtime Environment (17.0.11+12) (build 17.0.11+12-LTS)
# Java VM: OpenJDK 64-Bit Server VM (17.0.11+12-LTS, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# Problematic frame:
# C 0x00000130e107ff6e
#
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# https://bell-sw.com/support
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
--------------- S U M M A R Y ------------
Command Line: -Dfile.encoding=windows-1251 -Duser.country=RU -Duser.language=ru -Duser.variant org.foxesworld.FrozenLands
Host: Intel(R) Core(TM) i5-4590 CPU @ 3.30GHz, 4 cores, 15G, Windows 10 , 64 bit Build 19041 (10.0.19041.3636)
Time: Wed Jul 24 17:10:57 2024 RTZ 2 (s 10 , 64 bit Build 19041 (10.0.19041.3636) elapsed time: 5.115656 seconds (0d 0h 0m 5s)
--------------- T H R E A D ---------------
Current thread (0x00000130cca3d490): JavaThread "jME3 Main" [_thread_in_native, id=3484, stack(0x000000265e300000,0x000000265e400000)]
Stack: [0x000000265e300000,0x000000265e400000], sp=0x000000265e3fd6e8, free space=1013k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C 0x00000130e107ff6e
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.lwjgl.opengl.GL11C.nglTexImage2D(IIIIIIIIJ)V+0
j org.lwjgl.opengl.GL11C.glTexImage2D(IIIIIIIILjava/nio/ByteBuffer;)V+17
j org.lwjgl.opengl.GL11.glTexImage2D(IIIIIIIILjava/nio/ByteBuffer;)V+14
j com.jme3.renderer.lwjgl.LwjglGL.glTexImage2D(IIIIIIIILjava/nio/ByteBuffer;)V+20
j com.jme3.renderer.opengl.TextureUtil.uploadTextureLevel(Lcom/jme3/renderer/opengl/GLImageFormat;IIIIIIIILjava/nio/ByteBuffer;)V+281
j com.jme3.renderer.opengl.TextureUtil.uploadTexture(Lcom/jme3/texture/Image;IIZ)V+271
j com.jme3.renderer.opengl.GLRenderer.updateTexImageData(Lcom/jme3/texture/Image;Lcom/jme3/texture/Texture$Type;IZ)V+759
j com.jme3.renderer.opengl.GLRenderer.setTexture(ILcom/jme3/texture/Texture;)V+191
j com.jme3.material.Material.updateShaderMaterialParameters(Lcom/jme3/renderer/Renderer;Lcom/jme3/shader/Shader;Lcom/jme3/util/SafeArrayList;Lcom/jme3/util/SafeArrayList;)I+148
j com.jme3.material.Material.render(Lcom/jme3/scene/Geometry;Lcom/jme3/light/LightList;Lcom/jme3/renderer/RenderManager;)V+104
j com.jme3.renderer.RenderManager.renderGeometry(Lcom/jme3/scene/Geometry;)V+251
j com.jme3.renderer.queue.RenderQueue.renderGeometryList(Lcom/jme3/renderer/queue/GeometryList;Lcom/jme3/renderer/RenderManager;Lcom/jme3/renderer/Camera;Z)V+51
j com.jme3.renderer.queue.RenderQueue.renderQueue(Lcom/jme3/renderer/queue/RenderQueue$Bucket;Lcom/jme3/renderer/RenderManager;Lcom/jme3/renderer/Camera;Z)V+68
j com.jme3.renderer.RenderManager.renderViewPortQueues(Lcom/jme3/renderer/ViewPort;Z)V+60
j com.jme3.renderer.RenderManager.flushQueue(Lcom/jme3/renderer/ViewPort;)V+3
j com.jme3.renderer.RenderManager.renderViewPort(Lcom/jme3/renderer/ViewPort;F)V+457
j com.jme3.renderer.RenderManager.render(FZ)V+149
j com.jme3.app.SimpleApplication.update()V+197
j com.jme3.system.lwjgl.LwjglWindow.runLoop()V+37
j com.jme3.system.lwjgl.LwjglWindow.run()V+54
j java.lang.Thread.run()V+11 java.base@17.0.11
v ~StubRoutines::call_stub
siginfo: EXCEPTION_ACCESS_VIOLATION (0xc0000005), reading address 0x000001311ee31002
Registers:
RAX=0x0000000000000000, RBX=0x0000000000000000, RCX=0x0000000000000003, RDX=0x0000000000000000
RSP=0x000000265e3fd6e8, RBP=0x0000000000001c40, RSI=0x000001311ee31000, RDI=0x0000013109af0f40
R8 =0x0000000000002000, R9 =0x0000013109af0040, R10=0x000001311ee304c0, R11=0x0000013109af0040
R12=0x0000000000008000, R13=0x00007ff90d6770f0, R14=0x00000130d2242e40, R15=0x0000000000006000
RIP=0x00000130e107ff6e, EFLAGS=0x0000000000010202
Register to memory mapping:
RIP=0x00000130e107ff6e points into unknown readable memory: 0f b6
RAX=0x0 is NULL
RBX=0x0 is NULL
RCX=0x0000000000000003 is an unknown value
RDX=0x0 is NULL
RSP=0x000000265e3fd6e8 is pointing into the stack for thread: 0x00000130cca3d490
RBP=0x0000000000001c40 is an unknown value
RSI=0x000001311ee31000 is an unknown value
RDI=0x0000013109af0f40 points into unknown readable memory: 0x004a464c00585158 | 58 51 58 00 4c 46 4a 00
R8 =0x0000000000002000 is an unknown value
R9 =0x0000013109af0040 points into unknown readable memory: 0x0000000000000000 | 00 00 00 00 00 00 00 00
R10=0x000001311ee304c0 points into unknown readable memory: 0x0000000000000000 | 00 00 00 00 00 00 00 00
R11=0x0000013109af0040 points into unknown readable memory: 0x0000000000000000 | 00 00 00 00 00 00 00 00
R12=0x0000000000008000 is an unknown value
R13=0x00007ff90d6770f0 nvoglv64.dll
R14=0x00000130d2242e40 points into unknown readable memory: 0x0000000000200000 | 00 00 20 00 00 00 00 00
R15=0x0000000000006000 is an unknown value
Top of Stack: (sp=0x000000265e3fd6e8)
0x000000265e3fd6e8: 000001311ee304c0 000000265e3fe3b0
0x000000265e3fd6f8: 0000013109af0040 0000000000000007
0x000000265e3fd708: 00007ff90d6777a3 0000013109ab0030
0x000000265e3fd718: 000000000000000f 000001311ee004c0
0x000000265e3fd728: 00000130d2242e40 0000000000000000
0x000000265e3fd738: 0000002600000000 0000002600000000
0x000000265e3fd748: 00000000000007e9 0000000000000000
0x000000265e3fd758: 0000000000002000 000000000000000f
0x000000265e3fd768: 0000000000000000 0000000000000000
0x000000265e3fd778: 0000000000000000 00001808000007f8
0x000000265e3fd788: 0000000000000010 00007ff90d6770f0
0x000000265e3fd798: 0000000f00000000 000000000000000f
0x000000265e3fd7a8: 0000013109ab0040 0000000010000000
0x000000265e3fd7b8: 0000000000000080 0000000207c00000
0x000000265e3fd7c8: 00000130ddb56c50 0000200000000000
0x000000265e3fd7d8: 0000000100002000 0000000000000002
0x000000265e3fd7e8: 0000200000002000 0000000000000001
0x000000265e3fd7f8: 0000000000000004 0000000000000001
0x000000265e3fd808: 0000000000000000 0000000000000000
0x000000265e3fd818: 0000000000000000 0000000000000000
0x000000265e3fd828: 0000000000000000 0000000000000000
0x000000265e3fd838: 0000000000000000 0000000000000000
0x000000265e3fd848: 0000000000000000 0000000000000004
0x000000265e3fd858: 0000000000000006 0000000000000000
0x000000265e3fd868: 0000000000000000 0000000000000000
0x000000265e3fd878: 0000000000000000 0000000000000000
0x000000265e3fd888: 0000000000000000 0000000000000000
0x000000265e3fd898: 0000000000000000 0000000000000056
0x000000265e3fd8a8: 0000000000000001 0000000217f68030
0x000000265e3fd8b8: 00000130ddb576d0 0000000000008000
0x000000265e3fd8c8: 0000000000000000 0000000000000001
0x000000265e3fd8d8: 0000000000000000 0000000000000000
Instructions: (pc=0x00000130e107ff6e)
0x00000130e107fe6e: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00000130e107fe7e: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00000130e107fe8e: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00000130e107fe9e: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00000130e107feae: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00000130e107febe: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00000130e107fece: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00000130e107fede: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00000130e107feee: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00000130e107fefe: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00000130e107ff0e: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00000130e107ff1e: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00000130e107ff2e: 00 00 00 00 00 00 00 00 00 00 80 ff ff ff 00 ff
0x00000130e107ff3e: 00 00 55 48 8b ec 53 56 57 4c 8b da 4c 8b d1 49
0x00000130e107ff4e: 8b f2 49 8b fb 41 8b e8 85 ed 0f 84 4a 00 00 00
0x00000130e107ff5e: b9 03 00 00 00 0f 8f 05 00 00 00 48 f7 d9 f7 dd
0x00000130e107ff6e: 0f b6 5e 02 c1 e3 10 0f b7 16 0b da 48 03 f1 48
0x00000130e107ff7e: 83 c7 04 8b c3 8b d3 81 e0 00 00 ff 00 c1 e8 10
0x00000130e107ff8e: 81 e3 00 ff 00 00 0b d8 81 e2 ff 00 00 00 c1 e2
0x00000130e107ff9e: 10 0b da ff cd 89 5f fc 75 c6 5f 5e 5b 5d c3 00
0x00000130e107ffae: 00 00 00 00 00 00 00 00 00 00 c0 ff ff ff 80 00
0x00000130e107ffbe: 00 00 48 b8 60 93 dc d6 30 01 00 00 48 8b 00 49
0x00000130e107ffce: ba c8 d8 d7 d6 30 01 00 00 48 83 ec 28 48 83 c4
0x00000130e107ffde: 28 c3 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00000130e107ffee: 00 00 00 00 00 00 00 00 00 00 00 00 ff ff 40 00
0x00000130e107fffe: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00000130e108000e: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00000130e108001e: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00000130e108002e: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00000130e108003e: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00000130e108004e: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00000130e108005e: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Stack slot to memory mapping:
stack at sp + 0 slots: 0x000001311ee304c0 points into unknown readable memory: 0x0000000000000000 | 00 00 00 00 00 00 00 00
stack at sp + 1 slots: 0x000000265e3fe3b0 is pointing into the stack for thread: 0x00000130cca3d490
stack at sp + 2 slots: 0x0000013109af0040 points into unknown readable memory: 0x0000000000000000 | 00 00 00 00 00 00 00 00
stack at sp + 3 slots: 0x0000000000000007 is an unknown value
stack at sp + 4 slots: 0x00007ff90d6777a3 nvoglv64.dll
stack at sp + 5 slots: 0x0000013109ab0030 points into unknown readable memory: 0x0000000000000000 | 00 00 00 00 00 00 00 00
stack at sp + 6 slots: 0x000000000000000f is an unknown value
stack at sp + 7 slots: 0x000001311ee004c0 points into unknown readable memory: 0xacbba3a5b29998a6 | a6 98 99 b2 a5 a3 bb ac
--------------- P R O C E S S ---------------
Threads class SMR info:
_java_thread_list=0x00000130d2af6300, length=22, elements={
0x00000130863c9e00, 0x00000130863cac80, 0x00000130863dbac0, 0x00000130863df4b0,
0x00000130863dfe70, 0x00000130863e4860, 0x00000130863ea720, 0x0000013086518140,
0x00000130863edd50, 0x0000013086663fa0, 0x000001308666bae0, 0x00000130ccca7a20,
0x00000130cc850020, 0x00000130d1e5a2e0, 0x00000130cca3e3c0, 0x00000130cca3cf80,
0x00000130cca3d490, 0x00000130cca3e8d0, 0x00000130cca3ede0, 0x00000130cca3f2f0,
0x00000130d2b52050, 0x00000130ddffd8a0
}
Java Threads: ( => current thread )
0x00000130863c9e00 JavaThread "Reference Handler" daemon [_thread_blocked, id=2668, stack(0x000000265ce00000,0x000000265cf00000)]
0x00000130863cac80 JavaThread "Finalizer" daemon [_thread_blocked, id=4932, stack(0x000000265cf00000,0x000000265d000000)]
0x00000130863dbac0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5820, stack(0x000000265d000000,0x000000265d100000)]
0x00000130863df4b0 JavaThread "Attach Listener" daemon [_thread_blocked, id=5284, stack(0x000000265d100000,0x000000265d200000)]
0x00000130863dfe70 JavaThread "Service Thread" daemon [_thread_blocked, id=9472, stack(0x000000265d200000,0x000000265d300000)]
0x00000130863e4860 JavaThread "Monitor Deflation Thread" daemon [_thread_blocked, id=11248, stack(0x000000265d300000,0x000000265d400000)]
0x00000130863ea720 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=3600, stack(0x000000265d400000,0x000000265d500000)]
0x0000013086518140 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=9452, stack(0x000000265d500000,0x000000265d600000)]
0x00000130863edd50 JavaThread "Sweeper thread" daemon [_thread_blocked, id=3824, stack(0x000000265d600000,0x000000265d700000)]
0x0000013086663fa0 JavaThread "Notification Thread" daemon [_thread_blocked, id=11048, stack(0x000000265d700000,0x000000265d800000)]
0x000001308666bae0 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=10504, stack(0x000000265d900000,0x000000265da00000)]
0x00000130ccca7a20 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3720, stack(0x000000265de00000,0x000000265df00000)]
0x00000130cc850020 JavaThread "AWT-Windows" daemon [_thread_in_native, id=10152, stack(0x000000265e000000,0x000000265e100000)]
0x00000130d1e5a2e0 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=200, stack(0x000000265dd00000,0x000000265de00000)]
0x00000130cca3e3c0 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=10892, stack(0x000000265e400000,0x000000265e500000)]
0x00000130cca3cf80 JavaThread "TimerQueue" daemon [_thread_blocked, id=4812, stack(0x000000265e500000,0x000000265e600000)]
=>0x00000130cca3d490 JavaThread "jME3 Main" [_thread_in_native, id=3484, stack(0x000000265e300000,0x000000265e400000)]
0x00000130cca3e8d0 JavaThread "DestroyJavaVM" [_thread_blocked, id=10136, stack(0x000000265c700000,0x000000265c800000)]
0x00000130cca3ede0 JavaThread "LWJGL Deallocator" daemon [_thread_blocked, id=9880, stack(0x000000265ed00000,0x000000265ee00000)]
0x00000130cca3f2f0 JavaThread "jME3 Audio Decoder" daemon [_thread_blocked, id=7504, stack(0x000000265f100000,0x000000265f200000)]
0x00000130d2b52050 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=1168, stack(0x000000265f200000,0x000000265f300000)]
0x00000130ddffd8a0 JavaThread "Physics Cleaner" daemon [_thread_blocked, id=1204, stack(0x000000265df00000,0x000000265e000000)]
Other Threads:
0x00000130863c41e0 VMThread "VM Thread" [stack: 0x000000265cd00000,0x000000265ce00000] [id=5832]
0x0000013086666890 WatcherThread [stack: 0x000000265d800000,0x000000265d900000] [id=3828]
0x00000130e1cb3270 GCTaskThread "GC Thread#0" [stack: 0x000000265c800000,0x000000265c900000] [id=10944]
0x00000130cc645bd0 GCTaskThread "GC Thread#1" [stack: 0x000000265da00000,0x000000265db00000] [id=1116]
0x00000130cc3b67b0 GCTaskThread "GC Thread#2" [stack: 0x000000265db00000,0x000000265dc00000] [id=1836]
0x00000130cc3b6a70 GCTaskThread "GC Thread#3" [stack: 0x000000265dc00000,0x000000265dd00000] [id=8000]
0x00000130e1cc40d0 ConcurrentGCThread "G1 Main Marker" [stack: 0x000000265c900000,0x000000265ca00000] [id=8752]
0x00000130e1cc4af0 ConcurrentGCThread "G1 Conc#0" [stack: 0x000000265ca00000,0x000000265cb00000] [id=8044]
0x000001308627e950 ConcurrentGCThread "G1 Refine#0" [stack: 0x000000265cb00000,0x000000265cc00000] [id=10736]
0x000001308627f380 ConcurrentGCThread "G1 Service" [stack: 0x000000265cc00000,0x000000265cd00000] [id=8604]
Threads with active compile tasks:
VM state: not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap address: 0x0000000700e00000, size: 4082 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
CDS archive(s) mapped at: [0x0000013087000000-0x0000013087bb0000-0x0000013087bb0000), size 12255232, SharedBaseAddress: 0x0000013087000000, ArchiveRelocationMode: 1.
Compressed class space mapped at: 0x0000013088000000-0x00000130c8000000, reserved size: 1073741824
Narrow klass base: 0x0000013087000000, Narrow klass shift: 0, Narrow klass range: 0x100000000
GC Precious Log:
CPUs: 4 total, 4 available
Memory: 16321M
Large Page Support: Disabled
NUMA Support: Disabled
Compressed Oops: Enabled (Zero based)
Heap Region Size: 2M
Heap Min Capacity: 8M
Heap Initial Capacity: 256M
Heap Max Capacity: 4082M
Pre-touch: Disabled
Parallel Workers: 4
Concurrent Workers: 1
Concurrent Refinement Workers: 4
Periodic GC: Disabled
Heap:
garbage-first heap total 342016K, used 178623K [0x0000000700e00000, 0x0000000800000000)
region size 2048K, 49 young (100352K), 1 survivors (2048K)
Metaspace used 27752K, committed 28096K, reserved 1114112K
class space used 2999K, committed 3136K, 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|0x0000000700e00000, 0x0000000700fffff8, 0x0000000701000000| 99%| O| |TAMS 0x0000000700fffff8, 0x0000000700e00000| Untracked
| 1|0x0000000701000000, 0x00000007011ffff0, 0x0000000701200000| 99%| O| |TAMS 0x00000007011ffff0, 0x0000000701000000| Untracked
| 2|0x0000000701200000, 0x0000000701400000, 0x0000000701400000|100%|HS| |TAMS 0x0000000701400000, 0x0000000701200000| Complete
| 3|0x0000000701400000, 0x0000000701600000, 0x0000000701600000|100%| O| |TAMS 0x0000000701600000, 0x0000000701400000| Untracked
| 4|0x0000000701600000, 0x0000000701615488, 0x0000000701800000| 4%| O| |TAMS 0x0000000701615488, 0x0000000701600000| Untracked
| 5|0x0000000701800000, 0x0000000701a00000, 0x0000000701a00000|100%|HS| |TAMS 0x0000000701800000, 0x0000000701800000| Complete
| 6|0x0000000701a00000, 0x0000000701a007c0, 0x0000000701c00000| 0%| O| |TAMS 0x0000000701a007c0, 0x0000000701a00000| Untracked
| 7|0x0000000701c00000, 0x0000000701c00000, 0x0000000701e00000| 0%| F| |TAMS 0x0000000701c00000, 0x0000000701c00000| Untracked
| 8|0x0000000701e00000, 0x0000000701ee4800, 0x0000000702000000| 44%| O| |TAMS 0x0000000701e00000, 0x0000000701e00000| Untracked
| 9|0x0000000702000000, 0x0000000702200000, 0x0000000702200000|100%|HS| |TAMS 0x0000000702000000, 0x0000000702000000| Complete
| 10|0x0000000702200000, 0x0000000702400000, 0x0000000702400000|100%|HC| |TAMS 0x0000000702200000, 0x0000000702200000| Complete
| 11|0x0000000702400000, 0x0000000702600000, 0x0000000702600000|100%| O| |TAMS 0x00000007024e1a00, 0x0000000702400000| Untracked
| 12|0x0000000702600000, 0x0000000702600000, 0x0000000702800000| 0%| F| |TAMS 0x0000000702600000, 0x0000000702600000| Untracked
| 13|0x0000000702800000, 0x0000000702800000, 0x0000000702a00000| 0%| F| |TAMS 0x0000000702800000, 0x0000000702800000| Untracked
| 14|0x0000000702a00000, 0x0000000702c00000, 0x0000000702c00000|100%|HS| |TAMS 0x0000000702c00000, 0x0000000702a00000| Complete
| 15|0x0000000702c00000, 0x0000000702e00000, 0x0000000702e00000|100%|HC| |TAMS 0x0000000702e00000, 0x0000000702c00000| Complete
| 16|0x0000000702e00000, 0x0000000703000000, 0x0000000703000000|100%|HC| |TAMS 0x0000000703000000, 0x0000000702e00000| Complete
| 17|0x0000000703000000, 0x0000000703200000, 0x0000000703200000|100%|HC| |TAMS 0x0000000703200000, 0x0000000703000000| Complete
| 18|0x0000000703200000, 0x0000000703400000, 0x0000000703400000|100%|HC| |TAMS 0x0000000703400000, 0x0000000703200000| Complete
| 19|0x0000000703400000, 0x0000000703600000, 0x0000000703600000|100%|HC| |TAMS 0x0000000703600000, 0x0000000703400000| Complete
| 20|0x0000000703600000, 0x0000000703800000, 0x0000000703800000|100%|HC| |TAMS 0x0000000703800000, 0x0000000703600000| Complete
| 21|0x0000000703800000, 0x0000000703a00000, 0x0000000703a00000|100%|HC| |TAMS 0x0000000703a00000, 0x0000000703800000| Complete
| 22|0x0000000703a00000, 0x0000000703c00000, 0x0000000703c00000|100%|HC| |TAMS 0x0000000703c00000, 0x0000000703a00000| Complete
| 23|0x0000000703c00000, 0x0000000703e00000, 0x0000000703e00000|100%|HC| |TAMS 0x0000000703e00000, 0x0000000703c00000| Complete
| 24|0x0000000703e00000, 0x0000000704000000, 0x0000000704000000|100%|HC| |TAMS 0x0000000704000000, 0x0000000703e00000| Complete
| 25|0x0000000704000000, 0x0000000704200000, 0x0000000704200000|100%|HC| |TAMS 0x0000000704200000, 0x0000000704000000| Complete
| 26|0x0000000704200000, 0x0000000704400000, 0x0000000704400000|100%|HC| |TAMS 0x0000000704400000, 0x0000000704200000| Complete
| 27|0x0000000704400000, 0x0000000704600000, 0x0000000704600000|100%|HC| |TAMS 0x0000000704600000, 0x0000000704400000| Complete
| 28|0x0000000704600000, 0x0000000704800000, 0x0000000704800000|100%|HC| |TAMS 0x0000000704800000, 0x0000000704600000| Complete
| 29|0x0000000704800000, 0x0000000704a00000, 0x0000000704a00000|100%|HC| |TAMS 0x0000000704a00000, 0x0000000704800000| Complete
| 30|0x0000000704a00000, 0x0000000704c00000, 0x0000000704c00000|100%|HC| |TAMS 0x0000000704c00000, 0x0000000704a00000| Complete
| 31|0x0000000704c00000, 0x0000000704e00000, 0x0000000704e00000|100%|HC| |TAMS 0x0000000704e00000, 0x0000000704c00000| Complete
| 32|0x0000000704e00000, 0x0000000705000000, 0x0000000705000000|100%|HC| |TAMS 0x0000000705000000, 0x0000000704e00000| Complete
| 33|0x0000000705000000, 0x0000000705200000, 0x0000000705200000|100%|HC| |TAMS 0x0000000705200000, 0x0000000705000000| Complete
| 34|0x0000000705200000, 0x0000000705400000, 0x0000000705400000|100%|HC| |TAMS 0x0000000705400000, 0x0000000705200000| Complete
| 35|0x0000000705400000, 0x0000000705600000, 0x0000000705600000|100%|HC| |TAMS 0x0000000705600000, 0x0000000705400000| Complete
| 36|0x0000000705600000, 0x0000000705800000, 0x0000000705800000|100%|HC| |TAMS 0x0000000705800000, 0x0000000705600000| Complete
| 37|0x0000000705800000, 0x0000000705a00000, 0x0000000705a00000|100%|HC| |TAMS 0x0000000705a00000, 0x0000000705800000| Complete
| 38|0x0000000705a00000, 0x0000000705c00000, 0x0000000705c00000|100%|HC| |TAMS 0x0000000705c00000, 0x0000000705a00000| Complete
| 39|0x0000000705c00000, 0x0000000705e00000, 0x0000000705e00000|100%|HS| |TAMS 0x0000000705c00000, 0x0000000705c00000| Complete
| 40|0x0000000705e00000, 0x0000000706000000, 0x0000000706000000|100%|HC| |TAMS 0x0000000705e00000, 0x0000000705e00000| Complete
| 41|0x0000000706000000, 0x0000000706200000, 0x0000000706200000|100%|HC| |TAMS 0x0000000706000000, 0x0000000706000000| Complete
| 42|0x0000000706200000, 0x0000000706400000, 0x0000000706400000|100%|HS| |TAMS 0x0000000706200000, 0x0000000706200000| Complete
| 43|0x0000000706400000, 0x0000000706600000, 0x0000000706600000|100%|HC| |TAMS 0x0000000706400000, 0x0000000706400000| Complete
| 44|0x0000000706600000, 0x0000000706800000, 0x0000000706800000|100%|HC| |TAMS 0x0000000706600000, 0x0000000706600000| Complete
| 45|0x0000000706800000, 0x0000000706800000, 0x0000000706a00000| 0%| F| |TAMS 0x0000000706800000, 0x0000000706800000| Untracked
| 46|0x0000000706a00000, 0x0000000706a00000, 0x0000000706c00000| 0%| F| |TAMS 0x0000000706a00000, 0x0000000706a00000| Untracked
| 47|0x0000000706c00000, 0x0000000706c00000, 0x0000000706e00000| 0%| F| |TAMS 0x0000000706c00000, 0x0000000706c00000| Untracked
| 48|0x0000000706e00000, 0x0000000706e00000, 0x0000000707000000| 0%| F| |TAMS 0x0000000706e00000, 0x0000000706e00000| Untracked
| 49|0x0000000707000000, 0x0000000707000000, 0x0000000707200000| 0%| F| |TAMS 0x0000000707000000, 0x0000000707000000| Untracked
| 50|0x0000000707200000, 0x0000000707200000, 0x0000000707400000| 0%| F| |TAMS 0x0000000707200000, 0x0000000707200000| Untracked
| 51|0x0000000707400000, 0x0000000707400000, 0x0000000707600000| 0%| F| |TAMS 0x0000000707400000, 0x0000000707400000| Untracked
| 52|0x0000000707600000, 0x0000000707600000, 0x0000000707800000| 0%| F| |TAMS 0x0000000707600000, 0x0000000707600000| Untracked
| 53|0x0000000707800000, 0x0000000707800000, 0x0000000707a00000| 0%| F| |TAMS 0x0000000707800000, 0x0000000707800000| Untracked
| 54|0x0000000707a00000, 0x0000000707a00000, 0x0000000707c00000| 0%| F| |TAMS 0x0000000707a00000, 0x0000000707a00000| Untracked
| 55|0x0000000707c00000, 0x0000000707c00000, 0x0000000707e00000| 0%| F| |TAMS 0x0000000707c00000, 0x0000000707c00000| Untracked
| 56|0x0000000707e00000, 0x0000000707e00000, 0x0000000708000000| 0%| F| |TAMS 0x0000000707e00000, 0x0000000707e00000| Untracked
| 57|0x0000000708000000, 0x0000000708000000, 0x0000000708200000| 0%| F| |TAMS 0x0000000708000000, 0x0000000708000000| Untracked
| 58|0x0000000708200000, 0x0000000708200000, 0x0000000708400000| 0%| F| |TAMS 0x0000000708200000, 0x0000000708200000| Untracked
| 59|0x0000000708400000, 0x0000000708400000, 0x0000000708600000| 0%| F| |TAMS 0x0000000708400000, 0x0000000708400000| Untracked
| 60|0x0000000708600000, 0x0000000708600000, 0x0000000708800000| 0%| F| |TAMS 0x0000000708600000, 0x0000000708600000| Untracked
| 61|0x0000000708800000, 0x0000000708800000, 0x0000000708a00000| 0%| F| |TAMS 0x0000000708800000, 0x0000000708800000| Untracked
| 62|0x0000000708a00000, 0x0000000708a00000, 0x0000000708c00000| 0%| F| |TAMS 0x0000000708a00000, 0x0000000708a00000| Untracked
| 63|0x0000000708c00000, 0x0000000708c00000, 0x0000000708e00000| 0%| F| |TAMS 0x0000000708c00000, 0x0000000708c00000| Untracked
| 64|0x0000000708e00000, 0x0000000708e00000, 0x0000000709000000| 0%| F| |TAMS 0x0000000708e00000, 0x0000000708e00000| Untracked
| 65|0x0000000709000000, 0x0000000709000000, 0x0000000709200000| 0%| F| |TAMS 0x0000000709000000, 0x0000000709000000| Untracked
| 66|0x0000000709200000, 0x0000000709200000, 0x0000000709400000| 0%| F| |TAMS 0x0000000709200000, 0x0000000709200000| Untracked
| 67|0x0000000709400000, 0x0000000709400000, 0x0000000709600000| 0%| F| |TAMS 0x0000000709400000, 0x0000000709400000| Untracked
| 68|0x0000000709600000, 0x0000000709600000, 0x0000000709800000| 0%| F| |TAMS 0x0000000709600000, 0x0000000709600000| Untracked
| 69|0x0000000709800000, 0x0000000709800000, 0x0000000709a00000| 0%| F| |TAMS 0x0000000709800000, 0x0000000709800000| Untracked
| 70|0x0000000709a00000, 0x0000000709a00000, 0x0000000709c00000| 0%| F| |TAMS 0x0000000709a00000, 0x0000000709a00000| Untracked
| 71|0x0000000709c00000, 0x0000000709c00000, 0x0000000709e00000| 0%| F| |TAMS 0x0000000709c00000, 0x0000000709c00000| Untracked
| 72|0x0000000709e00000, 0x0000000709e00000, 0x000000070a000000| 0%| F| |TAMS 0x0000000709e00000, 0x0000000709e00000| Untracked
| 73|0x000000070a000000, 0x000000070a000000, 0x000000070a200000| 0%| F| |TAMS 0x000000070a000000, 0x000000070a000000| Untracked
| 74|0x000000070a200000, 0x000000070a200000, 0x000000070a400000| 0%| F| |TAMS 0x000000070a200000, 0x000000070a200000| Untracked
| 75|0x000000070a400000, 0x000000070a400000, 0x000000070a600000| 0%| F| |TAMS 0x000000070a400000, 0x000000070a400000| Untracked
| 76|0x000000070a600000, 0x000000070a600000, 0x000000070a800000| 0%| F| |TAMS 0x000000070a600000, 0x000000070a600000| Untracked
| 77|0x000000070a800000, 0x000000070a800000, 0x000000070aa00000| 0%| F| |TAMS 0x000000070a800000, 0x000000070a800000| Untracked
| 78|0x000000070aa00000, 0x000000070aa00000, 0x000000070ac00000| 0%| F| |TAMS 0x000000070aa00000, 0x000000070aa00000| Untracked
| 79|0x000000070ac00000, 0x000000070ac00000, 0x000000070ae00000| 0%| F| |TAMS 0x000000070ac00000, 0x000000070ac00000| Untracked
| 80|0x000000070ae00000, 0x000000070ae00000, 0x000000070b000000| 0%| F| |TAMS 0x000000070ae00000, 0x000000070ae00000| Untracked
| 81|0x000000070b000000, 0x000000070b000000, 0x000000070b200000| 0%| F| |TAMS 0x000000070b000000, 0x000000070b000000| Untracked
| 82|0x000000070b200000, 0x000000070b200000, 0x000000070b400000| 0%| F| |TAMS 0x000000070b200000, 0x000000070b200000| Untracked
| 83|0x000000070b400000, 0x000000070b400000, 0x000000070b600000| 0%| F| |TAMS 0x000000070b400000, 0x000000070b400000| Untracked
| 84|0x000000070b600000, 0x000000070b600000, 0x000000070b800000| 0%| F| |TAMS 0x000000070b600000, 0x000000070b600000| Untracked
| 85|0x000000070b800000, 0x000000070b800000, 0x000000070ba00000| 0%| F| |TAMS 0x000000070b800000, 0x000000070b800000| Untracked
| 86|0x000000070ba00000, 0x000000070ba00000, 0x000000070bc00000| 0%| F| |TAMS 0x000000070ba00000, 0x000000070ba00000| Untracked
| 87|0x000000070bc00000, 0x000000070bc00000, 0x000000070be00000| 0%| F| |TAMS 0x000000070bc00000, 0x000000070bc00000| Untracked
| 88|0x000000070be00000, 0x000000070bf758a8, 0x000000070c000000| 72%| S|CS|TAMS 0x000000070be00000, 0x000000070be00000| Complete
| 89|0x000000070c000000, 0x000000070c000000, 0x000000070c200000| 0%| F| |TAMS 0x000000070c000000, 0x000000070c000000| Untracked
| 90|0x000000070c200000, 0x000000070c200000, 0x000000070c400000| 0%| F| |TAMS 0x000000070c200000, 0x000000070c200000| Untracked
| 91|0x000000070c400000, 0x000000070c400000, 0x000000070c600000| 0%| F| |TAMS 0x000000070c400000, 0x000000070c400000| Untracked
| 92|0x000000070c600000, 0x000000070c600000, 0x000000070c800000| 0%| F| |TAMS 0x000000070c600000, 0x000000070c600000| Untracked
| 93|0x000000070c800000, 0x000000070c800000, 0x000000070ca00000| 0%| F| |TAMS 0x000000070c800000, 0x000000070c800000| Untracked
| 94|0x000000070ca00000, 0x000000070ca00000, 0x000000070cc00000| 0%| F| |TAMS 0x000000070ca00000, 0x000000070ca00000| Untracked
| 95|0x000000070cc00000, 0x000000070cc00000, 0x000000070ce00000| 0%| F| |TAMS 0x000000070cc00000, 0x000000070cc00000| Untracked
| 96|0x000000070ce00000, 0x000000070ce00000, 0x000000070d000000| 0%| F| |TAMS 0x000000070ce00000, 0x000000070ce00000| Untracked
| 97|0x000000070d000000, 0x000000070d000000, 0x000000070d200000| 0%| F| |TAMS 0x000000070d000000, 0x000000070d000000| Untracked
| 98|0x000000070d200000, 0x000000070d200000, 0x000000070d400000| 0%| F| |TAMS 0x000000070d200000, 0x000000070d200000| Untracked
| 99|0x000000070d400000, 0x000000070d400000, 0x000000070d600000| 0%| F| |TAMS 0x000000070d400000, 0x000000070d400000| Untracked
| 100|0x000000070d600000, 0x000000070d600000, 0x000000070d800000| 0%| F| |TAMS 0x000000070d600000, 0x000000070d600000| Untracked
| 101|0x000000070d800000, 0x000000070d800000, 0x000000070da00000| 0%| F| |TAMS 0x000000070d800000, 0x000000070d800000| Untracked
| 102|0x000000070da00000, 0x000000070da00000, 0x000000070dc00000| 0%| F| |TAMS 0x000000070da00000, 0x000000070da00000| Untracked
| 103|0x000000070dc00000, 0x000000070dc00000, 0x000000070de00000| 0%| F| |TAMS 0x000000070dc00000, 0x000000070dc00000| Untracked
| 104|0x000000070de00000, 0x000000070de00000, 0x000000070e000000| 0%| F| |TAMS 0x000000070de00000, 0x000000070de00000| Untracked
| 105|0x000000070e000000, 0x000000070e000000, 0x000000070e200000| 0%| F| |TAMS 0x000000070e000000, 0x000000070e000000| Untracked
| 106|0x000000070e200000, 0x000000070e200000, 0x000000070e400000| 0%| F| |TAMS 0x000000070e200000, 0x000000070e200000| Untracked
| 107|0x000000070e400000, 0x000000070e400000, 0x000000070e600000| 0%| F| |TAMS 0x000000070e400000, 0x000000070e400000| Untracked
| 108|0x000000070e600000, 0x000000070e600000, 0x000000070e800000| 0%| F| |TAMS 0x000000070e600000, 0x000000070e600000| Untracked
| 109|0x000000070e800000, 0x000000070e800000, 0x000000070ea00000| 0%| F| |TAMS 0x000000070e800000, 0x000000070e800000| Untracked
| 110|0x000000070ea00000, 0x000000070ea00000, 0x000000070ec00000| 0%| F| |TAMS 0x000000070ea00000, 0x000000070ea00000| Untracked
| 111|0x000000070ec00000, 0x000000070ec00000, 0x000000070ee00000| 0%| F| |TAMS 0x000000070ec00000, 0x000000070ec00000| Untracked
| 112|0x000000070ee00000, 0x000000070ee00000, 0x000000070f000000| 0%| F| |TAMS 0x000000070ee00000, 0x000000070ee00000| Untracked
| 113|0x000000070f000000, 0x000000070f000000, 0x000000070f200000| 0%| F| |TAMS 0x000000070f000000, 0x000000070f000000| Untracked
| 114|0x000000070f200000, 0x000000070f200000, 0x000000070f400000| 0%| F| |TAMS 0x000000070f200000, 0x000000070f200000| Untracked
| 115|0x000000070f400000, 0x000000070f400000, 0x000000070f600000| 0%| F| |TAMS 0x000000070f400000, 0x000000070f400000| Untracked
| 116|0x000000070f600000, 0x000000070f600000, 0x000000070f800000| 0%| F| |TAMS 0x000000070f600000, 0x000000070f600000| Untracked
| 117|0x000000070f800000, 0x000000070f800000, 0x000000070fa00000| 0%| F| |TAMS 0x000000070f800000, 0x000000070f800000| Untracked
| 118|0x000000070fa00000, 0x000000070fa00000, 0x000000070fc00000| 0%| F| |TAMS 0x000000070fa00000, 0x000000070fa00000| Untracked
| 119|0x000000070fc00000, 0x000000070fd042c0, 0x000000070fe00000| 50%| E| |TAMS 0x000000070fc00000, 0x000000070fc00000| Complete
| 120|0x000000070fe00000, 0x0000000710000000, 0x0000000710000000|100%| E|CS|TAMS 0x000000070fe00000, 0x000000070fe00000| Complete
| 121|0x0000000710000000, 0x0000000710200000, 0x0000000710200000|100%| E|CS|TAMS 0x0000000710000000, 0x0000000710000000| Complete
| 122|0x0000000710200000, 0x0000000710400000, 0x0000000710400000|100%| E|CS|TAMS 0x0000000710200000, 0x0000000710200000| Complete
| 123|0x0000000710400000, 0x0000000710600000, 0x0000000710600000|100%| E|CS|TAMS 0x0000000710400000, 0x0000000710400000| Complete
| 124|0x0000000710600000, 0x0000000710800000, 0x0000000710800000|100%| E|CS|TAMS 0x0000000710600000, 0x0000000710600000| Complete
| 125|0x0000000710800000, 0x0000000710a00000, 0x0000000710a00000|100%| E|CS|TAMS 0x0000000710800000, 0x0000000710800000| Complete
| 126|0x0000000710a00000, 0x0000000710c00000, 0x0000000710c00000|100%| E|CS|TAMS 0x0000000710a00000, 0x0000000710a00000| Complete
| 127|0x0000000710c00000, 0x0000000710e00000, 0x0000000710e00000|100%| E|CS|TAMS 0x0000000710c00000, 0x0000000710c00000| Complete
| 128|0x0000000710e00000, 0x0000000711000000, 0x0000000711000000|100%| E|CS|TAMS 0x0000000710e00000, 0x0000000710e00000| Complete
| 129|0x0000000711000000, 0x0000000711200000, 0x0000000711200000|100%| E|CS|TAMS 0x0000000711000000, 0x0000000711000000| Complete
| 130|0x0000000711200000, 0x0000000711400000, 0x0000000711400000|100%| E|CS|TAMS 0x0000000711200000, 0x0000000711200000| Complete
| 131|0x0000000711400000, 0x0000000711600000, 0x0000000711600000|100%| E|CS|TAMS 0x0000000711400000, 0x0000000711400000| Complete
| 132|0x0000000711600000, 0x0000000711800000, 0x0000000711800000|100%| E|CS|TAMS 0x0000000711600000, 0x0000000711600000| Complete
| 133|0x0000000711800000, 0x0000000711a00000, 0x0000000711a00000|100%| E|CS|TAMS 0x0000000711800000, 0x0000000711800000| Complete
| 134|0x0000000711a00000, 0x0000000711c00000, 0x0000000711c00000|100%| E|CS|TAMS 0x0000000711a00000, 0x0000000711a00000| Complete
| 135|0x0000000711c00000, 0x0000000711e00000, 0x0000000711e00000|100%| E|CS|TAMS 0x0000000711c00000, 0x0000000711c00000| Complete
| 136|0x0000000711e00000, 0x0000000712000000, 0x0000000712000000|100%| E|CS|TAMS 0x0000000711e00000, 0x0000000711e00000| Complete
| 137|0x0000000712000000, 0x0000000712200000, 0x0000000712200000|100%| E|CS|TAMS 0x0000000712000000, 0x0000000712000000| Complete
| 138|0x0000000712200000, 0x0000000712400000, 0x0000000712400000|100%| E|CS|TAMS 0x0000000712200000, 0x0000000712200000| Complete
| 139|0x0000000712400000, 0x0000000712600000, 0x0000000712600000|100%| E|CS|TAMS 0x0000000712400000, 0x0000000712400000| Complete
| 140|0x0000000712600000, 0x0000000712800000, 0x0000000712800000|100%| E|CS|TAMS 0x0000000712600000, 0x0000000712600000| Complete
| 141|0x0000000712800000, 0x0000000712a00000, 0x0000000712a00000|100%| E|CS|TAMS 0x0000000712800000, 0x0000000712800000| Complete
| 142|0x0000000712a00000, 0x0000000712c00000, 0x0000000712c00000|100%| E|CS|TAMS 0x0000000712a00000, 0x0000000712a00000| Complete
| 143|0x0000000712c00000, 0x0000000712e00000, 0x0000000712e00000|100%| E|CS|TAMS 0x0000000712c00000, 0x0000000712c00000| Complete
| 144|0x0000000712e00000, 0x0000000713000000, 0x0000000713000000|100%| E|CS|TAMS 0x0000000712e00000, 0x0000000712e00000| Complete
| 145|0x0000000713000000, 0x0000000713200000, 0x0000000713200000|100%| E|CS|TAMS 0x0000000713000000, 0x0000000713000000| Complete
| 146|0x0000000713200000, 0x0000000713400000, 0x0000000713400000|100%| E|CS|TAMS 0x0000000713200000, 0x0000000713200000| Complete
| 147|0x0000000713400000, 0x0000000713600000, 0x0000000713600000|100%| E|CS|TAMS 0x0000000713400000, 0x0000000713400000| Complete
| 148|0x0000000713600000, 0x0000000713800000, 0x0000000713800000|100%| E|CS|TAMS 0x0000000713600000, 0x0000000713600000| Complete
| 149|0x0000000713800000, 0x0000000713a00000, 0x0000000713a00000|100%| E|CS|TAMS 0x0000000713800000, 0x0000000713800000| Complete
| 150|0x0000000713a00000, 0x0000000713c00000, 0x0000000713c00000|100%| E|CS|TAMS 0x0000000713a00000, 0x0000000713a00000| Complete
| 151|0x0000000713c00000, 0x0000000713e00000, 0x0000000713e00000|100%| E|CS|TAMS 0x0000000713c00000, 0x0000000713c00000| Complete
| 152|0x0000000713e00000, 0x0000000714000000, 0x0000000714000000|100%| E|CS|TAMS 0x0000000713e00000, 0x0000000713e00000| Complete
| 153|0x0000000714000000, 0x0000000714200000, 0x0000000714200000|100%| E|CS|TAMS 0x0000000714000000, 0x0000000714000000| Complete
| 154|0x0000000714200000, 0x0000000714400000, 0x0000000714400000|100%| E|CS|TAMS 0x0000000714200000, 0x0000000714200000| Complete
| 155|0x0000000714400000, 0x0000000714600000, 0x0000000714600000|100%| E|CS|TAMS 0x0000000714400000, 0x0000000714400000| Complete
| 156|0x0000000714600000, 0x0000000714800000, 0x0000000714800000|100%| E|CS|TAMS 0x0000000714600000, 0x0000000714600000| Complete
| 157|0x0000000714800000, 0x0000000714a00000, 0x0000000714a00000|100%| E|CS|TAMS 0x0000000714800000, 0x0000000714800000| Complete
| 158|0x0000000714a00000, 0x0000000714c00000, 0x0000000714c00000|100%| E|CS|TAMS 0x0000000714a00000, 0x0000000714a00000| Complete
| 159|0x0000000714c00000, 0x0000000714e00000, 0x0000000714e00000|100%| E|CS|TAMS 0x0000000714c00000, 0x0000000714c00000| Complete
| 160|0x0000000714e00000, 0x0000000715000000, 0x0000000715000000|100%| E|CS|TAMS 0x0000000714e00000, 0x0000000714e00000| Complete
| 161|0x0000000715000000, 0x0000000715200000, 0x0000000715200000|100%| E|CS|TAMS 0x0000000715000000, 0x0000000715000000| Complete
| 162|0x0000000715200000, 0x0000000715400000, 0x0000000715400000|100%| E|CS|TAMS 0x0000000715200000, 0x0000000715200000| Complete
| 163|0x0000000715400000, 0x0000000715600000, 0x0000000715600000|100%| E|CS|TAMS 0x0000000715400000, 0x0000000715400000| Complete
| 164|0x0000000715600000, 0x0000000715800000, 0x0000000715800000|100%| E|CS|TAMS 0x0000000715600000, 0x0000000715600000| Complete
| 165|0x0000000715800000, 0x0000000715a00000, 0x0000000715a00000|100%| E|CS|TAMS 0x0000000715800000, 0x0000000715800000| Complete
| 166|0x0000000715a00000, 0x0000000715c00000, 0x0000000715c00000|100%| E|CS|TAMS 0x0000000715a00000, 0x0000000715a00000| Complete
Card table byte_map: [0x00000130fad70000,0x00000130fb570000] _byte_map_base: 0x00000130f7569000
Marking Bits (Prev, Next): (CMBitMap*) 0x00000130e1cb38d0, (CMBitMap*) 0x00000130e1cb3890
Prev Bits: [0x0000013080000000, 0x0000013083fc8000)
Next Bits: [0x00000130fbd70000, 0x00000130ffd38000)
Polling page: 0x00000130e1d00000
Metaspace:
Usage:
Non-class: 24.17 MB used.
Class: 2.93 MB used.
Both: 27.10 MB used.
Virtual space:
Non-class space: 64.00 MB reserved, 24.38 MB ( 38%) committed, 1 nodes.
Class space: 1.00 GB reserved, 3.06 MB ( <1%) committed, 1 nodes.
Both: 1.06 GB reserved, 27.44 MB ( 3%) committed.
Chunk freelists:
Non-Class: 7.66 MB
Class: 12.77 MB
Both: 20.42 MB
MaxMetaspaceSize: unlimited
CompressedClassSpaceSize: 1.00 GB
Initial GC threshold: 21.00 MB
Current GC threshold: 42.19 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: 0.
num_arena_births: 332.
num_arena_deaths: 0.
num_vsnodes_births: 2.
num_vsnodes_deaths: 0.
num_space_committed: 437.
num_space_uncommitted: 0.
num_chunks_returned_to_freelist: 0.
num_chunks_taken_from_freelist: 898.
num_chunk_merges: 0.
num_chunk_splits: 602.
num_chunks_enlarged: 411.
num_inconsistent_stats: 0.
CodeHeap 'non-profiled nmethods': size=120000Kb used=1854Kb max_used=1854Kb free=118145Kb
bounds [0x00000130f2a10000, 0x00000130f2c80000, 0x00000130f9f40000]
CodeHeap 'profiled nmethods': size=120000Kb used=6098Kb max_used=6098Kb free=113902Kb
bounds [0x00000130eaf40000, 0x00000130eb540000, 0x00000130f2470000]
CodeHeap 'non-nmethods': size=5760Kb used=1879Kb max_used=1930Kb free=3881Kb
bounds [0x00000130f2470000, 0x00000130f26e0000, 0x00000130f2a10000]
total_blobs=4564 nmethods=3178 adapters=1298
compilation: enabled
stopped_count=0, restarted_count=0
full_count=0
Compilation events (20 events):
Event: 5.083 Thread 0x00000130d2b52050 nmethod 3162 0x00000130f2bd2390 code [0x00000130f2bd2540, 0x00000130f2bd2918]
Event: 5.083 Thread 0x00000130d2b52050 3157 4 java.util.regex.Pattern::newCharProperty (39 bytes)
Event: 5.085 Thread 0x00000130863ea720 nmethod 3049 0x00000130f2bd2d10 code [0x00000130f2bd3100, 0x00000130f2bd8de8]
Event: 5.085 Thread 0x00000130863ea720 3159 4 java.util.regex.Pattern::qtype (39 bytes)
Event: 5.086 Thread 0x00000130d2b52050 nmethod 3157 0x00000130f2bdb990 code [0x00000130f2bdbb20, 0x00000130f2bdbe38]
Event: 5.086 Thread 0x00000130863ea720 nmethod 3159 0x00000130f2bdbf90 code [0x00000130f2bdc120, 0x00000130f2bdc278]
Event: 5.086 Thread 0x00000130d2b52050 3161 4 java.util.regex.Pattern::curly (66 bytes)
Event: 5.086 Thread 0x00000130863ea720 3035 4 java.util.ArrayList::<init> (61 bytes)
Event: 5.088 Thread 0x00000130863ea720 nmethod 3035 0x00000130f2bdc390 code [0x00000130f2bdc520, 0x00000130f2bdc878]
Event: 5.088 Thread 0x00000130863ea720 3014 ! 4 java.nio.charset.CharsetDecoder::decode (275 bytes)
Event: 5.091 Thread 0x00000130d2b52050 nmethod 3161 0x00000130f2bdc990 code [0x00000130f2bdcb60, 0x00000130f2bdd1b8]
Event: 5.091 Thread 0x00000130d2b52050 3090 4 java.nio.Buffer::rewind (12 bytes)
Event: 5.091 Thread 0x00000130863ea720 nmethod 3014 0x00000130f2bdd490 code [0x00000130f2bdd640, 0x00000130f2bdd938]
Event: 5.091 Thread 0x00000130863ea720 3138 4 java.awt.image.ComponentColorModel::extractComponent (499 bytes)
Event: 5.091 Thread 0x00000130d2b52050 nmethod 3090 0x00000130f2bddd90 code [0x00000130f2bddf00, 0x00000130f2bddf98]
Event: 5.091 Thread 0x00000130d2b52050 3136 4 java.awt.image.BufferedImage::getRGB (18 bytes)
Event: 5.093 Thread 0x00000130863ea720 nmethod 3138 0x00000130f2bde090 code [0x00000130f2bde220, 0x00000130f2bde3f8]
Event: 5.093 Thread 0x00000130863ea720 3103 4 com.jme3.scene.mesh.IndexIntBuffer::get (9 bytes)
Event: 5.094 Thread 0x00000130863ea720 nmethod 3103 0x00000130f2bde690 code [0x00000130f2bde820, 0x00000130f2bde938]
Event: 5.098 Thread 0x00000130d2b52050 nmethod 3136 0x00000130f2bdeb10 code [0x00000130f2bdece0, 0x00000130f2bdf368]
GC Heap History (20 events):
Event: 0.509 GC heap before
{Heap before GC invocations=1 (full 0):
garbage-first heap total 262144K, used 14759K [0x0000000700e00000, 0x0000000800000000)
region size 2048K, 7 young (14336K), 1 survivors (2048K)
Metaspace used 7070K, committed 7232K, reserved 1114112K
class space used 815K, committed 896K, reserved 1048576K
}
Event: 0.511 GC heap after
{Heap after GC invocations=2 (full 0):
garbage-first heap total 262144K, used 4098K [0x0000000700e00000, 0x0000000800000000)
region size 2048K, 1 young (2048K), 1 survivors (2048K)
Metaspace used 7070K, committed 7232K, reserved 1114112K
class space used 815K, committed 896K, reserved 1048576K
}
Event: 2.388 GC heap before
{Heap before GC invocations=2 (full 0):
garbage-first heap total 262144K, used 18434K [0x0000000700e00000, 0x0000000800000000)
region size 2048K, 8 young (16384K), 1 survivors (2048K)
Metaspace used 19452K, committed 19776K, reserved 1114112K
class space used 2315K, committed 2496K, reserved 1048576K
}
Event: 2.398 GC heap after
{Heap after GC invocations=3 (full 1):
garbage-first heap total 40960K, used 8279K [0x0000000700e00000, 0x0000000800000000)
region size 2048K, 0 young (0K), 0 survivors (0K)
Metaspace used 19452K, committed 19776K, reserved 1114112K
class space used 2315K, committed 2496K, reserved 1048576K
}
Event: 2.400 GC heap before
{Heap before GC invocations=3 (full 1):
garbage-first heap total 40960K, used 8279K [0x0000000700e00000, 0x0000000800000000)
region size 2048K, 0 young (0K), 0 survivors (0K)
Metaspace used 19452K, committed 19776K, reserved 1114112K
class space used 2315K, committed 2496K, reserved 1048576K
}
Event: 2.410 GC heap after
{Heap after GC invocations=4 (full 2):
garbage-first heap total 40960K, used 8279K [0x0000000700e00000, 0x0000000800000000)
region size 2048K, 0 young (0K), 0 survivors (0K)
Metaspace used 19452K, committed 19776K, reserved 1114112K
class space used 2315K, committed 2496K, reserved 1048576K
}
Event: 3.113 GC heap before
{Heap before GC invocations=4 (full 2):
garbage-first heap total 40960K, used 20567K [0x0000000700e00000, 0x0000000800000000)
region size 2048K, 6 young (12288K), 0 survivors (0K)
Metaspace used 23569K, committed 23872K, reserved 1114112K
class space used 2576K, committed 2752K, reserved 1048576K
}
Event: 3.114 GC heap after
{Heap after GC invocations=5 (full 2):
garbage-first heap total 40960K, used 11331K [0x0000000700e00000, 0x0000000800000000)
region size 2048K, 1 young (2048K), 1 survivors (2048K)
Metaspace used 23569K, committed 23872K, reserved 1114112K
class space used 2576K, committed 2752K, reserved 1048576K
}
Event: 3.346 GC heap before
{Heap before GC invocations=5 (full 2):
garbage-first heap total 40960K, used 17475K [0x0000000700e00000, 0x0000000800000000)
region size 2048K, 6 young (12288K), 1 survivors (2048K)
Metaspace used 25474K, committed 25792K, reserved 1114112K
class space used 2798K, committed 2944K, reserved 1048576K
}
Event: 3.347 GC heap after
{Heap after GC invocations=6 (full 2):
garbage-first heap total 40960K, used 11762K [0x0000000700e00000, 0x0000000800000000)
region size 2048K, 1 young (2048K), 1 survivors (2048K)
Metaspace used 25474K, committed 25792K, reserved 1114112K
class space used 2798K, committed 2944K, reserved 1048576K
}
Event: 3.475 GC heap before
{Heap before GC invocations=6 (full 2):
garbage-first heap total 40960K, used 26098K [0x0000000700e00000, 0x0000000800000000)
region size 2048K, 6 young (12288K), 1 survivors (2048K)
Metaspace used 25613K, committed 25920K, reserved 1114112K
class space used 2811K, committed 2944K, reserved 1048576K
}
Event: 3.477 GC heap after
{Heap after GC invocations=7 (full 2):
garbage-first heap total 40960K, used 11719K [0x0000000700e00000, 0x0000000800000000)
region size 2048K, 1 young (2048K), 1 survivors (2048K)
Metaspace used 25613K, committed 25920K, reserved 1114112K
class space used 2811K, committed 2944K, reserved 1048576K
}
Event: 3.566 GC heap before
{Heap before GC invocations=7 (full 2):
garbage-first heap total 81920K, used 69063K [0x0000000700e00000, 0x0000000800000000)
region size 2048K, 6 young (12288K), 1 survivors (2048K)
Metaspace used 25619K, committed 25920K, reserved 1114112K
class space used 2811K, committed 2944K, reserved 1048576K
}
Event: 3.568 GC heap after
{Heap after GC invocations=8 (full 2):
garbage-first heap total 81920K, used 64477K [0x0000000700e00000, 0x0000000800000000)
region size 2048K, 1 young (2048K), 1 survivors (2048K)
Metaspace used 25619K, committed 25920K, reserved 1114112K
class space used 2811K, committed 2944K, reserved 1048576K
}
Event: 3.581 GC heap before
{Heap before GC invocations=8 (full 2):
garbage-first heap total 81920K, used 64477K [0x0000000700e00000, 0x0000000800000000)
region size 2048K, 2 young (4096K), 1 survivors (2048K)
Metaspace used 25619K, committed 25920K, reserved 1114112K
class space used 2811K, committed 2944K, reserved 1048576K
}
Event: 3.582 GC heap after
{Heap after GC invocations=9 (full 2):
garbage-first heap total 81920K, used 64761K [0x0000000700e00000, 0x0000000800000000)
region size 2048K, 1 young (2048K), 1 survivors (2048K)
Metaspace used 25619K, committed 25920K, reserved 1114112K
class space used 2811K, committed 2944K, reserved 1048576K
}
Event: 3.598 GC heap before
{Heap before GC invocations=9 (full 2):
garbage-first heap total 120832K, used 62713K [0x0000000700e00000, 0x0000000800000000)
region size 2048K, 2 young (4096K), 1 survivors (2048K)
Metaspace used 25619K, committed 25920K, reserved 1114112K
class space used 2811K, committed 2944K, reserved 1048576K
}
Event: 3.599 GC heap after
{Heap after GC invocations=10 (full 2):
garbage-first heap total 342016K, used 63003K [0x0000000700e00000, 0x0000000800000000)
region size 2048K, 1 young (2048K), 1 survivors (2048K)
Metaspace used 25619K, committed 25920K, reserved 1114112K
class space used 2811K, committed 2944K, reserved 1048576K
}
Event: 4.563 GC heap before
{Heap before GC invocations=11 (full 2):
garbage-first heap total 342016K, used 275995K [0x0000000700e00000, 0x0000000800000000)
region size 2048K, 79 young (161792K), 1 survivors (2048K)
Metaspace used 26108K, committed 26432K, reserved 1114112K
class space used 2869K, committed 3008K, reserved 1048576K
}
Event: 4.564 GC heap after
{Heap after GC invocations=12 (full 2):
garbage-first heap total 342016K, used 63935K [0x0000000700e00000, 0x0000000800000000)
region size 2048K, 1 young (2048K), 1 survivors (2048K)
Metaspace used 26108K, committed 26432K, reserved 1114112K
class space used 2869K, committed 3008K, reserved 1048576K
}
Dll operation events (16 events):
Event: 0.004 Loaded shared library C:\Users\AidenFox\.jdks\liberica-17.0.11\bin\java.dll
Event: 0.018 Loaded shared library C:\Users\AidenFox\.jdks\liberica-17.0.11\bin\jsvml.dll
Event: 0.064 Loaded shared library C:\Users\AidenFox\.jdks\liberica-17.0.11\bin\net.dll
Event: 0.065 Loaded shared library C:\Users\AidenFox\.jdks\liberica-17.0.11\bin\nio.dll
Event: 0.067 Loaded shared library C:\Users\AidenFox\.jdks\liberica-17.0.11\bin\zip.dll
Event: 0.110 Loaded shared library C:\Users\AidenFox\.jdks\liberica-17.0.11\bin\jimage.dll
Event: 0.341 Loaded shared library C:\Users\AidenFox\.jdks\liberica-17.0.11\bin\management.dll
Event: 0.343 Loaded shared library C:\Users\AidenFox\.jdks\liberica-17.0.11\bin\management_ext.dll
Event: 0.633 Loaded shared library C:\Users\AidenFox\.jdks\liberica-17.0.11\bin\awt.dll
Event: 0.895 Loaded shared library C:\Users\AidenFox\.jdks\liberica-17.0.11\bin\prefs.dll
Event: 1.018 Loaded shared library C:\Users\AidenFox\.jdks\liberica-17.0.11\bin\freetype.dll
Event: 1.018 Loaded shared library C:\Users\AidenFox\.jdks\liberica-17.0.11\bin\fontmanager.dll
Event: 2.430 Loaded shared library C:\Users\AidenFox\Documents\GitHub\FrozenLands2\bulletjme.dll
Event: 2.473 Loaded shared library C:\Temp\lwjgl_AidenFox\3.3.2+13\x64\lwjgl.dll
Event: 2.973 Loaded shared library C:\Temp\lwjgl_AidenFox\3.3.2+13\x64\lwjgl_opengl.dll
Event: 3.473 Loaded shared library C:\Users\AidenFox\.jdks\liberica-17.0.11\bin\javajpeg.dll
Deoptimization events (20 events):
Event: 5.005 Thread 0x00000130cca3d490 DEOPT PACKING pc=0x00000130f2bc3fc4 sp=0x000000265e3fecf0
Event: 5.006 Thread 0x00000130cca3d490 DEOPT UNPACKING pc=0x00000130f24c69a3 sp=0x000000265e3feca0 mode 2
Event: 5.016 Thread 0x00000130cca3d490 Uncommon trap: trap_request=0xffffffcc fr.pc=0x00000130f2bbceb0 relative=0x0000000000002ab0
Event: 5.016 Thread 0x00000130cca3d490 Uncommon trap: reason=intrinsic_or_type_checked_inlining action=make_not_entrant pc=0x00000130f2bbceb0 method=java.util.ArrayList$SubList.toArray([Ljava/lang/Object;)[Ljava/lang/Object; @ 58 c2
Event: 5.016 Thread 0x00000130cca3d490 DEOPT PACKING pc=0x00000130f2bbceb0 sp=0x000000265e3fecc0
Event: 5.016 Thread 0x00000130cca3d490 DEOPT UNPACKING pc=0x00000130f24c69a3 sp=0x000000265e3fec30 mode 2
Event: 5.017 Thread 0x00000130cca3d490 DEOPT PACKING pc=0x00000130eb5174db sp=0x000000265e3fe720
Event: 5.017 Thread 0x00000130cca3d490 DEOPT UNPACKING pc=0x00000130f24c7143 sp=0x000000265e3fdbe0 mode 0
Event: 5.028 Thread 0x00000130cca3d490 Uncommon trap: trap_request=0xffffff45 fr.pc=0x00000130f2ba8db4 relative=0x0000000000000fd4
Event: 5.028 Thread 0x00000130cca3d490 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000130f2ba8db4 method=jdk.internal.math.FloatingDecimal.readJavaFormatString(Ljava/lang/String;)Ljdk/internal/math/FloatingDecimal$ASCIIToBinaryConverter; @ 235 c2
Event: 5.028 Thread 0x00000130cca3d490 DEOPT PACKING pc=0x00000130f2ba8db4 sp=0x000000265e3fe9f0
Event: 5.028 Thread 0x00000130cca3d490 DEOPT UNPACKING pc=0x00000130f24c69a3 sp=0x000000265e3fe950 mode 2
Event: 5.032 Thread 0x00000130cca3d490 DEOPT PACKING pc=0x00000130f2bafd44 sp=0x000000265e3fe460
Event: 5.032 Thread 0x00000130cca3d490 DEOPT UNPACKING pc=0x00000130f24c7143 sp=0x000000265e3fd938 mode 0
Event: 5.036 Thread 0x00000130cca3d490 Uncommon trap: trap_request=0xffffff45 fr.pc=0x00000130f2bc91ec relative=0x00000000000000ac
Event: 5.036 Thread 0x00000130cca3d490 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000130f2bc91ec method=java.lang.Math.max(FF)F @ 11 c2
Event: 5.037 Thread 0x00000130cca3d490 DEOPT PACKING pc=0x00000130f2bc91ec sp=0x000000265e3ff0e0
Event: 5.037 Thread 0x00000130cca3d490 DEOPT UNPACKING pc=0x00000130f24c69a3 sp=0x000000265e3ff080 mode 2
Event: 5.050 Thread 0x00000130cca3d490 DEOPT PACKING pc=0x00000130eafaf35b sp=0x000000265e3fe540
Event: 5.050 Thread 0x00000130cca3d490 DEOPT UNPACKING pc=0x00000130f24c7143 sp=0x000000265e3fda60 mode 0
Classes unloaded (0 events):
No events
Classes redefined (0 events):
No events
Internal exceptions (20 events):
Event: 2.472 Thread 0x00000130cca3d490 Exception <a 'sun/nio/fs/WindowsException'{0x00000007033a9e20}> (0x00000007033a9e20)
thrown [s\src\hotspot\share\prims\jni.cpp, line 516]
Event: 2.472 Thread 0x00000130cca3d490 Exception <a 'sun/nio/fs/WindowsException'{0x00000007033aa0e8}> (0x00000007033aa0e8)
thrown [s\src\hotspot\share\prims\jni.cpp, line 516]
Event: 2.489 Thread 0x00000130cca3d490 Exception <a 'java/lang/NoSuchMethodError'{0x00000007030209d0}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, java.lang.Object, int, long)'> (0x00000007030209d0)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 2.490 Thread 0x00000130cca3d490 Exception <a 'java/lang/NoSuchMethodError'{0x00000007030262b8}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.newInvokeSpecial(java.lang.Object, java.lang.Object, int)'> (0x00000007030262b8)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 2.491 Thread 0x00000130cca3d490 Exception <a 'java/lang/NoSuchMethodError'{0x000000070303a398}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, java.lang.Object, long, long)'> (0x000000070303a398)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 2.492 Thread 0x00000130cca3d490 Exception <a 'java/lang/NoSuchMethodError'{0x0000000703040288}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.newInvokeSpecial(java.lang.Object, java.lang.Object, long)'> (0x0000000703040288)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 2.492 Thread 0x00000130cca3d490 Exception <a 'java/lang/NoSuchMethodError'{0x0000000703043b50}: 'java.lang.Object java.lang.invoke.Invokers$Holder.linkToTargetMethod(java.lang.Object, long, java.lang.Object)'> (0x0000000703043b50)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 2.492 Thread 0x00000130cca3d490 Exception <a 'java/lang/NoSuchMethodError'{0x000000070304b020}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, java.lang.Object, java.lang.Object, long)'> (0x000000070304b020)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 2.504 Thread 0x00000130cca3d490 Exception <a 'sun/nio/fs/WindowsException'{0x00000007030ee3e8}> (0x00000007030ee3e8)
thrown [s\src\hotspot\share\prims\jni.cpp, line 516]
Event: 2.504 Thread 0x00000130cca3d490 Exception <a 'sun/nio/fs/WindowsException'{0x00000007030ee6f8}> (0x00000007030ee6f8)
thrown [s\src\hotspot\share\prims\jni.cpp, line 516]
Event: 2.525 Thread 0x00000130cca3d490 Exception <a 'sun/nio/fs/WindowsException'{0x0000000703196758}> (0x0000000703196758)
thrown [s\src\hotspot\share\prims\jni.cpp, line 516]
Event: 2.525 Thread 0x00000130cca3d490 Exception <a 'sun/nio/fs/WindowsException'{0x000000070319ccd8}> (0x000000070319ccd8)
thrown [s\src\hotspot\share\prims\jni.cpp, line 516]
Event: 2.966 Thread 0x00000130cca3d490 Exception <a 'sun/nio/fs/WindowsException'{0x0000000702e20e10}> (0x0000000702e20e10)
thrown [s\src\hotspot\share\prims\jni.cpp, line 516]
Event: 2.966 Thread 0x00000130cca3d490 Exception <a 'sun/nio/fs/WindowsException'{0x0000000702e21130}> (0x0000000702e21130)
thrown [s\src\hotspot\share\prims\jni.cpp, line 516]
Event: 2.978 Thread 0x00000130cca3d490 Exception <a 'sun/nio/fs/WindowsException'{0x0000000702e2f4f8}> (0x0000000702e2f4f8)
thrown [s\src\hotspot\share\prims\jni.cpp, line 516]
Event: 2.978 Thread 0x00000130cca3d490 Exception <a 'sun/nio/fs/WindowsException'{0x0000000702e2f750}> (0x0000000702e2f750)
thrown [s\src\hotspot\share\prims\jni.cpp, line 516]
Event: 3.156 Thread 0x00000130cca3d490 Exception <a 'sun/nio/fs/WindowsException'{0x0000000710b88eb8}> (0x0000000710b88eb8)
thrown [s\src\hotspot\share\prims\jni.cpp, line 516]
Event: 3.156 Thread 0x00000130cca3d490 Exception <a 'sun/nio/fs/WindowsException'{0x0000000710b891b0}> (0x0000000710b891b0)
thrown [s\src\hotspot\share\prims\jni.cpp, line 516]
Event: 3.213 Thread 0x00000130cca3d490 Exception <a 'java/lang/NoSuchMethodError'{0x0000000710bc5f88}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.newInvokeSpecial(java.lang.Object, long)'> (0x0000000710bc5f88)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 4.211 Thread 0x00000130cca3d490 Exception <a 'java/lang/NoSuchMethodError'{0x000000070fdbf2b0}: 'java.lang.Object java.lang.invoke.Invokers$Holder.linkToTargetMethod(java.lang.Object, java.lang.Object, int, int, java.lang.Object)'> (0x000000070fdbf2b0)
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
VM Operations (20 events):
Event: 3.475 Executing VM operation: G1TryInitiateConcMark
Event: 3.477 Executing VM operation: G1TryInitiateConcMark done
Event: 3.566 Executing VM operation: G1CollectForAllocation
Event: 3.568 Executing VM operation: G1CollectForAllocation done
Event: 3.581 Executing VM operation: G1CollectForAllocation
Event: 3.582 Executing VM operation: G1CollectForAllocation done
Event: 3.593 Executing VM operation: G1PauseRemark
Event: 3.595 Executing VM operation: G1PauseRemark done
Event: 3.598 Executing VM operation: G1CollectForAllocation
Event: 3.599 Executing VM operation: G1CollectForAllocation done
Event: 3.601 Executing VM operation: G1PauseCleanup
Event: 3.601 Executing VM operation: G1PauseCleanup done
Event: 4.247 Executing VM operation: HandshakeAllThreads
Event: 4.247 Executing VM operation: HandshakeAllThreads done
Event: 4.563 Executing VM operation: G1CollectForAllocation
Event: 4.564 Executing VM operation: G1CollectForAllocation done
Event: 4.882 Executing VM operation: HandshakeAllThreads
Event: 4.883 Executing VM operation: HandshakeAllThreads done
Event: 5.032 Executing VM operation: HandshakeAllThreads
Event: 5.032 Executing VM operation: HandshakeAllThreads done
Events (20 events):
Event: 4.214 Thread 0x00000130d2b52050 Thread added: 0x00000130d2b52050
Event: 4.594 loading class sun/awt/AppContext$PostShutdownEventRunnable
Event: 4.594 loading class sun/awt/AppContext$PostShutdownEventRunnable done
Event: 4.594 loading class sun/awt/AWTAutoShutdown$1
Event: 4.594 loading class sun/awt/AWTAutoShutdown$1 done
Event: 4.594 Thread 0x00000130ccc11d10 Thread exited: 0x00000130ccc11d10
Event: 4.594 Thread 0x00000130cc6f6ca0 Thread exited: 0x00000130cc6f6ca0
Event: 4.691 loading class javax/imageio/ImageTypeSpecifier$Grayscale
Event: 4.691 loading class javax/imageio/ImageTypeSpecifier$Grayscale done
Event: 4.762 loading class java/util/concurrent/ExecutionException
Event: 4.762 loading class java/util/concurrent/ExecutionException done
Event: 4.776 Thread 0x00000130ddffd8a0 Thread added: 0x00000130ddffd8a0
Event: 4.784 loading class jdk/internal/math/FDBigInteger
Event: 4.784 loading class jdk/internal/math/FDBigInteger done
Event: 5.031 loading class java/util/regex/Pattern$SliceS
Event: 5.031 loading class java/util/regex/Pattern$SliceS done
Event: 5.032 loading class java/lang/FdLibm$Cbrt
Event: 5.032 loading class java/lang/FdLibm$Cbrt done
Event: 5.032 loading class java/lang/FdLibm
Event: 5.032 loading class java/lang/FdLibm done
Dynamic libraries:
0x00007ff7d5000000 - 0x00007ff7d500e000 C:\Users\AidenFox\.jdks\liberica-17.0.11\bin\java.exe
0x00007ff976910000 - 0x00007ff976b08000 C:\Windows\SYSTEM32\ntdll.dll
0x00007ff9749b0000 - 0x00007ff974a6d000 C:\Windows\System32\KERNEL32.DLL
0x00007ff974450000 - 0x00007ff974746000 C:\Windows\System32\KERNELBASE.dll
0x00007ff974350000 - 0x00007ff974450000 C:\Windows\System32\ucrtbase.dll
0x00007ff958140000 - 0x00007ff958157000 C:\Users\AidenFox\.jdks\liberica-17.0.11\bin\jli.dll
0x00007ff958160000 - 0x00007ff95817b000 C:\Users\AidenFox\.jdks\liberica-17.0.11\bin\VCRUNTIME140.dll
0x00007ff975360000 - 0x00007ff9754fe000 C:\Windows\System32\USER32.dll
0x00007ff9741c0000 - 0x00007ff9741e2000 C:\Windows\System32\win32u.dll
0x00007ff95f440000 - 0x00007ff95f6da000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.3636_none_60b6a03d71f818d5\COMCTL32.dll
0x00007ff9762b0000 - 0x00007ff9762dc000 C:\Windows\System32\GDI32.dll
0x00007ff9766e0000 - 0x00007ff97677e000 C:\Windows\System32\msvcrt.dll
0x00007ff974030000 - 0x00007ff97414a000 C:\Windows\System32\gdi32full.dll
0x00007ff974750000 - 0x00007ff9747ed000 C:\Windows\System32\msvcp_win.dll
0x00007ff975b40000 - 0x00007ff975b70000 C:\Windows\System32\IMM32.DLL
0x00007ff95c0a0000 - 0x00007ff95c0ac000 C:\Users\AidenFox\.jdks\liberica-17.0.11\bin\vcruntime140_1.dll
0x00007ff92e270000 - 0x00007ff92e2fe000 C:\Users\AidenFox\.jdks\liberica-17.0.11\bin\msvcp140.dll
0x00007ff927940000 - 0x00007ff9285a5000 C:\Users\AidenFox\.jdks\liberica-17.0.11\bin\server\jvm.dll
0x00007ff9763c0000 - 0x00007ff97646f000 C:\Windows\System32\ADVAPI32.dll
0x00007ff975b80000 - 0x00007ff975c1c000 C:\Windows\System32\sechost.dll
0x00007ff975cd0000 - 0x00007ff975df6000 C:\Windows\System32\RPCRT4.dll
0x00007ff973e90000 - 0x00007ff973edb000 C:\Windows\SYSTEM32\POWRPROF.dll
0x00007ff96f6d0000 - 0x00007ff96f6d9000 C:\Windows\SYSTEM32\WSOCK32.dll
0x00007ff96b380000 - 0x00007ff96b3a7000 C:\Windows\SYSTEM32\WINMM.dll
0x00007ff975e30000 - 0x00007ff975e9b000 C:\Windows\System32\WS2_32.dll
0x00007ff9727a0000 - 0x00007ff9727aa000 C:\Windows\SYSTEM32\VERSION.dll
0x00007ff973e70000 - 0x00007ff973e82000 C:\Windows\SYSTEM32\UMPDC.dll
0x00007ff9728d0000 - 0x00007ff9728e2000 C:\Windows\SYSTEM32\kernel.appcore.dll
0x00007ff95a6f0000 - 0x00007ff95a6fa000 C:\Users\AidenFox\.jdks\liberica-17.0.11\bin\jimage.dll
0x00007ff969cb0000 - 0x00007ff969e94000 C:\Windows\SYSTEM32\DBGHELP.DLL
0x00007ff956ac0000 - 0x00007ff956af4000 C:\Windows\SYSTEM32\dbgcore.DLL
0x00007ff974840000 - 0x00007ff9748c2000 C:\Windows\System32\bcryptPrimitives.dll
0x00007ff957e90000 - 0x00007ff957eb5000 C:\Users\AidenFox\.jdks\liberica-17.0.11\bin\java.dll
0x00007ff92acc0000 - 0x00007ff92ad97000 C:\Users\AidenFox\.jdks\liberica-17.0.11\bin\jsvml.dll
0x00007ff974a70000 - 0x00007ff9751b5000 C:\Windows\System32\SHELL32.dll
0x00007ff971f50000 - 0x00007ff9726eb000 C:\Windows\SYSTEM32\windows.storage.dll
0x00007ff975ea0000 - 0x00007ff9761f4000 C:\Windows\System32\combase.dll
0x00007ff9739a0000 - 0x00007ff9739cd000 C:\Windows\SYSTEM32\Wldp.dll
0x00007ff975c20000 - 0x00007ff975ccd000 C:\Windows\System32\SHCORE.dll
0x00007ff976780000 - 0x00007ff9767d5000 C:\Windows\System32\shlwapi.dll
0x00007ff973f60000 - 0x00007ff973f85000 C:\Windows\SYSTEM32\profapi.dll
0x00007ff957de0000 - 0x00007ff957df9000 C:\Users\AidenFox\.jdks\liberica-17.0.11\bin\net.dll
0x00007ff965920000 - 0x00007ff965a2a000 C:\Windows\SYSTEM32\WINHTTP.dll
0x00007ff973700000 - 0x00007ff97376a000 C:\Windows\system32\mswsock.dll
0x00007ff957d40000 - 0x00007ff957d56000 C:\Users\AidenFox\.jdks\liberica-17.0.11\bin\nio.dll
0x00007ff957d20000 - 0x00007ff957d38000 C:\Users\AidenFox\.jdks\liberica-17.0.11\bin\zip.dll
0x00007ff95a630000 - 0x00007ff95a63a000 C:\Users\AidenFox\.jdks\liberica-17.0.11\bin\management.dll
0x00007ff958130000 - 0x00007ff95813b000 C:\Users\AidenFox\.jdks\liberica-17.0.11\bin\management_ext.dll
0x00007ff975e00000 - 0x00007ff975e08000 C:\Windows\System32\PSAPI.DLL
0x00007ff956710000 - 0x00007ff956727000 C:\Windows\system32\napinsp.dll
0x00007ff956730000 - 0x00007ff95674b000 C:\Windows\system32\pnrpnsp.dll
0x00007ff956750000 - 0x00007ff956765000 C:\Windows\system32\wshbth.dll
0x00007ff96f7d0000 - 0x00007ff96f7ed000 C:\Windows\system32\NLAapi.dll
0x00007ff9733f0000 - 0x00007ff97342b000 C:\Windows\SYSTEM32\IPHLPAPI.DLL
0x00007ff973430000 - 0x00007ff9734fa000 C:\Windows\SYSTEM32\DNSAPI.dll
0x00007ff975aa0000 - 0x00007ff975aa8000 C:\Windows\System32\NSI.dll
0x00007ff956aa0000 - 0x00007ff956ab2000 C:\Windows\System32\winrnr.dll
0x00007ff964280000 - 0x00007ff96428a000 C:\Windows\System32\rasadhlp.dll
0x00007ff965860000 - 0x00007ff9658e0000 C:\Windows\System32\fwpuclnt.dll
0x00007ff974980000 - 0x00007ff9749a7000 C:\Windows\System32\bcrypt.dll
0x00007ff92a4b0000 - 0x00007ff92a640000 C:\Users\AidenFox\.jdks\liberica-17.0.11\bin\awt.dll
0x00007ff9759d0000 - 0x00007ff975a9d000 C:\Windows\System32\OLEAUT32.dll
0x00007ff971590000 - 0x00007ff971620000 C:\Windows\SYSTEM32\apphelp.dll
0x00007ff973900000 - 0x00007ff973918000 C:\Windows\SYSTEM32\CRYPTSP.dll
0x00007ff973030000 - 0x00007ff973064000 C:\Windows\system32\rsaenh.dll
0x00007ff973f20000 - 0x00007ff973f4e000 C:\Windows\SYSTEM32\USERENV.dll
0x00007ff9738f0000 - 0x00007ff9738fc000 C:\Windows\SYSTEM32\CRYPTBASE.dll
0x00007ff9653f0000 - 0x00007ff965407000 C:\Windows\SYSTEM32\dhcpcsvc6.DLL
0x00007ff964e40000 - 0x00007ff964e5d000 C:\Windows\SYSTEM32\dhcpcsvc.DLL
0x00007ff9716c0000 - 0x00007ff97175e000 C:\Windows\system32\uxtheme.dll
0x00007ff9751c0000 - 0x00007ff9752d4000 C:\Windows\System32\MSCTF.dll
0x00007ff9767e0000 - 0x00007ff97690b000 C:\Windows\System32\ole32.dll
0x00007ff971a70000 - 0x00007ff971a9f000 C:\Windows\system32\DWMAPI.DLL
0x00007ff92f9c0000 - 0x00007ff92fae5000 C:\Windows\system32\opengl32.dll
0x00007ff92f990000 - 0x00007ff92f9bc000 C:\Windows\SYSTEM32\GLU32.dll
0x00007ff957200000 - 0x00007ff9573cd000 C:\Windows\system32\d3d9.dll
0x00007ff968000000 - 0x00007ff9680c1000 C:\Windows\System32\DriverStore\FileRepository\nv_dispwi.inf_amd64_e123e3fced9a0fdf\nvldumdx.dll
0x00007ff973b30000 - 0x00007ff973b42000 C:\Windows\SYSTEM32\msasn1.dll
0x00007ff96ef30000 - 0x00007ff96ef61000 C:\Windows\SYSTEM32\cryptnet.dll
0x00007ff9741f0000 - 0x00007ff97434d000 C:\Windows\System32\CRYPT32.dll
0x00007ff96ea90000 - 0x00007ff96ebd8000 C:\Windows\SYSTEM32\drvstore.dll
0x00007ff973cf0000 - 0x00007ff973d23000 C:\Windows\SYSTEM32\devobj.dll
0x00007ff9747f0000 - 0x00007ff97483e000 C:\Windows\System32\cfgmgr32.dll
0x00007ff974150000 - 0x00007ff9741b7000 C:\Windows\System32\wintrust.dll
0x00007ff975e10000 - 0x00007ff975e2d000 C:\Windows\System32\imagehlp.dll
0x00007ff9660d0000 - 0x00007ff967eff000 C:\Windows\System32\DriverStore\FileRepository\nv_dispwi.inf_amd64_e123e3fced9a0fdf\nvgpucomp64.dll
0x00007ff9243c0000 - 0x00007ff926403000 C:\Windows\System32\DriverStore\FileRepository\nv_dispwi.inf_amd64_e123e3fced9a0fdf\nvd3dumx.dll
0x00007ff92b950000 - 0x00007ff92bc20000 C:\Windows\system32\nvspcap64.dll
0x00007ff973170000 - 0x00007ff9731a3000 C:\Windows\SYSTEM32\ntmarta.dll
0x00007ff96e440000 - 0x00007ff96e47b000 C:\Windows\SYSTEM32\dxcore.dll
0x00007ff957fe0000 - 0x00007ff957fe9000 C:\Users\AidenFox\.jdks\liberica-17.0.11\bin\prefs.dll
0x00007ff92a860000 - 0x00007ff92a8e7000 C:\Users\AidenFox\.jdks\liberica-17.0.11\bin\freetype.dll
0x00007ff92a3c0000 - 0x00007ff92a4a2000 C:\Users\AidenFox\.jdks\liberica-17.0.11\bin\fontmanager.dll
0x00007ff96d530000 - 0x00007ff96d629000 C:\Windows\SYSTEM32\textinputframework.dll
0x00007ff971050000 - 0x00007ff9713ab000 C:\Windows\System32\CoreUIComponents.dll
0x00007ff9713b0000 - 0x00007ff9714a2000 C:\Windows\System32\CoreMessaging.dll
0x00007ff970ef0000 - 0x00007ff971045000 C:\Windows\SYSTEM32\wintypes.dll
0x00007ff92a170000 - 0x00007ff92a3b2000 C:\Users\AidenFox\Documents\GitHub\FrozenLands2\bulletjme.dll
0x00007ff92a7e0000 - 0x00007ff92a85a000 C:\Temp\lwjgl_AidenFox\3.3.2+13\x64\lwjgl.dll
0x00007ff923d80000 - 0x00007ff923ff0000 C:\Temp\lwjgl_AidenFox\3.3.2+13\x64\jemalloc.dll
0x00007ff92a0e0000 - 0x00007ff92a162000 C:\Temp\lwjgl_AidenFox\3.3.2+13\x64\glfw.dll
0x00007ff951820000 - 0x00007ff951865000 C:\Windows\SYSTEM32\dinput8.dll
0x00007ff942ae0000 - 0x00007ff942af1000 C:\Windows\SYSTEM32\xinput1_4.dll
0x00007ff96d320000 - 0x00007ff96d472000 C:\Windows\SYSTEM32\inputhost.dll
0x00007ff971de0000 - 0x00007ff971ed6000 C:\Windows\SYSTEM32\PROPSYS.dll
0x00007ff976200000 - 0x00007ff9762a9000 C:\Windows\System32\clbcatq.dll
0x00007ff96e870000 - 0x00007ff96e972000 C:\Windows\System32\AppXDeploymentClient.dll
0x00007ff90cc50000 - 0x00007ff90f235000 C:\Windows\System32\DriverStore\FileRepository\nv_dispwi.inf_amd64_e123e3fced9a0fdf\nvoglv64.dll
0x00007ff975500000 - 0x00007ff97596e000 C:\Windows\System32\SETUPAPI.dll
0x00007ff96f5b0000 - 0x00007ff96f5c4000 C:\Windows\SYSTEM32\WTSAPI32.dll
0x00007ff973d60000 - 0x00007ff973dbb000 C:\Windows\SYSTEM32\WINSTA.dll
0x00007ff92b8f0000 - 0x00007ff92b94e000 C:\Temp\lwjgl_AidenFox\3.3.2+13\x64\lwjgl_opengl.dll
0x00007ff9726f0000 - 0x00007ff9726fd000 C:\Windows\SYSTEM32\HID.DLL
0x00007ff927120000 - 0x00007ff9272e5000 C:\Temp\lwjgl_AidenFox\3.3.2+13\x64\OpenAL.dll
0x00007ff96e4e0000 - 0x00007ff96e565000 C:\Windows\System32\MMDevApi.dll
0x00007ff9551d0000 - 0x00007ff955352000 C:\Windows\SYSTEM32\AUDIOSES.DLL
0x00007ff971780000 - 0x00007ff971794000 C:\Windows\SYSTEM32\resourcepolicyclient.dll
0x00007ff94d830000 - 0x00007ff94d85e000 C:\Users\AidenFox\.jdks\liberica-17.0.11\bin\javajpeg.dll
dbghelp: loaded successfully - version: 4.0.5 - missing functions: none
symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;C:\Users\AidenFox\.jdks\liberica-17.0.11\bin;C:\Windows\SYSTEM32;C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.3636_none_60b6a03d71f818d5;C:\Users\AidenFox\.jdks\liberica-17.0.11\bin\server;C:\Windows\System32\DriverStore\FileRepository\nv_dispwi.inf_amd64_e123e3fced9a0fdf;C:\Users\AidenFox\Documents\GitHub\FrozenLands2;C:\Temp\lwjgl_AidenFox\3.3.2+13\x64
VM Arguments:
jvm_args: -Dfile.encoding=windows-1251 -Duser.country=RU -Duser.language=ru -Duser.variant
java_command: org.foxesworld.FrozenLands
java_class_path (initial): C:\Users\AidenFox\Documents\GitHub\FrozenLands2\build\classes\java\main;C:\Users\AidenFox\Documents\GitHub\FrozenLands2\build\resources\main;C:\Users\AidenFox\Documents\GitHub\FrozenLands2\lib\foxesworld\cfgProvider-2.1.3-STABLE.jar;C:\Users\AidenFox\Documents\GitHub\FrozenLands2\lib\java-discord-rpc-2.0.2-all.jar;C:\Users\AidenFox\Documents\GitHub\FrozenLands2\lib\SkyControl-1.0.4.jar;C:\Users\AidenFox\Documents\GitHub\FrozenLands2\lib\jme3-awt-dialogs.jar;C:\Users\AidenFox\.gradle\caches\modules-2\files-2.1\org.jmonkeyengine\jme3-jogg\3.6.1-stable\4a857f4f1a83f11b586f0c23b0137842b24d1fae\jme3-jogg-3.6.1-stable.jar;C:\Users\AidenFox\.gradle\caches\modules-2\files-2.1\com.github.stephengold\j-ogg-vorbis\1.0.4\e0f9ca17c456601488595f170bbf83f9a7005f29\j-ogg-vorbis-1.0.4.jar;C:\Users\AidenFox\.gradle\caches\modules-2\files-2.1\org.jmonkeyengine\jme3-plugins\3.6.1-stable\3fdd7124715d9afc408addd0a21b49a5f73e0fb6\jme3-plugins-3.6.1-stable.jar;C:\Users\AidenFox\.gradle\caches\modules-2\files-2.1\com.google.code.gson\gson\2.9.1\2cc2131b98ebfb04e2b2c7dfb84431f4045096b\gson-2.9.1.jar;C:\Users\AidenFox\.gradle\caches\modules-2\files-2.1\com.github.riccardobl.DDSWriter\dds_writer\1.3.2\850146a080879009f7bc1c7517ff4d88cfe60c31\dds_writer-1.3.2.jar;C:\Users\AidenFox\.gradle\caches\modules-2\files-2.1\org.apache.logging.log4j\log4j-core\2.23.1\905802940e2c78042d75b837c136ac477d2b4e4d\log4j-core-2.23.1.jar;C:\Users\AidenFox\.gradle\caches\modules-2\files-2.1\org.apache.logging.log4j\log4j-api\2.23.1\9c15c29c526d9c6783049c0a77722693c66706e1\log4j-api-2.23.1.jar;C:\Users\AidenFox\.gradle\caches\modules-2\files-2.1\org.jmonkeyengine\jme3-desktop\3.6.1-stable\a09230b60616779b1f4d8bc2ebf42ddd736c276a\jme3-desktop-3.6.1-stable.jar;C:\Users\AidenFox\.gradle\caches\modules-2\files-2.1\org.jmonkeyengine\jme3-effects\3.6.1-stable\6fc15dc69115f205c9beca230b5b490f3995a1c7\jme3-effects-3.6.1-stable.jar;C:\Users\AidenFox\.gradle\caches\modules-2\files-2.1\com.github.
Launcher Type: SUN_STANDARD
[Global flags]
intx CICompilerCount = 3 {product} {ergonomic}
uint ConcGCThreads = 1 {product} {ergonomic}
uint G1ConcRefinementThreads = 4 {product} {ergonomic}
size_t G1HeapRegionSize = 2097152 {product} {ergonomic}
uintx GCDrainStackTargetSize = 64 {product} {ergonomic}
size_t InitialHeapSize = 268435456 {product} {ergonomic}
size_t MarkStackSize = 4194304 {product} {ergonomic}
size_t MaxHeapSize = 4280287232 {product} {ergonomic}
size_t MaxNewSize = 2566914048 {product} {ergonomic}
size_t MinHeapDeltaBytes = 2097152 {product} {ergonomic}
size_t MinHeapSize = 8388608 {product} {ergonomic}
uintx NonNMethodCodeHeapSize = 5832780 {pd product} {ergonomic}
uintx NonProfiledCodeHeapSize = 122912730 {pd product} {ergonomic}
uintx ProfiledCodeHeapSize = 122912730 {pd product} {ergonomic}
uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic}
bool SegmentedCodeCache = true {product} {ergonomic}
size_t SoftMaxHeapSize = 4280287232 {manageable} {ergonomic}
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\BellSoft\LibericaJDK-17\
PATH=C:\Program Files\BellSoft\LibericaJDK-17\bin\;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:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\Git\cmd;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\dotnet\;C:\Program Files\BellSoft\LibericaJDK-17\bin\;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:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\Git\cmd;C:\Users\AidenFox\AppData\Local\Microsoft\WindowsApps;C:\Program Files\JetBrains\IntelliJ IDEA 2021.3\bin;C:\Users\AidenFox\AppData\Local\GitHubDesktop\bin
USERNAME=AidenFox
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 60 Stepping 3, GenuineIntel
TMP=C:\Temp
TEMP=C:\Temp
Periodic native trim disabled
--------------- S Y S T E M ---------------
OS:
Windows 10 , 64 bit Build 19041 (10.0.19041.3636)
OS uptime: 1 days 22:07 hours
CPU: total 4 (initial active 4) (4 cores per cpu, 1 threads per core) family 6 model 60 stepping 3 microcode 0x27, cx8, cmov, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, lzcnt, tsc, tscinvbit, avx, avx2, aes, erms, clmul, bmi1, bmi2, fma, vzeroupper, clflush
Processor Information for all 4 processors :
Max Mhz: 3301, Current Mhz: 3301, Mhz Limit: 3301
Memory: 4k page, system-wide physical 16321M (5475M free)
TotalPageFile size 16321M (AvailPageFile size 3207M)
current process WorkingSet (physical memory assigned to process): 621M, peak: 621M
current process commit charge ("private bytes"): 1565M, peak: 1826M
vm_info: OpenJDK 64-Bit Server VM (17.0.11+12-LTS) for windows-amd64 JRE (17.0.11+12-LTS), built on May 14 2024 14:41:48 by "" with MS VC++ 17.1 (VS2022)
END.