-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhs_err_pid6304.log
1515 lines (1279 loc) · 108 KB
/
hs_err_pid6304.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=0x00007ffb9f418e0d, pid=6304, tid=15872
#
# JRE version: Java(TM) SE Runtime Environment (17.0.10+11) (build 17.0.10+11-LTS-240)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (17.0.10+11-LTS-240, mixed mode, emulated-client, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# Problematic frame:
# V [jvm.dll+0x748e0d]
#
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# https://bugreport.java.com/bugreport/crash.jsp
#
--------------- S U M M A R Y ------------
Command Line: -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:50060,suspend=y,server=n -XX:TieredStopAtLevel=1 -Dspring.output.ansi.enabled=always -Dcom.sun.management.jmxremote -Dspring.jmx.enabled=true -Dspring.liveBeansView.mbeanDomain -Dspring.application.admin.enabled=true -Dmanagement.endpoints.jmx.exposure.include=* -javaagent:C:\Users\neran\AppData\Local\JetBrains\IntelliJIdea2023.3\captureAgent\debugger-agent.jar=file:/C:/Users/neran/AppData/Local/Temp/capture.props -Dfile.encoding=UTF-8 com.webapp.neo.application.Application
Host: Intel(R) Core(TM) i5-10400T CPU @ 2.00GHz, 12 cores, 31G, Windows 11 , 64 bit Build 22621 (10.0.22621.3235)
Time: Sun Mar 17 09:18:13 2024 Central Summer Time elapsed time: 1.600047 seconds (0d 0h 0m 1s)
--------------- T H R E A D ---------------
Current thread (0x000002ca7f089030): JavaThread "restartedMain" [_thread_in_vm, id=15872, stack(0x000000d110800000,0x000000d110900000)]
Stack: [0x000000d110800000,0x000000d110900000], sp=0x000000d1108fa540, free space=1001k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x748e0d]
V [jvm.dll+0x74924d]
V [jvm.dll+0x748f15]
V [jvm.dll+0x1e5e62]
V [jvm.dll+0x1e4b2f]
V [jvm.dll+0x1e9d90]
V [jvm.dll+0x1dfa01]
V [jvm.dll+0x53d58c]
V [jvm.dll+0x753438]
V [jvm.dll+0x753524]
V [jvm.dll+0x40babf]
V [jvm.dll+0x411a89]
C [java.dll+0x17ec]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J 1213 java.lang.ClassLoader.defineClass1(Ljava/lang/ClassLoader;Ljava/lang/String;[BIILjava/security/ProtectionDomain;Ljava/lang/String;)Ljava/lang/Class; [email protected] (0 bytes) @ 0x000002ca243173e3 [0x000002ca24317320+0x00000000000000c3]
J 1401 c1 java.lang.ClassLoader.defineClass(Ljava/lang/String;[BIILjava/security/ProtectionDomain;)Ljava/lang/Class; [email protected] (43 bytes) @ 0x000002ca2436b124 [0x000002ca2436afe0+0x0000000000000144]
J 1228 c1 jdk.internal.loader.BuiltinClassLoader.defineClass(Ljava/lang/String;Ljdk/internal/loader/Resource;)Ljava/lang/Class; [email protected] (121 bytes) @ 0x000002ca243215ac [0x000002ca243210a0+0x000000000000050c]
J 1215 c1 jdk.internal.loader.BuiltinClassLoader.findClassOnClassPathOrNull(Ljava/lang/String;)Ljava/lang/Class; [email protected] (64 bytes) @ 0x000002ca2431ba1c [0x000002ca2431b720+0x00000000000002fc]
J 598 c1 jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(Ljava/lang/String;Z)Ljava/lang/Class; [email protected] (143 bytes) @ 0x000002ca2421d9dc [0x000002ca2421d500+0x00000000000004dc]
J 1143 c1 jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(Ljava/lang/String;Z)Ljava/lang/Class; [email protected] (40 bytes) @ 0x000002ca242f673c [0x000002ca242f6600+0x000000000000013c]
J 1139 c1 java.lang.ClassLoader.loadClass(Ljava/lang/String;)Ljava/lang/Class; [email protected] (7 bytes) @ 0x000002ca242f577c [0x000002ca242f5720+0x000000000000005c]
v ~StubRoutines::call_stub
J 927 java.lang.Class.forName0(Ljava/lang/String;ZLjava/lang/ClassLoader;Ljava/lang/Class;)Ljava/lang/Class; [email protected] (0 bytes) @ 0x000002ca2429642f [0x000002ca242963a0+0x000000000000008f]
J 949 c1 java.lang.Class.forName(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class; [email protected] (47 bytes) @ 0x000002ca2429d2dc [0x000002ca2429d1c0+0x000000000000011c]
J 1469 c1 sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Lsun/reflect/generics/tree/ClassTypeSignature;)V [email protected] (381 bytes) @ 0x000002ca2438a864 [0x000002ca2438a3e0+0x0000000000000484]
J 1468 c1 sun.reflect.generics.tree.ClassTypeSignature.accept(Lsun/reflect/generics/visitor/TypeTreeVisitor;)V [email protected] (8 bytes) @ 0x000002ca24387924 [0x000002ca243878a0+0x0000000000000084]
J 2163 c1 sun.reflect.annotation.AnnotationParser.parseSig(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Class; [email protected] (62 bytes) @ 0x000002ca2449f154 [0x000002ca2449eea0+0x00000000000002b4]
j sun.reflect.annotation.AnnotationParser.parseClassValue(Ljava/nio/ByteBuffer;Ljdk/internal/reflect/ConstantPool;Ljava/lang/Class;)Ljava/lang/Object;+18 [email protected]
j sun.reflect.annotation.AnnotationParser.lambda$parseClassArray$0(Ljava/nio/ByteBuffer;Ljdk/internal/reflect/ConstantPool;Ljava/lang/Class;)Ljava/lang/Object;+3 [email protected]
j sun.reflect.annotation.AnnotationParser$$Lambda$318+0x000002ca3e164f30.get()Ljava/lang/Object;+12 [email protected]
j sun.reflect.annotation.AnnotationParser.parseArrayElements([Ljava/lang/Object;Ljava/nio/ByteBuffer;ILjava/util/function/Supplier;)Ljava/lang/Object;+26 [email protected]
J 2534 c1 sun.reflect.annotation.AnnotationParser.parseArray(Ljava/lang/Class;Ljava/nio/ByteBuffer;Ljdk/internal/reflect/ConstantPool;Ljava/lang/Class;)Ljava/lang/Object; [email protected] (220 bytes) @ 0x000002ca2455298c [0x000002ca24552300+0x000000000000068c]
J 2264 c1 sun.reflect.annotation.AnnotationParser.parseMemberValue(Ljava/lang/Class;Ljava/nio/ByteBuffer;Ljdk/internal/reflect/ConstantPool;Ljava/lang/Class;)Ljava/lang/Object; [email protected] (230 bytes) @ 0x000002ca244d86e4 [0x000002ca244d7c20+0x0000000000000ac4]
J 2277 c1 sun.reflect.annotation.AnnotationParser.parseAnnotation2(Ljava/nio/ByteBuffer;Ljdk/internal/reflect/ConstantPool;Ljava/lang/Class;Z[Ljava/lang/Class;)Ljava/lang/annotation/Annotation; [email protected] (271 bytes) @ 0x000002ca244dd61c [0x000002ca244dd340+0x00000000000002dc]
j sun.reflect.annotation.AnnotationParser.parseAnnotations2([BLjdk/internal/reflect/ConstantPool;Ljava/lang/Class;[Ljava/lang/Class;)Ljava/util/Map;+41 [email protected]
J 2160 c1 sun.reflect.annotation.AnnotationParser.parseAnnotations([BLjdk/internal/reflect/ConstantPool;Ljava/lang/Class;)Ljava/util/Map; [email protected] (37 bytes) @ 0x000002ca2449cacc [0x000002ca2449ca60+0x000000000000006c]
j java.lang.Class.createAnnotationData(I)Ljava/lang/Class$AnnotationData;+9 [email protected]
J 2246 c1 java.lang.Class.annotationData()Ljava/lang/Class$AnnotationData; [email protected] (44 bytes) @ 0x000002ca244d01b4 [0x000002ca244d0140+0x0000000000000074]
J 2654 c1 java.lang.Class.getDeclaredAnnotations()[Ljava/lang/annotation/Annotation; [email protected] (11 bytes) @ 0x000002ca24588a7c [0x000002ca24588a40+0x000000000000003c]
J 2176 c1 org.springframework.core.annotation.AnnotationsScanner.getDeclaredAnnotations(Ljava/lang/reflect/AnnotatedElement;Z)[Ljava/lang/annotation/Annotation; (166 bytes) @ 0x000002ca244a3414 [0x000002ca244a3360+0x00000000000000b4]
j org.springframework.core.annotation.AnnotationTypeMappings.addMetaAnnotationsToQueue(Ljava/util/Deque;Lorg/springframework/core/annotation/AnnotationTypeMapping;)V+5
j org.springframework.core.annotation.AnnotationTypeMappings.addAllMappings(Ljava/lang/Class;Ljava/util/Set;)V+53
j org.springframework.core.annotation.AnnotationTypeMappings.<init>(Lorg/springframework/core/annotation/RepeatableContainers;Lorg/springframework/core/annotation/AnnotationFilter;Ljava/lang/Class;Ljava/util/Set;)V+29
j org.springframework.core.annotation.AnnotationTypeMappings.<init>(Lorg/springframework/core/annotation/RepeatableContainers;Lorg/springframework/core/annotation/AnnotationFilter;Ljava/lang/Class;Ljava/util/Set;Lorg/springframework/core/annotation/AnnotationTypeMappings$1;)V+6
j org.springframework.core.annotation.AnnotationTypeMappings$Cache.createMappings(Ljava/lang/Class;Ljava/util/Set;)Lorg/springframework/core/annotation/AnnotationTypeMappings;+15
j org.springframework.core.annotation.AnnotationTypeMappings$Cache.lambda$get$0(Ljava/util/Set;Ljava/lang/Class;)Lorg/springframework/core/annotation/AnnotationTypeMappings;+3
j org.springframework.core.annotation.AnnotationTypeMappings$Cache$$Lambda$122+0x000002ca3e0e2e98.apply(Ljava/lang/Object;)Ljava/lang/Object;+12
J 2194 c1 java.util.concurrent.ConcurrentMap.computeIfAbsent(Ljava/lang/Object;Ljava/util/function/Function;)Ljava/lang/Object; [email protected] (51 bytes) @ 0x000002ca244ab46c [0x000002ca244ab3e0+0x000000000000008c]
J 2320 c1 org.springframework.core.annotation.AnnotationTypeMappings.forAnnotationType(Ljava/lang/Class;Lorg/springframework/core/annotation/RepeatableContainers;Lorg/springframework/core/annotation/AnnotationFilter;Ljava/util/Set;)Lorg/springframework/core/annotation/AnnotationTypeMappings; (74 bytes) @ 0x000002ca244efb0c [0x000002ca244ef6e0+0x000000000000042c]
J 2546 c1 org.springframework.core.annotation.TypeMappedAnnotation.of(Ljava/lang/ClassLoader;Ljava/lang/Object;Ljava/lang/Class;Ljava/util/Map;)Lorg/springframework/core/annotation/MergedAnnotation; (35 bytes) @ 0x000002ca2455da4c [0x000002ca2455d900+0x000000000000014c]
J 2544 c1 org.springframework.core.type.classreading.MergedAnnotationReadingVisitor.visitEnd()V (31 bytes) @ 0x000002ca2455d1bc [0x000002ca2455d140+0x000000000000007c]
J 2385 c1 org.springframework.asm.ClassReader.readElementValues(Lorg/springframework/asm/AnnotationVisitor;IZ[C)I (88 bytes) @ 0x000002ca2450a7a4 [0x000002ca2450a560+0x0000000000000244]
j org.springframework.asm.ClassReader.accept(Lorg/springframework/asm/ClassVisitor;[Lorg/springframework/asm/Attribute;I)V+866
j org.springframework.asm.ClassReader.accept(Lorg/springframework/asm/ClassVisitor;I)V+7
j org.springframework.core.type.classreading.SimpleMetadataReader.<init>(Lorg/springframework/core/io/Resource;Ljava/lang/ClassLoader;)V+20
J 2609 c1 org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory.getMetadataReader(Lorg/springframework/core/io/Resource;)Lorg/springframework/core/type/classreading/MetadataReader; (38 bytes) @ 0x000002ca245726ac [0x000002ca24572560+0x000000000000014c]
J 2608 c1 org.springframework.core.type.classreading.SimpleMetadataReaderFactory.getMetadataReader(Ljava/lang/String;)Lorg/springframework/core/type/classreading/MetadataReader; (156 bytes) @ 0x000002ca24575a1c [0x000002ca24575780+0x000000000000029c]
J 2618 c1 org.springframework.context.annotation.ConfigurationClassParser.asSourceClass(Ljava/lang/String;Ljava/util/function/Predicate;)Lorg/springframework/context/annotation/ConfigurationClassParser$SourceClass; (103 bytes) @ 0x000002ca2457806c [0x000002ca24577c00+0x000000000000046c]
j org.springframework.context.annotation.ConfigurationClassParser$SourceClass.getMemberClasses()Ljava/util/Collection;+169
j org.springframework.context.annotation.ConfigurationClassParser.processMemberClasses(Lorg/springframework/context/annotation/ConfigurationClass;Lorg/springframework/context/annotation/ConfigurationClassParser$SourceClass;Ljava/util/function/Predicate;)V+1
j org.springframework.context.annotation.ConfigurationClassParser.doProcessConfigurationClass(Lorg/springframework/context/annotation/ConfigurationClass;Lorg/springframework/context/annotation/ConfigurationClassParser$SourceClass;Ljava/util/function/Predicate;)Lorg/springframework/context/annotation/ConfigurationClassParser$SourceClass;+21
j org.springframework.context.annotation.ConfigurationClassParser.processConfigurationClass(Lorg/springframework/context/annotation/ConfigurationClass;Ljava/util/function/Predicate;)V+106
j org.springframework.context.annotation.ConfigurationClassParser.processImports(Lorg/springframework/context/annotation/ConfigurationClass;Lorg/springframework/context/annotation/ConfigurationClassParser$SourceClass;Ljava/util/Collection;Ljava/util/function/Predicate;Z)V+296
j org.springframework.context.annotation.ConfigurationClassParser.access$800(Lorg/springframework/context/annotation/ConfigurationClassParser;Lorg/springframework/context/annotation/ConfigurationClass;Lorg/springframework/context/annotation/ConfigurationClassParser$SourceClass;Ljava/util/Collection;Ljava/util/function/Predicate;Z)V+8
j org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGroupingHandler.lambda$processGroupImports$1(Ljava/util/function/Predicate;Lorg/springframework/context/annotation/DeferredImportSelector$Group$Entry;)V+48
j org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGroupingHandler$$Lambda$399+0x000002ca3e28e4a0.accept(Ljava/lang/Object;)V+12
j java.util.ArrayList.forEach(Ljava/util/function/Consumer;)V+46 [email protected]
j org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGroupingHandler.processGroupImports()V+50
j org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHandler.process()V+54
j org.springframework.context.annotation.ConfigurationClassParser.parse(Ljava/util/Set;)V+171
j org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(Lorg/springframework/beans/factory/support/BeanDefinitionRegistry;)V+308
j org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(Lorg/springframework/beans/factory/support/BeanDefinitionRegistry;)V+107
j org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(Ljava/util/Collection;Lorg/springframework/beans/factory/support/BeanDefinitionRegistry;Lorg/springframework/core/metrics/ApplicationStartup;)V+59
j org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;Ljava/util/List;)V+235
j org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;)V+5
j org.springframework.context.support.AbstractApplicationContext.refresh()V+53
j org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh()V+1
j org.springframework.boot.SpringApplication.refresh(Lorg/springframework/context/ConfigurableApplicationContext;)V+1
j org.springframework.boot.SpringApplication.refreshContext(Lorg/springframework/context/ConfigurableApplicationContext;)V+16
j org.springframework.boot.SpringApplication.run([Ljava/lang/String;)Lorg/springframework/context/ConfigurableApplicationContext;+107
j org.springframework.boot.SpringApplication.run([Ljava/lang/Class;[Ljava/lang/String;)Lorg/springframework/context/ConfigurableApplicationContext;+9
j org.springframework.boot.SpringApplication.run(Ljava/lang/Class;[Ljava/lang/String;)Lorg/springframework/context/ConfigurableApplicationContext;+9
j com.webapp.neo.application.Application.main([Ljava/lang/String;)V+3
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 jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6 [email protected]
j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+59 [email protected]
j org.springframework.boot.devtools.restart.RestartLauncher.run()V+42
v ~StubRoutines::call_stub
siginfo: EXCEPTION_ACCESS_VIOLATION (0xc0000005), reading address 0x000002cafc4e923e
Registers:
RAX=0x0000000000011e07, RBX=0x000002cafc4e923a, RCX=0x000002ca3db61fdc, RDX=0x000002ca3db6c42c
RSP=0x000000d1108fa540, RBP=0x00007ffb9f7f96c0, RSI=0x000000000000001e, RDI=0x000000000000001e
R8 =0x0000000000002589, R9 =0x0000000040000000, R10=0x000000000000006f, R11=0x000000000000001e
R12=0x000002ca7f6ce59d, R13=0x0000000000000061, R14=0x000002ca7f05a4d8, R15=0x0000000007ed46d9
RIP=0x00007ffb9f418e0d, EFLAGS=0x0000000000010206
Register to memory mapping:
RIP=0x00007ffb9f418e0d jvm.dll
RAX=0x0000000000011e07 is an unknown value
RBX=0x000002cafc4e923a is an unknown value
RCX=0x000002ca3db61fdc is pointing into metadata
RDX=0x000002ca3db6c42c is pointing into metadata
RSP=0x000000d1108fa540 is pointing into the stack for thread: 0x000002ca7f089030
RBP=0x00007ffb9f7f96c0 jvm.dll
RSI=0x000000000000001e is an unknown value
RDI=0x000000000000001e is an unknown value
R8 =0x0000000000002589 is an unknown value
R9 =0x0000000040000000 is an unknown value
R10=0x000000000000006f is an unknown value
R11=0x000000000000001e is an unknown value
R12=0x000002ca7f6ce59d points into unknown readable memory: 6f 72 67
R13=0x0000000000000061 is an unknown value
R14=0x000002ca7f05a4d8 points into unknown readable memory: 0x0000000000000000 | 00 00 00 00 00 00 00 00
R15=0x0000000007ed46d9 is an unknown value
Top of Stack: (sp=0x000000d1108fa540)
0x000000d1108fa540: 000000d1108fa529 000002ca7f05a4c0
0x000000d1108fa550: 000002ca7f6ce59d 000000000000001e
0x000000d1108fa560: 000000000000001e 000002ca7f05a4d8
0x000000d1108fa570: 000000000000001e 00007ffb9f41924d
0x000000d1108fa580: 0000000007ed46d9 000000d1108fa6e0
0x000000d1108fa590: 000002ca7f6ce59d 000000000000001e
0x000000d1108fa5a0: 000000000000001e 00007ffb9f418f15
0x000000d1108fa5b0: 0000000007ed46d9 000002ca7f6ce59d
0x000000d1108fa5c0: 0000000007ed46d9 000000000000001e
0x000000d1108fa5d0: 000000d1108faa80 00007ffb9eeb5e62
0x000000d1108fa5e0: 000002ca7f089030 000002ca010d1178
0x000000d1108fa5f0: 000002ca7f6ce59d 000002ca7f6ce59d
0x000000d1108fa600: 0000000000000000 000002ca1a46ef70
0x000000d1108fa610: 000002ca1c5caf00 00007ffbeb245bd7
0x000000d1108fa620: 000000a800000006 00007ffb9f5a8478
0x000000d1108fa630: 000002ca7f6cdfa0 000002ca7f6cf083
Instructions: (pc=0x00007ffb9f418e0d)
0x00007ffb9f418d0d: 48 8b 1c c8 b8 50 00 00 00 80 3c 18 00 75 05 e8
0x00007ffb9f418d1d: cb c8 0e 00 48 8b 0d d8 09 3e 00 ba 20 00 00 00
0x00007ffb9f418d2d: 48 8b 14 1a e8 4a ec fb ff 48 8b c8 49 d3 e4 48
0x00007ffb9f418d3d: 83 3d 14 0b 3e 00 00 4c 89 25 cd 09 3e 00 74 0f
0x00007ffb9f418d4d: 49 8b d4 48 8d 0d 31 e8 20 00 e8 04 dd ff ff 4c
0x00007ffb9f418d5d: 8b a4 24 f0 00 00 00 48 81 c4 c0 00 00 00 41 5f
0x00007ffb9f418d6d: 5f 5e 5b 5d c3 48 89 73 48 48 89 73 40 48 8b 4b
0x00007ffb9f418d7d: 38 e8 cd 0b f0 ff 48 81 c4 c0 00 00 00 41 5f 5f
0x00007ffb9f418d8d: 5e 5b 5d c3 cc cc cc cc cc cc cc cc cc cc cc cc
0x00007ffb9f418d9d: cc cc cc 48 89 5c 24 08 48 89 6c 24 10 48 89 74
0x00007ffb9f418dad: 24 18 48 89 7c 24 20 41 54 41 56 41 57 48 83 ec
0x00007ffb9f418dbd: 20 83 79 0c 00 45 8b f8 49 63 f1 4c 8b e2 48 8b
0x00007ffb9f418dcd: e9 0f 86 9c 00 00 00 48 8b 49 10 33 d2 41 8b c0
0x00007ffb9f418ddd: f7 75 08 4c 63 c2 48 8b 55 18 46 8b 0c 81 41 8b
0x00007ffb9f418ded: c1 25 ff ff ff 3f 41 81 e1 00 00 00 c0 48 8d 1c
0x00007ffb9f418dfd: 82 41 81 f9 00 00 00 40 75 26 8b 1b 48 03 5d 00
0x00007ffb9f418e0d: 0f b7 4b 04 3b ce 75 5b 4c 8b c6 48 8d 4b 06 49
0x00007ffb9f418e1d: 8b d4 e8 a6 d9 0e 00 85 c0 75 48 48 8b c3 eb 45
0x00007ffb9f418e2d: 42 8b 44 81 04 25 ff ff ff 3f 4c 8d 34 82 49 3b
0x00007ffb9f418e3d: de 73 30 44 39 3b 75 22 8b 7b 04 48 03 7d 00 0f
0x00007ffb9f418e4d: b7 47 04 3b c6 75 13 4c 8b c6 48 8d 4f 06 49 8b
0x00007ffb9f418e5d: d4 e8 67 d9 0e 00 85 c0 74 2a 48 83 c3 08 49 3b
0x00007ffb9f418e6d: de 72 d0 33 c0 48 8b 5c 24 40 48 8b 6c 24 48 48
0x00007ffb9f418e7d: 8b 74 24 50 48 8b 7c 24 58 48 83 c4 20 41 5f 41
0x00007ffb9f418e8d: 5e 41 5c c3 48 8b c7 eb dc cc cc cc cc cc cc cc
0x00007ffb9f418e9d: cc cc cc 48 89 5c 24 08 48 89 74 24 10 48 89 7c
0x00007ffb9f418ead: 24 18 41 56 48 83 ec 20 44 8b 0d bc e3 3f 00 48
0x00007ffb9f418ebd: 8b f1 65 48 8b 04 25 58 00 00 00 41 8b d8 b9 18
0x00007ffb9f418ecd: 00 00 00 8b fa 4e 8b 34 c8 4c 03 f1 48 8b ce 41
0x00007ffb9f418edd: 80 3e 00 74 1c e8 f9 02 00 00 48 85 c0 75 32 44
0x00007ffb9f418eed: 8b c3 41 88 06 8b d7 48 8b ce e8 44 00 00 00 eb
0x00007ffb9f418efd: 20 e8 3d 00 00 00 48 85 c0 75 16 44 8b c3 8b d7
Stack slot to memory mapping:
stack at sp + 0 slots: 0x000000d1108fa529 is pointing into the stack for thread: 0x000002ca7f089030
stack at sp + 1 slots: 0x000002ca7f05a4c0 points into unknown readable memory: 0x0000000000000000 | 00 00 00 00 00 00 00 00
stack at sp + 2 slots: 0x000002ca7f6ce59d points into unknown readable memory: 6f 72 67
stack at sp + 3 slots: 0x000000000000001e is an unknown value
stack at sp + 4 slots: 0x000000000000001e is an unknown value
stack at sp + 5 slots: 0x000002ca7f05a4d8 points into unknown readable memory: 0x0000000000000000 | 00 00 00 00 00 00 00 00
stack at sp + 6 slots: 0x000000000000001e is an unknown value
stack at sp + 7 slots: 0x00007ffb9f41924d jvm.dll
Compiled method (n/a) 1652 1213 n 0 java.lang.ClassLoader::defineClass1 (native)
total in heap [0x000002ca24317190,0x000002ca24317670] = 1248
relocation [0x000002ca243172e8,0x000002ca24317320] = 56
main code [0x000002ca24317320,0x000002ca24317670] = 848
[Constant Pool (empty)]
[MachCode]
[Entry Point]
# {method} {0x000002ca3d010ea8} 'defineClass1' '(Ljava/lang/ClassLoader;Ljava/lang/String;[BIILjava/security/ProtectionDomain;Ljava/lang/String;)Ljava/lang/Class;' in 'java/lang/ClassLoader'
# parm0: rdx:rdx = 'java/lang/ClassLoader'
# parm1: r8:r8 = 'java/lang/String'
# parm2: r9:r9 = '[B'
# parm3: rdi = int
# parm4: rsi = int
# parm5: rcx:rcx = 'java/security/ProtectionDomain'
# parm6: [sp+0xa0] = 'java/lang/String' (sp of caller)
0x000002ca24317320: 448b 5208 | 49bb 0000 | 003d ca02 | 0000 4d03 | d349 3bc2 | 0f84 0600
0x000002ca24317338: ; {runtime_call ic_miss_stub}
0x000002ca24317338: 0000 e941 | 57ba ff90
[Verified Entry Point]
0x000002ca24317340: 8984 2400 | 90ff ff55 | 488b ec48 | 81ec 9000 | 0000 4881 | 7d10 0000 | 0000 488d | 4510 480f
0x000002ca24317360: 4445 1048 | 8944 2440 | 4889 4c24 | 7048 83f9 | 0048 8d44 | 2470 480f | 4444 2470 | 4889 4424
0x000002ca24317380: 3848 8974 | 2430 4889 | 7c24 284c | 894c 2458 | 4983 f900 | 488d 4424 | 5848 0f44 | 4424 5848
0x000002ca243173a0: 8944 2420 | 4c89 4424 | 5049 83f8 | 004c 8d4c | 2450 4c0f | 444c 2450 | 4889 5424 | 4848 83fa
0x000002ca243173c0: 004c 8d44 | 2448 4c0f | 4444 2448
0x000002ca243173cc: ; {oop(a 'java/lang/Class'{0x00000006027e08b8} = 'java/lang/ClassLoader')}
0x000002ca243173cc: 49be b808 | 7e02 0600 | 0000 4c89 | 7424 784c | 8d74 2478 | 498b d6c5
0x000002ca243173e4: ; {internal_word}
0x000002ca243173e4: f877 49ba | e373 3124 | ca02 0000 | 4d89 9798 | 0200 0049 | 89a7 9002
0x000002ca243173fc: ; {external_word}
0x000002ca243173fc: 0000 49ba | e380 7d9f | fb7f 0000 | 4180 3a00 | 0f84 5200 | 0000 5241
0x000002ca24317414: ; {metadata({method} {0x000002ca3d010ea8} 'defineClass1' '(Ljava/lang/ClassLoader;Ljava/lang/String;[BIILjava/security/ProtectionDomain;Ljava/lang/String;)Ljava/lang/Class;' in 'java/lang/ClassLoader')}
0x000002ca24317414: 5041 5148 | baa0 0e01 | 3dca 0200 | 0049 8bcf | 4883 ec20 | f7c4 0f00 | 0000 0f84 | 1a00 0000
0x000002ca24317434: 4883 ec08
0x000002ca24317438: ; {runtime_call}
0x000002ca24317438: 49ba 00d6 | 3a9f fb7f | 0000 41ff | d248 83c4 | 08e9 0d00
0x000002ca2431744c: ; {runtime_call}
0x000002ca2431744c: 0000 49ba | 00d6 3a9f | fb7f 0000 | 41ff d248 | 83c4 2041 | 5941 585a | 498d 8fb0 | 0200 0041
0x000002ca2431746c: c787 4003 | 0000 0400
0x000002ca24317474: ; {runtime_call}
0x000002ca24317474: 0000 49ba | ac16 12c6 | fb7f 0000 | 41ff d2c5 | f877 41c7 | 8740 0300 | 0005 0000 | 00f0 8344
0x000002ca24317494: 24c0 0049 | 3baf 4803 | 0000 0f87 | 1100 0000 | 4181 bf30 | 0300 0000 | 0000 000f | 842c 0000
0x000002ca243174b4: 00c5 f877 | 4889 45f8 | 498b cf4c | 8be4 4883 | ec20 4883
0x000002ca243174c8: ; {runtime_call}
0x000002ca243174c8: e4f0 49ba | 408d 459f | fb7f 0000 | 41ff d249 | 8be4 4d33 | e448 8b45 | f841 c787 | 4003 0000
0x000002ca243174e8: 0800 0000 | 4181 bfb0 | 0300 0002 | 0000 000f | 843f 0100
0x000002ca243174fc: ; {external_word}
0x000002ca243174fc: 0049 bae3 | 807d 9ffb | 7f00 0041 | 803a 000f | 8450 0000 | 0048 8945
0x000002ca24317514: ; {metadata({method} {0x000002ca3d010ea8} 'defineClass1' '(Ljava/lang/ClassLoader;Ljava/lang/String;[BIILjava/security/ProtectionDomain;Ljava/lang/String;)Ljava/lang/Class;' in 'java/lang/ClassLoader')}
0x000002ca24317514: f848 baa0 | 0e01 3dca | 0200 0049 | 8bcf 4883 | ec20 f7c4 | 0f00 0000 | 0f84 1a00 | 0000 4883
0x000002ca24317534: ; {runtime_call}
0x000002ca24317534: ec08 49ba | 00d6 3a9f | fb7f 0000 | 41ff d248 | 83c4 08e9 | 0d00 0000
0x000002ca2431754c: ; {runtime_call}
0x000002ca2431754c: 49ba 00d6 | 3a9f fb7f | 0000 41ff | d248 83c4 | 2048 8b45 | f849 c787 | 9002 0000 | 0000 0000
0x000002ca2431756c: 49c7 8798 | 0200 0000 | 0000 00c5 | f877 4885 | c00f 8493 | 0000 0048 | f7c0 0100 | 0000 0f84
0x000002ca2431758c: 8300 0000 | 488b 40ff | 4180 7f38 | 000f 846f | 0000 0048 | 83f8 000f | 8465 0000 | 0049 8b4f
0x000002ca243175ac: 2048 83f9 | 000f 8414 | 0000 0048 | 83e9 0849 | 894f 2049 | 034f 3048 | 8901 e943 | 0000 0050
0x000002ca243175cc: 498b d748 | 8bc8 4883 | ec20 f7c4 | 0f00 0000 | 0f84 1a00 | 0000 4883
0x000002ca243175e4: ; {runtime_call}
0x000002ca243175e4: ec08 49ba | 3009 fa9e | fb7f 0000 | 41ff d248 | 83c4 08e9 | 0d00 0000
0x000002ca243175fc: ; {runtime_call}
0x000002ca243175fc: 49ba 3009 | fa9e fb7f | 0000 41ff | d248 83c4 | 2058 e903 | 0000 0048 | 8b00 498b | 8fd8 0000
0x000002ca2431761c: 00c7 8100 | 0100 0000 | 0000 00c9 | 4981 7f08 | 0000 0000 | 0f85 0100
0x000002ca24317634: ; {runtime_call StubRoutines (1)}
0x000002ca24317634: 0000 c3e9 | c498 b5ff | c5f8 7748 | 8945 f84c | 8be4 4883 | ec20 4883
0x000002ca2431764c: ; {runtime_call}
0x000002ca2431764c: e4f0 49ba | a006 3b9f | fb7f 0000 | 41ff d249 | 8be4 4d33 | e448 8b45 | f8e9 93fe | ffff f4f4
0x000002ca2431766c: f4f4 f4f4
[/MachCode]
Compiled method (c1) 1666 1401 1 java.lang.ClassLoader::defineClass (43 bytes)
total in heap [0x000002ca2436ae10,0x000002ca2436b448] = 1592
relocation [0x000002ca2436af68,0x000002ca2436afc8] = 96
main code [0x000002ca2436afe0,0x000002ca2436b1c0] = 480
stub code [0x000002ca2436b1c0,0x000002ca2436b238] = 120
metadata [0x000002ca2436b238,0x000002ca2436b278] = 64
scopes data [0x000002ca2436b278,0x000002ca2436b368] = 240
scopes pcs [0x000002ca2436b368,0x000002ca2436b408] = 160
dependencies [0x000002ca2436b408,0x000002ca2436b420] = 24
nul chk table [0x000002ca2436b420,0x000002ca2436b448] = 40
[Constant Pool (empty)]
[MachCode]
[Entry Point]
# {method} {0x000002ca3d010be8} 'defineClass' '(Ljava/lang/String;[BIILjava/security/ProtectionDomain;)Ljava/lang/Class;' in 'java/lang/ClassLoader'
# this: rdx:rdx = 'java/lang/ClassLoader'
# parm0: r8:r8 = 'java/lang/String'
# parm1: r9:r9 = '[B'
# parm2: rdi = int
# parm3: rsi = int
# parm4: rcx:rcx = 'java/security/ProtectionDomain'
# [sp+0xe0] (sp of caller)
0x000002ca2436afe0: 448b 5208 | 49bb 0000 | 003d ca02 | 0000 4d03 | d34c 3bd0
0x000002ca2436aff4: ; {runtime_call ic_miss_stub}
0x000002ca2436aff4: 0f85 861a | b5ff 660f | 1f44 0000
[Verified Entry Point]
0x000002ca2436b000: 8984 2400 | 90ff ff55 | 4881 ecd0 | 0000 0048 | 8954 2478 | 4c89 8424 | 8000 0000 | 4c89 8c24
0x000002ca2436b020: 8800 0000 | 89bc 2490 | 0000 0089 | b424 9400 | 0000 498b | d84c 8bc3 | 4c8b c94c | 8bda 498b
0x000002ca2436b040: d348 898c | 2498 0000 | 0066 0f1f
0x000002ca2436b04c: ; {optimized virtual_call}
0x000002ca2436b04c: 4400 00e8
0x000002ca2436b050: ; ImmutableOopMap {[152]=Oop [120]=Oop [136]=Oop [128]=Oop }
;*invokevirtual preDefineClass {reexecute=0 rethrow=0 return_oop=0}
; - java.lang.ClassLoader::defineClass@4 (line 1010)
0x000002ca2436b050: 8c4c fbff | 4889 8424 | a000 0000
0x000002ca2436b05c: ; implicit exception: dispatches to 0x000002ca2436b162
0x000002ca2436b05c: 8b70 1048 | c1e6 0348 | 83fe 000f | 850f 0000
0x000002ca2436b06c: ; {oop(NULL)}
0x000002ca2436b06c: 0048 bb00 | 0000 0000 | 0000 00e9 | 5300 0000
0x000002ca2436b07c: ; implicit exception: dispatches to 0x000002ca2436b167
0x000002ca2436b07c: 8b7e 0c48 | c1e7 0348 | 83ff 000f | 850f 0000
0x000002ca2436b08c: ; {oop(NULL)}
0x000002ca2436b08c: 0048 bb00 | 0000 0000 | 0000 00e9 | 3300 0000 | 4889 b424 | a800 0000
0x000002ca2436b0a4: ; implicit exception: dispatches to 0x000002ca2436b16c
0x000002ca2436b0a4: 8b57 3848 | c1e2 0348 | 3b02 4c8b | c748 89bc | 24b0 0000 | 0066 0f1f
0x000002ca2436b0bc: ; {optimized virtual_call}
0x000002ca2436b0bc: 4400 00e8
0x000002ca2436b0c0: ; ImmutableOopMap {[120]=Oop [136]=Oop [128]=Oop [168]=Oop [176]=Oop [160]=Oop }
;*invokevirtual toExternalForm {reexecute=0 rethrow=0 return_oop=0}
; - java.net.URL::toExternalForm@5 (line 1039)
; - java.net.URL::toString@1 (line 1025)
; - java.lang.ClassLoader::defineClassSourceLocation@22 (line 912)
; - java.lang.ClassLoader::defineClass@12 (line 1011)
0x000002ca2436b0c0: dc79 f8ff | 488b d848 | 8b84 24a0 | 0000 008b | bc24 9000 | 0000 4c8b | 8c24 8800 | 0000 4c8b
0x000002ca2436b0e0: 8424 8000 | 0000 488b | 5424 784c | 8bda 498b | d34d 8be8 | 4d8b c54d | 8bf1 4d8b | ce48 8bcf
0x000002ca2436b100: 488b f98b | b424 9400 | 0000 488b | c848 891c | 2448 899c | 24b8 0000 | 0066 0f1f
0x000002ca2436b11c: ; {static_call}
0x000002ca2436b11c: 4400 00e8
0x000002ca2436b120: ; ImmutableOopMap {[184]=Oop [136]=Oop [128]=Oop [120]=Oop [160]=Oop }
;*invokestatic defineClass1 {reexecute=0 rethrow=0 return_oop=0}
; - java.lang.ClassLoader::defineClass@27 (line 1012)
0x000002ca2436b120: 1cc2 faff | 4c8b c04c | 8b8c 24a0 | 0000 0048 | 8b54 2478 | 4889 8424 | c000 0000
0x000002ca2436b13c: ; {optimized virtual_call}
0x000002ca2436b13c: 6666 90e8
0x000002ca2436b140: ; ImmutableOopMap {[184]=Oop [136]=Oop [128]=Oop [120]=Oop [160]=Oop [192]=Oop }
;*invokevirtual postDefineClass {reexecute=0 rethrow=0 return_oop=0}
; - java.lang.ClassLoader::defineClass@37 (line 1013)
0x000002ca2436b140: bc2f fbff | 488b 8424 | c000 0000 | 4881 c4d0 | 0000 005d
0x000002ca2436b154: ; {poll_return}
0x000002ca2436b154: 493b a748 | 0300 000f | 8715 0000
0x000002ca2436b160: ; {runtime_call throw_null_pointer_exception Runtime1 stub}
0x000002ca2436b160: 00c3 e839
0x000002ca2436b164: ; ImmutableOopMap {[120]=Oop [136]=Oop [128]=Oop rax=Oop [160]=Oop }
;*invokevirtual getCodeSource {reexecute=0 rethrow=0 return_oop=0}
; - java.lang.ClassLoader::defineClassSourceLocation@1 (line 909)
; - java.lang.ClassLoader::defineClass@12 (line 1011)
; {runtime_call throw_null_pointer_exception Runtime1 stub}
0x000002ca2436b164: 7ec0 ffe8
0x000002ca2436b168: ; ImmutableOopMap {[120]=Oop [136]=Oop [128]=Oop rax=Oop [160]=Oop rsi=Oop }
;*invokevirtual getLocation {reexecute=0 rethrow=0 return_oop=0}
; - java.lang.ClassLoader::defineClassSourceLocation@12 (line 911)
; - java.lang.ClassLoader::defineClass@12 (line 1011)
0x000002ca2436b168: 347e c0ff
0x000002ca2436b16c: ; {runtime_call throw_null_pointer_exception Runtime1 stub}
0x000002ca2436b16c: e82f 7ec0
0x000002ca2436b170: ; ImmutableOopMap {[120]=Oop [136]=Oop [128]=Oop [160]=Oop [168]=Oop rdi=Oop }
;*invokevirtual toString {reexecute=0 rethrow=0 return_oop=0}
; - java.lang.ClassLoader::defineClassSourceLocation@22 (line 912)
; - java.lang.ClassLoader::defineClass@12 (line 1011)
; {runtime_call throw_null_pointer_exception Runtime1 stub}
0x000002ca2436b170: ffe8 2a7e
0x000002ca2436b174: ; ImmutableOopMap {[120]=Oop [136]=Oop [128]=Oop [160]=Oop [168]=Oop rdi=Oop rdx=Oop }
;*invokevirtual toExternalForm {reexecute=0 rethrow=0 return_oop=0}
; - java.net.URL::toExternalForm@5 (line 1039)
; - java.net.URL::toString@1 (line 1025)
; - java.lang.ClassLoader::defineClassSourceLocation@22 (line 912)
; - java.lang.ClassLoader::defineClass@12 (line 1011)
; {internal_word}
0x000002ca2436b174: c0ff 49ba | 54b1 3624 | ca02 0000 | 4d89 9760
0x000002ca2436b184: ; {runtime_call SafepointBlob}
0x000002ca2436b184: 0300 00e9 | 7482 b5ff | 9090 498b | 87d8 0300 | 0049 c787 | d803 0000 | 0000 0000 | 49c7 87e0
0x000002ca2436b1a4: 0300 0000 | 0000 0048 | 81c4 d000
0x000002ca2436b1b0: ; {runtime_call unwind_exception Runtime1 stub}
0x000002ca2436b1b0: 0000 5de9 | c86e c0ff | f4f4 f4f4 | f4f4 f4f4
[Stub Code]
0x000002ca2436b1c0: ; {no_reloc}
0x000002ca2436b1c0: 0f1f 4400
0x000002ca2436b1c4: ; {static_stub}
0x000002ca2436b1c4: 0048 bb00 | 0000 0000
0x000002ca2436b1cc: ; {runtime_call}
0x000002ca2436b1cc: 0000 00e9 | fbff ffff
0x000002ca2436b1d4: ; {static_stub}
0x000002ca2436b1d4: 9048 bb00 | 0000 0000
0x000002ca2436b1dc: ; {runtime_call}
0x000002ca2436b1dc: 0000 00e9 | fbff ffff
0x000002ca2436b1e4: ; {static_stub}
0x000002ca2436b1e4: 9048 bb00 | 0000 0000
0x000002ca2436b1ec: ; {runtime_call}
0x000002ca2436b1ec: 0000 00e9 | fbff ffff
0x000002ca2436b1f4: ; {static_stub}
0x000002ca2436b1f4: 9048 bb00 | 0000 0000
0x000002ca2436b1fc: ; {runtime_call}
0x000002ca2436b1fc: 0000 00e9 | fbff ffff
[Exception Handler]
0x000002ca2436b204: ; {runtime_call handle_exception_from_callee Runtime1 stub}
0x000002ca2436b204: e877 9ec0
0x000002ca2436b208: ; {external_word}
0x000002ca2436b208: ff48 b9a0 | e059 9ffb | 7f00 0048
0x000002ca2436b214: ; {runtime_call}
0x000002ca2436b214: 83e4 f049 | bae0 da27 | 9ffb 7f00 | 0041 ffd2
0x000002ca2436b224: ; {section_word}
0x000002ca2436b224: f449 ba25 | b236 24ca | 0200 0041
0x000002ca2436b230: ; {runtime_call DeoptimizationBlob}
0x000002ca2436b230: 52e9 6a74 | b5ff f4f4
[/MachCode]
Compiled method (c1) 1681 1228 1 jdk.internal.loader.BuiltinClassLoader::defineClass (121 bytes)
total in heap [0x000002ca24320e10,0x000002ca24321e38] = 4136
relocation [0x000002ca24320f68,0x000002ca243210a0] = 312
main code [0x000002ca243210a0,0x000002ca24321760] = 1728
stub code [0x000002ca24321760,0x000002ca243218a8] = 328
metadata [0x000002ca243218a8,0x000002ca24321900] = 88
scopes data [0x000002ca24321900,0x000002ca24321c30] = 816
scopes pcs [0x000002ca24321c30,0x000002ca24321de0] = 432
dependencies [0x000002ca24321de0,0x000002ca24321e00] = 32
handler table [0x000002ca24321e00,0x000002ca24321e18] = 24
nul chk table [0x000002ca24321e18,0x000002ca24321e38] = 32
[Constant Pool (empty)]
[MachCode]
[Entry Point]
# {method} {0x000002ca3d43ceb0} 'defineClass' '(Ljava/lang/String;Ljdk/internal/loader/Resource;)Ljava/lang/Class;' in 'jdk/internal/loader/BuiltinClassLoader'
# this: rdx:rdx = 'jdk/internal/loader/BuiltinClassLoader'
# parm0: r8:r8 = 'java/lang/String'
# parm1: r9:r9 = 'jdk/internal/loader/Resource'
# [sp+0x130] (sp of caller)
0x000002ca243210a0: 448b 5208 | 49bb 0000 | 003d ca02 | 0000 4d03 | d34c 3bd0
0x000002ca243210b4: ; {runtime_call ic_miss_stub}
0x000002ca243210b4: 0f85 c6b9 | b9ff 660f | 1f44 0000
[Verified Entry Point]
0x000002ca243210c0: 8984 2400 | 90ff ff55 | 4881 ec20 | 0100 004c | 8984 2490 | 0000 004c | 898c 2498 | 0000 0048
0x000002ca243210e0: 8994 24a0 | 0000 0049 | 8bd1 6666 | 9048 b868 | f501 3dca
0x000002ca243210f4: ; {virtual_call}
0x000002ca243210f4: 0200 00e8
0x000002ca243210f8: ; ImmutableOopMap {[152]=Oop [160]=Oop [144]=Oop }
;*invokevirtual getCodeSourceURL {reexecute=0 rethrow=0 return_oop=0}
; - jdk.internal.loader.BuiltinClassLoader::defineClass@1 (line 842)
0x000002ca243210f8: 2432 0000 | 4c8b 8424 | 9000 0000
0x000002ca24321104: ; implicit exception: dispatches to 0x000002ca24321626
0x000002ca24321104: 418b 7014 | 48c1 e603
0x000002ca2432110c: ; implicit exception: dispatches to 0x000002ca2432162b
0x000002ca2432110c: 8b56 0c45 | 0fbe 4810 | 498b c9c1 | e118 c1f9 | 18d3 faff | ca89 9424 | a800 0000 | 4183 f900
0x000002ca2432112c: 41b9 0000 | 0000 0f85 | 0600 0000 | 41b9 0100 | 0000 4183 | e101 4183 | f900 4889 | 8424 b000
0x000002ca2432114c: 0000 488b | fa48 8bd6 | 41b8 2e00 | 0000 4c8b | cf0f 840e | 0000 000f
0x000002ca24321164: ; {static_call}
0x000002ca24321164: 1f40 00e8
0x000002ca24321168: ; ImmutableOopMap {[152]=Oop [160]=Oop [176]=Oop [144]=Oop }
;*invokestatic lastIndexOf {reexecute=0 rethrow=0 return_oop=0}
; - java.lang.String::lastIndexOf@13 (line 2491)
; - java.lang.String::lastIndexOf@8 (line 2453)
; - jdk.internal.loader.BuiltinClassLoader::defineClass@8 (line 845)
0x000002ca24321168: 345f c6ff | e90b 0000 | 0066 0f1f
0x000002ca24321174: ; {static_call}
0x000002ca24321174: 4400 00e8
0x000002ca24321178: ; ImmutableOopMap {[152]=Oop [160]=Oop [176]=Oop [144]=Oop }
;*invokestatic lastIndexOf {reexecute=0 rethrow=0 return_oop=0}
; - java.lang.String::lastIndexOf@25 (line 2492)
; - java.lang.String::lastIndexOf@8 (line 2453)
; - jdk.internal.loader.BuiltinClassLoader::defineClass@8 (line 845)
0x000002ca24321178: 04c2 b9ff | 83f8 ff0f | 850c 0000 | 0089 8424 | ac00 0000 | e97b 0000 | 0041 b800 | 0000 004c
0x000002ca24321198: 8bc8 488b | 9424 9000 | 0000 8984 | 24ac 0000 | 0066 0f1f
0x000002ca243211ac: ; {optimized virtual_call}
0x000002ca243211ac: 4400 00e8
0x000002ca243211b0: ; ImmutableOopMap {[152]=Oop [160]=Oop [176]=Oop [144]=Oop }
;*invokevirtual substring {reexecute=0 rethrow=0 return_oop=0}
; - jdk.internal.loader.BuiltinClassLoader::defineClass@23 (line 847)
0x000002ca243211b0: cca1 e3ff | 488b 9424 | 9800 0000 | 4889 8424 | b800 0000 | 9048 b868 | f501 3dca
0x000002ca243211cc: ; {virtual_call}
0x000002ca243211cc: 0200 00e8
0x000002ca243211d0: ; ImmutableOopMap {[152]=Oop [160]=Oop [176]=Oop [144]=Oop [184]=Oop }
;*invokevirtual getManifest {reexecute=0 rethrow=0 return_oop=0}
; - jdk.internal.loader.BuiltinClassLoader::defineClass@29 (line 848)
0x000002ca243211d0: ac68 0000 | 4c8b 8424 | b800 0000 | 4c8b c848 | 8bbc 24b0 | 0000 0048 | 8b94 24a0 | 0000 0048
0x000002ca243211f0: 8984 24c0 | 0000 0066 | 0f1f 4400 | 0048 b8c8 | b708 3dca
0x000002ca24321204: ; {virtual_call}
0x000002ca24321204: 0200 00e8
0x000002ca24321208: ; ImmutableOopMap {[152]=Oop [160]=Oop [176]=Oop [144]=Oop [184]=Oop [192]=Oop }
;*invokevirtual defineOrCheckPackage {reexecute=0 rethrow=0 return_oop=0}
; - jdk.internal.loader.BuiltinClassLoader::defineClass@40 (line 849)
0x000002ca24321208: 94fa ffff | 4c8b 8c24 | 9800 0000 | 488d 9424 | 0801 0000 | 4c89 4a08 | 498b 0148 | 83c8 0148
0x000002ca24321228: 8902 f049 | 0fb1 110f | 8413 0000 | 0048 2bc4 | 4881 e007 | f0ff ff48 | 8902 0f85 | e803 0000
0x000002ca24321248: 418b 510c | 48c1 e203 | 4883 fa00 | 0f85 4700 | 0000 498b | d148 b868 | f501 3dca
0x000002ca24321264: ; {virtual_call}
0x000002ca24321264: 0200 00e8
0x000002ca24321268: ; ImmutableOopMap {[160]=Oop [176]=Oop [144]=Oop [152]=Oop [272]=Oop }
;*invokevirtual getInputStream {reexecute=0 rethrow=0 return_oop=0}
; - jdk.internal.loader.Resource::cachedInputStream@9 (line 77)
; - jdk.internal.loader.Resource::getByteBuffer@1 (line 163)
; - jdk.internal.loader.BuiltinClassLoader::defineClass@45 (line 853)
0x000002ca24321268: b4a9 0400 | 410f be57 | 3883 fa00 | 4c8b 8c24 | 9800 0000 | 0f85 c103 | 0000 4c8b | d049 c1ea
0x000002ca24321288: 0345 8951 | 0c49 8bd1 | 4833 d048 | c1ea 1648 | 83fa 000f | 85c2 0300 | 0041 8b71 | 0c48 c1e6
0x000002ca243212a8: 0348 8d84 | 2408 0100 | 0048 8b10 | 4885 d20f | 840f 0000 | 0048 8b78 | 08f0 480f | b117 0f85
0x000002ca243212c8: af03 0000 | 4883 fe00 | 0f84 4400
0x000002ca243212d4: ; {metadata('sun/nio/ByteBuffered')}
0x000002ca243212d4: 0000 48b8 | 903a 0a3d | ca02 0000 | 8b5e 0849 | ba00 0000 | 3dca 0200 | 0049 03da | 483b 4320
0x000002ca243212f4: 0f84 2500 | 0000 483b | d80f 841c | 0000 0053
0x000002ca24321304: ; {runtime_call slow_subtype_check Runtime1 stub}
0x000002ca24321304: 50e8 7649 | c5ff 5b5b | 83fb 000f | 8405 0000 | 00e9 0500 | 0000 4833 | d2eb 0a48 | ba01 0000
0x000002ca24321324: 0000 0000 | 0083 fa00 | 0f84 6f00 | 0000 4883 | fe00 0f84 | 4400 0000
0x000002ca2432133c: ; {metadata('sun/nio/ByteBuffered')}
0x000002ca2432133c: 48b8 903a | 0a3d ca02 | 0000 8b5e | 0849 ba00 | 0000 3dca | 0200 0049 | 03da 483b | 4320 0f84
0x000002ca2432135c: 2000 0000 | 483b d80f | 8417 0000
0x000002ca24321368: ; {runtime_call slow_subtype_check Runtime1 stub}
0x000002ca24321368: 0053 50e8 | 1049 c5ff | 5b5b 83fb | 000f 8416 | 0300 00e9 | 0000 0000 | 488b d648 | 89b4 24c8
0x000002ca24321388: 0000 0066 | 9048 b8ff | ffff ffff
0x000002ca24321394: ; {virtual_call}
0x000002ca24321394: ffff ffe8
0x000002ca24321398: ; ImmutableOopMap {[160]=Oop [176]=Oop [144]=Oop [152]=Oop [200]=Oop }
;*invokeinterface getByteBuffer {reexecute=0 rethrow=0 return_oop=0}
; - jdk.internal.loader.Resource::getByteBuffer@16 (line 165)
; - jdk.internal.loader.BuiltinClassLoader::defineClass@45 (line 853)
0x000002ca24321398: e4bc b9ff | e90a 0000
0x000002ca243213a0: ; {oop(NULL)}
0x000002ca243213a0: 0048 b800 | 0000 0000 | 0000 0048 | 83f8 0048 | 8984 24d0 | 0000 0048 | 8b94 2498 | 0000 000f
0x000002ca243213c0: 84dd 0000 | 0048 b8ff | ffff ffff
0x000002ca243213cc: ; {virtual_call}
0x000002ca243213cc: ffff ffe8
0x000002ca243213d0: ; ImmutableOopMap {[160]=Oop [176]=Oop [144]=Oop [152]=Oop [208]=Oop }
;*invokevirtual getCodeSigners {reexecute=0 rethrow=0 return_oop=0}
; - jdk.internal.loader.BuiltinClassLoader::defineClass@56 (line 855)
0x000002ca243213d0: acbc b9ff
0x000002ca243213d4: ; {metadata('java/security/CodeSource')}
0x000002ca243213d4: 48ba 30ee | 003d ca02 | 0000 488b | d849 8b87 | 0801 0000 | 488d 7828 | 493b bf18 | 0100 000f
0x000002ca243213f4: 87a1 0200 | 0049 89bf | 0801 0000 | 48c7 0001 | 0000 0048 | 8bca 49ba | 0000 003d | ca02 0000
0x000002ca24321414: 492b ca89 | 4808 4833 | c989 480c | 4833 c948 | 8948 1048 | 8948 1848 | 8948 204c | 8b84 24b0
0x000002ca24321434: 0000 004c | 8bcb 488b | d048 899c | 24e0 0000 | 0048 8984 | 24d8 0000
0x000002ca2432144c: ; {optimized virtual_call}
0x000002ca2432144c: 0066 90e8
0x000002ca24321450: ; ImmutableOopMap {[160]=Oop [176]=Oop [144]=Oop [152]=Oop [208]=Oop [224]=Oop [216]=Oop }
;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
; - jdk.internal.loader.BuiltinClassLoader::defineClass@68 (line 856)
0x000002ca24321450: 2cb9 b9ff | 4c8b 8424 | d800 0000 | 488b 9424 | a000 0000
0x000002ca24321464: ; {optimized virtual_call}
0x000002ca24321464: 6666 90e8
0x000002ca24321468: ; ImmutableOopMap {[160]=Oop [176]=Oop [144]=Oop [152]=Oop [208]=Oop [224]=Oop [216]=Oop }
;*invokevirtual getProtectionDomain {reexecute=0 rethrow=0 return_oop=0}
; - java.security.SecureClassLoader::defineClass@5 (line 182)
; - jdk.internal.loader.BuiltinClassLoader::defineClass@79 (line 857)
0x000002ca24321468: 14b9 b9ff | 4c8b 8424 | 9000 0000 | 4c8b 8c24 | d000 0000 | 488b f848 | 8b94 24a0
0x000002ca24321484: ; {optimized virtual_call}
0x000002ca24321484: 0000 00e8
0x000002ca24321488: ; ImmutableOopMap {[160]=Oop [176]=Oop [144]=Oop [152]=Oop [208]=Oop [224]=Oop [216]=Oop }
;*invokevirtual defineClass {reexecute=0 rethrow=0 return_oop=0}
; - java.security.SecureClassLoader::defineClass@8 (line 182)
; - jdk.internal.loader.BuiltinClassLoader::defineClass@79 (line 857)
0x000002ca24321488: f4b8 b9ff | 4881 c420 | 0100 005d
0x000002ca24321494: ; {poll_return}
0x000002ca24321494: 493b a748 | 0300 000f | 8706 0200 | 00c3 6666 | 9048 b868 | f501 3dca
0x000002ca243214ac: ; {virtual_call}
0x000002ca243214ac: 0200 00e8
0x000002ca243214b0: ; ImmutableOopMap {[160]=Oop [176]=Oop [144]=Oop [152]=Oop [208]=Oop }
;*invokevirtual getBytes {reexecute=0 rethrow=0 return_oop=0}
; - jdk.internal.loader.BuiltinClassLoader::defineClass@84 (line 859)
0x000002ca243214b0: 2cab 0400 | 4889 8424 | e800 0000 | 488b 9424 | 9800 0000 | 9048 b868 | f501 3dca
0x000002ca243214cc: ; {virtual_call}
0x000002ca243214cc: 0200 00e8
0x000002ca243214d0: ; ImmutableOopMap {[160]=Oop [176]=Oop [144]=Oop [152]=Oop [208]=Oop [232]=Oop }
;*invokevirtual getCodeSigners {reexecute=0 rethrow=0 return_oop=0}
; - jdk.internal.loader.BuiltinClassLoader::defineClass@90 (line 860)
0x000002ca243214d0: cccb 0400
0x000002ca243214d4: ; {metadata('java/security/CodeSource')}
0x000002ca243214d4: 48ba 30ee | 003d ca02 | 0000 488b | d849 8b87 | 0801 0000 | 488d 7828 | 493b bf18 | 0100 000f
0x000002ca243214f4: 87c4 0100 | 0049 89bf | 0801 0000 | 48c7 0001 | 0000 0048 | 8bca 49ba | 0000 003d | ca02 0000
0x000002ca24321514: 492b ca89 | 4808 4833 | c989 480c | 4833 c948 | 8948 1048 | 8948 1848 | 8948 204c | 8b84 24b0
0x000002ca24321534: 0000 004c | 8bcb 488b | d048 899c | 24f8 0000 | 0048 8984 | 24f0 0000
0x000002ca2432154c: ; {optimized virtual_call}
0x000002ca2432154c: 0066 90e8
0x000002ca24321550: ; ImmutableOopMap {[160]=Oop [176]=Oop [144]=Oop [152]=Oop [208]=Oop [232]=Oop [240]=Oop [248]=Oop }
;*invokespecial <init> {reexecute=0 rethrow=0 return_oop=0}
; - jdk.internal.loader.BuiltinClassLoader::defineClass@102 (line 861)
0x000002ca24321550: 0cb7 ffff | 488b 8424 | e800 0000
0x000002ca2432155c: ; implicit exception: dispatches to 0x000002ca243216ca
0x000002ca2432155c: 8b70 0c4c | 8b84 24f0 | 0000 0048 | 8b94 24a0 | 0000 0089 | b424 0001
0x000002ca24321574: ; {optimized virtual_call}
0x000002ca24321574: 0000 90e8
0x000002ca24321578: ; ImmutableOopMap {[160]=Oop [176]=Oop [144]=Oop [152]=Oop [208]=Oop [240]=Oop [248]=Oop [232]=Oop }
;*invokevirtual getProtectionDomain {reexecute=0 rethrow=0 return_oop=0}
; - java.security.SecureClassLoader::defineClass@9 (line 150)
; - jdk.internal.loader.BuiltinClassLoader::defineClass@117 (line 862)
0x000002ca24321578: e4bc ffff | 4c8b 8424 | 9000 0000 | 4c8b 8c24 | e800 0000 | bf00 0000 | 008b b424 | 0001 0000
0x000002ca24321598: 488b c848 | 8b94 24a0 | 0000 000f
0x000002ca243215a4: ; {optimized virtual_call}
0x000002ca243215a4: 1f40 00e8
0x000002ca243215a8: ; ImmutableOopMap {[160]=Oop [176]=Oop [144]=Oop [152]=Oop [208]=Oop [240]=Oop [248]=Oop [232]=Oop }
;*invokevirtual defineClass {reexecute=0 rethrow=0 return_oop=0}
; - java.security.SecureClassLoader::defineClass@12 (line 150)
; - jdk.internal.loader.BuiltinClassLoader::defineClass@117 (line 862)
0x000002ca243215a8: 549a 0400 | 4881 c420 | 0100 005d
0x000002ca243215b4: ; {poll_return}
0x000002ca243215b4: 493b a748 | 0300 000f | 870e 0100 | 00c3 4c8b | 8c24 9800 | 0000 4c8b | 8424 9000 | 0000 498b
0x000002ca243215d4: 87d8 0300 | 004d 33d2 | 4d89 97d8 | 0300 004d | 33d2 4d89 | 97e0 0300 | 0048 8bd0 | 488d 8424
0x000002ca243215f4: 0801 0000 | 488b 0848 | 85c9 0f84 | 0f00 0000 | 4c8b 5808 | f049 0fb1 | 0b0f 85d2 | 0000 0048
0x000002ca24321614: ; ImmutableOopMap {rbx=Oop rdi=Oop r9=Oop [152]=Oop r8=Oop [144]=Oop rax=Oop }
;*invokevirtual cachedInputStream {reexecute=0 rethrow=0 return_oop=0}
; - jdk.internal.loader.Resource::getByteBuffer@1 (line 163)
; - jdk.internal.loader.BuiltinClassLoader::defineClass@45 (line 853)
; {section_word}
0x000002ca24321614: 8bc2 48ba | 1616 3224 | ca02 0000
0x000002ca24321620: ; {runtime_call handle_exception_nofpu Runtime1 stub}
0x000002ca24321620: e85b 34c5
0x000002ca24321624: ; {runtime_call throw_null_pointer_exception Runtime1 stub}
0x000002ca24321624: ff90 e875
0x000002ca24321628: ; ImmutableOopMap {[152]=Oop [160]=Oop rax=Oop r8=Oop [144]=Oop }
;*invokevirtual lastIndexOf {reexecute=0 rethrow=0 return_oop=0}
; - jdk.internal.loader.BuiltinClassLoader::defineClass@8 (line 845)
; {runtime_call throw_null_pointer_exception Runtime1 stub}
0x000002ca24321628: 19c5 ffe8
0x000002ca2432162c: ; ImmutableOopMap {[152]=Oop [160]=Oop rax=Oop r8=Oop [144]=Oop rsi=Oop }
;*arraylength {reexecute=0 rethrow=0 return_oop=0}
; - java.lang.String::length@4 (line 1483)
; - java.lang.String::lastIndexOf@3 (line 2453)
; - jdk.internal.loader.BuiltinClassLoader::defineClass@8 (line 845)
0x000002ca2432162c: 7019 c5ff | 4c89 4c24 | 0848 8914
0x000002ca24321638: ; {runtime_call monitorenter_nofpu Runtime1 stub}
0x000002ca24321638: 24e8 424f
0x000002ca2432163c: ; ImmutableOopMap {[160]=Oop [176]=Oop [144]=Oop r9=Oop [152]=Oop [272]=Oop }
;*synchronization entry
; - jdk.internal.loader.Resource::cachedInputStream@-1 (line 76)
; - jdk.internal.loader.Resource::getByteBuffer@1 (line 163)
; - jdk.internal.loader.BuiltinClassLoader::defineClass@45 (line 853)
0x000002ca2432163c: c5ff e905 | fcff ff41 | 8b51 0c48 | c1e2 0348 | 83fa 000f | 842d fcff | ff48 8914
0x000002ca24321658: ; {runtime_call g1_pre_barrier_slow}
0x000002ca24321658: 24e8 2279 | c5ff e91f | fcff ff48 | 83f8 000f | 8434 fcff | ff4c 890c
0x000002ca24321670: ; {runtime_call g1_post_barrier_slow}
0x000002ca24321670: 24e8 0a7c | c5ff e926 | fcff ff48 | 8d84 2408 | 0100 0048
0x000002ca24321684: ; {runtime_call monitorexit_nofpu Runtime1 stub}
0x000002ca24321684: 8904 24e8 | f454 c5ff | e93b fcff | ff48 8934
0x000002ca24321694: ; {runtime_call throw_class_cast_exception Runtime1 stub}
0x000002ca24321694: 24e8 0640
0x000002ca24321698: ; ImmutableOopMap {[160]=Oop [176]=Oop [144]=Oop rsi=Oop [152]=Oop }
;*checkcast {reexecute=0 rethrow=0 return_oop=0}
; - jdk.internal.loader.Resource::getByteBuffer@13 (line 165)
; - jdk.internal.loader.BuiltinClassLoader::defineClass@45 (line 853)
0x000002ca24321698: c5ff 488b
0x000002ca2432169c: ; {runtime_call fast_new_instance Runtime1 stub}
0x000002ca2432169c: d2e8 de24
0x000002ca243216a0: ; ImmutableOopMap {[160]=Oop [176]=Oop [144]=Oop [152]=Oop [208]=Oop rbx=Oop }
;*new {reexecute=0 rethrow=0 return_oop=0}
; - jdk.internal.loader.BuiltinClassLoader::defineClass@61 (line 856)
0x000002ca243216a0: c5ff e988
0x000002ca243216a4: ; {internal_word}
0x000002ca243216a4: fdff ff49 | ba94 1432 | 24ca 0200 | 004d 8997 | 6003 0000
0x000002ca243216b8: ; {runtime_call SafepointBlob}
0x000002ca243216b8: e943 1dba | ff48 8bd2
0x000002ca243216c0: ; {runtime_call fast_new_instance Runtime1 stub}
0x000002ca243216c0: e8bb 24c5
0x000002ca243216c4: ; ImmutableOopMap {[160]=Oop [176]=Oop [144]=Oop [152]=Oop [208]=Oop [232]=Oop rbx=Oop }
;*new {reexecute=0 rethrow=0 return_oop=0}
; - jdk.internal.loader.BuiltinClassLoader::defineClass@95 (line 861)
0x000002ca243216c4: ffe9 65fe
0x000002ca243216c8: ; {runtime_call throw_null_pointer_exception Runtime1 stub}
0x000002ca243216c8: ffff e8d1
0x000002ca243216cc: ; ImmutableOopMap {[160]=Oop [176]=Oop [144]=Oop [152]=Oop [208]=Oop [240]=Oop [248]=Oop rax=Oop [232]=Oop }
;*arraylength {reexecute=0 rethrow=0 return_oop=0}
; - jdk.internal.loader.BuiltinClassLoader::defineClass@114 (line 862)
; {internal_word}
0x000002ca243216cc: 18c5 ff49 | bab4 1532 | 24ca 0200 | 004d 8997 | 6003 0000
0x000002ca243216e0: ; {runtime_call SafepointBlob}
0x000002ca243216e0: e91b 1dba | ff48 8d84 | 2408 0100 | 0048 8904
0x000002ca243216f0: ; {runtime_call monitorexit_nofpu Runtime1 stub}
0x000002ca243216f0: 24e8 8a54 | c5ff e918 | ffff ff8b | b424 ac00 | 0000 488b | bc24 b000 | 0000 488b | 9c24 a000
0x000002ca24321710: 0000 e9ab | feff ff90 | 9049 8b87 | d803 0000 | 49c7 87d8 | 0300 0000 | 0000 0049 | c787 e003
0x000002ca24321730: 0000 0000 | 0000 4881 | c420 0100
0x000002ca2432173c: ; {runtime_call unwind_exception Runtime1 stub}
0x000002ca2432173c: 005d e93d | 09c5 fff4 | f4f4 f4f4 | f4f4 f4f4 | f4f4 f4f4 | f4f4 f4f4 | f4f4 f4f4 | f4f4 f4f4
0x000002ca2432175c: f4f4 f4f4
[Stub Code]
0x000002ca24321760: ; {no_reloc}
0x000002ca24321760: 0f1f 4400
0x000002ca24321764: ; {static_stub}
0x000002ca24321764: 0048 bb00 | 0000 0000
0x000002ca2432176c: ; {runtime_call}
0x000002ca2432176c: 0000 00e9 | fbff ffff
0x000002ca24321774: ; {static_stub}
0x000002ca24321774: 9048 bb00 | 0000 0000
0x000002ca2432177c: ; {runtime_call}
0x000002ca2432177c: 0000 00e9 | fbff ffff
0x000002ca24321784: ; {static_stub}
0x000002ca24321784: 9048 bb00 | 0000 0000
0x000002ca2432178c: ; {runtime_call}
0x000002ca2432178c: 0000 00e9 | fbff ffff
0x000002ca24321794: ; {static_stub}
0x000002ca24321794: 9048 bb00 | 0000 0000
0x000002ca2432179c: ; {runtime_call}
0x000002ca2432179c: 0000 00e9 | fbff ffff
0x000002ca243217a4: ; {static_stub}
0x000002ca243217a4: 9048 bb00 | 0000 0000
0x000002ca243217ac: ; {runtime_call}
0x000002ca243217ac: 0000 00e9 | fbff ffff
0x000002ca243217b4: ; {static_stub}
0x000002ca243217b4: 9048 bb00 | 0000 0000
0x000002ca243217bc: ; {runtime_call}
0x000002ca243217bc: 0000 00e9 | fbff ffff
0x000002ca243217c4: ; {static_stub}
0x000002ca243217c4: 9048 bb00 | 0000 0000
0x000002ca243217cc: ; {runtime_call}
0x000002ca243217cc: 0000 00e9 | fbff ffff
0x000002ca243217d4: ; {static_stub}
0x000002ca243217d4: 9048 bb00 | 0000 0000
0x000002ca243217dc: ; {runtime_call}
0x000002ca243217dc: 0000 00e9 | fbff ffff
0x000002ca243217e4: ; {static_stub}
0x000002ca243217e4: 9048 bb00 | 0000 0000
0x000002ca243217ec: ; {runtime_call}
0x000002ca243217ec: 0000 00e9 | fbff ffff
0x000002ca243217f4: ; {static_stub}
0x000002ca243217f4: 9048 bb00 | 0000 0000
0x000002ca243217fc: ; {runtime_call}
0x000002ca243217fc: 0000 00e9 | fbff ffff
0x000002ca24321804: ; {static_stub}
0x000002ca24321804: 9048 bb00 | 0000 0000
0x000002ca2432180c: ; {runtime_call}
0x000002ca2432180c: 0000 00e9 | fbff ffff
0x000002ca24321814: ; {static_stub}
0x000002ca24321814: 9048 bb00 | 0000 0000
0x000002ca2432181c: ; {runtime_call}
0x000002ca2432181c: 0000 00e9 | fbff ffff
0x000002ca24321824: ; {static_stub}
0x000002ca24321824: 9048 bb00 | 0000 0000
0x000002ca2432182c: ; {runtime_call}
0x000002ca2432182c: 0000 00e9 | fbff ffff
0x000002ca24321834: ; {static_stub}
0x000002ca24321834: 9048 bb00 | 0000 0000
0x000002ca2432183c: ; {runtime_call}
0x000002ca2432183c: 0000 00e9 | fbff ffff
0x000002ca24321844: ; {static_stub}
0x000002ca24321844: 9048 bb00 | 0000 0000
0x000002ca2432184c: ; {runtime_call}
0x000002ca2432184c: 0000 00e9 | fbff ffff
0x000002ca24321854: ; {static_stub}
0x000002ca24321854: 9048 bb00 | 0000 0000
0x000002ca2432185c: ; {runtime_call}
0x000002ca2432185c: 0000 00e9 | fbff ffff
0x000002ca24321864: ; {static_stub}
0x000002ca24321864: 9048 bbe0 | 0b01 3dca
0x000002ca2432186c: ; {runtime_call I2C/C2I adapters}
0x000002ca2432186c: 0200 00e9 | 7718 b9ff
[Exception Handler]
0x000002ca24321874: ; {runtime_call handle_exception_from_callee Runtime1 stub}
0x000002ca24321874: e807 38c5
0x000002ca24321878: ; {external_word}
0x000002ca24321878: ff48 b9a0 | e059 9ffb | 7f00 0048
0x000002ca24321884: ; {runtime_call}
0x000002ca24321884: 83e4 f049 | bae0 da27 | 9ffb 7f00 | 0041 ffd2
0x000002ca24321894: ; {section_word}
0x000002ca24321894: f449 ba95 | 1832 24ca | 0200 0041
0x000002ca243218a0: ; {runtime_call DeoptimizationBlob}
0x000002ca243218a0: 52e9 fa0d | baff f4f4
[/MachCode]
--------------- P R O C E S S ---------------
Threads class SMR info:
_java_thread_list=0x000002ca7f233c70, length=22, elements={
0x000002ca1c5d9a50, 0x000002ca3a2998a0, 0x000002ca3a29a720, 0x000002ca3a2abc90,
0x000002ca3a2acb10, 0x000002ca3a2b08f0, 0x000002ca3a2b16c0, 0x000002ca3a2bd640,
0x000002ca3a2be040, 0x000002ca7e0806f0, 0x000002ca7e14c3c0, 0x000002ca7e14c8e0,
0x000002ca7e14e050, 0x000002ca7e18fb20, 0x000002ca7e192f40, 0x000002ca7e1afa40,
0x000002ca7e8fa870, 0x000002ca7e9e9e60, 0x000002ca7f023450, 0x000002ca7f089030,
0x000002ca7f229720, 0x000002ca7f208510
}
Java Threads: ( => current thread )
0x000002ca1c5d9a50 JavaThread "main" [_thread_blocked, id=4428, stack(0x000000d10e300000,0x000000d10e400000)]
0x000002ca3a2998a0 JavaThread "Reference Handler" daemon [_thread_blocked, id=1512, stack(0x000000d10ea00000,0x000000d10eb00000)]
0x000002ca3a29a720 JavaThread "Finalizer" daemon [_thread_blocked, id=2416, stack(0x000000d10eb00000,0x000000d10ec00000)]
0x000002ca3a2abc90 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1448, stack(0x000000d10ec00000,0x000000d10ed00000)]
0x000002ca3a2acb10 JavaThread "Attach Listener" daemon [_thread_blocked, id=16080, stack(0x000000d10ed00000,0x000000d10ee00000)]
0x000002ca3a2b08f0 JavaThread "Service Thread" daemon [_thread_blocked, id=7608, stack(0x000000d10ee00000,0x000000d10ef00000)]
0x000002ca3a2b16c0 JavaThread "Monitor Deflation Thread" daemon [_thread_blocked, id=18140, stack(0x000000d10ef00000,0x000000d10f000000)]
0x000002ca3a2bd640 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=2988, stack(0x000000d10f000000,0x000000d10f100000)]
0x000002ca3a2be040 JavaThread "Sweeper thread" daemon [_thread_blocked, id=14496, stack(0x000000d10f100000,0x000000d10f200000)]
0x000002ca7e0806f0 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=4740, stack(0x000000d10f200000,0x000000d10f300000)]
0x000002ca7e14c3c0 JavaThread "C1 CompilerThread1" daemon [_thread_blocked, id=5532, stack(0x000000d10f300000,0x000000d10f400000)]
0x000002ca7e14c8e0 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=18264, stack(0x000000d10f400000,0x000000d10f500000)]
0x000002ca7e14e050 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=7856, stack(0x000000d10f500000,0x000000d10f600000)]
0x000002ca7e18fb20 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=5632, stack(0x000000d10f600000,0x000000d10f700000)]
0x000002ca7e192f40 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=14720, stack(0x000000d10f700000,0x000000d10f800000)]
0x000002ca7e1afa40 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=10336, stack(0x000000d10f800000,0x000000d10f900000)]
0x000002ca7e8fa870 JavaThread "Notification Thread" daemon [_thread_blocked, id=17960, stack(0x000000d10f900000,0x000000d10fa00000)]
0x000002ca7e9e9e60 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=18736, stack(0x000000d10fa00000,0x000000d10fb00000)]
0x000002ca7f023450 JavaThread "Thread-0" [_thread_blocked, id=8936, stack(0x000000d110700000,0x000000d110800000)]
=>0x000002ca7f089030 JavaThread "restartedMain" [_thread_in_vm, id=15872, stack(0x000000d110800000,0x000000d110900000)]
0x000002ca7f229720 JavaThread "RMI TCP Connection(1)-192.168.4.104" daemon [_thread_in_native, id=13216, stack(0x000000d110900000,0x000000d110a00000)]
0x000002ca7f208510 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=17352, stack(0x000000d110a00000,0x000000d110b00000)]
Other Threads:
0x000002ca3a294c90 VMThread "VM Thread" [stack: 0x000000d10e900000,0x000000d10ea00000] [id=3952]
0x000002ca1c6653e0 WatcherThread [stack: 0x000000d10fb00000,0x000000d10fc00000] [id=19308]
0x000002ca3a120c90 GCTaskThread "GC Thread#0" [stack: 0x000000d10e400000,0x000000d10e500000] [id=3120]
0x000002ca7efbebf0 GCTaskThread "GC Thread#1" [stack: 0x000000d10fc00000,0x000000d10fd00000] [id=7776]
0x000002ca7efb4410 GCTaskThread "GC Thread#2" [stack: 0x000000d10fd00000,0x000000d10fe00000] [id=1992]
0x000002ca7efb46d0 GCTaskThread "GC Thread#3" [stack: 0x000000d10fe00000,0x000000d10ff00000] [id=12680]
0x000002ca7efb51b0 GCTaskThread "GC Thread#4" [stack: 0x000000d10ff00000,0x000000d110000000] [id=9408]
0x000002ca7efcb010 GCTaskThread "GC Thread#5" [stack: 0x000000d110000000,0x000000d110100000] [id=7320]
0x000002ca7efcb2d0 GCTaskThread "GC Thread#6" [stack: 0x000000d110100000,0x000000d110200000] [id=13680]
0x000002ca7efcbfb0 GCTaskThread "GC Thread#7" [stack: 0x000000d110200000,0x000000d110300000] [id=3564]
0x000002ca7efcc270 GCTaskThread "GC Thread#8" [stack: 0x000000d110300000,0x000000d110400000] [id=5872]
0x000002ca7efd4540 GCTaskThread "GC Thread#9" [stack: 0x000000d110400000,0x000000d110500000] [id=17108]
0x000002ca1c658d90 ConcurrentGCThread "G1 Main Marker" [stack: 0x000000d10e500000,0x000000d10e600000] [id=12800]
0x000002ca1c6597a0 ConcurrentGCThread "G1 Conc#0" [stack: 0x000000d10e600000,0x000000d10e700000] [id=14724]
0x000002ca1c68ea90 ConcurrentGCThread "G1 Refine#0" [stack: 0x000000d10e700000,0x000000d10e800000] [id=5136]
0x000002ca7efda410 ConcurrentGCThread "G1 Refine#1" [stack: 0x000000d110500000,0x000000d110600000] [id=18392]
0x000002ca7f001960 ConcurrentGCThread "G1 Refine#2" [stack: 0x000000d110600000,0x000000d110700000] [id=11372]
0x000002ca3a1d1660 ConcurrentGCThread "G1 Service" [stack: 0x000000d10e800000,0x000000d10e900000] [id=7592]
Threads with active compile tasks:
VM state: not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap address: 0x0000000602400000, size: 8156 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
CDS archive(s) mapped at: [0x000002ca3d000000-0x000002ca3dbd0000-0x000002ca3dbd0000), size 12386304, SharedBaseAddress: 0x000002ca3d000000, ArchiveRelocationMode: 1.
Compressed class space mapped at: 0x000002ca3e000000-0x000002ca7e000000, reserved size: 1073741824
Narrow klass base: 0x000002ca3d000000, Narrow klass shift: 0, Narrow klass range: 0x100000000
GC Precious Log: