-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhs_err_pid45716.log
5716 lines (4815 loc) · 402 KB
/
hs_err_pid45716.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
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007fff5dd5a299, pid=45716, tid=26168
#
# JRE version: OpenJDK Runtime Environment Zulu17.52+17-CA (17.0.12+7) (build 17.0.12+7-LTS)
# Java VM: OpenJDK 64-Bit Server VM Zulu17.52+17-CA (17.0.12+7-LTS, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# Problematic frame:
# C 0x00007fff5dd5a299
#
# 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:
# http://www.azul.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: -Xmx16384m -Dfile.encoding=GB18030 -Dsun.stdout.encoding=GB18030 -Dsun.stderr.encoding=GB18030 -Djava.rmi.server.useCodebaseOnly=true -Dcom.sun.jndi.rmi.object.trustURLCodebase=false -Dcom.sun.jndi.cosnaming.object.trustURLCodebase=false -Dlog4j2.formatMsgNoLookups=true -Dlog4j.configurationFile=C:\Users\crazy\AppData\Roaming\.minecraft\versions\GTHR\log4j2.xml -Dminecraft.client.jar=C:\Users\crazy\AppData\Roaming\.minecraft\versions\GTHR\GTHR.jar -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32m -XX:-UseAdaptiveSizePolicy -XX:-OmitStackTraceInFastThrow -XX:-DontCompileHugeMethods -Dfml.ignoreInvalidMinecraftCertificates=true -Dfml.ignorePatchDiscrepancies=true -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Djava.library.path=C:\Users\crazy\AppData\Roaming\.minecraft\versions\GTHR\natives-windows-x86_64 -Djna.tmpdir=C:\Users\crazy\AppData\Roaming\.minecraft\versions\GTHR\natives-windows-x86_64 -Dorg.lwjgl.system.SharedLibraryExtractPath=C:\Users\crazy\AppData\Roaming\.minecraft\versions\GTHR\natives-windows-x86_64 -Dio.netty.native.workdir=C:\Users\crazy\AppData\Roaming\.minecraft\versions\GTHR\natives-windows-x86_64 -Dminecraft.launcher.brand=HMCL -Dminecraft.launcher.version=3.5.9 -Djava.net.preferIPv6Addresses=system -DignoreList=bootstraplauncher,securejarhandler,asm-commons,asm-util,asm-analysis,asm-tree,asm,JarJarFileSystems,client-extra,fmlcore,javafmllanguage,lowcodelanguage,mclanguage,forge-,GTHR.jar,GTHR.jar -DmergeModules=jna-5.10.0.jar,jna-platform-5.10.0.jar -DlibraryDirectory=C:\Users\crazy\AppData\Roaming\.minecraft\libraries --module-path=C:\Users\crazy\AppData\Roaming\.minecraft\libraries/cpw/mods/bootstraplauncher/1.1.2/bootstraplauncher-1.1.2.jar;C:\Users\crazy\AppData\Roaming\.minecraft\libraries/cpw/mods/securejarhandler/2.1.10/securejarhandler-2.1.10.jar;C:\Users\crazy\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm-commons/9.7/asm-commons-9.7.jar;C:\Users\crazy\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm-util/9.7/asm-util-9.7.jar;C:\Users\crazy\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm-analysis/9.7/asm-analysis-9.7.jar;C:\Users\crazy\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm-tree/9.7/asm-tree-9.7.jar;C:\Users\crazy\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm/9.7/asm-9.7.jar;C:\Users\crazy\AppData\Roaming\.minecraft\libraries/net/minecraftforge/JarJarFileSystems/0.3.19/JarJarFileSystems-0.3.19.jar --add-modules=ALL-MODULE-PATH --add-opens=java.base/java.util.jar=cpw.mods.securejarhandler --add-opens=java.base/java.lang.invoke=cpw.mods.securejarhandler --add-exports=java.base/sun.security.util=cpw.mods.securejarhandler --add-exports=jdk.naming.dns/com.sun.jndi.dns=java.naming cpw.mods.bootstraplauncher.BootstrapLauncher --username ctrwaz --version GTHR --gameDir C:\Users\crazy\AppData\Roaming\.minecraft\versions\GTHR --assetsDir C:\Users\crazy\AppData\Roaming\.minecraft\assets --assetIndex 5 --uuid bca720bc94224a719c4db4b57b0d66c0 --accessToken eyJraWQiOiJhYzg0YSIsImFsZyI6IkhTMjU2In0.eyJ4dWlkIjoiMjUzNTQzNzAyMTgyMjg2NiIsImFnZyI6IkFkdWx0Iiwic3ViIjoiNjQ5YWJjNWEtODI3Zi00MzgyLWE5MGQtYjY3OWMwZjdhZjkxIiwiYXV0aCI6IlhCT1giLCJucyI6ImRlZmF1bHQiLCJyb2xlcyI6W10sImlzcyI6ImF1dGhlbnRpY2F0aW9uIiwiZmxhZ3MiOlsidHdvZmFjdG9yYXV0aCIsIm1zYW1pZ3JhdGlvbl9zdGFnZTQiLCJvcmRlcnNfMjAyMiIsIm11bHRpcGxheWVyIl0sInByb2ZpbGVzIjp7Im1jIjoiYmNhNzIwYmMtOTQyMi00YTcxLTljNGQtYjRiNTdiMGQ2NmMwIn0sInBsYXRmb3JtIjoiVU5LTk9XTiIsInl1aWQiOiI2Zjk1Mjk5Y2UzNTdmZTNmNjdkZmM0YzcyOGZkMjRjYSIsIm5iZiI6MTcyMzMwMjUyNiwiZXhwIjoxNzIzMzg4OTI2LCJpYXQiOjE3MjMzMDI1MjZ9.C2JA1pRYMOtkb9MdPmSmdDP1XX6tZuKYWRmPQwDyG5Y --clientId ${clientid} --xuid ${auth_xuid} --userType msa --versionType HMCL 3.5.9 --width 854 --height 480 --launchTarget forgeclient --fml.forgeVersion 47.3.5 --fml.mcVersion 1.20.1 --fml.forgeGroup net.minecraftforge --fml.mcpVersion 20230612.114412
Host: 13th Gen Intel(R) Core(TM) i9-13900H, 8 cores, 31G, Windows 11 , 64 bit Build 22621 (10.0.22621.3958)
Time: Sun Aug 11 17:03:07 2024 Windows 11 , 64 bit Build 22621 (10.0.22621.3958) elapsed time: 6722.077835 seconds (0d 1h 52m 2s)
--------------- T H R E A D ---------------
Current thread (0x00000289858b98a0): JavaThread "Render thread" [_thread_in_native, id=26168, stack(0x000000a1b1900000,0x000000a1b1a00000)]
Stack: [0x000000a1b1900000,0x000000a1b1a00000], sp=0x000000a1b19fb5b0, free space=1005k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C 0x00007fff5dd5a299
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J 5554 org.lwjgl.system.JNI.invokePV(JJ)V [email protected]+7 (0 bytes) @ 0x0000028996ac2eec [0x0000028996ac2ea0+0x000000000000004c]
J 79016 c2 org.lwjgl.glfw.GLFW.glfwSwapBuffers(J)V [email protected]+7 (21 bytes) @ 0x000002899a480b40 [0x000002899a480b20+0x0000000000000020]
J 84289 c2 net.minecraft.client.Minecraft.m_91383_(Z)V [email protected] (1176 bytes) @ 0x000002899b030eb0 [0x000002899b02f560+0x0000000000001950]
J 105328% c2 net.minecraft.client.Minecraft.m_91374_()V [email protected] (286 bytes) @ 0x000002899dc3cdd0 [0x000002899dc3cc20+0x00000000000001b0]
j net.minecraft.client.main.Main.main([Ljava/lang/String;)V+1572 [email protected]
v ~StubRoutines::call_stub
j jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0 [email protected]
j jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+133 [email protected]
J 15248 c1 jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; [email protected] (10 bytes) @ 0x00000289900e3e04 [0x00000289900e3da0+0x0000000000000064]
J 11363 c1 java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; [email protected] (65 bytes) @ 0x000002898f72ae0c [0x000002898f72ace0+0x000000000000012c]
j net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(Ljava/lang/String;[Ljava/lang/String;Ljava/lang/ModuleLayer;)V+39 [email protected]
j net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService([Ljava/lang/String;Ljava/lang/ModuleLayer;)V+5 [email protected]
j net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0([Ljava/lang/String;Ljava/lang/ModuleLayer;)V+3 [email protected]
j net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler$$Lambda$1407+0x00000289c98474b0.run()V+12 [email protected]
j cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch([Ljava/lang/String;Ljava/lang/ModuleLayer;)V+11 [email protected]
j cpw.mods.modlauncher.LaunchServiceHandler.launch(Ljava/lang/String;[Ljava/lang/String;Ljava/lang/ModuleLayer;Lcpw/mods/modlauncher/TransformingClassLoader;Lcpw/mods/modlauncher/LaunchPluginHandler;)V+58 [email protected]
j cpw.mods.modlauncher.LaunchServiceHandler.launch(Lcpw/mods/modlauncher/ArgumentHandler;Ljava/lang/ModuleLayer;Lcpw/mods/modlauncher/TransformingClassLoader;Lcpw/mods/modlauncher/LaunchPluginHandler;)V+21 [email protected]
j cpw.mods.modlauncher.Launcher.run([Ljava/lang/String;)V+307 [email protected]
j cpw.mods.modlauncher.Launcher.main([Ljava/lang/String;)V+78 [email protected]
j cpw.mods.modlauncher.BootstrapLaunchConsumer.accept([Ljava/lang/String;)V+1 [email protected]
j cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(Ljava/lang/Object;)V+5 [email protected]
j cpw.mods.bootstraplauncher.BootstrapLauncher.main([Ljava/lang/String;)V+515 [email protected]
v ~StubRoutines::call_stub
siginfo: EXCEPTION_ACCESS_VIOLATION (0xc0000005), reading address 0x0000000000000000
Registers:
RAX=0x0000000000000000, RBX=0x0000028a5112f090, RCX=0x0000028a5112f090, RDX=0x0000028a516b86a0
RSP=0x000000a1b19fb5b0, RBP=0x000000a1b19fb6a0, RSI=0x0000000000000001, RDI=0x0000000000000000
R8 =0x0000000000000000, R9 =0x0000000000000000, R10=0x0000000000000000, R11=0x000000a1b19fb610
R12=0x0000028a0fb9e7d0, R13=0x0000000000000001, R14=0x0000000000000000, R15=0x0000000000000000
RIP=0x00007fff5dd5a299, EFLAGS=0x0000000000010246
Register to memory mapping:
RIP=0x00007fff5dd5a299 points into unknown readable memory: 48 8b 07 49 ba 70 99
RAX=0x0 is NULL
RBX=0x0000028a5112f090 points into unknown readable memory: 0x00007fff5dd81ea0 | a0 1e d8 5d ff 7f 00 00
RCX=0x0000028a5112f090 points into unknown readable memory: 0x00007fff5dd81ea0 | a0 1e d8 5d ff 7f 00 00
RDX=0x0000028a516b86a0 points into unknown readable memory: 0x00007fff5dd810c8 | c8 10 d8 5d ff 7f 00 00
RSP=0x000000a1b19fb5b0 is pointing into the stack for thread: 0x00000289858b98a0
RBP=0x000000a1b19fb6a0 is pointing into the stack for thread: 0x00000289858b98a0
RSI=0x0000000000000001 is an unknown value
RDI=0x0 is NULL
R8 =0x0 is NULL
R9 =0x0 is NULL
R10=0x0 is NULL
R11=0x000000a1b19fb610 is pointing into the stack for thread: 0x00000289858b98a0
R12=0x0000028a0fb9e7d0 points into unknown readable memory: 0x0000028a0e7c6b60 | 60 6b 7c 0e 8a 02 00 00
R13=0x0000000000000001 is an unknown value
R14=0x0 is NULL
R15=0x0 is NULL
Top of Stack: (sp=0x000000a1b19fb5b0)
0x000000a1b19fb5b0: 0000028a5112f090 0000000000000001
0x000000a1b19fb5c0: 0000028a0f1347a0 000000a1b19fb870
0x000000a1b19fb5d0: 0000000000000000 000085d3d42a532b
0x000000a1b19fb5e0: 0000028a5112f090 0000000000000000
0x000000a1b19fb5f0: 00007fff5dd7d1f8 0000028a5112f198
0x000000a1b19fb600: 0000028a00000000 0000028a1f4d6798
0x000000a1b19fb610: 0000028a0f1347a0 00007ffecfd225e9
0x000000a1b19fb620: 0000000000000000 0000028a1f4d6798
0x000000a1b19fb630: 0000028a0f134d58 0000028a0f1347a0
0x000000a1b19fb640: 0000000000000000 00007ffecfe5ad01
0x000000a1b19fb650: 000000a1b19fb670 0000028a57d80030
0x000000a1b19fb660: 8000000000000004 0000028a00000000
0x000000a1b19fb670: 0000000000000001 00007ffecfe5b1d8
0x000000a1b19fb680: 0000028a0d7ae8a0 0000028a0f134820
0x000000a1b19fb690: 00000000000f4240 0000028a1f4d5ff0
0x000000a1b19fb6a0: 0000028a0fb9e780 0000000000000088
0x000000a1b19fb6b0: 0000028a1f4d6798 0000028a0fdb4820
0x000000a1b19fb6c0: 000000a1b19fb870 00007ffecfd4fd54
0x000000a1b19fb6d0: 0000028a1f4d6701 0000028a0f1347a0
0x000000a1b19fb6e0: 000000a1b19fb870 0000028b7ee69330
0x000000a1b19fb6f0: 0000000000000100 0000000000000003
0x000000a1b19fb700: 0000028a0f1347a0 0000000000000000
0x000000a1b19fb710: 000000000f134700 0000000000000000
0x000000a1b19fb720: 0000028a1f4d5ff0 0000028a0f1347a0
0x000000a1b19fb730: 0000028a0fdb4820 0000028a0fb9e701
0x000000a1b19fb740: 0000000000000000 0000028a0efd2ac0
0x000000a1b19fb750: 0000028a0fb9e7d0 0000000000000000
0x000000a1b19fb760: 000000a1b19fb870 00007ffecfd34a50
0x000000a1b19fb770: 0000028a0f1347a0 00007ffecfd45400
0x000000a1b19fb780: 0000028a0efd2ac0 0000000000000000
0x000000a1b19fb790: 0000000000000001 00007fff61523c00
0x000000a1b19fb7a0: 000000000002be00 000009175ac63801
Instructions: (pc=0x00007fff5dd5a299)
0x00007fff5dd5a199: 03 00 48 8b 83 a8 00 00 00 49 89 06 48 85 f6 74
0x00007fff5dd5a1a9: 5c 8b 85 e0 16 00 00 48 85 ff 74 4f 39 06 0f 46
0x00007fff5dd5a1b9: 06 89 06 48 81 c5 e8 16 00 00 85 c0 74 3f 48 2b
0x00007fff5dd5a1c9: ef 8b f0 48 8b 1c 2f 48 8b 8b 98 00 00 00 48 8b
0x00007fff5dd5a1d9: 01 49 ba 70 d8 da 56 73 b6 41 fd 48 8b 40 08 ff
0x00007fff5dd5a1e9: 15 92 8a 03 00 48 8b 83 a8 00 00 00 48 89 07 48
0x00007fff5dd5a1f9: 8d 7f 08 48 83 ee 01 75 ca eb 02 89 06 48 8b 44
0x00007fff5dd5a209: 24 40 48 85 c0 74 1b 48 8b 08 48 8b 01 49 ba 70
0x00007fff5dd5a219: b3 d6 78 4e a7 79 cb 48 8b 40 20 ff 15 56 8a 03
0x00007fff5dd5a229: 00 90 48 8b 5c 24 48 48 8b 6c 24 50 48 83 c4 20
0x00007fff5dd5a239: 41 5e 5f 5e c3 cc cc cc cc cc cc cc cc cc cc 71
0x00007fff5dd5a249: c8 d0 58 a4 97 fd f4 48 89 5c 24 10 48 89 74 24
0x00007fff5dd5a259: 18 57 48 83 ec 60 49 8b f0 48 8b fa 48 8d 99 f8
0x00007fff5dd5a269: fe ff ff 45 33 c0 48 8b d3 48 8d 4c 24 30 e8 10
0x00007fff5dd5a279: 6c e7 ff 48 8d 4c 24 30 e8 be 74 f6 ff 84 c0 75
0x00007fff5dd5a289: 79 83 bb 80 0e 00 00 00 75 70 48 83 64 24 70 00
0x00007fff5dd5a299: 48 8b 07 49 ba 70 99 d5 74 79 1e e0 de 4c 8d 44
0x00007fff5dd5a2a9: 24 70 48 8d 15 1e 08 04 00 48 8b cf 48 8b 00 ff
0x00007fff5dd5a2b9: 15 c2 89 03 00 48 8b 83 a0 00 00 00 48 8b 88 d0
0x00007fff5dd5a2c9: 04 00 00 48 83 c1 10 48 8b 01 49 ba 70 a0 50 74
0x00007fff5dd5a2d9: cf 2f e5 ef 45 33 c9 4c 8b c6 48 8b 54 24 70 48
0x00007fff5dd5a2e9: 8b 80 80 01 00 00 ff 15 8b 89 03 00 8b d8 48 8d
0x00007fff5dd5a2f9: 4c 24 70 e8 37 6f e6 ff eb 05 bb 01 00 7a 88 48
0x00007fff5dd5a309: 8d 4c 24 30 e8 52 85 e6 ff 8b c3 4c 8d 5c 24 60
0x00007fff5dd5a319: 49 8b 5b 18 49 8b 73 20 49 8b e3 5f c3 cc cc 71
0x00007fff5dd5a329: a2 d3 38 6f 3e d9 9e 48 83 ec 38 41 8b c0 48 8b
0x00007fff5dd5a339: ca 4c 8d 4c 24 20 4c 8d 44 24 24 8b d0 e8 95 d1
0x00007fff5dd5a349: f5 ff 90 48 83 c4 38 c3 cc cc cc cc cc cc cc 71
0x00007fff5dd5a359: a2 d3 38 6f 3e d9 9e 48 89 5c 24 18 55 56 57 41
0x00007fff5dd5a369: 54 41 55 41 56 41 57 48 83 ec 60 48 8b 05 f5 db
0x00007fff5dd5a379: 07 00 48 33 c4 48 89 44 24 50 41 8b c0 48 8b da
0x00007fff5dd5a389: 48 8b f9 0f b7 aa 14 01 00 00 4c 8d 4c 24 30 4c
Stack slot to memory mapping:
stack at sp + 0 slots: 0x0000028a5112f090 points into unknown readable memory: 0x00007fff5dd81ea0 | a0 1e d8 5d ff 7f 00 00
stack at sp + 1 slots: 0x0000000000000001 is an unknown value
stack at sp + 2 slots: 0x0000028a0f1347a0 points into unknown readable memory: 0x0000000004000000 | 00 00 00 04 00 00 00 00
stack at sp + 3 slots: 0x000000a1b19fb870 is pointing into the stack for thread: 0x00000289858b98a0
stack at sp + 4 slots: 0x0 is NULL
stack at sp + 5 slots: 0x000085d3d42a532b is an unknown value
stack at sp + 6 slots: 0x0000028a5112f090 points into unknown readable memory: 0x00007fff5dd81ea0 | a0 1e d8 5d ff 7f 00 00
stack at sp + 7 slots: 0x0 is NULL
Compiled method (n/a) 6722173 5554 n 0 org.lwjgl.system.JNI::invokePV (native)
total in heap [0x0000028996ac2d10,0x0000028996ac30c8] = 952
relocation [0x0000028996ac2e68,0x0000028996ac2e98] = 48
main code [0x0000028996ac2ea0,0x0000028996ac30c0] = 544
oops [0x0000028996ac30c0,0x0000028996ac30c8] = 8
[Constant Pool (empty)]
[MachCode]
[Entry Point]
# {method} {0x0000028a09eff768} 'invokePV' '(JJ)V' in 'org/lwjgl/system/JNI'
# parm0: rdx:rdx = long
# parm1: r8:r8 = long
# [sp+0x70] (sp of caller)
0x0000028996ac2ea0: 448b 5208 | 49bb 0000 | 00c8 8902 | 0000 4d03 | d349 3bc2 | 0f84 0600
0x0000028996ac2eb8: ; {runtime_call ic_miss_stub}
0x0000028996ac2eb8: 0000 e9c1 | e173 ff90
[Verified Entry Point]
0x0000028996ac2ec0: 8984 2400 | 90ff ff55 | 488b ec48 | 83ec 604d | 8bc8 4c8b
0x0000028996ac2ed4: ; {oop(a 'java/lang/Class'{0x000000040629fce0} = 'org/lwjgl/system/JNI')}
0x0000028996ac2ed4: c249 bee0 | fc29 0604 | 0000 004c | 8974 2450 | 4c8d 7424 | 5049 8bd6
0x0000028996ac2eec: ; {internal_word}
0x0000028996ac2eec: c5f8 7749 | baec 2eac | 9689 0200 | 004d 8997 | a802 0000 | 4989 a7a0
0x0000028996ac2f04: ; {external_word}
0x0000028996ac2f04: 0200 0049 | ba63 0ec4 | 6dfe 7f00 | 0041 803a | 000f 8452 | 0000 0052 | 4150 4151
0x0000028996ac2f20: ; {metadata({method} {0x0000028a09eff768} 'invokePV' '(JJ)V' in 'org/lwjgl/system/JNI')}
0x0000028996ac2f20: 48ba 60f7 | ef09 8a02 | 0000 498b | cf48 83ec | 20f7 c40f | 0000 000f | 841a 0000 | 0048 83ec
0x0000028996ac2f40: ; {runtime_call}
0x0000028996ac2f40: 0849 baf0 | 8f79 6dfe | 7f00 0041 | ffd2 4883 | c408 e90d
0x0000028996ac2f54: ; {runtime_call}
0x0000028996ac2f54: 0000 0049 | baf0 8f79 | 6dfe 7f00 | 0041 ffd2 | 4883 c420 | 4159 4158 | 5a49 8d8f | c002 0000
0x0000028996ac2f74: 41c7 8750 | 0300 0004
0x0000028996ac2f7c: ; {runtime_call}
0x0000028996ac2f7c: 0000 0049 | ba80 13cb | 09ff 7f00 | 0041 ffd2 | c5f8 7741 | c787 5003 | 0000 0500 | 0000 f083
0x0000028996ac2f9c: 4424 c000 | 493b af58 | 0300 000f | 8711 0000 | 0041 81bf | 4003 0000 | 0000 0000 | 0f84 2400
0x0000028996ac2fbc: 0000 c5f8 | 7749 8bcf | 4c8b e448 | 83ec 2048
0x0000028996ac2fcc: ; {runtime_call}
0x0000028996ac2fcc: 83e4 f049 | bae0 b089 | 6dfe 7f00 | 0041 ffd2 | 498b e44d | 33e4 41c7 | 8750 0300 | 0008 0000
0x0000028996ac2fec: 0041 81bf | c003 0000 | 0200 0000 | 0f84 9b00
0x0000028996ac2ffc: ; {external_word}
0x0000028996ac2ffc: 0000 49ba | 630e c46d | fe7f 0000 | 4180 3a00 | 0f84 4800
0x0000028996ac3010: ; {metadata({method} {0x0000028a09eff768} 'invokePV' '(JJ)V' in 'org/lwjgl/system/JNI')}
0x0000028996ac3010: 0000 48ba | 60f7 ef09 | 8a02 0000 | 498b cf48 | 83ec 20f7 | c40f 0000 | 000f 841a | 0000 0048
0x0000028996ac3030: ; {runtime_call}
0x0000028996ac3030: 83ec 0849 | baf0 8f79 | 6dfe 7f00 | 0041 ffd2 | 4883 c408 | e90d 0000
0x0000028996ac3048: ; {runtime_call}
0x0000028996ac3048: 0049 baf0 | 8f79 6dfe | 7f00 0041 | ffd2 4883 | c420 49c7 | 87a0 0200 | 0000 0000 | 0049 c787
0x0000028996ac3068: a802 0000 | 0000 0000 | c5f8 7749 | 8b8f d800 | 0000 c781 | 0001 0000 | 0000 0000 | c949 817f
0x0000028996ac3088: 0800 0000 | 000f 8501 | 0000 00c3
0x0000028996ac3094: ; {runtime_call StubRoutines (1)}
0x0000028996ac3094: e967 de6e | ffc5 f877 | 4c8b e448 | 83ec 2048
0x0000028996ac30a4: ; {runtime_call}
0x0000028996ac30a4: 83e4 f049 | ba50 c179 | 6dfe 7f00 | 0041 ffd2 | 498b e44d | 33e4 e93f | ffff fff4
[/MachCode]
Compiled method (c2) 6722193 79016 4 org.lwjgl.glfw.GLFW::glfwSwapBuffers (21 bytes)
total in heap [0x000002899a480990,0x000002899a480c78] = 744
relocation [0x000002899a480ae8,0x000002899a480b08] = 32
main code [0x000002899a480b20,0x000002899a480ba0] = 128
stub code [0x000002899a480ba0,0x000002899a480bc8] = 40
oops [0x000002899a480bc8,0x000002899a480bd0] = 8
metadata [0x000002899a480bd0,0x000002899a480be0] = 16
scopes data [0x000002899a480be0,0x000002899a480c18] = 56
scopes pcs [0x000002899a480c18,0x000002899a480c58] = 64
dependencies [0x000002899a480c58,0x000002899a480c60] = 8
handler table [0x000002899a480c60,0x000002899a480c78] = 24
[Constant Pool (empty)]
[MachCode]
[Verified Entry Point]
# {method} {0x0000028a09e84778} 'glfwSwapBuffers' '(J)V' in 'org/lwjgl/glfw/GLFW'
# parm0: rdx:rdx = long
# [sp+0x30] (sp of caller)
0x000002899a480b20: 8984 2400 | 90ff ff55 | 4883 ec20 | 4885 d274 | 2249 b820 | 1da8 09ff
0x000002899a480b38: ; {static_call}
0x000002899a480b38: 7f00 00e8
0x000002899a480b3c: ; ImmutableOopMap {}
;*invokestatic invokePV {reexecute=0 rethrow=0 return_oop=0}
; - org.lwjgl.glfw.GLFW::glfwSwapBuffers@17 (line 4901)
0x000002899a480b3c: 8023 64fc | 4883 c420
0x000002899a480b44: ; {poll_return}
0x000002899a480b44: 5d49 3ba7 | 5803 0000 | 0f87 3300 | 0000 c345 | 33d2 493b | d2bd ffff | ffff 7c08 | 400f 95c5
0x000002899a480b64: 400f b6ed | 4889 5424 | 08ba 45ff
0x000002899a480b70: ; {runtime_call UncommonTrapBlob}
0x000002899a480b70: ffff 90e8
0x000002899a480b74: ; ImmutableOopMap {}
;*ifne {reexecute=1 rethrow=0 return_oop=0}
; - (reexecute) org.lwjgl.system.Checks::check@3 (line 187)
; - org.lwjgl.glfw.GLFW::glfwSwapBuffers@11 (line 4899)
0x000002899a480b74: 885d d8fb | 488b d048 | 83c4 205d
0x000002899a480b80: ; {runtime_call _rethrow_Java}
0x000002899a480b80: e97b 3fe3
0x000002899a480b84: ; {internal_word}
0x000002899a480b84: fb49 ba45 | 0b48 9a89 | 0200 004d | 8997 7003
0x000002899a480b94: ; {runtime_call SafepointBlob}
0x000002899a480b94: 0000 e965 | 6ed8 fbf4 | f4f4 f4f4
[Stub Code]
0x000002899a480ba0: ; {no_reloc}
0x000002899a480ba0: 48bb 0000 | 0000 0000
0x000002899a480ba8: ; {runtime_call}
0x000002899a480ba8: 0000 e9fb
0x000002899a480bac: ; {runtime_call ExceptionBlob}
0x000002899a480bac: ffff ffe9 | 4c85 d9fb
[Deopt Handler Code]
0x000002899a480bb4: e800 0000 | 0048 832c
0x000002899a480bbc: ; {runtime_call DeoptimizationBlob}
0x000002899a480bbc: 2405 e9dd | 60d8 fbf4 | f4f4 f4f4
[/MachCode]
Compiled method (c2) 6722195 84289 4 net.minecraft.client.Minecraft::m_91383_ (1176 bytes)
total in heap [0x000002899b02ee10,0x000002899b038c50] = 40512
relocation [0x000002899b02ef68,0x000002899b02f538] = 1488
constants [0x000002899b02f540,0x000002899b02f560] = 32
main code [0x000002899b02f560,0x000002899b034620] = 20672
stub code [0x000002899b034620,0x000002899b0348c8] = 680
oops [0x000002899b0348c8,0x000002899b034a00] = 312
metadata [0x000002899b034a00,0x000002899b035070] = 1648
scopes data [0x000002899b035070,0x000002899b037038] = 8136
scopes pcs [0x000002899b037038,0x000002899b0381f8] = 4544
dependencies [0x000002899b0381f8,0x000002899b038390] = 408
handler table [0x000002899b038390,0x000002899b038978] = 1512
nul chk table [0x000002899b038978,0x000002899b038c50] = 728
[Constant Pool]
Address hex4 hex8
0x000002899b02f540: 0x00000000 0x0000000000000000
0x000002899b02f544: 0x00000000
0x000002899b02f548: 0xf4f4f4f4 0xf4f4f4f4f4f4f4f4
0x000002899b02f54c: 0xf4f4f4f4
0x000002899b02f550: 0xf4f4f4f4 0xf4f4f4f4f4f4f4f4
0x000002899b02f554: 0xf4f4f4f4
0x000002899b02f558: 0xf4f4f4f4 0xf4f4f4f4f4f4f4f4
0x000002899b02f55c: 0xf4f4f4f4
[MachCode]
[Entry Point]
# {method} {0x0000028a0c57ac68} 'm_91383_' '(Z)V' in 'net/minecraft/client/Minecraft'
# this: rdx:rdx = 'net/minecraft/client/Minecraft'
# parm0: r8 = boolean
# [sp+0xa0] (sp of caller)
0x000002899b02f560: ; {no_reloc}
0x000002899b02f560: 448b 5208 | 49bb 0000 | 00c8 8902 | 0000 4d03 | d349 3bc2
0x000002899b02f574: ; {runtime_call ic_miss_stub}
0x000002899b02f574: 0f85 061b | 1dfb 6690 | 0f1f 4000
[Verified Entry Point]
0x000002899b02f580: 8984 2400 | 90ff ff55 | 4881 ec90 | 0000 0044 | 8944 2428
0x000002899b02f594: ; {oop(a 'java/lang/Class'{0x000000043a257688} = 'net/minecraft/client/Minecraft')}
0x000002899b02f594: 4c8b d249 | bb88 7625 | 3a04 0000 | 0045 8b5b | 7047 8b84 | dca8 0100 | 0047 8b5c
0x000002899b02f5b0: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
0x000002899b02f5b0: c408 4181 | fb90 1b0b | 020f 8585 | 3800 0048 | 8bda 448b | 92e4 0100 | 0043 8b4c | d414 432b
0x000002899b02f5d0: 4cd4 104f | 8d0c c444 | 8bd9 41c1 | fb1f 4723 | 5cd4 0c44
0x000002899b02f5e4: ; {oop(a 'java/lang/Class'{0x00000004b29a2e00} = 'me/jellysquid/mods/sodium/client/SodiumClientMod')}
0x000002899b02f5e4: 03d9 49b8 | 002e 9ab2 | 0400 0000 | 418b 487c
0x000002899b02f5f4: ; implicit exception: dispatches to 0x000002899b0340c0
0x000002899b02f5f4: 458b 44cc | 1443 8b4c | c40c 4d8b | 8798 0200 | 0049 8b38 | 443b d97f | 0fe9 1401 | 0000 4c8b
0x000002899b02f614: 4c24 3848 | 8b7c 2420
0x000002899b02f61c: ; implicit exception: dispatches to 0x000002899b033d94
0x000002899b02f61c: 478b 44d4 | 1043 8b44 | d414 443b | c00f 8401 | 3c00 0043 | 8b4c d418
0x000002899b02f634: ; implicit exception: dispatches to 0x000002899b033da0
0x000002899b02f634: 458b 5ccc | 0c45 3bc3 | 0f83 7c37 | 0000 438b | 74d4 0c41 | 8bd0 ffc2 | 4389 54d4 | 103b d60f
0x000002899b02f654: 84e5 1b00 | 0041 2bc0 | ffc8 448b | d841 c1fb | 1f44 23de | 4403 d848 | c1e1 034e | 8b44 c110
0x000002899b02f674: 83fe 040f | 8ef3 3a00 | 008b eec1 | fd1f c1ed | 1e03 eec1 | fd02 443b | dd0f 8ec9 | 3b00 004d
0x000002899b02f694: 85c0 0f84 | e43b 0000 | 4c89 4424 | 3048 897c | 2420 4c89 | 4c24 3848 | 8beb 498b | d041 b801
0x000002899b02f6b4: 0000 0049 | b9ff ffff | ffff ffff
0x000002899b02f6c0: ; {static_call}
0x000002899b02f6c0: 7f66 90e8
0x000002899b02f6c4: ; ImmutableOopMap {rbp=Oop [32]=Oop [56]=Oop }
;*invokestatic nglClientWaitSync {reexecute=0 rethrow=0 return_oop=0}
; - org.lwjgl.opengl.GL32C::glClientWaitSync@14 (line 718)
; - net.minecraft.client.Minecraft::handler$bai000$embeddium$preRender@50 (line 25477)
; - net.minecraft.client.Minecraft::m_91383_@3
0x000002899b02f6c4: f897 edfc | 488b 5424
0x000002899b02f6cc: ; {static_call}
0x000002899b02f6cc: 3066 90e8
0x000002899b02f6d0: ; ImmutableOopMap {rbp=Oop [32]=Oop [56]=Oop }
;*invokestatic nglDeleteSync {reexecute=0 rethrow=0 return_oop=0}
; - org.lwjgl.opengl.GL32C::glDeleteSync@12 (line 686)
; - net.minecraft.client.Minecraft::handler$bai000$embeddium$preRender@56 (line 25478)
; - net.minecraft.client.Minecraft::m_91383_@3
0x000002899b02f6d0: ecb6 d5fb | 4d8b 9760
0x000002899b02f6d8: ; ImmutableOopMap {rbp=Oop [32]=Oop [56]=Oop }
;*goto {reexecute=1 rethrow=0 return_oop=0}
; - (reexecute) net.minecraft.client.Minecraft::handler$bai000$embeddium$preRender@59 (line 25479)
; - net.minecraft.client.Minecraft::m_91383_@3
; {poll}
0x000002899b02f6d8: 0300 0041 | 8502 488b | dd44 8b93 | e401 0000
0x000002899b02f6e8: ; implicit exception: dispatches to 0x000002899b033dc8
0x000002899b02f6e8: 478b 5cd4 | 1447 2b5c
0x000002899b02f6f0: ; {oop(a 'java/lang/Class'{0x00000004b29a2e00} = 'me/jellysquid/mods/sodium/client/SodiumClientMod')}
0x000002899b02f6f0: d410 49b8 | 002e 9ab2 | 0400 0000 | 458b 487c | 418b ebc1 | fd1f 4323 | 6cd4 0c41 | 03eb 478b
0x000002899b02f710: 44cc 1447 | 8b5c c40c | 413b eb0f | 8ff1 feff | ff48 8b7c | 2420 8bb3 | 8400 0000 | 85f6 0f84
0x000002899b02f730: b436 0000 | 4180 7f38 | 000f 85c5
0x000002899b02f73c: ; {oop("Pre render"{0x00000005579f1c00})}
0x000002899b02f73c: 2700 0041 | c744 f46c | 80e3 f3aa | 4d8d 14f4
0x000002899b02f74c: ; {oop("Pre render"{0x00000005579f1c00})}
0x000002899b02f74c: 49bb 001c | 9f57 0500 | 0000 4d33 | da49 c1eb | 194d 85db | 741a 49c1 | ea09 48b9 | 0000 8e9e
0x000002899b02f76c: 8902 0000 | 4903 ca80 | 3904 0f85 | c027 0000
0x000002899b02f77c: ; {oop(a 'java/lang/Class'{0x000000041a215e58} = 'net/minecraft/Util')}
0x000002899b02f77c: 49ba 585e | 211a 0400 | 0000 418b | aa88 0000 | 0045 8b5c
0x000002899b02f790: ; {metadata('com/mojang/blaze3d/systems/RenderSystem$$Lambda$6135+0x00000289ca298958')}
0x000002899b02f790: ec08 4181 | fb58 8929 | 020f 85c5 | 3600 0048 | 897c 2430 | 4889 5c24 | 204d 8d14 | ec45 8b52
0x000002899b02f7b0: 0c49 8bd2 | 48c1 e203 | 9048 b838 | 8729 ca89
0x000002899b02f7c0: ; {virtual_call}
0x000002899b02f7c0: 0200 00e8
0x000002899b02f7c4: ; ImmutableOopMap {[32]=Oop [48]=Oop }
;*invokeinterface getAsLong {reexecute=0 rethrow=0 return_oop=0}
; - com.mojang.blaze3d.systems.RenderSystem$$Lambda$6135/0x00000289ca298958::getAsLong@4
; - net.minecraft.Util::m_137569_@3 (line 119)
; - net.minecraft.client.Minecraft::m_91383_@16 (line 1085)
0x000002899b02f7c4: f8ed 36fd | 4889 4424 | 384c 8b5c | 2420 458b | 9384 0000 | 004f 8b54 | d410 4d85 | d20f 84cd
0x000002899b02f7e4: 3a00 004c | 895c 2440 | 49b8 607e | a809 ff7f | 0000 498b
0x000002899b02f7f8: ; {static_call}
0x000002899b02f7f8: d266 90e8
0x000002899b02f7fc: ; ImmutableOopMap {[32]=Oop [48]=Oop [64]=Oop }
;*invokestatic invokePI {reexecute=0 rethrow=0 return_oop=0}
; - org.lwjgl.glfw.GLFW::glfwWindowShouldClose@17 (line 2246)
; - com.mojang.blaze3d.platform.GLX::_shouldClose@4 (line 92)
; - com.mojang.blaze3d.platform.Window::m_85411_@1 (line 121)
; - net.minecraft.client.Minecraft::m_91383_@24 (line 1086)
0x000002899b02f7fc: c08b edfc | 85c0 0f85 | d83a 0000 | 4c8b 5424 | 2041 8baa | a001 0000 | 85ed 0f85 | e43a 0000
0x000002899b02f81c: 418b aa9c | 0100 0045 | 8b54 ec08
0x000002899b02f828: ; {metadata('java/util/concurrent/ConcurrentLinkedQueue')}
0x000002899b02f828: 4181 fac0 | e608 010f | 853f 3600 | 004d 8d04 | ec49 8bd8 | 4883 c30c | 448b 1344 | 8954 2450
0x000002899b02f848: 4d8b ca49 | c1e1 034d | 8bf1 418b | 7e0c 85ff | 0f84 1704 | 0000 498d | 34fc 4180 | 7f38 000f
0x000002899b02f868: 85f1 2800 | 008b c74d | 33d2 f045 | 0fb1 560c | 400f 94c5 | 400f b6ed | 85ed 0f84 | e83c 0000
0x000002899b02f888: 4d3b f10f | 840e 0100 | 0045 8b56 | 1045 85d2 | 7414 448b | 5c24 5045 | 3bda 0f84 | f700 0000
0x000002899b02f8a8: 4f8d 34d4 | eb09 4d3b | ce0f 84e8 | 0000 0041 | 807f 3800 | 0f85 9432 | 0000 4d8b | de49 c1eb
0x000002899b02f8c8: 038b 4424 | 50f0 440f | b11b 400f | 94c5 400f | b6ed 85ed | 742c 4d8b | d64c 8bdb | 4d33 d349
0x000002899b02f8e8: c1ea 194d | 85d2 741a | 49c1 eb09 | 48b9 0000 | 8e9e 8902 | 0000 4903 | cb80 3904 | 0f85 b432
0x000002899b02f908: 0000 85ed | 0f84 8d00 | 0000 448b | 5424 5045 | 85d2 0f84 | c040 0000 | 4b8d 2cd4 | 4f8d 6cd4
0x000002899b02f928: 1041 807f | 3800 0f85 | 5332 0000 | 448b 5c24 | 5045 895d | 004c 8bd5 | 4d8b dd4d | 33d3 49c1
0x000002899b02f948: ea19 4d85 | d274 5049 | c1eb 0948 | b900 008e | 9e89 0200 | 0049 03cb | 8039 0474 | 3a4d 8b57
0x000002899b02f968: 404d 8b5f | 50f0 8344 | 24c0 0080 | 3900 7427 | 4488 214d | 85d2 7512 | 498b d749 | ba80 9038
0x000002899b02f988: 6dfe 7f00 | 0041 ffd2 | eb0d 4b89 | 4c13 f849 | 83c2 f84d | 8957 4045 | 8b5c fc08
0x000002899b02f9a4: ; {metadata('net/minecraft/util/thread/ProcessorMailbox')}
0x000002899b02f9a4: 4181 fb30 | 824c 060f | 8568 4200 | 0044 8b5e
0x000002899b02f9b4: ; {metadata('net/minecraft/util/thread/ProcessorMailbox')}
0x000002899b02f9b4: 0841 81fb | 3082 4c06 | 0f85 8a3a | 0000 488b
0x000002899b02f9c4: ; {optimized virtual_call}
0x000002899b02f9c4: d666 90e8
0x000002899b02f9c8: ; ImmutableOopMap {[48]=Oop [64]=Oop }
;*invokeinterface run {reexecute=0 rethrow=0 return_oop=0}
; - net.minecraft.client.Minecraft::m_91383_@97 (line 1100)
0x000002899b02f9c8: 14df 10fe | 4d8b 9760
0x000002899b02f9d0: ; ImmutableOopMap {[48]=Oop [64]=Oop }
;*goto {reexecute=1 rethrow=0 return_oop=0}
; - (reexecute) net.minecraft.client.Minecraft::m_91383_@102 (line 1100)
; {poll}
0x000002899b02f9d0: 0300 0041 | 8502 4c8b | 5424 4041 | 8baa 9c01 | 0000 458b
0x000002899b02f9e4: ; {metadata('java/util/concurrent/ConcurrentLinkedQueue')}
0x000002899b02f9e4: 54ec 0841 | 81fa c0e6 | 0801 0f85 | 743a 0000 | 4d8d 1cec | 498b db48 | 83c3 0c44 | 8b13 4489
0x000002899b02fa04: 5424 484d | 8bc2 49c1 | e003 4d8b | f041 8b7e | 0c85 ff0f | 845a 0100 | 0049 8d34 | fc41 807f
0x000002899b02fa24: 3800 0f85 | aa29 0000 | 8bc7 4d33 | c9f0 450f | b14e 0c40 | 0f94 c540 | 0fb6 ed85 | ed0f 84a1
0x000002899b02fa44: 3c00 004d | 3bf0 0f84 | 1001 0000 | 458b 5e10 | 4585 db74 | 1444 8b54 | 2448 453b | d30f 84f9
0x000002899b02fa64: 0000 004f | 8d34 dceb | 094d 3bc6 | 0f84 ea00 | 0000 4180 | 7f38 000f | 858d 3100 | 004d 8bd6
0x000002899b02fa84: 49c1 ea03 | 8b44 2448 | f044 0fb1 | 1341 0f94 | c545 0fb6 | ed45 85ed | 742c 4c8b | d34d 8bde
0x000002899b02faa4: 4d33 da49 | c1eb 194d | 85db 741a | 49c1 ea09 | 48b9 0000 | 8e9e 8902 | 0000 4903 | ca80 3904
0x000002899b02fac4: 0f85 ac31 | 0000 4585 | ed0f 848d | 0000 0044 | 8b54 2448 | 4585 d20f | 845c 4000 | 004b 8d1c
0x000002899b02fae4: d44b 8d6c | d410 4180 | 7f38 000f | 854a 3100 | 0044 8b5c | 2448 4489 | 5d00 4c8b | d34c 8bdd
0x000002899b02fb04: 4d33 d349 | c1ea 194d | 85d2 7450 | 49c1 eb09 | 48b9 0000 | 8e9e 8902 | 0000 4903 | cb80 3904
0x000002899b02fb24: 743a 4d8b | 5740 4d8b | 5f50 f083 | 4424 c000 | 8039 0074 | 2744 8821 | 4d85 d275 | 1249 8bd7
0x000002899b02fb44: 49ba 8090 | 386d fe7f | 0000 41ff | d2eb 0d4b | 894c 13f8 | 4983 c2f8 | 4d89 5740 | 458b 54fc
0x000002899b02fb64: ; {metadata('net/minecraft/util/thread/ProcessorMailbox')}
0x000002899b02fb64: 0841 81fa | 3082 4c06 | 0f85 1e41 | 0000 e93a | feff ff41 | 8b6e 1085 | ed0f 8520 | 2000 004d
0x000002899b02fb84: 3bc6 0f84 | fe00 0000 | 4180 7f38 | 000f 8599 | 2900 004d | 8bd6 49c1 | ea03 8b44 | 2448 f044
0x000002899b02fba4: 0fb1 1340 | 0f94 c640 | 0fb6 f685 | f674 2c4c | 8bd3 4d8b | de4d 33da | 49c1 eb19 | 4d85 db74
0x000002899b02fbc4: 1a49 c1ea | 0948 b900 | 008e 9e89 | 0200 0049 | 03ca 8039 | 040f 85c9 | 2d00 0085 | f60f 84a3
0x000002899b02fbe4: 0000 0044 | 8b54 2448 | 4585 d20f | 84df 3a00 | 004b 8d3c | d44b 8d5c | d410 4180 | 7f38 000f
0x000002899b02fc04: 8558 2900 | 0044 8b5c | 2448 4489 | 1b4c 8bd7 | 4c8b db4d | 33d3 49c1 | ea19 4d85 | d274 6749
0x000002899b02fc24: c1eb 0948 | b900 008e | 9e89 0200 | 0049 03cb | 8039 0474 | 514d 8b57 | 404d 8b5f | 50f0 8344
0x000002899b02fc44: 24c0 0080 | 3900 743e | 4488 214d | 85d2 7512 | 498b d749 | ba80 9038 | 6dfe 7f00 | 0041 ffd2
0x000002899b02fc64: eb24 4b89 | 4c13 f849 | 83c2 f84d | 8957 40eb | 1541 8b6e | 1085 ed0f | 851b 1900 | 004d 3bce
0x000002899b02fc84: 0f85 be15 | 0000 448b | 5c24 2845 | 85db 7508 | 4533 c0e9 | 6b07 0000
0x000002899b02fc9c: ; {oop(a 'java/lang/Class'{0x000000041a215e58} = 'net/minecraft/Util')}
0x000002899b02fc9c: 49ba 585e | 211a 0400 | 0000 418b | 8a88 0000 | 0045 8b54 | cc08 4c8b | 4424 4045 | 8b88 8800
0x000002899b02fcbc: ; {metadata('com/mojang/blaze3d/systems/RenderSystem$$Lambda$6135+0x00000289ca298958')}
0x000002899b02fcbc: 0000 4181 | fa58 8929 | 020f 8501 | 3400 0041 | 8be9 4d8d | 14cc 458b | 5a0c 498b | d348 c1e2
0x000002899b02fcdc: 0348 b838 | 8729 ca89
0x000002899b02fce4: ; {virtual_call}
0x000002899b02fce4: 0200 00e8
0x000002899b02fce8: ; ImmutableOopMap {rbp=NarrowOop [48]=Oop [64]=Oop }
;*invokeinterface getAsLong {reexecute=0 rethrow=0 return_oop=0}
; - com.mojang.blaze3d.systems.RenderSystem$$Lambda$6135/0x00000289ca298958::getAsLong@4
; - net.minecraft.Util::m_137569_@3 (line 119)
; - net.minecraft.Util::m_137550_@0 (line 115)
; - net.minecraft.client.Minecraft::m_91383_@113 (line 1104)
0x000002899b02fce8: d4e8 36fd | 4c8b d84c | 8bd0 49c1 | fa3f 48b8 | db34 b6d7 | 82de 1b43 | 49f7 eb4c | 8bda 49c1
0x000002899b02fd08: fb12 4d2b | da4d 8bd3
0x000002899b02fd10: ; implicit exception: dispatches to 0x000002899b03403c
0x000002899b02fd10: 4d2b 54ec | 104d 895c | ec10 4c8b | 5c24 4045 | 8b83 a801 | 0000 c4c1 | fa2a c2c4 | c17a 5e4c
0x000002899b02fd30: ec1c c4c1 | 7a11 4cec | 18c4 c172 | 5844 ec0c | c5fa 2cd8 | 81fb 0000 | 0080 750f | 4883 ec08
0x000002899b02fd50: c5fa 1104
0x000002899b02fd54: ; {runtime_call StubRoutines (1)}
0x000002899b02fd54: 24e8 9913 | 18fb 5bc5 | f22a cbc5 | fa5c c9c4 | c17a 114c | ec0c 478b
0x000002899b02fd6c: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
0x000002899b02fd6c: 54c4 0841 | 81fa 901b | 0b02 0f85 | 6833 0000 | 418b 6b14
0x000002899b02fd80: ; implicit exception: dispatches to 0x000002899b034058
0x000002899b02fd80: 458b 54ec
0x000002899b02fd84: ; {metadata('java/util/concurrent/ConcurrentLinkedQueue')}
0x000002899b02fd84: 0841 81fa | c0e6 0801 | 0f85 7233 | 0000 4d8d | 0cec 4d8b | e949 83c5 | 0c45 8b45 | 0047 8b54
0x000002899b02fda4: c40c 4585 | d274 064b | 8d2c d4eb | 5649 8bc8 | 48c1 e103 | 4b8d 3cc4 | 488b d74c | 8bd2 448b
0x000002899b02fdc4: 5a10 4585 | db74 314b | 8d14 dc4c | 3bd2 0f84 | c238 0000 | 478b 54dc | 0c49 8bb7
0x000002899b02fde0: ; ImmutableOopMap {r10=NarrowOop r11=NarrowOop r8=NarrowOop r9=Oop rcx=Oop rdi=Oop rdx=Oop r13=Derived_oop_r9 [48]=Oop [64]=Oop }
;*goto {reexecute=1 rethrow=0 return_oop=0}
; - (reexecute) java.util.concurrent.ConcurrentLinkedQueue::peek@45 (line 406)
; - net.minecraft.util.thread.BlockableEventLoop::m_7245_@4 (line 121)
; - net.minecraft.util.thread.BlockableEventLoop::m_18699_@1 (line 115)
; - net.minecraft.client.Minecraft::m_91383_@134 (line 1106)
0x000002899b02fde0: 6003 0000
0x000002899b02fde4: ; {poll}
0x000002899b02fde4: 8506 4585 | d274 d44b | 8d2c d445 | 3bc3 7413 | 4c8b d2e9 | 1e18 0000 | 483b ca0f | 8513 1800
0x000002899b02fe04: 0033 ed48 | 85ed 0f84 | 4f05 0000 | 448b 5d08 | 48be 0000 | 00c8 8902 | 0000 4903 | f34c 8b56
0x000002899b02fe24: ; {metadata('java/lang/Runnable')}
0x000002899b02fe24: 2049 bbf8 | d401 c889 | 0200 004d | 3bd3 0f85 | f816 0000 | 4c8b 5424 | 4041 8b6a | 1445 8b54
0x000002899b02fe44: ; {metadata('java/util/concurrent/ConcurrentLinkedQueue')}
0x000002899b02fe44: ec08 4181 | fac0 e608 | 010f 85c9 | 3200 0089 | 5c24 2449
0x000002899b02fe58: ; {optimized virtual_call}
0x000002899b02fe58: 8d14 ece8
0x000002899b02fe5c: ; ImmutableOopMap {[48]=Oop [64]=Oop }
;*invokeinterface remove {reexecute=0 rethrow=0 return_oop=1}
; - net.minecraft.util.thread.BlockableEventLoop::m_7245_@41 (line 130)
; - net.minecraft.util.thread.BlockableEventLoop::m_18699_@1 (line 115)
; - net.minecraft.client.Minecraft::m_91383_@134 (line 1106)
0x000002899b02fe5c: 8071 b3ff | 4c8b c044 | 8b58 0848 | be00 0000 | c889 0200 | 0049 03f3 | 4c8b 5620
0x000002899b02fe78: ; {metadata('java/lang/Runnable')}
0x000002899b02fe78: 49bb f8d4 | 01c8 8902 | 0000 4d3b | d30f 85d9 | 1600 0049 | 8bd0 4c8b | 5424 4041 | ff42 1866
0x000002899b02fe98: 9048 b8b0 | 1ebb 6d8b
0x000002899b02fea0: ; {virtual_call}
0x000002899b02fea0: 0200 00e8
0x000002899b02fea4: ; ImmutableOopMap {[48]=Oop [64]=Oop }
;*invokeinterface run {reexecute=0 rethrow=0 return_oop=0}
; - net.minecraft.util.thread.BlockableEventLoop::m_6367_@1 (line 156)
; - net.minecraft.util.thread.ReentrantBlockableEventLoop::m_6367_@12 (line 23)
; - net.minecraft.util.thread.BlockableEventLoop::m_7245_@49 (line 130)
; - net.minecraft.util.thread.BlockableEventLoop::m_18699_@1 (line 115)
; - net.minecraft.client.Minecraft::m_91383_@134 (line 1106)
0x000002899b02fea4: e81c 28fb | 4c8b 7424 | 4041 ff4e | 18e9 9d00 | 0000 33ed | 4885 ed0f | 8495 0400 | 0044 8b5d
0x000002899b02fec4: 0848 be00 | 0000 c889 | 0200 0049 | 03f3 4c8b
0x000002899b02fed4: ; {metadata('java/lang/Runnable')}
0x000002899b02fed4: 5620 49bb | f8d4 01c8 | 8902 0000 | 4d3b d30f | 85f0 0100 | 0045 8b56 | 1447 8b5c
0x000002899b02fef0: ; {metadata('java/util/concurrent/ConcurrentLinkedQueue')}
0x000002899b02fef0: d408 4181 | fbc0 e608 | 010f 85e9 | 2100 0049 | 8bee 4b8d
0x000002899b02ff04: ; {optimized virtual_call}
0x000002899b02ff04: 14d4 90e8
0x000002899b02ff08: ; ImmutableOopMap {rbp=Oop [48]=Oop }
;*invokeinterface remove {reexecute=0 rethrow=0 return_oop=1}
; - net.minecraft.util.thread.BlockableEventLoop::m_7245_@41 (line 130)
; - net.minecraft.util.thread.BlockableEventLoop::m_18699_@1 (line 115)
; - net.minecraft.client.Minecraft::m_91383_@134 (line 1106)
0x000002899b02ff08: d470 b3ff | 4c8b c044 | 8b58 0848 | be00 0000 | c889 0200 | 0049 03f3 | 4c8b 5620
0x000002899b02ff24: ; {metadata('java/lang/Runnable')}
0x000002899b02ff24: 49bb f8d4 | 01c8 8902 | 0000 4d3b | d30f 85d9 | 0100 0049 | 8bd0 ff45 | 1848 b8f0 | dfa1 108a
0x000002899b02ff44: ; {virtual_call}
0x000002899b02ff44: 0200 00e8
0x000002899b02ff48: ; ImmutableOopMap {rbp=Oop [48]=Oop }
;*invokeinterface run {reexecute=0 rethrow=0 return_oop=0}
; - net.minecraft.util.thread.BlockableEventLoop::m_6367_@1 (line 156)
; - net.minecraft.util.thread.ReentrantBlockableEventLoop::m_6367_@12 (line 23)
; - net.minecraft.util.thread.BlockableEventLoop::m_7245_@49 (line 130)
; - net.minecraft.util.thread.BlockableEventLoop::m_18699_@1 (line 115)
; - net.minecraft.client.Minecraft::m_91383_@134 (line 1106)
0x000002899b02ff48: 441c 28fb | 4c8b f541 | ff4e 1845 | 8b5e 1447 | 8b44 dc08
0x000002899b02ff5c: ; {metadata('java/util/concurrent/ConcurrentLinkedQueue')}
0x000002899b02ff5c: 4181 f8c0 | e608 010f | 8550 2100 | 004f 8d04 | dc49 8bf8 | 4883 c70c | 448b 1744 | 8954 2448
0x000002899b02ff7c: ; implicit exception: dispatches to 0x000002899b033cb4
0x000002899b02ff7c: 478b 5cd4 | 0c45 85db | 7409 4b8d | 2cdc e929 | ffff ff49 | 8bca 48c1 | e103 4b8d | 34d4 4c8b
0x000002899b02ff9c: ee45 8b55 | 1045 85d2 | 743c 4f8d | 1cd4 4d3b | eb0f 8444 | 2500 004d | 8b8f 6003
0x000002899b02ffb8: ; ImmutableOopMap {r10=NarrowOop r11=Oop r8=Oop rcx=Oop rdi=Derived_oop_r8 rsi=Oop r14=Oop [48]=Oop [72]=NarrowOop }
;*goto {reexecute=1 rethrow=0 return_oop=0}
; - (reexecute) java.util.concurrent.ConcurrentLinkedQueue::peek@45 (line 406)
; - net.minecraft.util.thread.BlockableEventLoop::m_7245_@4 (line 121)
; - net.minecraft.util.thread.BlockableEventLoop::m_18699_@1 (line 115)
; - net.minecraft.client.Minecraft::m_91383_@134 (line 1106)
; {poll}
0x000002899b02ffb8: 0000 4185 | 0147 8b4c | d40c 4585 | c974 164b | 8d2c cc8b | 5c24 4841 | 3bda 0f84 | e0fe ffff
0x000002899b02ffd8: 4d8b ebeb | 104d 8beb | ebbb 493b | cd0f 84cb | feff ff33 | ed41 807f | 3800 0f85 | c715 0000
0x000002899b02fff8: 4d8b dd49 | c1eb 038b | 4424 48f0 | 440f b11f | 0f94 c30f | b6db 85db | 742c 4d8b | d54c 8bdf
0x000002899b030018: 4d33 d349 | c1ea 194d | 85d2 741a | 49c1 eb09 | 48b9 0000 | 8e9e 8902 | 0000 4903 | cb80 3904
0x000002899b030038: 0f85 cc16 | 0000 85db | 0f84 72fe | ffff 448b | 5424 484b | 8d5c d410 | 4180 7f38 | 000f 8587
0x000002899b030058: 1500 0044 | 8b5c 2448 | 4489 1b4c | 8bd6 4c8b | db4d 33d3 | 49c1 ea19 | 4d85 d20f | 843f feff
0x000002899b030078: ff49 c1eb | 0948 b900 | 008e 9e89 | 0200 0049 | 03cb 8039 | 040f 8425 | feff ff4d | 8b57 404d
0x000002899b030098: 8b5f 50f0 | 8344 24c0 | 0080 3900 | 0f84 0efe | ffff 4488 | 214d 85d2 | 7515 498b | d749 ba80
0x000002899b0300b8: 9038 6dfe | 7f00 0041 | ffd2 e9f1 | fdff ff4b | 894c 13f8 | 4983 c2f8 | 4d89 5740 | e9df fdff
0x000002899b0300d8: ; {metadata('java/lang/Runnable')}
0x000002899b0300d8: ff48 b8f8 | d401 c889 | 0200 0048 | 8b7e 288b | 0f48 83c7 | 0848 85c0 | f248 af0f | 8504 0000
0x000002899b0300f8: 0048 8946 | 200f 84e6 | fdff ffba | deff ffff
0x000002899b030108: ; {runtime_call UncommonTrapBlob}
0x000002899b030108: 6666 90e8
0x000002899b03010c: ; ImmutableOopMap {rbp=Oop }
;*checkcast {reexecute=0 rethrow=0 return_oop=0}
; - net.minecraft.util.thread.BlockableEventLoop::m_7245_@9 (line 121)
; - net.minecraft.util.thread.BlockableEventLoop::m_18699_@1 (line 115)
; - net.minecraft.client.Minecraft::m_91383_@134 (line 1106)
0x000002899b03010c: f067 1dfb
0x000002899b030110: ; {metadata('java/lang/Runnable')}
0x000002899b030110: 48b8 f8d4 | 01c8 8902 | 0000 488b | 7e28 8b0f | 4883 c708 | 4885 c0f2 | 48af 0f85 | 0400 0000
0x000002899b030130: 4889 4620 | 0f84 fdfd | ffff bade | ffff ff49
0x000002899b030140: ; {runtime_call UncommonTrapBlob}
0x000002899b030140: 8be8 90e8
0x000002899b030144: ; ImmutableOopMap {rbp=Oop }
;*checkcast {reexecute=0 rethrow=0 return_oop=0}
; - net.minecraft.util.thread.BlockableEventLoop::m_7245_@46 (line 130)
; - net.minecraft.util.thread.BlockableEventLoop::m_18699_@1 (line 115)
; - net.minecraft.client.Minecraft::m_91383_@134 (line 1106)
0x000002899b030144: b867 1dfb | 0f1f 8400 | 0000 0000 | 4489 4c24 | 584c 8944 | 2450 4c89 | 5c24 4848 | 895c 2430
0x000002899b030164: 4c89 5424 | 2048 8bd1 | 48c1 e203 | 4d8b c366 | 9048 b870 | bc3d fb8a
0x000002899b03017c: ; {virtual_call}
0x000002899b03017c: 0200 00e8
0x000002899b030180: ; ImmutableOopMap {[32]=Oop [48]=Oop [72]=Oop [80]=Oop }
;*invokeinterface invoke {reexecute=0 rethrow=0 return_oop=0}
; - net.minecraftforge.eventbus.EventBus$$Lambda$6384/0x00000289ca35c220::invoke@2
; - net.minecraftforge.eventbus.EventBus::post@107 (line 315)
; - net.minecraftforge.eventbus.EventBus::post@7 (line 296)
; - net.minecraftforge.event.ForgeEventFactory::onRenderTickStart@14 (line 905)
; - net.minecraft.client.Minecraft::m_91383_@426 (line 1144)
0x000002899b030180: 0c1a 28fb | 4c8b 5424 | 2048 8b5c | 2430 4c8b | 5c24 484c | 8b44 2450 | 448b 4c24 | 5841 ffc1
0x000002899b0301a0: 443b cd0f | 8c68 0a00 | 0041 8baa | a801 0000
0x000002899b0301b0: ; implicit exception: dispatches to 0x000002899b033e7c
0x000002899b0301b0: 458b 5cec
0x000002899b0301b4: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
0x000002899b0301b4: 0841 81fb | 901b 0b02 | 0f85 7e2d | 0000 450f | b65a 6145 | 85db 7408 | c4c1 7a10 | 424c eb0e
0x000002899b0301d4: 458b 9a88 | 0000 00c4 | 817a 1044 | dc0c 458b | 9ab0 0000 | 0045 85db | 0f84 1a2c | 0000 4889
0x000002899b0301f4: 5c24 2049 | 8bea 4b8d | 14dc 4c8b | 4424 3844 | 8b4c 2428
0x000002899b030208: ; {optimized virtual_call}
0x000002899b030208: 6666 90e8
0x000002899b03020c: ; ImmutableOopMap {rbp=Oop [32]=Oop }
;*invokevirtual m_109093_ {reexecute=0 rethrow=0 return_oop=0}
; - net.minecraft.client.Minecraft::m_91383_@468 (line 1146)
0x000002899b03020c: f0c9 3202 | 4c8b d541 | 8baa a801 | 0000 458b
0x000002899b03021c: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
0x000002899b03021c: 44ec 0841 | 81f8 901b | 0b02 0f85 | 302d 0000 | 498b 8708 | 0100 00c4 | c17a 104a | 584c 8bd8
0x000002899b03023c: 4983 c328 | 4d3b 9f18 | 0100 000f | 8362 2100 | 004d 899f | 0801 0000 | 410f 0d8b | c000 0000
0x000002899b03025c: 48c7 0001
0x000002899b030260: ; {metadata('net/minecraftforge/event/TickEvent$RenderTickEvent')}
0x000002899b030260: 0000 00c7 | 4008 806e | 3d02 4489 | 600c 4489 | 6014 4489
0x000002899b030274: ; {oop(a 'net/minecraftforge/eventbus/api/Event$Result'{0x000000042fe91810})}
0x000002899b030274: 6024 c740 | 1002 23fd
0x000002899b03027c: ; {oop(a 'net/minecraftforge/event/TickEvent$Type'{0x000000046cbeec00})}
0x000002899b03027c: 85c7 4018 | 80dd 978d
0x000002899b030284: ; {oop(a 'net/minecraftforge/fml/LogicalSide'{0x000000042e8b5e18})}
0x000002899b030284: c740 1cc3
0x000002899b030288: ; {oop(a 'net/minecraftforge/event/TickEvent$Phase'{0x0000000443a43400})}
0x000002899b030288: 6bd1 85c7 | 4020 8086 | 7488 4c8b | d8c4 c17a
0x000002899b030298: ; {oop(a 'net/minecraftforge/eventbus/EventBus'{0x000000042e8b2510})}
0x000002899b030298: 114b 2449 | b810 258b | 2e04 0000 | 0045 0fb6 | 4811 4585 | c90f 85ed | 0900 0041 | 0fb6 6812
0x000002899b0302b8: 85ed 0f85 | 1c31 0000 | 418b 480c
0x000002899b0302c4: ; {oop(a 'net/minecraftforge/eventbus/ListenerList'{0x0000000431dbc088})}
0x000002899b0302c4: 49b8 88c0 | db31 0400 | 0000 418b | 6810 458b | 44ec 0c41 | 3bc8 0f83 | 282d 0000 | 4d8d 04ec
0x000002899b0302e4: 418b 6c88 | 1045 0fb6 | 4cec 0c45 | 85c9 7422 | 4c89 5c24 | 384c 8954 | 2430 498d | 14ec 4889
0x000002899b030304: ; {optimized virtual_call}
0x000002899b030304: 5424 48e8
0x000002899b030308: ; ImmutableOopMap {rbp=NarrowOop [32]=Oop [48]=Oop [56]=Oop [72]=Oop }
;*invokevirtual buildCache {reexecute=0 rethrow=0 return_oop=0}
; - net.minecraftforge.eventbus.ListenerList$ListenerListInst::getListeners@8 (line 217)
; - net.minecraftforge.eventbus.ListenerList::getListeners@6 (line 123)
; - net.minecraftforge.eventbus.EventBus::post@62 (line 308)
; - net.minecraftforge.eventbus.EventBus::post@7 (line 296)
; - net.minecraftforge.event.ForgeEventFactory::onRenderTickEnd@14 (line 910)
; - net.minecraft.client.Minecraft::m_91383_@484 (line 1148)
0x000002899b030308: 7410 1dfb | 4c8b 5424 | 304c 8b5c | 2438 458b | 44ec 1043 | 8b6c c40c
0x000002899b030320: ; implicit exception: dispatches to 0x000002899b033fcc
0x000002899b030320: 458b 4cec
0x000002899b030324: ; {metadata('net/minecraftforge/eventbus/api/IEventListener'[])}
0x000002899b030324: 0841 81f9 | b038 ab01 | 0f85 2239 | 0000 4d8d | 0cec 418b | 690c 85ed | 0f86 5e09 | 0000 8bcd
0x000002899b030344: ffc9 3bcd | 0f83 5a2d | 0000 4533 | c0e9 c50d | 0000 4c89 | 7424 408b | 5c24 244c | 8b54 2440
0x000002899b030364: 458b 9aa8 | 0100 0047 | 8b44 dc08
0x000002899b030370: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
0x000002899b030370: 4181 f890 | 1b0b 020f | 85b7 2d00 | 0041 b80a | 0000 0083 | fb0a 8bcb | 410f 4fc8 | 85c9 7e60
0x000002899b030390: 4533 c047 | 8b54 dc08
0x000002899b030398: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
0x000002899b030398: 4181 fa90 | 1b0b 020f | 857f 3100 | 0044 8944 | 2424 894c | 2420 8beb | 488b 5424
0x000002899b0303b4: ; {optimized virtual_call}
0x000002899b0303b4: 4066 90e8
0x000002899b0303b8: ; ImmutableOopMap {[48]=Oop [64]=Oop }
;*invokevirtual m_91398_ {reexecute=0 rethrow=0 return_oop=0}
; - net.minecraft.client.Minecraft::m_91383_@186 (line 1112)
0x000002899b0303b8: 0435 af01 | 4c8b 5424 | 4045 8b9a | a801 0000 | 448b 4424 | 2441 ffc0 | 443b 4424 | 207d 088b
0x000002899b0303d8: dd8b 4c24 | 20eb b445 | 85db 750c | baf6 ffff
0x000002899b0303e8: ; {runtime_call UncommonTrapBlob}
0x000002899b0303e8: ff66 90e8
0x000002899b0303ec: ; ImmutableOopMap {}
;*invokeinterface m_7238_ {reexecute=0 rethrow=0 return_oop=0}
; - net.minecraft.client.Minecraft::m_91383_@199 (line 1115)
0x000002899b0303ec: 1065 1dfb | 478b 44dc
0x000002899b0303f4: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
0x000002899b0303f4: 0841 81f8 | 901b 0b02 | 0f85 522d | 0000 448b | 4424 284c | 8b54 2440 | 458b 92c8 | 0000 0045
0x000002899b030414: 85d2 0f84 | d829 0000 | 4489 4424 | 284b 8d14
0x000002899b030424: ; {optimized virtual_call}
0x000002899b030424: d466 90e8
0x000002899b030428: ; ImmutableOopMap {[48]=Oop [64]=Oop }
;*invokevirtual m_91523_ {reexecute=0 rethrow=0 return_oop=0}
; - net.minecraft.client.Minecraft::m_91383_@208 (line 1118)
0x000002899b030428: 149e 5ffe | 4c8b 7424 | 4041 8bbe | 8400 0000 | 85ff 0f84 | c029 0000 | 4180 7f38 | 000f 8537
0x000002899b030448: ; {oop("Render"{0x00000005579f1c18})}
0x000002899b030448: 1b00 0041 | c744 fc6c | 83e3 f3aa | 4d8d 14fc
0x000002899b030458: ; {oop("Render"{0x00000005579f1c18})}
0x000002899b030458: 49bb 181c | 9f57 0500 | 0000 4d33 | da49 c1eb | 194d 85db | 741a 49c1 | ea09 48b9 | 0000 8e9e
0x000002899b030478: 8902 0000 | 4903 ca80 | 3904 0f85 | 321b 0000 | 458b 96a8 | 0100 0047 | 8b44 d408
0x000002899b030494: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
0x000002899b030494: 4181 f890 | 1b0b 020f | 85df 2900 | 0045 8b86 | b000 0000
0x000002899b0304a8: ; implicit exception: dispatches to 0x000002899b033df8
0x000002899b0304a8: 438b 8cc4 | 8000 0000 | 458b 9e0c | 0100 0047 | 8b44 dc10 | 4489 4424 | 4c47 0fb6 | 44c4 1845
0x000002899b0304c8: 85c0 0f84 | 8c02 0000
0x000002899b0304d0: ; implicit exception: dispatches to 0x000002899b034024
0x000002899b0304d0: 450f b65c | cc1c 4585 | db0f 847d | 0200 004d | 8b9f 0801 | 0000 448b | 4424 4c43 | 8b7c c430
0x000002899b0304f0: 4d8b d349 | 83c2 2041 | 8b5c cc28 | 458b 44cc | 3445 8b4c | cc30 4d3b | 9718 0100 | 000f 83f0
0x000002899b030510: 2400 004d | 8997 0801 | 0000 410f | 0d8a c000 | 0000 49c7 | 0301 0000
0x000002899b030528: ; {metadata('net/minecraft/client/sounds/SoundEngine$$Lambda$56621+0x00000289ceaf4ca0')}
0x000002899b030528: 0041 c743 | 08a0 4caf | 0645 8963 | 0c4d 8963 | 104d 8963 | 188b 4c24 | 4c41 894b | 0c45 8943
0x000002899b030548: 1845 894b | 1441 895b | 1045 8b44 | fc1c 4d8b | d049 c1e2 | 034c 8b44 | 2430 4d3b | c20f 8456
0x000002899b030568: 1600 0045 | 8b54 fc14
0x000002899b030570: ; implicit exception: dispatches to 0x000002899b034160
0x000002899b030570: 478b 4cd4
0x000002899b030574: ; {metadata('java/util/concurrent/ConcurrentLinkedQueue')}
0x000002899b030574: 0841 81f9 | c0e6 0801 | 0f85 f22e | 0000 4d8b | 8f08 0100 | 0049 8bd9 | 4883 c318 | 498d 0cfc
0x000002899b030594: 4b8d 2cd4 | 493b 9f18 | 0100 000f | 83ae 2400 | 0049 899f | 0801 0000 | 0f0d 8bc0 | 0000 0049
0x000002899b0305b4: c701 0100
0x000002899b0305b8: ; {metadata('java/util/concurrent/ConcurrentLinkedQueue$Node')}
0x000002899b0305b8: 0000 41c7 | 4108 18eb | 0801 4d89 | 6110 4c8b | ed49 83c5 | 1041 8b5d | 004d 8bd3 | 49c1 ea03
0x000002899b0305d8: 4589 510c | 498b f148 | c1ee 0389 | 5c24 50eb | 6145 8b55 | 0041 3bd8 | 751f 8b5c | 2450 413b
0x000002899b0305f8: da0f 85bc | 2400 0044 | 8b45 0c4d | 8bf0 49c1 | e603 4489 | 5424 50eb | 108b 7c24 | 503b df0f
0x000002899b030618: 8547 1d00 | 004f 8d34 | c44d 8b97
0x000002899b030624: ; ImmutableOopMap {rsi=NarrowOop rbp=Oop r13=Derived_oop_rbp r14=Oop [32]=Oop [44]=NarrowOop [48]=Oop [64]=Oop [72]=Oop [80]=NarrowOop }
;*goto {reexecute=1 rethrow=0 return_oop=0}
; - (reexecute) java.util.concurrent.ConcurrentLinkedQueue::offer@117 (line 380)
; - java.util.concurrent.ConcurrentLinkedQueue::add@2 (line 283)
; - net.minecraft.util.thread.BlockableEventLoop::m_6937_@5 (line 93)
; - net.minecraft.util.thread.BlockableEventLoop::execute@13 (line 100)
; - net.minecraft.client.sounds.SoundEngine::m_120270_@44 (line 479)
; - net.minecraft.client.sounds.SoundManager::m_120361_@5 (line 256)
; - net.minecraft.client.Minecraft::m_91383_@244 (line 1121)
0x000002899b030624: 6003 0000
0x000002899b030628: ; {poll}
0x000002899b030628: 4185 0249 | 8bde 48c1 | eb03 4c8b | 7424 204c | 8b44 2430 | 8b7c 242c | 4c8b 4c24 | 4048 8b4c
0x000002899b030648: 2448 85db | 0f84 562d | 0000 4889 | 4c24 484c | 894c 2440 | 897c 242c | 4c89 4424 | 304c 8974
0x000002899b030668: 2420 4d8d | 34dc 4d8d | 54dc 1045 | 8b02 4585 | c00f 856a | ffff ff48 | 33c0 f041 | 0fb1 3240
0x000002899b030688: 0f94 c740 | 0fb6 ff85 | ff74 294d | 8bd9 4d33 | da49 c1eb | 194d 85db | 741a 49c1 | ea09 48b9
0x000002899b0306a8: 0000 8e9e | 8902 0000 | 4903 ca80 | 3904 0f85 | 5c1a 0000 | 85ff 0f84 | 5dff ffff | 448b 5c24
0x000002899b0306c8: 5041 3bdb | 744f 4180 | 7f38 000f | 8565 1b00 | 0041 8bc3 | f041 0fb1 | 7500 410f | 94c2 450f
0x000002899b0306e8: b6d2 4585 | d274 2e4c | 8b54 2440 | 4d8b dd4d | 33d3 49c1 | ea19 4d85 | d274 1a49 | c1eb 0948
0x000002899b030708: b900 008e | 9e89 0200 | 0049 03cb | 8039 040f | 8554 1b00 | 0044 8b5c | 242c 478b | 54dc 1c45
0x000002899b030728: 85d2 7414 | 4f8d 04d4
0x000002899b030730: ; {oop(a 'jdk/internal/misc/Unsafe'{0x00000004000003e8})}
0x000002899b030730: 48ba e803 | 0000 0400
0x000002899b030738: ; {optimized virtual_call}
0x000002899b030738: 0000 90e8
0x000002899b03073c: ; ImmutableOopMap {[32]=Oop [48]=Oop }
;*invokevirtual unpark {reexecute=0 rethrow=0 return_oop=0}
; - java.util.concurrent.locks.LockSupport::unpark@8 (line 177)
; - net.minecraft.util.thread.BlockableEventLoop::m_6937_@15 (line 94)
; - net.minecraft.util.thread.BlockableEventLoop::execute@13 (line 100)
; - net.minecraft.client.sounds.SoundEngine::m_120270_@44 (line 479)
; - net.minecraft.client.sounds.SoundManager::m_120361_@5 (line 256)
; - net.minecraft.client.Minecraft::m_91383_@244 (line 1121)
0x000002899b03073c: 0072 acfc | 4c8b 7424 | 2045 8b96 | a801 0000 | 4585 d275 | 0bba f6ff
0x000002899b030754: ; {runtime_call UncommonTrapBlob}
0x000002899b030754: ffff 90e8
0x000002899b030758: ; ImmutableOopMap {}
;*invokeinterface m_7238_ {reexecute=0 rethrow=0 return_oop=0}
; - net.minecraft.client.Minecraft::m_91383_@251 (line 1122)
0x000002899b030758: a461 1dfb | 478b 5cd4
0x000002899b030760: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
0x000002899b030760: 0841 81fb | 901b 0b02 | 0f85 2e27
0x000002899b03076c: ; {oop(a 'java/lang/Class'{0x000000041a215e58} = 'net/minecraft/Util')}
0x000002899b03076c: 0000 49ba | 585e 211a | 0400 0000 | 418b aa88 | 0000 0045 | 8b54 ec08
0x000002899b030784: ; {metadata('com/mojang/blaze3d/systems/RenderSystem$$Lambda$6135+0x00000289ca298958')}
0x000002899b030784: 4181 fa58 | 8929 020f | 8527 2700 | 004c 8974 | 2420 4d8d | 14ec 458b | 5a0c 498b | d348 c1e2
0x000002899b0307a4: 0348 b838 | 8729 ca89
0x000002899b0307ac: ; {virtual_call}
0x000002899b0307ac: 0200 00e8
0x000002899b0307b0: ; ImmutableOopMap {[32]=Oop [48]=Oop }
;*invokeinterface getAsLong {reexecute=0 rethrow=0 return_oop=0}
; - com.mojang.blaze3d.systems.RenderSystem$$Lambda$6135/0x00000289ca298958::getAsLong@4
; - net.minecraft.Util::m_137569_@3 (line 119)
; - net.minecraft.client.Minecraft::m_91383_@268 (line 1124)
0x000002899b0307b0: 0cde 36fd | 4889 4424 | 404c 8b44 | 2420 458b | 98c0 0000 | 0043 0fb6 | 6cdc 2585 | ed0f 85f7
0x000002899b0307d0: 2900 0041 | 8ba8 b401 | 0000 458b
0x000002899b0307dc: ; {metadata('net/minecraft/util/profiling/metrics/profiling/InactiveMetricsRecorder')}
0x000002899b0307dc: 5cec 0841 | 81fb 5825 | 0b02 0f85 | dc26 0000 | 4d89 6040
0x000002899b0307f0: ; {oop(a 'java/lang/Class'{0x00000004317ceda8} = 'com/mojang/blaze3d/systems/RenderSystem')}
0x000002899b0307f0: 49ba a8ed | 7c31 0400 | 0000 410f | b6aa 0501 | 0000 85ed | 0f85 d629 | 0000 458b | 9280 0000
0x000002899b030810: 0049 c1e2 | 034c 8b5c | 2430 4d3b | da0f 85b9 | 2600 0049 | 8be8 ba00
0x000002899b030828: ; {static_call}
0x000002899b030828: 4100 00e8
0x000002899b03082c: ; ImmutableOopMap {rbp=Oop [48]=Oop }
;*invokestatic glClear {reexecute=0 rethrow=0 return_oop=0}
; - org.lwjgl.opengl.GL11::glClear@1 (line 992)
; - com.mojang.blaze3d.platform.GlStateManager::_clear@4 (line 684)
; - com.mojang.blaze3d.systems.RenderSystem::clear@5 (line 615)
; - net.minecraft.client.Minecraft::m_91383_@352 (line 1136)
0x000002899b03082c: 903f bafb | 4c8b c545 | 8b90 0801 | 0000 478b
0x000002899b03083c: ; {oop(a 'java/lang/Class'{0x00000004317ceda8} = 'com/mojang/blaze3d/systems/RenderSystem')}
0x000002899b03083c: 4cd4 1c49 | bba8 ed7c | 3104 0000 | 0045 8b9b | 8000 0000 | 49c1 e303 | 488b 4c24 | 3049 3bcb
0x000002899b03085c: 0f85 9226
0x000002899b030860: ; {oop(a 'java/lang/Class'{0x0000000432e15f20} = 'com/mojang/blaze3d/platform/GlStateManager')}
0x000002899b030860: 0000 49bb | 205f e132 | 0400 0000 | 418b aba8 | 0000 0081 | fd40 8d00 | 000f 848d | 2a00 004c
0x000002899b030880: 8944 2420 | 4589 8bac | 0000 0045 | 898b a800 | 0000 4b8d | 2cd4 4489 | 5424 2cba | 408d 0000
0x000002899b0308a0: ; {static_call}
0x000002899b0308a0: 458b c1e8
0x000002899b0308a4: ; ImmutableOopMap {rbp=Oop [32]=Oop [44]=NarrowOop [48]=Oop }
;*invokestatic glBindFramebuffer {reexecute=0 rethrow=0 return_oop=0}
; - org.lwjgl.opengl.GL30::glBindFramebuffer@2 (line 1619)
; - com.mojang.blaze3d.platform.GlStateManager::_glBindFramebuffer@31 (line 344)
; - com.mojang.blaze3d.pipeline.RenderTarget::m_83961_@9 (line 202)
; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@21 (line 195)
; - net.minecraft.client.Minecraft::m_91383_@360 (line 1137)
0x000002899b0308a4: 1853 a5fb
0x000002899b0308a8: ; {oop(a 'java/lang/Class'{0x00000004317ceda8} = 'com/mojang/blaze3d/systems/RenderSystem')}
0x000002899b0308a8: 49ba a8ed | 7c31 0400 | 0000 450f | b682 0501 | 0000 448b | 4c24 2c47 | 8b5c cc14 | 478b 54cc
0x000002899b0308c8: 1845 85c0
0x000002899b0308cc: ; {oop(a 'java/lang/Class'{0x00000004317ceda8} = 'com/mojang/blaze3d/systems/RenderSystem')}
0x000002899b0308cc: 7523 49b8 | a8ed 7c31 | 0400 0000 | 458b 8080 | 0000 0049 | c1e0 0348 | 8b4c 2430 | 493b c80f
0x000002899b0308ec: 857b 2600
0x000002899b0308f0: ; {oop(a 'com/mojang/blaze3d/platform/GlStateManager$Viewport'{0x0000000432e1aa18})}
0x000002899b0308f0: 0049 b818 | aae1 3204 | 0000 0045 | 8958 1c45 | 8950 2045 | 8960 1445 | 8960 1833 | d245 33c0
0x000002899b030910: 458b cb41
0x000002899b030914: ; {static_call}
0x000002899b030914: 8bfa 90e8
0x000002899b030918: ; ImmutableOopMap {rbp=Oop [32]=Oop [44]=NarrowOop [48]=Oop }
;*invokestatic glViewport {reexecute=0 rethrow=0 return_oop=0}
; - org.lwjgl.opengl.GL11::glViewport@4 (line 7968)
; - com.mojang.blaze3d.platform.GlStateManager::_viewport@35 (line 621)
; - com.mojang.blaze3d.pipeline.RenderTarget::m_83961_@26 (line 204)
; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@21 (line 195)
; - net.minecraft.client.Minecraft::m_91383_@360 (line 1137)
0x000002899b030918: a442 bafb
0x000002899b03091c: ; {oop(a 'java/lang/Class'{0x000000043a257688} = 'net/minecraft/client/Minecraft')}
0x000002899b03091c: 49ba 8876 | 253a 0400 | 0000 458b | 5a70 478b | 94dc 0801
0x000002899b030930: ; {oop(a 'java/lang/Class'{0x000000041a321ad0} = 'net/irisshaders/iris/Iris')}
0x000002899b030930: 0000 49bb | d01a 321a | 0400 0000 | 458b 839c | 0000 0044 | 8b5c 242c | 453b da0f | 85f2 0900
0x000002899b030950: 0041 b901 | 0000 0043 | 8b6c c418 | 85ed 0f84 | 970d 0000 | 498b 8708 | 0100 004c | 8bd0 4983
0x000002899b030970: c210 4d3b | 9718 0100 | 000f 837a | 1a00 004d | 8997 0801 | 0000 410f | 0d8a c000 | 0000 48c7
0x000002899b030990: 0001 0000
0x000002899b030994: ; {metadata('java/util/Optional')}
0x000002899b030994: 00c7 4008 | a084 1100 | 8968 0c8b
0x000002899b0309a0: ; {oop(a 'java/lang/Class'{0x00000004317ceda8} = 'com/mojang/blaze3d/systems/RenderSystem')}
0x000002899b0309a0: 680c 49ba | a8ed 7c31 | 0400 0000 | 458b 9a80 | 0000 004d | 8bd3 49c1 | e203 85ed | 742a 458b
0x000002899b0309c0: ; {metadata('net/irisshaders/iris/pipeline/VanillaRenderingPipeline')}
0x000002899b0309c0: 5cec 0841 | 81fb f041 | 1f02 741c | bade ffff | ff4c 8b54 | 2438 4c89 | 5424 3044 | 894c 242c
0x000002899b0309e0: ; {runtime_call UncommonTrapBlob}
0x000002899b0309e0: 6666 90e8
0x000002899b0309e4: ; ImmutableOopMap {rbp=NarrowOop [32]=Oop }
;*checkcast {reexecute=0 rethrow=0 return_oop=0}
; - com.mojang.blaze3d.pipeline.RenderTarget$$Lambda$6228/0x00000289ca307870::accept@5
; - java.util.Optional::ifPresent@12 (line 178)
; - com.mojang.blaze3d.pipeline.RenderTarget::handler$bhh000$oculus$iris$onBindFramebuffer@28 (line 1047)
; - com.mojang.blaze3d.pipeline.RenderTarget::m_83947_@27 (line 198)
; - net.minecraft.client.Minecraft::m_91383_@360 (line 1137)
0x000002899b0309e4: 185f 1dfb | 488b 5c24 | 3049 3bda | 0f85 5921 | 0000 bd01 | 0000 0049 | 3bda 0f85 | 3829 0000
0x000002899b030a04: ; {oop(a 'java/lang/Class'{0x00000004317ceda8} = 'com/mojang/blaze3d/systems/RenderSystem')}
0x000002899b030a04: 49ba a8ed | 7c31 0400 | 0000 41c7 | 82f4 0000 | 00ff ff7f | 7f41 8baa | d400 0000 | 85ed 0f85
0x000002899b030a24: 2829 0000 | 4c8b 5424 | 2041 8baa | a801 0000
0x000002899b030a34: ; implicit exception: dispatches to 0x000002899b033e58
0x000002899b030a34: 458b 44ec
0x000002899b030a38: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
0x000002899b030a38: 0841 81f8 | 901b 0b02 | 0f85 ca24
0x000002899b030a44: ; {oop(a 'com/mojang/blaze3d/platform/GlStateManager$CullState'{0x0000000432e16ad8})}
0x000002899b030a44: 0000 49bb | d86a e132 | 0400 0000 | 458b 4b10
0x000002899b030a54: ; implicit exception: dispatches to 0x000002899b033e64
0x000002899b030a54: 430f b66c | cc11 85ed | 0f85 0229 | 0000 470f | b65c cc10 | 4183 fb01 | 741e 498b | ea43 c644
0x000002899b030a74: cc10 0143 | 8b54 cc0c
0x000002899b030a7c: ; {static_call}
0x000002899b030a7c: 6666 90e8
0x000002899b030a80: ; ImmutableOopMap {rbp=Oop [48]=Oop }
;*invokestatic glEnable {reexecute=0 rethrow=0 return_oop=0}
; - org.lwjgl.opengl.GL11::glEnable@1 (line 724)
; - com.mojang.blaze3d.platform.GlStateManager$BooleanState::m_84590_@49 (line 782)
; - com.mojang.blaze3d.platform.GlStateManager$BooleanState::m_84592_@2 (line 774)
; - com.mojang.blaze3d.platform.GlStateManager::_enableCull@9 (line 443)
; - com.mojang.blaze3d.systems.RenderSystem::enableCull@3 (line 385)
; - net.minecraft.client.Minecraft::m_91383_@378 (line 1140)
0x000002899b030a80: fc0e 1dfb | 4c8b d548 | 8b5c 2430 | 418b aaa8 | 0100 0045 | 8b44 ec08
0x000002899b030a98: ; {metadata('net/minecraft/util/profiling/InactiveProfiler')}
0x000002899b030a98: 4181 f890 | 1b0b 020f | 857f 2400 | 0041 0fb6 | 6a62 85ed | 0f85 4227 | 0000 450f | b65a 6145
0x000002899b030ab8: 85db 7408 | c4c1 7a10 | 424c eb0e | 458b 9a88 | 0000 00c4 | 817a 1044 | dc0c c4c1 | 7a11 4258