public class org.graalvm.compiler.jtt.bytecode.BC_instanceof01 extends org.graalvm.compiler.jtt.JTTTest
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.graalvm.compiler.jtt.bytecode.BC_instanceof01
super_class: org.graalvm.compiler.jtt.JTTTest
{
static org.graalvm.compiler.jtt.bytecode.BC_instanceof01$TestClass[] a1;
descriptor: [Lorg/graalvm/compiler/jtt/bytecode/BC_instanceof01$TestClass;
flags: (0x0008) ACC_STATIC
static org.graalvm.compiler.jtt.bytecode.BC_instanceof01$DerivedTestClass[] a2;
descriptor: [Lorg/graalvm/compiler/jtt/bytecode/BC_instanceof01$DerivedTestClass;
flags: (0x0008) ACC_STATIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=5, locals=0, args_size=0
0: iconst_1
anewarray org.graalvm.compiler.jtt.bytecode.BC_instanceof01$TestClass
dup
iconst_0
new org.graalvm.compiler.jtt.bytecode.BC_instanceof01$TestClass
dup
invokespecial org.graalvm.compiler.jtt.bytecode.BC_instanceof01$TestClass.<init>:()V
aastore
putstatic org.graalvm.compiler.jtt.bytecode.BC_instanceof01.a1:[Lorg/graalvm/compiler/jtt/bytecode/BC_instanceof01$TestClass;
1: iconst_1
anewarray org.graalvm.compiler.jtt.bytecode.BC_instanceof01$DerivedTestClass
dup
iconst_0
new org.graalvm.compiler.jtt.bytecode.BC_instanceof01$DerivedTestClass
dup
invokespecial org.graalvm.compiler.jtt.bytecode.BC_instanceof01$DerivedTestClass.<init>:()V
aastore
putstatic org.graalvm.compiler.jtt.bytecode.BC_instanceof01.a2:[Lorg/graalvm/compiler/jtt/bytecode/BC_instanceof01$DerivedTestClass;
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial org.graalvm.compiler.jtt.JTTTest.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/jtt/bytecode/BC_instanceof01;
public static org.graalvm.compiler.jtt.bytecode.BC_instanceof01$BaseClass[] getBaseClassArray();
descriptor: ()[Lorg/graalvm/compiler/jtt/bytecode/BC_instanceof01$BaseClass;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic org.graalvm.compiler.jtt.bytecode.BC_instanceof01.a1:[Lorg/graalvm/compiler/jtt/bytecode/BC_instanceof01$TestClass;
areturn
LocalVariableTable:
Start End Slot Name Signature
public static org.graalvm.compiler.jtt.bytecode.BC_instanceof01$BaseClass[] getDerivedBaseClassArray();
descriptor: ()[Lorg/graalvm/compiler/jtt/bytecode/BC_instanceof01$BaseClass;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic org.graalvm.compiler.jtt.bytecode.BC_instanceof01.a2:[Lorg/graalvm/compiler/jtt/bytecode/BC_instanceof01$DerivedTestClass;
areturn
LocalVariableTable:
Start End Slot Name Signature
public static boolean test();
descriptor: ()Z
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: invokestatic org.graalvm.compiler.jtt.bytecode.BC_instanceof01.getBaseClassArray:()[Lorg/graalvm/compiler/jtt/bytecode/BC_instanceof01$BaseClass;
instanceof org.graalvm.compiler.jtt.bytecode.BC_instanceof01$IObject[]
ireturn
LocalVariableTable:
Start End Slot Name Signature
public static int testConditionalElimination();
descriptor: ()I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=1, args_size=0
0: invokestatic org.graalvm.compiler.jtt.bytecode.BC_instanceof01.getDerivedBaseClassArray:()[Lorg/graalvm/compiler/jtt/bytecode/BC_instanceof01$BaseClass;
astore 0
start local 0 1: aload 0
instanceof org.graalvm.compiler.jtt.bytecode.BC_instanceof01$IDerivedObject[]
ifeq 5
2: aload 0
instanceof org.graalvm.compiler.jtt.bytecode.BC_instanceof01$IObject[]
ifeq 4
3: iconst_1
ireturn
4: StackMap locals: org.graalvm.compiler.jtt.bytecode.BC_instanceof01$BaseClass[]
StackMap stack:
iconst_2
ireturn
5: StackMap locals:
StackMap stack:
iconst_3
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
1 6 0 result [Lorg/graalvm/compiler/jtt/bytecode/BC_instanceof01$BaseClass;
public void run0();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/jtt/bytecode/BC_instanceof01;
Exceptions:
throws java.lang.Throwable
RuntimeInvisibleAnnotations:
Test()
protected org.graalvm.compiler.phases.tiers.Suites getSuites();
descriptor: ()Lorg/graalvm/compiler/phases/tiers/Suites;
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=4, args_size=1
start local 0 0: aconst_null
astore 1
aconst_null
astore 2
1: getstatic org.graalvm.compiler.core.phases.HighTier$Options.Inline:Lorg/graalvm/compiler/options/OptionValue;
iconst_0
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
invokestatic org.graalvm.compiler.options.OptionValue.override:(Lorg/graalvm/compiler/options/OptionValue;Ljava/lang/Object;)Lorg/graalvm/compiler/options/OptionValue$OverrideScope;
astore 3
start local 3 2: aload 0
invokespecial org.graalvm.compiler.jtt.JTTTest.getSuites:()Lorg/graalvm/compiler/phases/tiers/Suites;
3: aload 3
ifnull 4
aload 3
invokevirtual org.graalvm.compiler.options.OptionValue$OverrideScope.close:()V
4: StackMap locals: org.graalvm.compiler.jtt.bytecode.BC_instanceof01 java.lang.Throwable java.lang.Throwable org.graalvm.compiler.options.OptionValue$OverrideScope
StackMap stack: org.graalvm.compiler.phases.tiers.Suites
areturn
StackMap locals:
StackMap stack: java.lang.Throwable
5: astore 1
6: aload 3
ifnull 7
aload 3
invokevirtual org.graalvm.compiler.options.OptionValue$OverrideScope.close:()V
end local 3 StackMap locals:
StackMap stack:
7: aload 1
athrow
StackMap locals:
StackMap stack: java.lang.Throwable
8: astore 2
aload 1
ifnonnull 9
aload 2
astore 1
goto 10
StackMap locals:
StackMap stack:
9: aload 1
aload 2
if_acmpeq 10
aload 1
aload 2
invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
StackMap locals:
StackMap stack:
10: aload 1
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lorg/graalvm/compiler/jtt/bytecode/BC_instanceof01;
2 7 3 scope Lorg/graalvm/compiler/options/OptionValue$OverrideScope;
Exception table:
from to target type
2 3 5 any
1 4 8 any
5 8 8 any
public void run1();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/jtt/bytecode/BC_instanceof01;
Exceptions:
throws java.lang.Throwable
RuntimeInvisibleAnnotations:
Test()
}
SourceFile: "BC_instanceof01.java"
NestMembers:
org.graalvm.compiler.jtt.bytecode.BC_instanceof01$BaseClass org.graalvm.compiler.jtt.bytecode.BC_instanceof01$DerivedTestClass org.graalvm.compiler.jtt.bytecode.BC_instanceof01$IDerivedObject org.graalvm.compiler.jtt.bytecode.BC_instanceof01$IObject org.graalvm.compiler.jtt.bytecode.BC_instanceof01$TestClass
InnerClasses:
public Options = org.graalvm.compiler.core.phases.HighTier$Options of org.graalvm.compiler.core.phases.HighTier
private BaseClass = org.graalvm.compiler.jtt.bytecode.BC_instanceof01$BaseClass of org.graalvm.compiler.jtt.bytecode.BC_instanceof01
private DerivedTestClass = org.graalvm.compiler.jtt.bytecode.BC_instanceof01$DerivedTestClass of org.graalvm.compiler.jtt.bytecode.BC_instanceof01
public abstract IDerivedObject = org.graalvm.compiler.jtt.bytecode.BC_instanceof01$IDerivedObject of org.graalvm.compiler.jtt.bytecode.BC_instanceof01
public abstract IObject = org.graalvm.compiler.jtt.bytecode.BC_instanceof01$IObject of org.graalvm.compiler.jtt.bytecode.BC_instanceof01
private TestClass = org.graalvm.compiler.jtt.bytecode.BC_instanceof01$TestClass of org.graalvm.compiler.jtt.bytecode.BC_instanceof01
public abstract OverrideScope = org.graalvm.compiler.options.OptionValue$OverrideScope of org.graalvm.compiler.options.OptionValue