-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhs_err_pid8497.log
2946 lines (2526 loc) · 215 KB
/
hs_err_pid8497.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:
#
# SIGSEGV (0xb) at pc=0x000000018f0fa898, pid=8497, tid=41475
#
# JRE version: OpenJDK Runtime Environment (23.0.1+11) (build 23.0.1+11-39)
# Java VM: OpenJDK 64-Bit Server VM (23.0.1+11-39, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, bsd-aarch64)
# Problematic frame:
# C [libsystem_platform.dylib+0x6898] _platform_strcmp$VARIANT$Base+0x8
#
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# JFR recording file will be written. Location: /Users/sirajulislam/IdeaProjects/LLD/hs_err_pid8497.jfr
#
# If you would like to submit a bug report, please visit:
# https://bugreport.java.com/bugreport/crash.jsp
#
--------------- S U M M A R Y ------------
Command Line: -javaagent:/Users/sirajulislam/Applications/IntelliJ IDEA Ultimate.app/Contents/lib/idea_rt.jar=60330:/Users/sirajulislam/Applications/IntelliJ IDEA Ultimate.app/Contents/bin -Dfile.encoding=UTF-8 -Dsun.stdout.encoding=UTF-8 -Dsun.stderr.encoding=UTF-8 A_Java_Basics.E_Input
Host: "MacBookPro18,1" arm64, 10 cores, 16G, Darwin 24.0.0, macOS 15.0.1 (24A348)
Time: Fri Oct 18 13:55:29 2024 +06 elapsed time: 66.942169 seconds (0d 0h 1m 6s)
--------------- T H R E A D ---------------
Current thread (0x000000013b863000): JavaThread "RMI TCP Connection(1)-127.0.0.1" daemon [_thread_in_vm, id=41475, stack(0x00000001729c0000,0x0000000172bc3000) (2060K)]
Stack: [0x00000001729c0000,0x0000000172bc3000], sp=0x0000000172bc0120, free space=2048k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [libsystem_platform.dylib+0x6898] _platform_strcmp$VARIANT$Base+0x8
C [libasyncProfiler.dylib+0x46f74] Profiler::getJavaTraceAsync(void*, ASGCT_CallFrame*, int, StackContext*)+0x514
C [libasyncProfiler.dylib+0x47bdc] Profiler::recordSampleForThread(int, void*, unsigned long long, EventType, Event*, int*)+0x148
C [libasyncProfiler.dylib+0x58ff8] WallClock::signalHandler(int, __siginfo*, void*)+0xa8
C [libsystem_platform.dylib+0x4184] _sigtramp+0x38
V [libjvm.dylib+0x7ba99c] Method::load_signature_classes(methodHandle const&, JavaThread*)+0x54
V [libjvm.dylib+0x299b74] CompileBroker::compile_method(methodHandle const&, int, int, methodHandle const&, int, CompileTask::CompileReason, DirectiveSet*, JavaThread*)+0x1f0
V [libjvm.dylib+0x299940] CompileBroker::compile_method(methodHandle const&, int, int, methodHandle const&, int, CompileTask::CompileReason, JavaThread*)+0xc0
V [libjvm.dylib+0x284ecc] CompilationPolicy::event(methodHandle const&, methodHandle const&, int, int, CompLevel, nmethod*, JavaThread*)+0x254
V [libjvm.dylib+0x1c7aa0] Runtime1::counter_overflow(JavaThread*, int, Method*)+0x1f4
v ~RuntimeStub::counter_overflow Runtime1 stub 0x00000001121644bc
J 1292 c1 java.io.ObjectOutputStream$BlockDataOutputStream.writeUTF(Ljava/lang/String;J)V java.base@23.0.1 (46 bytes) @ 0x000000010acc09e4 [0x000000010acc06c0+0x0000000000000324]
J 1375 c1 java.io.ObjectStreamClass.writeNonProxy(Ljava/io/ObjectOutputStream;)V java.base@23.0.1 (161 bytes) @ 0x000000010ace5160 [0x000000010ace4300+0x0000000000000e60]
J 1482 c1 java.io.ObjectOutputStream.writeNonProxyDesc(Ljava/io/ObjectStreamClass;Z)V java.base@23.0.1 (109 bytes) @ 0x000000010ad1eaa8 [0x000000010ad1e8c0+0x00000000000001e8]
J 1313 c1 java.io.ObjectOutputStream.writeClassDesc(Ljava/io/ObjectStreamClass;Z)V java.base@23.0.1 (60 bytes) @ 0x000000010acca728 [0x000000010acca440+0x00000000000002e8]
J 1482 c1 java.io.ObjectOutputStream.writeNonProxyDesc(Ljava/io/ObjectStreamClass;Z)V java.base@23.0.1 (109 bytes) @ 0x000000010ad1f3a0 [0x000000010ad1e8c0+0x0000000000000ae0]
J 1313 c1 java.io.ObjectOutputStream.writeClassDesc(Ljava/io/ObjectStreamClass;Z)V java.base@23.0.1 (60 bytes) @ 0x000000010acca728 [0x000000010acca440+0x00000000000002e8]
J 1342 c1 java.io.ObjectOutputStream.writeOrdinaryObject(Ljava/lang/Object;Ljava/io/ObjectStreamClass;Z)V java.base@23.0.1 (196 bytes) @ 0x000000010acd7260 [0x000000010acd7040+0x0000000000000220]
J 2232 c2 java.io.ObjectOutputStream.writeObject0(Ljava/lang/Object;Z)V java.base@23.0.1 (620 bytes) @ 0x000000011268d6bc [0x000000011268ca00+0x0000000000000cbc]
J 1346 c1 java.io.ObjectOutputStream.defaultWriteFields(Ljava/lang/Object;Ljava/io/ObjectStreamClass;)V java.base@23.0.1 (288 bytes) @ 0x000000010acd9c6c [0x000000010acd94c0+0x00000000000007ac]
J 1391 c1 java.io.ObjectOutputStream.writeSerialData(Ljava/lang/Object;Ljava/io/ObjectStreamClass;)V java.base@23.0.1 (223 bytes) @ 0x000000010acec024 [0x000000010aceb7c0+0x0000000000000864]
J 1342 c1 java.io.ObjectOutputStream.writeOrdinaryObject(Ljava/lang/Object;Ljava/io/ObjectStreamClass;Z)V java.base@23.0.1 (196 bytes) @ 0x000000010acd7620 [0x000000010acd7040+0x00000000000005e0]
J 2232 c2 java.io.ObjectOutputStream.writeObject0(Ljava/lang/Object;Z)V java.base@23.0.1 (620 bytes) @ 0x000000011268d6bc [0x000000011268ca00+0x0000000000000cbc]
J 2323 c2 java.io.ObjectOutputStream.writeObject(Ljava/lang/Object;)V java.base@23.0.1 (38 bytes) @ 0x000000011269269c [0x0000000112692640+0x000000000000005c]
J 2325 c1 sun.rmi.server.UnicastRef.marshalValue(Ljava/lang/Class;Ljava/lang/Object;Ljava/io/ObjectOutput;)V java.rmi@23.0.1 (216 bytes) @ 0x000000010ae5bf04 [0x000000010ae5a7c0+0x0000000000001744]
j sun.rmi.server.UnicastServerRef.dispatch(Ljava/rmi/Remote;Ljava/rmi/server/RemoteCall;)V+310 java.rmi@23.0.1
j sun.rmi.transport.Transport$1.run()Ljava/lang/Void;+23 java.rmi@23.0.1
j sun.rmi.transport.Transport$1.run()Ljava/lang/Object;+1 java.rmi@23.0.1
J 2253 c1 java.security.AccessController.doPrivileged(Ljava/security/PrivilegedExceptionAction;Ljava/security/AccessControlContext;)Ljava/lang/Object; java.base@23.0.1 (26 bytes) @ 0x000000010ae2feb0 [0x000000010ae2fc80+0x0000000000000230]
J 2320 c1 sun.rmi.transport.Transport.serviceCall(Ljava/rmi/server/RemoteCall;)Z java.rmi@23.0.1 (370 bytes) @ 0x000000010ae545ac [0x000000010ae52f40+0x000000000000166c]
j sun.rmi.transport.tcp.TCPTransport.handleMessages(Lsun/rmi/transport/Connection;Z)V+145 java.rmi@23.0.1
j sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0()V+522 java.rmi@23.0.1
j sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0()Ljava/lang/Void;+1 java.rmi@23.0.1
j sun.rmi.transport.tcp.TCPTransport$ConnectionHandler$$Lambda+0x00003fff010adba0.run()Ljava/lang/Object;+4 java.rmi@23.0.1
j java.security.AccessController.executePrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/lang/Class;)Ljava/lang/Object;+29 java.base@23.0.1
j java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+13 java.base@23.0.1
j sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run()V+37 java.rmi@23.0.1
j java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V+92 java.base@23.0.1
j java.util.concurrent.ThreadPoolExecutor$Worker.run()V+5 java.base@23.0.1
j java.lang.Thread.runWith(Ljava/lang/Object;Ljava/lang/Runnable;)V+5 java.base@23.0.1
j java.lang.Thread.run()V+19 java.base@23.0.1
v ~StubRoutines::call_stub 0x0000000112050114
V [libjvm.dylib+0x498764] JavaCalls::call_helper(JavaValue*, methodHandle const&, JavaCallArguments*, JavaThread*)+0x3d8
V [libjvm.dylib+0x49768c] JavaCalls::call_virtual(JavaValue*, Klass*, Symbol*, Symbol*, JavaCallArguments*, JavaThread*)+0x150
V [libjvm.dylib+0x497758] JavaCalls::call_virtual(JavaValue*, Handle, Klass*, Symbol*, Symbol*, JavaThread*)+0x64
V [libjvm.dylib+0x56daf8] thread_entry(JavaThread*, JavaThread*)+0x9c
V [libjvm.dylib+0x4ac884] JavaThread::thread_main_inner()+0x98
V [libjvm.dylib+0x97c748] Thread::call_run()+0xc8
V [libjvm.dylib+0x819274] thread_native_entry(Thread*)+0x118
C [libsystem_pthread.dylib+0x72e4] _pthread_start+0x88
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
v ~RuntimeStub::counter_overflow Runtime1 stub 0x00000001121644bc
J 1292 c1 java.io.ObjectOutputStream$BlockDataOutputStream.writeUTF(Ljava/lang/String;J)V java.base@23.0.1 (46 bytes) @ 0x000000010acc09e4 [0x000000010acc06c0+0x0000000000000324]
J 1375 c1 java.io.ObjectStreamClass.writeNonProxy(Ljava/io/ObjectOutputStream;)V java.base@23.0.1 (161 bytes) @ 0x000000010ace5160 [0x000000010ace4300+0x0000000000000e60]
J 1482 c1 java.io.ObjectOutputStream.writeNonProxyDesc(Ljava/io/ObjectStreamClass;Z)V java.base@23.0.1 (109 bytes) @ 0x000000010ad1eaa8 [0x000000010ad1e8c0+0x00000000000001e8]
J 1313 c1 java.io.ObjectOutputStream.writeClassDesc(Ljava/io/ObjectStreamClass;Z)V java.base@23.0.1 (60 bytes) @ 0x000000010acca728 [0x000000010acca440+0x00000000000002e8]
J 1482 c1 java.io.ObjectOutputStream.writeNonProxyDesc(Ljava/io/ObjectStreamClass;Z)V java.base@23.0.1 (109 bytes) @ 0x000000010ad1f3a0 [0x000000010ad1e8c0+0x0000000000000ae0]
J 1313 c1 java.io.ObjectOutputStream.writeClassDesc(Ljava/io/ObjectStreamClass;Z)V java.base@23.0.1 (60 bytes) @ 0x000000010acca728 [0x000000010acca440+0x00000000000002e8]
J 1342 c1 java.io.ObjectOutputStream.writeOrdinaryObject(Ljava/lang/Object;Ljava/io/ObjectStreamClass;Z)V java.base@23.0.1 (196 bytes) @ 0x000000010acd7260 [0x000000010acd7040+0x0000000000000220]
J 2232 c2 java.io.ObjectOutputStream.writeObject0(Ljava/lang/Object;Z)V java.base@23.0.1 (620 bytes) @ 0x000000011268d6bc [0x000000011268ca00+0x0000000000000cbc]
J 1346 c1 java.io.ObjectOutputStream.defaultWriteFields(Ljava/lang/Object;Ljava/io/ObjectStreamClass;)V java.base@23.0.1 (288 bytes) @ 0x000000010acd9c6c [0x000000010acd94c0+0x00000000000007ac]
J 1391 c1 java.io.ObjectOutputStream.writeSerialData(Ljava/lang/Object;Ljava/io/ObjectStreamClass;)V java.base@23.0.1 (223 bytes) @ 0x000000010acec024 [0x000000010aceb7c0+0x0000000000000864]
J 1342 c1 java.io.ObjectOutputStream.writeOrdinaryObject(Ljava/lang/Object;Ljava/io/ObjectStreamClass;Z)V java.base@23.0.1 (196 bytes) @ 0x000000010acd7620 [0x000000010acd7040+0x00000000000005e0]
J 2232 c2 java.io.ObjectOutputStream.writeObject0(Ljava/lang/Object;Z)V java.base@23.0.1 (620 bytes) @ 0x000000011268d6bc [0x000000011268ca00+0x0000000000000cbc]
J 2323 c2 java.io.ObjectOutputStream.writeObject(Ljava/lang/Object;)V java.base@23.0.1 (38 bytes) @ 0x000000011269269c [0x0000000112692640+0x000000000000005c]
J 2325 c1 sun.rmi.server.UnicastRef.marshalValue(Ljava/lang/Class;Ljava/lang/Object;Ljava/io/ObjectOutput;)V java.rmi@23.0.1 (216 bytes) @ 0x000000010ae5bf04 [0x000000010ae5a7c0+0x0000000000001744]
j sun.rmi.server.UnicastServerRef.dispatch(Ljava/rmi/Remote;Ljava/rmi/server/RemoteCall;)V+310 java.rmi@23.0.1
j sun.rmi.transport.Transport$1.run()Ljava/lang/Void;+23 java.rmi@23.0.1
j sun.rmi.transport.Transport$1.run()Ljava/lang/Object;+1 java.rmi@23.0.1
J 2253 c1 java.security.AccessController.doPrivileged(Ljava/security/PrivilegedExceptionAction;Ljava/security/AccessControlContext;)Ljava/lang/Object; java.base@23.0.1 (26 bytes) @ 0x000000010ae2feb0 [0x000000010ae2fc80+0x0000000000000230]
J 2320 c1 sun.rmi.transport.Transport.serviceCall(Ljava/rmi/server/RemoteCall;)Z java.rmi@23.0.1 (370 bytes) @ 0x000000010ae545ac [0x000000010ae52f40+0x000000000000166c]
j sun.rmi.transport.tcp.TCPTransport.handleMessages(Lsun/rmi/transport/Connection;Z)V+145 java.rmi@23.0.1
j sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0()V+522 java.rmi@23.0.1
j sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0()Ljava/lang/Void;+1 java.rmi@23.0.1
j sun.rmi.transport.tcp.TCPTransport$ConnectionHandler$$Lambda+0x00003fff010adba0.run()Ljava/lang/Object;+4 java.rmi@23.0.1
j java.security.AccessController.executePrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/lang/Class;)Ljava/lang/Object;+29 java.base@23.0.1
j java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+13 java.base@23.0.1
j sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run()V+37 java.rmi@23.0.1
j java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V+92 java.base@23.0.1
j java.util.concurrent.ThreadPoolExecutor$Worker.run()V+5 java.base@23.0.1
j java.lang.Thread.runWith(Ljava/lang/Object;Ljava/lang/Runnable;)V+5 java.base@23.0.1
j java.lang.Thread.run()V+19 java.base@23.0.1
v ~StubRoutines::call_stub 0x0000000112050114
siginfo: si_signo: 11 (SIGSEGV), si_code: 2 (SEGV_ACCERR), si_addr: 0x00000008000001b8
Registers:
x0=0x00000008000001b8 x1=0x000000010139a284 x2=0x0000000000000000 x3=0x0000000000000000
x4=0x0000000000000000 x5=0x0000000172bc0690 x6=0x000000013b604220 x7=0x000000013b863000
x8=0x0000000000000010 x9=0x0000000000000090 x10=0x0000000000002287 x11=0x00000001003d8000
x12=0x0000000000000000 x13=0x00000001121644bc x14=0x0000000000000040 x15=0x000000000000004a
x16=0x000000018f0fa890 x17=0x000060000061da70 x18=0x0000000000000000 x19=0x00000008000001b8
x20=0x00000001013a4bd0 x21=0x00000001512543f0 x22=0x0000000151250364 x23=0x0000000172bc0c10
x24=0x0000000172bc0768 x25=0x0000000172bc0b50 x26=0x0000000112164390 x27=0x000000013b863000
x28=0x00000000fffffffc fp=0x0000000172bc0130 lr=0x000000010137f4dc sp=0x0000000172bc0120
pc=0x000000018f0fa898 cpsr=0x0000000000001000
Register to memory mapping:
x0 =0x00000008000001b8 is an unknown value
x1 =0x000000010139a284: <offset 0x62284> in /private/var/folders/k6/2637ct0n32v52xkrjnwpx2rh0000gn/T/idea_libasyncProfiler_dylib_temp_folder/libasyncProfiler.dylib at 0x0000000101338000
x2 =0x0 is null
x3 =0x0 is null
x4 =0x0 is null
x5 =0x0000000172bc0690 is pointing into the stack for thread: 0x000000013b863000
x6 =0x000000013b604220 points into unknown readable memory: 0x0000000000000000 | 00 00 00 00 00 00 00 00
x7 =0x000000013b863000 is a thread
x8 =0x0000000000000010 is an unknown value
x9 =0x0000000000000090 is an unknown value
x10=0x0000000000002287 is an unknown value
x11=0x00000001003d8000 points into unknown readable memory: 0x0706050403020100 | 00 01 02 03 04 05 06 07
x12=0x0 is null
x13=0x00000001121644bc is at code_begin+188 in
[CodeBlob (0x0000000112164388)]
Framesize: 64
Runtime Stub (0x0000000112164388): counter_overflow Runtime1 stub
--------------------------------------------------------------------------------
Decoding CodeBlob, name: counter_overflow Runtime1 stub, at [0x0000000112164400, 0x0000000112164540] 320 bytes
[MachCode]
0x0000000112164400: fd7b bfa9 | fd03 0091 | e007 b1a9 | e20f 01a9 | e417 02a9 | e61f 03a9 | e827 04a9 | ea2f 05a9
0x0000000112164420: ec37 06a9 | ee3f 07a9 | f047 08a9 | f24f 09a9 | f457 0aa9 | f65f 0ba9 | f867 0ca9 | fa6f 0da9
0x0000000112164440: fc77 0ea9 | ff83 00d1 | fc2f 000c | ff83 00d1 | f82f 000c | ff83 00d1 | f42f 000c | ff83 00d1
0x0000000112164460: f02f 000c | ff83 00d1 | ec2f 000c | ff83 00d1 | e82f 000c | ff83 00d1 | e42f 000c | ff83 00d1
0x0000000112164480: e02f 000c | a013 40b9 | a10f 40f9 | e203 01aa | e103 00aa | e003 1caa | 2801 0010 | 88d7 01f9
0x00000001121644a0: e803 0091 | 88d3 01f9 | 9ddb 01f9 | 8815 97d2 | 682b a0f2 | 2800 c0f2 | 0001 3fd6 | 9fd3 01f9
0x00000001121644c0: 9fdb 01f9 | 9fd7 01f9 | 8807 40f9 | 4800 00b4 | 6ce7 ff17 | e02f df0c | e42f df0c | e82f df0c
0x00000001121644e0: ec2f df0c | f02f df0c | f42f df0c | f82f df0c | fc2f df0c | e20f 41a9 | e417 42a9 | e61f 43a9
0x0000000112164500: e827 44a9 | ea2f 45a9 | ec37 46a9 | ee3f 47a9 | f047 48a9 | f24f 49a9 | f457 4aa9 | f65f 4ba9
0x0000000112164520: f867 4ca9 | fa6f 4da9 | fc77 4ea9 | e007 cfa8 | bf03 0091 | fd7b c1a8 | c003 5fd6 | 1f20 03d5
[/MachCode]
--------------------------------------------------------------------------------
x14=0x0000000000000040 is an unknown value
x15=0x000000000000004a is an unknown value
x16=0x000000018f0fa890: _platform_strcmp$VARIANT$Base+0 in /usr/lib/system/libsystem_platform.dylib at 0x000000018f0f4000
x17=0x000060000061da70 points into unknown readable memory: 0x00000000ffffffff | ff ff ff ff 00 00 00 00
x18=0x0 is null
x19=0x00000008000001b8 is an unknown value
x20=0x00000001013a4bd0: _ZN2VM18_asyncGetCallTraceE+0 in /private/var/folders/k6/2637ct0n32v52xkrjnwpx2rh0000gn/T/idea_libasyncProfiler_dylib_temp_folder/libasyncProfiler.dylib at 0x0000000101338000
x21=0x00000001512543f0 points into unknown readable memory: 0x0000000100000172 | 72 01 00 00 01 00 00 00
x22=0x0000000151250364 points into unknown readable memory: 3f 00 01 00
x23=0x0000000172bc0c10 is pointing into the stack for thread: 0x000000013b863000
x24=0x0000000172bc0768 is pointing into the stack for thread: 0x000000013b863000
x25=0x0000000172bc0b50 is pointing into the stack for thread: 0x000000013b863000
x26=0x0000000112164390 is at code_begin+-112 in
[CodeBlob (0x0000000112164388)]
Framesize: 64
Runtime Stub (0x0000000112164388): counter_overflow Runtime1 stub
--------------------------------------------------------------------------------
Decoding CodeBlob, name: counter_overflow Runtime1 stub, at [0x0000000112164400, 0x0000000112164540] 320 bytes
[MachCode]
0x0000000112164400: fd7b bfa9 | fd03 0091 | e007 b1a9 | e20f 01a9 | e417 02a9 | e61f 03a9 | e827 04a9 | ea2f 05a9
0x0000000112164420: ec37 06a9 | ee3f 07a9 | f047 08a9 | f24f 09a9 | f457 0aa9 | f65f 0ba9 | f867 0ca9 | fa6f 0da9
0x0000000112164440: fc77 0ea9 | ff83 00d1 | fc2f 000c | ff83 00d1 | f82f 000c | ff83 00d1 | f42f 000c | ff83 00d1
0x0000000112164460: f02f 000c | ff83 00d1 | ec2f 000c | ff83 00d1 | e82f 000c | ff83 00d1 | e42f 000c | ff83 00d1
0x0000000112164480: e02f 000c | a013 40b9 | a10f 40f9 | e203 01aa | e103 00aa | e003 1caa | 2801 0010 | 88d7 01f9
0x00000001121644a0: e803 0091 | 88d3 01f9 | 9ddb 01f9 | 8815 97d2 | 682b a0f2 | 2800 c0f2 | 0001 3fd6 | 9fd3 01f9
0x00000001121644c0: 9fdb 01f9 | 9fd7 01f9 | 8807 40f9 | 4800 00b4 | 6ce7 ff17 | e02f df0c | e42f df0c | e82f df0c
0x00000001121644e0: ec2f df0c | f02f df0c | f42f df0c | f82f df0c | fc2f df0c | e20f 41a9 | e417 42a9 | e61f 43a9
0x0000000112164500: e827 44a9 | ea2f 45a9 | ec37 46a9 | ee3f 47a9 | f047 48a9 | f24f 49a9 | f457 4aa9 | f65f 4ba9
0x0000000112164520: f867 4ca9 | fa6f 4da9 | fc77 4ea9 | e007 cfa8 | bf03 0091 | fd7b c1a8 | c003 5fd6 | 1f20 03d5
[/MachCode]
--------------------------------------------------------------------------------
x27=0x000000013b863000 is a thread
x28=0x00000000fffffffc is an unknown value
fp=0x0000000172bc0130 is pointing into the stack for thread: 0x000000013b863000
lr=0x000000010137f4dc: _ZN7NMethod9isNMethodEv+0x30 in /private/var/folders/k6/2637ct0n32v52xkrjnwpx2rh0000gn/T/idea_libasyncProfiler_dylib_temp_folder/libasyncProfiler.dylib at 0x0000000101338000
sp=0x0000000172bc0120 is pointing into the stack for thread: 0x000000013b863000
Top of Stack: (sp=0x0000000172bc0120)
0x0000000172bc0120: 00000001013a4bd0 0000000141e20000
0x0000000172bc0130: 0000000172bc01f0 000000010137ef74
0x0000000172bc0140: 0000000172bbf438 00003fff004b2708
0x0000000172bc0150: 0000000172bc1510 0000000151248000
0x0000000172bc0160: 0000000101ccaeb8 0000080072bbf438
0x0000000172bc0170: 000000013b8633c0 00000001fffffffc
0x0000000172bc0180: 0000000141e20000 00000001215fba08
0x0000000172bc0190: 0000000172bc0900 0000000172bc0768
0x0000000172bc01a0: 0000000151250180 0000000141e20000
0x0000000172bc01b0: 0000000172bc0768 0000000141e20000
0x0000000172bc01c0: 0000000000000000 000000000000000b
0x0000000172bc01d0: 0000000000000001 0000000172bc0690
0x0000000172bc01e0: 0000000151248000 000000000000a203
0x0000000172bc01f0: 0000000172bc0680 000000010137fbdc
0x0000000172bc0200: 0000000000989680 0000000000000000
0x0000000172bc0210: 0000000000000000 0000000000000000
0x0000000172bc0220: 0000000172bc1a01 0000000172bbf3c0
0x0000000172bc0230: 0000000172bc1548 00003fff010a94a8
0x0000000172bc0240: 0000000172bc1a58 0000000172bbfd60
0x0000000172bc0250: 0000000172bc1550 0000000172bbf420
0x0000000172bc0260: 0000000172bc1a68 00000001215fba08
0x0000000172bc0270: 0000000172bc1558 000060000344c000
0x0000000172bc0280: 0000000172bc1a80 0000000172bc1a80
0x0000000172bc0290: 0000000172bc1560 000060000344c000
0x0000000172bc02a0: 00000001215fba08 0000000172bbf498
0x0000000172bc02b0: 0000000172bc1568 0000600000b08978
0x0000000172bc02c0: 00003fff010a94a8 0000000000000001
0x0000000172bc02d0: 0000000172bc1898 0000000172bbf480
0x0000000172bc02e0: 0000000101acda9c 00000001215fba08
0x0000000172bc02f0: 0000000172bc18a0 000000014b60d728
0x0000000172bc0300: 000000010acd72f0 00000001215f02e8
0x0000000172bc0310: 0000000172bc18a8 0000000172bbf498
Instructions: (pc=0x000000018f0fa898)
0x000000018f0fa798: 08 00 40 f9 28 68 22 f8 09 7c 5f c8 1f 01 09 eb
0x000000018f0fa7a8: e8 03 09 aa 81 ff ff 54 01 fc 0a c8 e8 03 09 aa
0x000000018f0fa7b8: 2a ff ff 35 c0 03 5f d6 e8 03 00 aa 00 fd 5f c8
0x000000018f0fa7c8: a0 00 00 b4 09 68 61 f8 09 7d 0a c8 8a ff ff 35
0x000000018f0fa7d8: c0 03 5f d6 5f 3f 03 d5 c0 03 5f d6 bf f4 ff 17
0x000000018f0fa7e8: c3 02 00 b4 7f 23 03 d5 f6 57 bd a9 f4 4f 01 a9
0x000000018f0fa7f8: fd 7b 02 a9 fd 83 00 91 f5 03 03 aa f4 03 01 aa
0x000000018f0fa808: f3 03 00 aa e0 03 01 aa e1 03 02 aa e2 03 03 aa
0x000000018f0fa818: 0a ec ff 97 60 01 00 b4 08 00 14 cb 15 05 00 91
0x000000018f0fa828: e0 03 13 aa e1 03 14 aa e2 03 15 aa 5f f5 ff 97
0x000000018f0fa838: 60 02 15 8b 08 00 00 14 00 00 80 d2 c0 03 5f d6
0x000000018f0fa848: e0 03 13 aa e1 03 14 aa e2 03 15 aa 57 f5 ff 97
0x000000018f0fa858: 00 00 80 d2 fd 7b 42 a9 f4 4f 41 a9 f6 57 c3 a8
0x000000018f0fa868: ff 23 03 d5 c0 03 5f d6 00 00 00 00 00 00 00 00
0x000000018f0fa878: 00 00 00 00 00 00 00 00 00 01 02 03 04 05 06 07
0x000000018f0fa888: 08 09 0a 0b 0c 0d 0e 0f 1f 0c 40 f2 00 01 00 54
0x000000018f0fa898: 04 14 40 38 25 14 40 38 83 00 05 eb 84 08 40 7a
0x000000018f0fa8a8: 41 ff ff 54 e0 03 03 aa c0 03 5f d6 3f 0c 40 f2
0x000000018f0fa8b8: 40 03 00 54 e7 03 01 cb e7 1c 7c f2 80 01 00 54
0x000000018f0fa8c8: 1f 20 03 d5 1f 20 03 d5 00 04 c1 3c 21 04 c1 3c
0x000000018f0fa8d8: 01 8c 21 6e 00 1c 21 4e 01 a8 31 6e 23 00 26 1e
0x000000018f0fa8e8: a3 02 00 34 e7 40 00 f1 01 ff ff 54 04 14 40 38
0x000000018f0fa8f8: 25 14 40 38 83 00 05 eb 84 08 40 7a 40 fd ff 54
0x000000018f0fa908: 1f 0c 40 f2 41 ff ff 54 07 fe 81 d2 ef ff ff 17
0x000000018f0fa918: 1f 20 03 d5 1f 20 03 d5 00 04 c1 3c 21 04 c1 3c
0x000000018f0fa928: 01 8c 21 6e 00 1c 21 4e 01 a8 31 6e 23 00 26 1e
0x000000018f0fa938: 43 ff ff 35 21 1c 21 6e 00 34 21 6e e1 f9 ff 9c
0x000000018f0fa948: 00 1c a1 4e 00 a8 31 6e 03 00 26 1e 63 40 00 d1
0x000000018f0fa958: 04 68 63 38 25 68 63 38 80 00 05 cb c0 03 5f d6
0x000000018f0fa968: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x000000018f0fa978: 00 00 00 00 00 00 00 00 00 01 02 03 04 05 06 07
0x000000018f0fa988: 08 09 0a 0b 0c 0d 0e 0f 63 00 03 ca 42 01 00 b4
Stack slot to memory mapping:
stack at sp + 0 slots: 0x00000001013a4bd0: _ZN2VM18_asyncGetCallTraceE+0 in /private/var/folders/k6/2637ct0n32v52xkrjnwpx2rh0000gn/T/idea_libasyncProfiler_dylib_temp_folder/libasyncProfiler.dylib at 0x0000000101338000
stack at sp + 1 slots: 0x0000000141e20000 points into unknown readable memory: 0x00006000fffffffd | fd ff ff ff 00 60 00 00
stack at sp + 2 slots: 0x0000000172bc01f0 is pointing into the stack for thread: 0x000000013b863000
stack at sp + 3 slots: 0x000000010137ef74: _ZN8Profiler17getJavaTraceAsyncEPvP15ASGCT_CallFrameiP12StackContext+0x514 in /private/var/folders/k6/2637ct0n32v52xkrjnwpx2rh0000gn/T/idea_libasyncProfiler_dylib_temp_folder/libasyncProfiler.dylib at 0x0000000101338000
stack at sp + 4 slots: 0x0000000172bbf438 is pointing into the stack for thread: 0x000000013b863000
stack at sp + 5 slots: 0x00003fff004b2708 is pointing into metadata
stack at sp + 6 slots: 0x0000000172bc1510 is pointing into the stack for thread: 0x000000013b863000
stack at sp + 7 slots: 0x0000000151248000 points into unknown readable memory: 0x000000004d555458 | 58 54 55 4d 00 00 00 00
Lock stack of current Java thread (top to bottom):
--------------------------------------------------------------------------------
Decoding CodeBlob, name: counter_overflow Runtime1 stub, at [0x0000000112164400, 0x0000000112164540] 320 bytes
[MachCode]
0x0000000112164400: fd7b bfa9 | fd03 0091 | e007 b1a9 | e20f 01a9 | e417 02a9 | e61f 03a9 | e827 04a9 | ea2f 05a9
0x0000000112164420: ec37 06a9 | ee3f 07a9 | f047 08a9 | f24f 09a9 | f457 0aa9 | f65f 0ba9 | f867 0ca9 | fa6f 0da9
0x0000000112164440: fc77 0ea9 | ff83 00d1 | fc2f 000c | ff83 00d1 | f82f 000c | ff83 00d1 | f42f 000c | ff83 00d1
0x0000000112164460: f02f 000c | ff83 00d1 | ec2f 000c | ff83 00d1 | e82f 000c | ff83 00d1 | e42f 000c | ff83 00d1
0x0000000112164480: e02f 000c | a013 40b9 | a10f 40f9 | e203 01aa | e103 00aa | e003 1caa | 2801 0010 | 88d7 01f9
0x00000001121644a0: e803 0091 | 88d3 01f9 | 9ddb 01f9 | 8815 97d2 | 682b a0f2 | 2800 c0f2 | 0001 3fd6 | 9fd3 01f9
0x00000001121644c0: 9fdb 01f9 | 9fd7 01f9 | 8807 40f9 | 4800 00b4 | 6ce7 ff17 | e02f df0c | e42f df0c | e82f df0c
0x00000001121644e0: ec2f df0c | f02f df0c | f42f df0c | f82f df0c | fc2f df0c | e20f 41a9 | e417 42a9 | e61f 43a9
0x0000000112164500: e827 44a9 | ea2f 45a9 | ec37 46a9 | ee3f 47a9 | f047 48a9 | f24f 49a9 | f457 4aa9 | f65f 4ba9
0x0000000112164520: f867 4ca9 | fa6f 4da9 | fc77 4ea9 | e007 cfa8 | bf03 0091 | fd7b c1a8 | c003 5fd6 | 1f20 03d5
[/MachCode]
--------------------------------------------------------------------------------
Compiled method (c1) 66955 1292 3 java.io.ObjectOutputStream$BlockDataOutputStream::writeUTF (46 bytes)
total in heap [0x000000010acc0508,0x000000010acc0b90] = 1672
relocation [0x000000010acc05e0,0x000000010acc06a0] = 192
main code [0x000000010acc06c0,0x000000010acc0a68] = 936
stub code [0x000000010acc0a68,0x000000010acc0b40] = 216
metadata [0x000000010acc0b40,0x000000010acc0b90] = 80
immutable data [0x000000014b7052b0,0x000000014b705428] = 376
dependencies [0x000000014b7052b0,0x000000014b7052b8] = 8
nul chk table [0x000000014b7052b8,0x000000014b7052d0] = 24
scopes pcs [0x000000014b7052d0,0x000000014b7053a0] = 208
scopes data [0x000000014b7053a0,0x000000014b705428] = 136
[Constant Pool (empty)]
[MachCode]
[Instructions begin]
0x000000010acc06c0: 1f20 03d5 | 1f20 03d5 | 1f20 03d5 | 1f20 03d5 | 1f20 03d5 | 1f20 03d5 | 1f20 03d5 | 1f20 03d5
0x000000010acc06e0: 1f20 03d5 | 1f20 03d5 | 1f20 03d5
[Entry Point]
# {method} {0x00000001215faa48} 'writeUTF' '(Ljava/lang/String;J)V' in 'java/io/ObjectOutputStream$BlockDataOutputStream'
# this: c_rarg1:c_rarg1
= 'java/io/ObjectOutputStream$BlockDataOutputStream'
# parm0: c_rarg2:c_rarg2
= 'java/lang/String'
# parm1: c_rarg3:c_rarg3
= long
# [sp+0x90] (sp of caller)
0x000000010acc06ec: 2808 40b9 | 2a09 40b9 | 1f01 0a6b | 4000 0054
0x000000010acc06fc: ; {runtime_call ic_miss_stub}
0x000000010acc06fc: 612d cf15
[Verified Entry Point]
0x000000010acc0700: 1f20 03d5 | e953 40d1 | 3f01 00f9 | ff43 02d1 | fd7b 08a9 | 2801 0018 | 8923 40b9 | 1f01 09eb
0x000000010acc0720: e000 0054
0x000000010acc0724: ; {runtime_call StubRoutines (final stubs)}
0x000000010acc0724: 08d8 8ad2 | 2841 a2f2 | 2800 c0f2 | 0001 3fd6 | 0200 0014 | 0100 0000
0x000000010acc073c: ; {metadata(method data for {method} {0x00000001215faa48} 'writeUTF' '(Ljava/lang/String;J)V' in 'java/io/ObjectOutputStream$BlockDataOutputStream')}
0x000000010acc073c: 00ad 92d2 | e028 a4f2 | 2000 c0f2 | 04ac 40b9 | 8408 0011 | 04ac 00b9 | 8424 1f12 | 9f00 0071
0x000000010acc075c: 6013 0054 | e03f 40b2 | 1f00 03eb
0x000000010acc0768: ; {metadata(method data for {method} {0x00000001215faa48} 'writeUTF' '(Ljava/lang/String;J)V' in 'java/io/ObjectOutputStream$BlockDataOutputStream')}
0x000000010acc0768: 00ad 92d2 | e028 a4f2 | 2000 c0f2 | 0821 80d2 | e913 7db2 | 04b1 899a | 0568 64f8 | a504 0091
0x000000010acc0788: 0568 24f8 | cb0f 0054 | e22b 00f9 | e003 01aa
0x000000010acc0798: ; {metadata(method data for {method} {0x00000001215faa48} 'writeUTF' '(Ljava/lang/String;J)V' in 'java/io/ObjectOutputStream$BlockDataOutputStream')}
0x000000010acc0798: 04ad 92d2 | e428 a4f2 | 2400 c0f2 | 8894 40f9 | 0805 0091 | 8894 00f9 | 607c 40d3 | e203 00aa
0x000000010acc07b8: e003 01aa | e103 00aa | e383 05a9
0x000000010acc07c4: ; ImmutableOopMap {[80]=Oop [96]=Oop }
;*invokevirtual writeShort {reexecute=0 rethrow=0 return_oop=0}
; - java.io.ObjectOutputStream$BlockDataOutputStream::writeUTF@19 (line 2191)
; {optimized virtual_call}
0x000000010acc07c4: c743 e795
0x000000010acc07c8: ; {other}
0x000000010acc07c8: 1f20 03d5 | 1f58 80f2 | 1f00 80f2 | e22b 40f9
0x000000010acc07d8: ; implicit exception: dispatches to 0x000000010acc09e8
0x000000010acc07d8: 5f00 40f9 | e103 02aa
0x000000010acc07e0: ; {metadata(method data for {method} {0x00000001215faa48} 'writeUTF' '(Ljava/lang/String;J)V' in 'java/io/ObjectOutputStream$BlockDataOutputStream')}
0x000000010acc07e0: 00ad 92d2 | e028 a4f2 | 2000 c0f2 | 08ac 40f9 | 0805 0091 | 08ac 00f9
0x000000010acc07f8: ; {metadata(method data for {method} {0x00003fff00170f40} 'length' '()I' in 'java/lang/String')}
0x000000010acc07f8: 0125 9cd2 | 0120 a4f2 | 2100 c0f2 | 20ac 40b9 | 0008 0011 | 20ac 00b9 | 004c 1f12 | 1f00 0071
0x000000010acc0818: a00e 0054 | 4114 40b9 | 21f0 7dd3
0x000000010acc0824: ; implicit exception: dispatches to 0x000000010acc0a0c
0x000000010acc0824: 210c 40b9 | e003 02aa
0x000000010acc082c: ; {metadata(method data for {method} {0x00003fff00170f40} 'length' '()I' in 'java/lang/String')}
0x000000010acc082c: 0325 9cd2 | 0320 a4f2 | 2300 c0f2 | 687c 40f9 | 0805 0091 | 687c 00f9
0x000000010acc0844: ; {metadata(method data for {method} {0x00003fff0048dfb8} 'coder' '()B' in 'java/lang/String')}
0x000000010acc0844: 00f9 9bd2 | 0020 a4f2 | 2000 c0f2 | 03ac 40b9 | 6308 0011 | 03ac 00b9 | 634c 1f12 | 7f00 0071
0x000000010acc0864: 600d 0054
0x000000010acc0868: ; {metadata(method data for {method} {0x00003fff0048dfb8} 'coder' '()B' in 'java/lang/String')}
0x000000010acc0868: 00f9 9bd2 | 0020 a4f2 | 2000 c0f2 | 0384 40f9 | 6304 0091 | 0384 00f9 | 4040 8039
0x000000010acc0884: ; {metadata(method data for {method} {0x00003fff0048dfb8} 'coder' '()B' in 'java/lang/String')}
0x000000010acc0884: 03f9 9bd2 | 0320 a4f2 | 2300 c0f2 | 648c 40f9 | 8404 0091 | 648c 00f9 | 001c 0853 | 007c 1813
0x000000010acc08a4: 0010 0012 | 2128 c01a | e32f 40f9 | 217c 4093 | 7f00 01eb
0x000000010acc08b8: ; {metadata(method data for {method} {0x00000001215faa48} 'writeUTF' '(Ljava/lang/String;J)V' in 'java/io/ObjectOutputStream$BlockDataOutputStream')}
0x000000010acc08b8: 01ad 92d2 | e128 a4f2 | 2100 c0f2 | 0831 80d2 | 0933 80d2 | 0011 899a | 2368 60f8 | 6304 0091
0x000000010acc08d8: 2368 20f8 | e133 40f9 | 0103 0054
0x000000010acc08e4: ; {metadata(method data for {method} {0x00000001215faa48} 'writeUTF' '(Ljava/lang/String;J)V' in 'java/io/ObjectOutputStream$BlockDataOutputStream')}
0x000000010acc08e4: 00ad 92d2 | e028 a4f2 | 2000 c0f2 | 08d4 40f9 | 0805 0091 | 08d4 00f9 | e133 40f9
0x000000010acc0900: ; ImmutableOopMap {}
;*invokevirtual writeBytes {reexecute=0 rethrow=0 return_oop=0}
; - java.io.ObjectOutputStream$BlockDataOutputStream::writeUTF@34 (line 2193)
; {optimized virtual_call}
0x000000010acc0900: 3816 e695
0x000000010acc0904: ; {other}
0x000000010acc0904: 1f20 03d5 | 9f7f 80f2 | 1f20 80f2
0x000000010acc0910: ; {metadata(method data for {method} {0x00000001215faa48} 'writeUTF' '(Ljava/lang/String;J)V' in 'java/io/ObjectOutputStream$BlockDataOutputStream')}
0x000000010acc0910: 02ad 92d2 | e228 a4f2 | 2200 c0f2 | 41ec 40f9 | 2104 0091 | 41ec 00f9 | fd7b 48a9 | ff43 0291
0x000000010acc0930: ; {poll_return}
0x000000010acc0930: 8827 42f9 | ff63 28eb | c807 0054 | c003 5fd6 | e003 01aa
0x000000010acc0944: ; {metadata(method data for {method} {0x00000001215faa48} 'writeUTF' '(Ljava/lang/String;J)V' in 'java/io/ObjectOutputStream$BlockDataOutputStream')}
0x000000010acc0944: 03ad 92d2 | e328 a4f2 | 2300 c0f2 | 68f8 40f9 | 0805 0091 | 68f8 00f9
0x000000010acc095c: ; ImmutableOopMap {}
;*invokevirtual writeUTFBody {reexecute=0 rethrow=0 return_oop=0}
; - java.io.ObjectOutputStream$BlockDataOutputStream::writeUTF@42 (line 2195)
; {optimized virtual_call}
0x000000010acc095c: 892d cf95
0x000000010acc0960: ; {other}
0x000000010acc0960: 1f20 03d5 | 1f8b 80f2 | 1f40 80f2 | fd7b 48a9 | ff43 0291
0x000000010acc0974: ; {poll_return}
0x000000010acc0974: 8827 42f9 | ff63 28eb | 0806 0054 | c003 5fd6
0x000000010acc0984: ; ImmutableOopMap {}
;*new {reexecute=0 rethrow=0 return_oop=0}
; - java.io.ObjectOutputStream$BlockDataOutputStream::writeUTF@8 (line 2189)
; {runtime_call load_mirror_patching Runtime1 stub}
0x000000010acc0984: 7f8b d295 | 3000 0014 | e103 00aa
0x000000010acc0990: ; {metadata(method data for {method} {0x00000001215faa48} 'writeUTF' '(Ljava/lang/String;J)V' in 'java/io/ObjectOutputStream$BlockDataOutputStream')}
0x000000010acc0990: 02ad 92d2 | e228 a4f2 | 2200 c0f2 | 488c 40f9 | 0805 0091 | 488c 00f9 | e103 00aa | e037 00f9
0x000000010acc09b0: ; ImmutableOopMap {[104]=Oop }
;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
; - java.io.ObjectOutputStream$BlockDataOutputStream::writeUTF@12 (line 2189)
; {optimized virtual_call}
0x000000010acc09b0: 742d cf95
0x000000010acc09b4: ; {other}
0x000000010acc09b4: 1f20 03d5 | 9f95 80f2 | 1f80 80f2 | e037 40f9 | 2600 0014
0x000000010acc09c8: ; {metadata({method} {0x00000001215faa48} 'writeUTF' '(Ljava/lang/String;J)V' in 'java/io/ObjectOutputStream$BlockDataOutputStream')}
0x000000010acc09c8: 0849 95d2 | e82b a4f2 | 2800 c0f2 | e807 00f9 | 0800 8092 | e803 00f9
0x000000010acc09e0: ; ImmutableOopMap {c_rarg1=Oop c_rarg2=Oop }
;*synchronization entry
; - java.io.ObjectOutputStream$BlockDataOutputStream::writeUTF@-1 (line 2188)
; {runtime_call counter_overflow Runtime1 stub}
0x000000010acc09e0: 888e d295 | 5fff ff17
0x000000010acc09e8: ; ImmutableOopMap {c_rarg2=Oop [96]=Oop }
;*invokevirtual length {reexecute=0 rethrow=0 return_oop=0}
; - java.io.ObjectOutputStream$BlockDataOutputStream::writeUTF@24 (line 2192)
; {runtime_call throw_null_pointer_exception Runtime1 stub}
0x000000010acc09e8: 2679 d295
0x000000010acc09ec: ; {metadata({method} {0x00003fff00170f40} 'length' '()I' in 'java/lang/String')}
0x000000010acc09ec: 08e8 81d2 | e802 a0f2 | e8ff c7f2 | e807 00f9 | 0800 8092 | e803 00f9
0x000000010acc0a04: ; ImmutableOopMap {c_rarg2=Oop [96]=Oop }
;*synchronization entry
; - java.lang.String::length@-1 (line 1593)
; - java.io.ObjectOutputStream$BlockDataOutputStream::writeUTF@24 (line 2192)
; {runtime_call counter_overflow Runtime1 stub}
0x000000010acc0a04: 7f8e d295 | 85ff ff17
0x000000010acc0a0c: ; ImmutableOopMap {c_rarg2=Oop [96]=Oop }
;*arraylength {reexecute=0 rethrow=0 return_oop=0}
; - java.lang.String::length@4 (line 1593)
; - java.io.ObjectOutputStream$BlockDataOutputStream::writeUTF@24 (line 2192)
; {runtime_call throw_null_pointer_exception Runtime1 stub}
0x000000010acc0a0c: 1d79 d295
0x000000010acc0a10: ; {metadata({method} {0x00003fff0048dfb8} 'coder' '()B' in 'java/lang/String')}
0x000000010acc0a10: 08f7 9bd2 | 0809 a0f2 | e8ff c7f2 | e807 00f9 | 0800 8092 | e803 00f9
0x000000010acc0a28: ; ImmutableOopMap {c_rarg2=Oop [96]=Oop }
;*synchronization entry
; - java.lang.String::coder@-1 (line 4911)
; - java.lang.String::length@6 (line 1593)
; - java.io.ObjectOutputStream$BlockDataOutputStream::writeUTF@24 (line 2192)
; {runtime_call counter_overflow Runtime1 stub}
0x000000010acc0a28: 768e d295 | 8fff ff17
0x000000010acc0a30: ; {internal_word}
0x000000010acc0a30: 08f8 ff10 | 8833 02f9
0x000000010acc0a38: ; {runtime_call SafepointBlob}
0x000000010acc0a38: 1247 cf15
0x000000010acc0a3c: ; {internal_word}
0x000000010acc0a3c: c8f9 ff10 | 8833 02f9
0x000000010acc0a44: ; {runtime_call SafepointBlob}
0x000000010acc0a44: 0f47 cf15
0x000000010acc0a48: ; ImmutableOopMap {}
;*new {reexecute=0 rethrow=0 return_oop=0}
; - java.io.ObjectOutputStream$BlockDataOutputStream::writeUTF@8 (line 2189)
; {runtime_call new_instance Runtime1 stub}
0x000000010acc0a48: 8e7a d295 | d0ff ff17 | 8083 42f9 | 9f83 02f9 | 9f87 02f9 | fd7b 48a9 | ff43 0291
0x000000010acc0a64: ; {runtime_call unwind_exception Runtime1 stub}
0x000000010acc0a64: 3775 d215
[Stub Code]
0x000000010acc0a68: ; {no_reloc}
0x000000010acc0a68: 4800 0058 | 0001 1fd6 | e016 6912 | 0100 0000
0x000000010acc0a78: ; {trampoline_stub}
0x000000010acc0a78: 4800 0058 | 0001 1fd6 | e061 6412 | 0100 0000
0x000000010acc0a88: ; {trampoline_stub}
0x000000010acc0a88: 4800 0058 | 0001 1fd6 | 80bf 0812 | 0100 0000
0x000000010acc0a98: ; {static_stub}
0x000000010acc0a98: df3f 03d5
0x000000010acc0a9c: ; {metadata(nullptr)}
0x000000010acc0a9c: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
0x000000010acc0ab8: ; {trampoline_stub}
0x000000010acc0ab8: 4800 0058 | 0001 1fd6 | 80bf 0812 | 0100 0000
0x000000010acc0ac8: ; {static_stub}
0x000000010acc0ac8: df3f 03d5
0x000000010acc0acc: ; {metadata(nullptr)}
0x000000010acc0acc: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
0x000000010acc0ae8: ; {static_stub}
0x000000010acc0ae8: df3f 03d5
0x000000010acc0aec: ; {metadata(nullptr)}
0x000000010acc0aec: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
0x000000010acc0b08: ; {static_stub}
0x000000010acc0b08: df3f 03d5
0x000000010acc0b0c: ; {metadata(nullptr)}
0x000000010acc0b0c: 0c00 80d2 | 0c00 a0f2 | 0c00 c0f2 | 0800 80d2 | 0800 a0f2 | 0800 c0f2 | 0001 1fd6
[Exception Handler]
0x000000010acc0b28: ; {runtime_call handle_exception_from_callee Runtime1 stub}
0x000000010acc0b28: 1682 d295 | c1d5 bbd4 | 5c23 ef01 | 0100 0000
[Deopt Handler Code]
0x000000010acc0b38: 1e00 0010
0x000000010acc0b3c: ; {runtime_call DeoptimizationBlob}
0x000000010acc0b3c: 9147 cf15
[/MachCode]
Compiled method (c1) 66961 1375 3 java.io.ObjectStreamClass::writeNonProxy (161 bytes)
total in heap [0x000000010ace3e08,0x000000010ace62e0] = 9432
relocation [0x000000010ace3ee0,0x000000010ace42e8] = 1032
main code [0x000000010ace4300,0x000000010ace5eb8] = 7096
stub code [0x000000010ace5eb8,0x000000010ace6140] = 648
oops [0x000000010ace6140,0x000000010ace6148] = 8
metadata [0x000000010ace6148,0x000000010ace62e0] = 408
immutable data [0x000000015c19b400,0x000000015c19bde8] = 2536
dependencies [0x000000015c19b400,0x000000015c19b448] = 72
nul chk table [0x000000015c19b448,0x000000015c19b4d8] = 144
scopes pcs [0x000000015c19b4d8,0x000000015c19b9a8] = 1232
scopes data [0x000000015c19b9a8,0x000000015c19bde8] = 1088
[Constant Pool (empty)]
[MachCode]
[Instructions begin]
0x000000010ace4300: 1f20 03d5 | 1f20 03d5 | 1f20 03d5 | 1f20 03d5 | 1f20 03d5 | 1f20 03d5 | 1f20 03d5 | 1f20 03d5
0x000000010ace4320: 1f20 03d5 | 1f20 03d5 | 1f20 03d5
[Entry Point]
# {method} {0x0000000121481978} 'writeNonProxy' '(Ljava/io/ObjectOutputStream;)V' in 'java/io/ObjectStreamClass'
# this: c_rarg1:c_rarg1
= 'java/io/ObjectStreamClass'
# parm0: c_rarg2:c_rarg2
= 'java/io/ObjectOutputStream'
# [sp+0x110] (sp of caller)
0x000000010ace432c: 2808 40b9 | 2a09 40b9 | 1f01 0a6b | 4000 0054
0x000000010ace433c: ; {runtime_call ic_miss_stub}
0x000000010ace433c: 519e ce15
[Verified Entry Point]
0x000000010ace4340: 1f20 03d5 | e953 40d1 | 3f01 00f9 | ff43 04d1 | fd7b 10a9 | 2801 0018 | 8923 40b9 | 1f01 09eb
0x000000010ace4360: e000 0054
0x000000010ace4364: ; {runtime_call StubRoutines (final stubs)}
0x000000010ace4364: 08d8 8ad2 | 2841 a2f2 | 2800 c0f2 | 0001 3fd6 | 0200 0014 | 0100 0000 | e18b 0ca9
0x000000010ace4380: ; {metadata(method data for {method} {0x0000000121481978} 'writeNonProxy' '(Ljava/io/ObjectOutputStream;)V' in 'java/io/ObjectStreamClass')}
0x000000010ace4380: 0008 96d2 | 002c a4f2 | 2000 c0f2 | 03ac 40b9 | 6308 0011 | 03ac 00b9 | 6324 1f12 | 7f00 0071
0x000000010ace43a0: 00b1 0054 | 2020 40b9 | 00f0 7dd3
0x000000010ace43ac: ; implicit exception: dispatches to 0x000000010ace59e0
0x000000010ace43ac: 5f00 40f9 | e303 02aa
0x000000010ace43b4: ; {metadata(method data for {method} {0x0000000121481978} 'writeNonProxy' '(Ljava/io/ObjectOutputStream;)V' in 'java/io/ObjectStreamClass')}
0x000000010ace43b4: 0408 96d2 | 042c a4f2 | 2400 c0f2 | 6308 40b9 | 6334 60d2 | 8900 0491 | 2801 40f9 | 7f00 08eb
0x000000010ace43d4: a100 0054 | 8884 40f9 | 0805 0091 | 8884 00f9 | 1c00 0014 | 8940 0491 | 2801 40f9 | 7f00 08eb
0x000000010ace43f4: a100 0054 | 888c 40f9 | 0805 0091 | 888c 00f9 | 1400 0014 | 8900 0491 | 2801 40f9 | c800 00b5
0x000000010ace4414: 2301 00f9 | e803 40b2 | 8920 0491 | 2801 00f9 | 0c00 0014 | 8940 0491 | 2801 40f9 | c800 00b5
0x000000010ace4434: 2301 00f9 | e803 40b2 | 8960 0491 | 2801 00f9 | 0400 0014 | 887c 40f9 | 0805 0091 | 887c 00f9
0x000000010ace4454: ; {metadata(method data for {method} {0x00000001215f46d0} 'writeUTF' '(Ljava/lang/String;)V' in 'java/io/ObjectOutputStream')}
0x000000010ace4454: 03ab 83d2 | 032c a4f2 | 2300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
0x000000010ace4474: 80ab 0054 | 4318 40b9 | 63f0 7dd3
0x000000010ace4480: ; implicit exception: dispatches to 0x000000010ace5a04
0x000000010ace4480: 7f00 40f9 | e403 03aa
0x000000010ace4488: ; {metadata(method data for {method} {0x00000001215f46d0} 'writeUTF' '(Ljava/lang/String;)V' in 'java/io/ObjectOutputStream')}
0x000000010ace4488: 05ab 83d2 | 052c a4f2 | 2500 c0f2 | a87c 40f9 | 0805 0091 | a87c 00f9
0x000000010ace44a0: ; {metadata(method data for {method} {0x00000001215f9d18} 'writeUTF' '(Ljava/lang/String;)V' in 'java/io/ObjectOutputStream$BlockDataOutputStream')}
0x000000010ace44a0: 04d9 83d2 | 042c a4f2 | 2400 c0f2 | 85ac 40b9 | a508 0011 | 85ac 00b9 | a54c 1f12 | bf00 0071
0x000000010ace44c0: 40aa 0054 | e403 03aa
0x000000010ace44c8: ; {metadata(method data for {method} {0x00000001215f9d18} 'writeUTF' '(Ljava/lang/String;)V' in 'java/io/ObjectOutputStream$BlockDataOutputStream')}
0x000000010ace44c8: 05d9 83d2 | 052c a4f2 | 2500 c0f2 | a87c 40f9 | 0805 0091 | a87c 00f9 | e203 00aa | e103 03aa
0x000000010ace44e8: e383 0ba9
0x000000010ace44ec: ; ImmutableOopMap {[184]=Oop [192]=Oop [200]=Oop [208]=Oop }
;*invokevirtual getUTFLength {reexecute=0 rethrow=0 return_oop=0}
; - java.io.ObjectOutputStream$BlockDataOutputStream::writeUTF@4 (line 2030)
; - java.io.ObjectOutputStream::writeUTF@5 (line 888)
; - java.io.ObjectStreamClass::writeNonProxy@5 (line 731)
; {optimized virtual_call}
0x000000010ace44ec: dd83 e595
0x000000010ace44f0: ; {other}
0x000000010ace44f0: 1f20 03d5 | 1fdd 80f2 | 1f00 80f2 | e35f 40f9
0x000000010ace4500: ; {metadata(method data for {method} {0x00000001215f9d18} 'writeUTF' '(Ljava/lang/String;)V' in 'java/io/ObjectOutputStream$BlockDataOutputStream')}
0x000000010ace4500: 02d9 83d2 | 022c a4f2 | 2200 c0f2 | 4894 40f9 | 0805 0091 | 4894 00f9 | e263 40f9 | e303 00aa
0x000000010ace4520: e15f 40f9
0x000000010ace4524: ; ImmutableOopMap {[200]=Oop [208]=Oop }
;*invokevirtual writeUTF {reexecute=0 rethrow=0 return_oop=0}
; - java.io.ObjectOutputStream$BlockDataOutputStream::writeUTF@7 (line 2030)
; - java.io.ObjectOutputStream::writeUTF@5 (line 888)
; - java.io.ObjectStreamClass::writeNonProxy@5 (line 731)
; {optimized virtual_call}
0x000000010ace4524: 7770 ff97
0x000000010ace4528: ; {other}
0x000000010ace4528: 1f20 03d5 | 1fe4 80f2 | 1f20 80f2 | e167 40f9
0x000000010ace4538: ; {metadata(method data for {method} {0x0000000121481978} 'writeNonProxy' '(Ljava/io/ObjectOutputStream;)V' in 'java/io/ObjectStreamClass')}
0x000000010ace4538: 0008 96d2 | 002c a4f2 | 2000 c0f2 | 0894 40f9 | 0805 0091 | 0894 00f9 | e167 40f9
0x000000010ace4554: ; ImmutableOopMap {[200]=Oop [208]=Oop }
;*invokevirtual getSerialVersionUID {reexecute=0 rethrow=0 return_oop=0}
; - java.io.ObjectStreamClass::writeNonProxy@10 (line 732)
; {optimized virtual_call}
0x000000010ace4554: ebc3 ff97
0x000000010ace4558: ; {other}
0x000000010ace4558: 1f20 03d5 | 1fea 80f2 | 1f40 80f2 | e26b 40f9
0x000000010ace4568: ; {metadata(method data for {method} {0x0000000121481978} 'writeNonProxy' '(Ljava/io/ObjectOutputStream;)V' in 'java/io/ObjectStreamClass')}
0x000000010ace4568: 0108 96d2 | 012c a4f2 | 2100 c0f2 | 4208 40b9 | 4234 60d2 | 2980 0591 | 2801 40f9 | 5f00 08eb
0x000000010ace4588: a100 0054 | 28b4 40f9 | 0805 0091 | 28b4 00f9 | 1c00 0014 | 29c0 0591 | 2801 40f9 | 5f00 08eb
0x000000010ace45a8: a100 0054 | 28bc 40f9 | 0805 0091 | 28bc 00f9 | 1400 0014 | 2980 0591 | 2801 40f9 | c800 00b5
0x000000010ace45c8: 2201 00f9 | e803 40b2 | 29a0 0591 | 2801 00f9 | 0c00 0014 | 29c0 0591 | 2801 40f9 | c800 00b5
0x000000010ace45e8: 2201 00f9 | e803 40b2 | 29e0 0591 | 2801 00f9 | 0400 0014 | 28ac 40f9 | 0805 0091 | 28ac 00f9
0x000000010ace4608: ; {metadata(method data for {method} {0x00000001215f4310} 'writeLong' '(J)V' in 'java/io/ObjectOutputStream')}
0x000000010ace4608: 02dd 8ad2 | 022c a4f2 | 2200 c0f2 | 41ac 40b9 | 2108 0011 | 41ac 00b9 | 214c 1f12 | 3f00 0071
0x000000010ace4628: 00a0 0054 | e26b 40f9 | 4118 40b9 | 21f0 7dd3
0x000000010ace4638: ; implicit exception: dispatches to 0x000000010ace5a48
0x000000010ace4638: 3f00 40f9 | e303 01aa
0x000000010ace4640: ; {metadata(method data for {method} {0x00000001215f4310} 'writeLong' '(J)V' in 'java/io/ObjectOutputStream')}
0x000000010ace4640: 04dd 8ad2 | 042c a4f2 | 2400 c0f2 | 887c 40f9 | 0805 0091 | 887c 00f9 | e203 00aa
0x000000010ace465c: ; ImmutableOopMap {[200]=Oop [208]=Oop }
;*invokevirtual writeLong {reexecute=0 rethrow=0 return_oop=0}
; - java.io.ObjectOutputStream::writeLong@5 (line 827)
; - java.io.ObjectStreamClass::writeNonProxy@13 (line 732)
; {optimized virtual_call}
0x000000010ace465c: 791a 0094
0x000000010ace4660: ; {other}
0x000000010ace4660: 1f20 03d5 | 1f0b 81f2 | 1f60 80f2 | e167 40f9 | 2258 4039 | 5f00 0071
0x000000010ace4678: ; {metadata(method data for {method} {0x0000000121481978} 'writeNonProxy' '(Ljava/io/ObjectOutputStream;)V' in 'java/io/ObjectStreamClass')}
0x000000010ace4678: 0208 96d2 | 022c a4f2 | 2200 c0f2 | 0831 80d2 | 0933 80d2 | 0001 899a | 4368 60f8 | 6304 0091
0x000000010ace4698: 4368 20f8 | e26b 40f9 | 0008 0054 | e003 02aa
0x000000010ace46a8: ; {metadata(method data for {method} {0x0000000121481978} 'writeNonProxy' '(Ljava/io/ObjectOutputStream;)V' in 'java/io/ObjectStreamClass')}
0x000000010ace46a8: 0308 96d2 | 032c a4f2 | 2300 c0f2 | 0008 40b9 | 0034 60d2 | 69c0 0691 | 2801 40f9 | 1f00 08eb
0x000000010ace46c8: a100 0054 | 68dc 40f9 | 0805 0091 | 68dc 00f9 | 1c00 0014 | 6900 0791 | 2801 40f9 | 1f00 08eb
0x000000010ace46e8: a100 0054 | 68e4 40f9 | 0805 0091 | 68e4 00f9 | 1400 0014 | 69c0 0691 | 2801 40f9 | c800 00b5
0x000000010ace4708: 2001 00f9 | e803 40b2 | 69e0 0691 | 2801 00f9 | 0c00 0014 | 6900 0791 | 2801 40f9 | c800 00b5
0x000000010ace4728: 2001 00f9 | e803 40b2 | 6920 0791 | 2801 00f9 | 0400 0014 | 68d4 40f9 | 0805 0091 | 68d4 00f9
0x000000010ace4748: 400c 40b9 | 1f04 0071
0x000000010ace4750: ; {metadata(method data for {method} {0x0000000121481978} 'writeNonProxy' '(Ljava/io/ObjectOutputStream;)V' in 'java/io/ObjectStreamClass')}
0x000000010ace4750: 0008 96d2 | 002c a4f2 | 2000 c0f2 | 083d 80d2 | 093b 80d2 | 0311 899a | 0468 63f8 | 8404 0091
0x000000010ace4770: 0468 23f8 | 6100 0054 | e003 1e32 | 0200 0014 | e007 1e32
0x000000010ace4784: ; {metadata(method data for {method} {0x0000000121481978} 'writeNonProxy' '(Ljava/io/ObjectOutputStream;)V' in 'java/io/ObjectStreamClass')}
0x000000010ace4784: 0308 96d2 | 032c a4f2 | 2300 c0f2 | 64fc 40f9 | 8404 0091 | 64fc 00f9 | 1000 0014 | 2054 4039
0x000000010ace47a4: 1f00 0071
0x000000010ace47a8: ; {metadata(method data for {method} {0x0000000121481978} 'writeNonProxy' '(Ljava/io/ObjectOutputStream;)V' in 'java/io/ObjectStreamClass')}
0x000000010ace47a8: 0008 96d2 | 002c a4f2 | 2000 c0f2 | 0844 80d2 | 0942 80d2 | 0311 899a | 0468 63f8 | 8404 0091
0x000000010ace47c8: 0468 23f8 | 6100 0054 | 0000 a052 | 0200 0014 | e003 1f32 | 235c 4039 | 7f00 0071
0x000000010ace47e4: ; {metadata(method data for {method} {0x0000000121481978} 'writeNonProxy' '(Ljava/io/ObjectOutputStream;)V' in 'java/io/ObjectStreamClass')}
0x000000010ace47e4: 0308 96d2 | 032c a4f2 | 2300 c0f2 | 0846 80d2 | 0948 80d2 | 0401 899a | 6568 64f8 | a504 0091
0x000000010ace4804: 6568 24f8 | 6000 0054 | 0000 0032 | 001c 4093 | 236c 4039 | 7f00 0071
0x000000010ace481c: ; {metadata(method data for {method} {0x0000000121481978} 'writeNonProxy' '(Ljava/io/ObjectOutputStream;)V' in 'java/io/ObjectStreamClass')}
0x000000010ace481c: 0308 96d2 | 032c a4f2 | 2300 c0f2 | 084a 80d2 | 094c 80d2 | 0401 899a | 6568 64f8 | a504 0091
0x000000010ace483c: 6568 24f8 | 6000 0054 | 0000 1c32 | 001c 4093 | e303 02aa
0x000000010ace4850: ; {metadata(method data for {method} {0x0000000121481978} 'writeNonProxy' '(Ljava/io/ObjectOutputStream;)V' in 'java/io/ObjectStreamClass')}
0x000000010ace4850: 0408 96d2 | 042c a4f2 | 2400 c0f2 | 6308 40b9 | 6334 60d2 | 89e0 0991 | 2801 40f9 | 7f00 08eb
0x000000010ace4870: a100 0054 | 8840 41f9 | 0805 0091 | 8840 01f9 | 1c00 0014 | 8920 0a91 | 2801 40f9 | 7f00 08eb
0x000000010ace4890: a100 0054 | 8848 41f9 | 0805 0091 | 8848 01f9 | 1400 0014 | 89e0 0991 | 2801 40f9 | c800 00b5
0x000000010ace48b0: 2301 00f9 | e803 40b2 | 8900 0a91 | 2801 00f9 | 0c00 0014 | 8920 0a91 | 2801 40f9 | c800 00b5
0x000000010ace48d0: 2301 00f9 | e803 40b2 | 8940 0a91 | 2801 00f9 | 0400 0014 | 8838 41f9 | 0805 0091 | 8838 01f9
0x000000010ace48f0: ; {metadata(method data for {method} {0x00000001215f4010} 'writeByte' '(I)V' in 'java/io/ObjectOutputStream')}
0x000000010ace48f0: 0318 92d2 | e328 a4f2 | 2300 c0f2 | 64ac 40b9 | 8408 0011 | 64ac 00b9 | 844c 1f12 | 9f00 0071
0x000000010ace4910: e089 0054 | 4318 40b9 | 63f0 7dd3
0x000000010ace491c: ; implicit exception: dispatches to 0x000000010ace5a6c
0x000000010ace491c: 7f00 40f9 | e403 03aa
0x000000010ace4924: ; {metadata(method data for {method} {0x00000001215f4010} 'writeByte' '(I)V' in 'java/io/ObjectOutputStream')}
0x000000010ace4924: 0518 92d2 | e528 a4f2 | 2500 c0f2 | a87c 40f9 | 0805 0091 | a87c 00f9 | e203 00aa | e103 03aa
0x000000010ace4944: ; ImmutableOopMap {[200]=Oop [208]=Oop }
;*invokevirtual writeByte {reexecute=0 rethrow=0 return_oop=0}
; - java.io.ObjectOutputStream::writeByte@5 (line 783)
; - java.io.ObjectStreamClass::writeNonProxy@88 (line 750)
; {optimized virtual_call}
0x000000010ace4944: 179a e595
0x000000010ace4948: ; {other}
0x000000010ace4948: 1f20 03d5 | 1f68 81f2 | 1f80 80f2 | e167 40f9 | 2238 40b9 | 42f0 7dd3
0x000000010ace4960: ; implicit exception: dispatches to 0x000000010ace5a70
0x000000010ace4960: 420c 40b9 | e06b 40f9
0x000000010ace4968: ; {metadata(method data for {method} {0x0000000121481978} 'writeNonProxy' '(Ljava/io/ObjectOutputStream;)V' in 'java/io/ObjectStreamClass')}
0x000000010ace4968: 0308 96d2 | 032c a4f2 | 2300 c0f2 | 0008 40b9 | 0034 60d2 | 69a0 0a91 | 2801 40f9 | 1f00 08eb
0x000000010ace4988: a100 0054 | 6858 41f9 | 0805 0091 | 6858 01f9 | 1c00 0014 | 69e0 0a91 | 2801 40f9 | 1f00 08eb
0x000000010ace49a8: a100 0054 | 6860 41f9 | 0805 0091 | 6860 01f9 | 1400 0014 | 69a0 0a91 | 2801 40f9 | c800 00b5
0x000000010ace49c8: 2001 00f9 | e803 40b2 | 69c0 0a91 | 2801 00f9 | 0c00 0014 | 69e0 0a91 | 2801 40f9 | c800 00b5
0x000000010ace49e8: 2001 00f9 | e803 40b2 | 6900 0b91 | 2801 00f9 | 0400 0014 | 6850 41f9 | 0805 0091 | 6850 01f9
0x000000010ace4a08: ; {metadata(method data for {method} {0x00000001215f40d0} 'writeShort' '(I)V' in 'java/io/ObjectOutputStream')}
0x000000010ace4a08: 000c 8bd2 | 002c a4f2 | 2000 c0f2 | 03ac 40b9 | 6308 0011 | 03ac 00b9 | 634c 1f12 | 7f00 0071
0x000000010ace4a28: 6082 0054 | e06b 40f9 | 0318 40b9 | 63f0 7dd3
0x000000010ace4a38: ; implicit exception: dispatches to 0x000000010ace5a94
0x000000010ace4a38: 7f00 40f9 | e403 03aa
0x000000010ace4a40: ; {metadata(method data for {method} {0x00000001215f40d0} 'writeShort' '(I)V' in 'java/io/ObjectOutputStream')}
0x000000010ace4a40: 050c 8bd2 | 052c a4f2 | 2500 c0f2 | a87c 40f9 | 0805 0091 | a87c 00f9 | e103 03aa
0x000000010ace4a5c: ; ImmutableOopMap {[200]=Oop [208]=Oop }
;*invokevirtual writeShort {reexecute=0 rethrow=0 return_oop=0}
; - java.io.ObjectOutputStream::writeShort@5 (line 794)
; - java.io.ObjectStreamClass::writeNonProxy@97 (line 752)
; {optimized virtual_call}
0x000000010ace4a5c: 21b3 e695
0x000000010ace4a60: ; {other}
0x000000010ace4a60: 1f20 03d5 | 1f8b 81f2 | 1fa0 80f2 | 0000 a052 | e167 40f9 | 2338 40b9 | 63f0 7dd3
0x000000010ace4a7c: ; implicit exception: dispatches to 0x000000010ace5a98
0x000000010ace4a7c: 640c 40b9 | 1f00 046b
0x000000010ace4a84: ; {metadata(method data for {method} {0x0000000121481978} 'writeNonProxy' '(Ljava/io/ObjectOutputStream;)V' in 'java/io/ObjectStreamClass')}
0x000000010ace4a84: 0408 96d2 | 042c a4f2 | 2400 c0f2 | 085a 80d2 | 095c 80d2 | 05a1 899a | 8668 65f8 | c604 0091
0x000000010ace4aa4: 8668 25f8 | 0a78 0054 | 047c 4093 | 84f4 7ed3 | 8440 0091 | 6368 64b8 | 63f0 7dd3 | e36f 00f9
0x000000010ace4ac4: ; implicit exception: dispatches to 0x000000010ace5a9c
0x000000010ace4ac4: 7f00 40f9 | e403 03aa
0x000000010ace4acc: ; {metadata(method data for {method} {0x0000000121481978} 'writeNonProxy' '(Ljava/io/ObjectOutputStream;)V' in 'java/io/ObjectStreamClass')}
0x000000010ace4acc: 0508 96d2 | 052c a4f2 | 2500 c0f2
0x000000010ace4ad8: ; {metadata('java/io/ObjectStreamField')}
0x000000010ace4ad8: 08ad 95d2 | 0804 a0f2 | e8ff c7f2 | a9e0 0b91 | 2801 00f9 | a880 41f9 | 0805 0091 | a880 01f9
0x000000010ace4af8: ; {metadata(method data for {method} {0x00003fff0020b338} 'getTypeCode' '()C' in 'java/io/ObjectStreamField')}
0x000000010ace4af8: 0437 99d2 | c428 a4f2 | 2400 c0f2 | 85ac 40b9 | a508 0011 | 85ac 00b9 | a54c 1f12 | bf00 0071
0x000000010ace4b18: 407c 0054 | e403 03aa
0x000000010ace4b20: ; {metadata(method data for {method} {0x00003fff0020b338} 'getTypeCode' '()C' in 'java/io/ObjectStreamField')}
0x000000010ace4b20: 0537 99d2 | c528 a4f2 | 2500 c0f2 | a884 40f9 | 0805 0091 | a884 00f9 | e103 03aa | e0e3 00b9
0x000000010ace4b40: ; ImmutableOopMap {[200]=Oop [208]=Oop [216]=Oop }
;*invokevirtual getSignature {reexecute=0 rethrow=0 return_oop=0}
; - java.io.ObjectStreamField::getTypeCode@1 (line 195)
; - java.io.ObjectStreamClass::writeNonProxy@122 (line 755)
; {optimized virtual_call}
0x000000010ace4b40: f8b5 e695
0x000000010ace4b44: ; {other}
0x000000010ace4b44: 1f20 03d5 | 9fa7 81f2 | 1fc0 80f2
0x000000010ace4b50: ; implicit exception: dispatches to 0x000000010ace5ac0
0x000000010ace4b50: 1f00 40f9 | e203 00aa
0x000000010ace4b58: ; {metadata(method data for {method} {0x00003fff0020b338} 'getTypeCode' '()C' in 'java/io/ObjectStreamField')}
0x000000010ace4b58: 0137 99d2 | c128 a4f2 | 2100 c0f2 | 2894 40f9 | 0805 0091 | 2894 00f9
0x000000010ace4b70: ; {metadata(method data for {method} {0x00003fff00170f98} 'charAt' '(I)C' in 'java/lang/String')}
0x000000010ace4b70: 02e4 84d2 | 2220 a4f2 | 2200 c0f2 | 41ac 40b9 | 2108 0011 | 41ac 00b9 | 214c 1f12 | 3f00 0071
0x000000010ace4b90: a079 0054 | e203 00aa
0x000000010ace4b98: ; {metadata(method data for {method} {0x00003fff00170f98} 'charAt' '(I)C' in 'java/lang/String')}
0x000000010ace4b98: 01e4 84d2 | 2120 a4f2 | 2100 c0f2 | 287c 40f9 | 0805 0091 | 287c 00f9
0x000000010ace4bb0: ; {metadata(method data for {method} {0x00003fff0048d358} 'isLatin1' '()Z' in 'java/lang/String')}
0x000000010ace4bb0: 0253 8fd2 | 0220 a4f2 | 2200 c0f2 | 41ac 40b9 | 2108 0011 | 41ac 00b9 | 214c 1f12 | 3f00 0071
0x000000010ace4bd0: a078 0054
0x000000010ace4bd4: ; {metadata(method data for {method} {0x00003fff0048d358} 'isLatin1' '()Z' in 'java/lang/String')}
0x000000010ace4bd4: 0253 8fd2 | 0220 a4f2 | 2200 c0f2 | 4184 40f9 | 2104 0091 | 4184 00f9 | 0240 8039 | 5f00 0071
0x000000010ace4bf4: ; {metadata(method data for {method} {0x00003fff0048d358} 'isLatin1' '()Z' in 'java/lang/String')}
0x000000010ace4bf4: 0253 8fd2 | 0220 a4f2 | 2200 c0f2 | 0823 80d2 | 0925 80d2 | 0111 899a | 4368 61f8 | 6304 0091
0x000000010ace4c14: 4368 21f8 | 2101 0054
0x000000010ace4c1c: ; {metadata(method data for {method} {0x00003fff0048d358} 'isLatin1' '()Z' in 'java/lang/String')}
0x000000010ace4c1c: 0253 8fd2 | 0220 a4f2 | 2200 c0f2 | 419c 40f9 | 2104 0091 | 419c 00f9 | e203 0032 | 0200 0014
0x000000010ace4c3c: 0200 a052 | 4200 0012 | 5f00 0071
0x000000010ace4c48: ; {metadata(method data for {method} {0x00003fff00170f98} 'charAt' '(I)C' in 'java/lang/String')}
0x000000010ace4c48: 02e4 84d2 | 2220 a4f2 | 2200 c0f2 | 0825 80d2 | 0927 80d2 | 0101 899a | 4368 61f8 | 6304 0091
0x000000010ace4c68: 4368 21f8 | 2007 0054 | 0214 40b9 | 42f0 7dd3
0x000000010ace4c78: ; {metadata(method data for {method} {0x00003fff00170f98} 'charAt' '(I)C' in 'java/lang/String')}
0x000000010ace4c78: 01e4 84d2 | 2120 a4f2 | 2100 c0f2 | 28a4 40f9 | 0805 0091 | 28a4 00f9
0x000000010ace4c90: ; {metadata(method data for {method} {0x00003fff00183218} 'charAt' '([BI)C' in 'java/lang/StringLatin1')}
0x000000010ace4c90: 0126 85d2 | 2120 a4f2 | 2100 c0f2 | 20ac 40b9 | 0008 0011 | 20ac 00b9 | 004c 1f12 | 1f00 0071
0x000000010ace4cb0: a072 0054
0x000000010ace4cb4: ; implicit exception: dispatches to 0x000000010ace5b24
0x000000010ace4cb4: 410c 40b9
0x000000010ace4cb8: ; {metadata(method data for {method} {0x00003fff00183218} 'charAt' '([BI)C' in 'java/lang/StringLatin1')}
0x000000010ace4cb8: 0026 85d2 | 2020 a4f2 | 2000 c0f2 | 087c 40f9 | 0805 0091 | 087c 00f9
0x000000010ace4cd0: ; {metadata(method data for {method} {0x00003fff0048e640} 'checkIndex' '(II)V' in 'java/lang/String')}
0x000000010ace4cd0: 0050 85d2 | 2020 a4f2 | 2000 c0f2 | 03ac 40b9 | 6308 0011 | 03ac 00b9 | 634c 1f12 | 7f00 0071
0x000000010ace4cf0: c071 0054
0x000000010ace4cf4: ; {metadata(method data for {method} {0x00003fff0048e640} 'checkIndex' '(II)V' in 'java/lang/String')}
0x000000010ace4cf4: 0050 85d2 | 2020 a4f2 | 2000 c0f2 | 087c 40f9 | 0805 0091 | 087c 00f9 | 0000 a052
0x000000010ace4d10: ; {oop(a 'jdk/internal/util/Preconditions$4'{0x000000070e6300b0})}
0x000000010ace4d10: 0316 80d2 | 63cc a1f2 | e300 c0f2 | 0300 a052 | 1f00 036b | 2b71 0054 | 1f00 016b | 4a71 0054
0x000000010ace4d30: 3f00 0071 | 6971 0054 | 4240 8039 | 421c 0012 | e13f 0032 | 4200 010a | 4200 010a | 5400 0014
0x000000010ace4d50: 0214 40b9 | 42f0 7dd3
0x000000010ace4d58: ; {metadata(method data for {method} {0x00003fff00170f98} 'charAt' '(I)C' in 'java/lang/String')}
0x000000010ace4d58: 01e4 84d2 | 2120 a4f2 | 2100 c0f2 | 28ac 40f9 | 0805 0091 | 28ac 00f9
0x000000010ace4d70: ; {metadata(method data for {method} {0x00003fff00184c10} 'charAt' '([BI)C' in 'java/lang/StringUTF16')}
0x000000010ace4d70: 01e3 9ad2 | 8120 a4f2 | 2100 c0f2 | 20ac 40b9 | 0008 0011 | 20ac 00b9 | 004c 1f12 | 1f00 0071
0x000000010ace4d90: 406f 0054
0x000000010ace4d94: ; {metadata(method data for {method} {0x00003fff00184c10} 'charAt' '([BI)C' in 'java/lang/StringUTF16')}
0x000000010ace4d94: 01e3 9ad2 | 8120 a4f2 | 2100 c0f2 | 287c 40f9 | 0805 0091 | 287c 00f9
0x000000010ace4dac: ; {metadata(method data for {method} {0x00003fff001840b8} 'checkIndex' '(I[B)V' in 'java/lang/StringUTF16')}
0x000000010ace4dac: 010f 9bd2 | 8120 a4f2 | 2100 c0f2 | 20ac 40b9 | 0008 0011 | 20ac 00b9 | 004c 1f12 | 1f00 0071
0x000000010ace4dcc: 606e 0054
0x000000010ace4dd0: ; {metadata(method data for {method} {0x00003fff001840b8} 'checkIndex' '(I[B)V' in 'java/lang/StringUTF16')}
0x000000010ace4dd0: 010f 9bd2 | 8120 a4f2 | 2100 c0f2 | 287c 40f9 | 0805 0091 | 287c 00f9
0x000000010ace4de8: ; {metadata(method data for {method} {0x00003fff00184060} 'length' '([B)I' in 'java/lang/StringUTF16')}
0x000000010ace4de8: 013b 9bd2 | 8120 a4f2 | 2100 c0f2 | 20ac 40b9 | 0008 0011 | 20ac 00b9 | 004c 1f12 | 1f00 0071
0x000000010ace4e08: 806d 0054
0x000000010ace4e0c: ; implicit exception: dispatches to 0x000000010ace5bd8
0x000000010ace4e0c: 410c 40b9
0x000000010ace4e10: ; {metadata(method data for {method} {0x00003fff001840b8} 'checkIndex' '(I[B)V' in 'java/lang/StringUTF16')}
0x000000010ace4e10: 000f 9bd2 | 8020 a4f2 | 2000 c0f2 | 0884 40f9 | 0805 0091 | 0884 00f9 | 217c 0113
0x000000010ace4e2c: ; {metadata(method data for {method} {0x00003fff0048e640} 'checkIndex' '(II)V' in 'java/lang/String')}
0x000000010ace4e2c: 0050 85d2 | 2020 a4f2 | 2000 c0f2 | 03ac 40b9 | 6308 0011 | 03ac 00b9 | 634c 1f12 | 7f00 0071
0x000000010ace4e4c: 806c 0054
0x000000010ace4e50: ; {metadata(method data for {method} {0x00003fff0048e640} 'checkIndex' '(II)V' in 'java/lang/String')}
0x000000010ace4e50: 0050 85d2 | 2020 a4f2 | 2000 c0f2 | 087c 40f9 | 0805 0091 | 087c 00f9 | 0000 a052
0x000000010ace4e6c: ; {oop(a 'jdk/internal/util/Preconditions$4'{0x000000070e6300b0})}
0x000000010ace4e6c: 0316 80d2 | 63cc a1f2 | e300 c0f2 | 0300 a052 | 1f00 036b | eb6b 0054 | 1f00 016b | 0a6c 0054
0x000000010ace4e8c: 4220 4079 | e13f 0032 | 4200 010a | 4200 010a | e13f 0032 | 4200 010a | e06b 40f9 | e103 00aa
0x000000010ace4eac: ; {metadata(method data for {method} {0x0000000121481978} 'writeNonProxy' '(Ljava/io/ObjectOutputStream;)V' in 'java/io/ObjectStreamClass')}
0x000000010ace4eac: 0408 96d2 | 042c a4f2 | 2400 c0f2 | 2108 40b9 | 2134 60d2 | 89a0 0c91 | 2801 40f9 | 3f00 08eb
0x000000010ace4ecc: a100 0054 | 8898 41f9 | 0805 0091 | 8898 01f9 | 1c00 0014 | 89e0 0c91 | 2801 40f9 | 3f00 08eb
0x000000010ace4eec: a100 0054 | 88a0 41f9 | 0805 0091 | 88a0 01f9 | 1400 0014 | 89a0 0c91 | 2801 40f9 | c800 00b5
0x000000010ace4f0c: 2101 00f9 | e803 40b2 | 89c0 0c91 | 2801 00f9 | 0c00 0014 | 89e0 0c91 | 2801 40f9 | c800 00b5
0x000000010ace4f2c: 2101 00f9 | e803 40b2 | 8900 0d91 | 2801 00f9 | 0400 0014 | 8890 41f9 | 0805 0091 | 8890 01f9
0x000000010ace4f4c: ; {metadata(method data for {method} {0x00000001215f4010} 'writeByte' '(I)V' in 'java/io/ObjectOutputStream')}
0x000000010ace4f4c: 0118 92d2 | e128 a4f2 | 2100 c0f2 | 24ac 40b9 | 8408 0011 | 24ac 00b9 | 844c 1f12 | 9f00 0071
0x000000010ace4f6c: 4065 0054 | 0118 40b9 | 21f0 7dd3
0x000000010ace4f78: ; implicit exception: dispatches to 0x000000010ace5c34
0x000000010ace4f78: 3f00 40f9 | e403 01aa
0x000000010ace4f80: ; {metadata(method data for {method} {0x00000001215f4010} 'writeByte' '(I)V' in 'java/io/ObjectOutputStream')}
0x000000010ace4f80: 0518 92d2 | e528 a4f2 | 2500 c0f2 | a87c 40f9 | 0805 0091 | a87c 00f9
0x000000010ace4f98: ; ImmutableOopMap {[200]=Oop [208]=Oop [216]=Oop }
;*invokevirtual writeByte {reexecute=0 rethrow=0 return_oop=0}
; - java.io.ObjectOutputStream::writeByte@5 (line 783)
; - java.io.ObjectStreamClass::writeNonProxy@125 (line 755)
; {optimized virtual_call}
0x000000010ace4f98: 8298 e595
0x000000010ace4f9c: ; {other}
0x000000010ace4f9c: 1f20 03d5 | 9f32 82f2 | 1fe0 80f2 | e36f 40f9
0x000000010ace4fac: ; {metadata(method data for {method} {0x0000000121481978} 'writeNonProxy' '(Ljava/io/ObjectOutputStream;)V' in 'java/io/ObjectStreamClass')}
0x000000010ace4fac: 0208 96d2 | 022c a4f2 | 2200 c0f2
0x000000010ace4fb8: ; {metadata('java/io/ObjectStreamField')}
0x000000010ace4fb8: 08ad 95d2 | 0804 a0f2 | e8ff c7f2 | 4960 0d91 | 2801 00f9 | 48b0 41f9 | 0805 0091 | 48b0 01f9
0x000000010ace4fd8: e36f 40f9 | 6014 40b9 | 00f0 7dd3 | e26b 40f9
0x000000010ace4fe8: ; {metadata(method data for {method} {0x0000000121481978} 'writeNonProxy' '(Ljava/io/ObjectOutputStream;)V' in 'java/io/ObjectStreamClass')}
0x000000010ace4fe8: 0108 96d2 | 012c a4f2 | 2100 c0f2 | 4208 40b9 | 4234 60d2 | 2920 0e91 | 2801 40f9 | 5f00 08eb
0x000000010ace5008: a100 0054 | 28c8 41f9 | 0805 0091 | 28c8 01f9 | 1c00 0014 | 2960 0e91 | 2801 40f9 | 5f00 08eb
0x000000010ace5028: a100 0054 | 28d0 41f9 | 0805 0091 | 28d0 01f9 | 1400 0014 | 2920 0e91 | 2801 40f9 | c800 00b5
0x000000010ace5048: 2201 00f9 | e803 40b2 | 2940 0e91 | 2801 00f9 | 0c00 0014 | 2960 0e91 | 2801 40f9 | c800 00b5
0x000000010ace5068: 2201 00f9 | e803 40b2 | 2980 0e91 | 2801 00f9 | 0400 0014 | 28c0 41f9 | 0805 0091 | 28c0 01f9
0x000000010ace5088: ; {metadata(method data for {method} {0x00000001215f46d0} 'writeUTF' '(Ljava/lang/String;)V' in 'java/io/ObjectOutputStream')}
0x000000010ace5088: 02ab 83d2 | 022c a4f2 | 2200 c0f2 | 41ac 40b9 | 2108 0011 | 41ac 00b9 | 214c 1f12 | 3f00 0071
0x000000010ace50a8: 805c 0054 | e26b 40f9 | 4418 40b9 | 84f0 7dd3
0x000000010ace50b8: ; implicit exception: dispatches to 0x000000010ace5c58
0x000000010ace50b8: 9f00 40f9 | e103 04aa
0x000000010ace50c0: ; {metadata(method data for {method} {0x00000001215f46d0} 'writeUTF' '(Ljava/lang/String;)V' in 'java/io/ObjectOutputStream')}
0x000000010ace50c0: 05ab 83d2 | 052c a4f2 | 2500 c0f2 | a87c 40f9 | 0805 0091 | a87c 00f9
0x000000010ace50d8: ; {metadata(method data for {method} {0x00000001215f9d18} 'writeUTF' '(Ljava/lang/String;)V' in 'java/io/ObjectOutputStream$BlockDataOutputStream')}
0x000000010ace50d8: 01d9 83d2 | 012c a4f2 | 2100 c0f2 | 25ac 40b9 | a508 0011 | 25ac 00b9 | a54c 1f12 | bf00 0071
0x000000010ace50f8: 205b 0054 | e103 04aa
0x000000010ace5100: ; {metadata(method data for {method} {0x00000001215f9d18} 'writeUTF' '(Ljava/lang/String;)V' in 'java/io/ObjectOutputStream$BlockDataOutputStream')}
0x000000010ace5100: 05d9 83d2 | 052c a4f2 | 2500 c0f2 | a87c 40f9 | 0805 0091 | a87c 00f9 | e203 00aa | e103 04aa
0x000000010ace5120: e483 0ea9
0x000000010ace5124: ; ImmutableOopMap {[200]=Oop [208]=Oop [216]=Oop [232]=Oop [240]=Oop }
;*invokevirtual getUTFLength {reexecute=0 rethrow=0 return_oop=0}
; - java.io.ObjectOutputStream$BlockDataOutputStream::writeUTF@4 (line 2030)
; - java.io.ObjectOutputStream::writeUTF@5 (line 888)
; - java.io.ObjectStreamClass::writeNonProxy@134 (line 756)
; {optimized virtual_call}
0x000000010ace5124: cf80 e595
0x000000010ace5128: ; {other}
0x000000010ace5128: 1f20 03d5 | 1f64 82f2 | 1f00 81f2 | e477 40f9
0x000000010ace5138: ; {metadata(method data for {method} {0x00000001215f9d18} 'writeUTF' '(Ljava/lang/String;)V' in 'java/io/ObjectOutputStream$BlockDataOutputStream')}
0x000000010ace5138: 02d9 83d2 | 022c a4f2 | 2200 c0f2 | 4894 40f9 | 0805 0091 | 4894 00f9 | e27b 40f9 | e303 00aa
0x000000010ace5158: e177 40f9
0x000000010ace515c: ; ImmutableOopMap {[200]=Oop [208]=Oop [216]=Oop }
;*invokevirtual writeUTF {reexecute=0 rethrow=0 return_oop=0}
; - java.io.ObjectOutputStream$BlockDataOutputStream::writeUTF@7 (line 2030)
; - java.io.ObjectOutputStream::writeUTF@5 (line 888)
; - java.io.ObjectStreamClass::writeNonProxy@134 (line 756)
; {optimized virtual_call}
0x000000010ace515c: 696d ff97
0x000000010ace5160: ; {other}
0x000000010ace5160: 1f20 03d5 | 1f6b 82f2 | 1f20 81f2 | e36f 40f9
0x000000010ace5170: ; {metadata(method data for {method} {0x0000000121481978} 'writeNonProxy' '(Ljava/io/ObjectOutputStream;)V' in 'java/io/ObjectStreamClass')}
0x000000010ace5170: 0108 96d2 | 012c a4f2 | 2100 c0f2
0x000000010ace517c: ; {metadata('java/io/ObjectStreamField')}
0x000000010ace517c: 08ad 95d2 | 0804 a0f2 | e8ff c7f2 | 29e0 0e91 | 2801 00f9 | 28e0 41f9 | 0805 0091 | 28e0 01f9
0x000000010ace519c: ; {metadata(method data for {method} {0x00003fff0020b180} 'isPrimitive' '()Z' in 'java/io/ObjectStreamField')}
0x000000010ace519c: 015e 90d2 | e128 a4f2 | 2100 c0f2 | 20ac 40b9 | 0008 0011 | 20ac 00b9 | 004c 1f12 | 1f00 0071
0x000000010ace51bc: 0056 0054 | e36f 40f9
0x000000010ace51c4: ; {metadata(method data for {method} {0x00003fff0020b180} 'isPrimitive' '()Z' in 'java/io/ObjectStreamField')}
0x000000010ace51c4: 015e 90d2 | e128 a4f2 | 2100 c0f2 | 2884 40f9 | 0805 0091 | 2884 00f9
0x000000010ace51dc: ; {metadata(method data for {method} {0x00003fff0020b338} 'getTypeCode' '()C' in 'java/io/ObjectStreamField')}
0x000000010ace51dc: 0137 99d2 | c128 a4f2 | 2100 c0f2 | 20ac 40b9 | 0008 0011 | 20ac 00b9 | 004c 1f12 | 1f00 0071
0x000000010ace51fc: 0055 0054 | e36f 40f9
0x000000010ace5204: ; {metadata(method data for {method} {0x00003fff0020b338} 'getTypeCode' '()C' in 'java/io/ObjectStreamField')}
0x000000010ace5204: 0137 99d2 | c128 a4f2 | 2100 c0f2 | 2884 40f9 | 0805 0091 | 2884 00f9 | e16f 40f9
0x000000010ace5220: ; ImmutableOopMap {[200]=Oop [208]=Oop [216]=Oop }
;*invokevirtual getSignature {reexecute=0 rethrow=0 return_oop=0}
; - java.io.ObjectStreamField::getTypeCode@1 (line 195)
; - java.io.ObjectStreamField::isPrimitive@1 (line 237)
; - java.io.ObjectStreamClass::writeNonProxy@139 (line 757)
; {optimized virtual_call}
0x000000010ace5220: 40b4 e695
0x000000010ace5224: ; {other}
0x000000010ace5224: 1f20 03d5 | 9f83 82f2 | 1f40 81f2