public class org.graalvm.compiler.hotspot.test.GraalOSRTest extends org.graalvm.compiler.hotspot.test.GraalOSRTestBase
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.graalvm.compiler.hotspot.test.GraalOSRTest
super_class: org.graalvm.compiler.hotspot.test.GraalOSRTestBase
{
static int limit;
descriptor: I
flags: (0x0008) ACC_STATIC
public static int sideEffect;
descriptor: I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: sipush 10000
putstatic org.graalvm.compiler.hotspot.test.GraalOSRTest.limit:I
1: 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.hotspot.test.GraalOSRTestBase.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/hotspot/test/GraalOSRTest;
public void testOSR01();
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 problems: \n\tTest cannot be resolved to a type\n\tAssert cannot be resolved\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/hotspot/test/GraalOSRTest;
RuntimeInvisibleAnnotations:
Test()
public void testOSR02();
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/hotspot/test/GraalOSRTest;
RuntimeInvisibleAnnotations:
Test()
public void testOSR03();
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/hotspot/test/GraalOSRTest;
RuntimeInvisibleAnnotations:
Test()
public static org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue testReduceLoop();
descriptor: ()Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=0
0: iconst_0
istore 0
start local 0 1: goto 6
2: StackMap locals: int
StackMap stack:
iload 0
invokestatic org.graalvm.compiler.api.directives.GraalDirectives.blackhole:(I)V
3: invokestatic org.graalvm.compiler.api.directives.GraalDirectives.inCompiledCode:()Z
ifeq 5
4: getstatic org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue.SUCCESS:Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
areturn
5: StackMap locals:
StackMap stack:
iinc 0 1
StackMap locals:
StackMap stack:
6: iload 0
getstatic org.graalvm.compiler.hotspot.test.GraalOSRTest.limit:I
getstatic org.graalvm.compiler.hotspot.test.GraalOSRTest.limit:I
imul
if_icmplt 2
end local 0 7: getstatic org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue.FAILURE:Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
areturn
LocalVariableTable:
Start End Slot Name Signature
1 7 0 i I
public static org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue testSequentialLoop();
descriptor: ()Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=0
0: getstatic org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue.FAILURE:Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
astore 0
start local 0 1: iconst_1
istore 1
start local 1 2: goto 7
3: StackMap locals: org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue int
StackMap stack:
iload 1
invokestatic org.graalvm.compiler.api.directives.GraalDirectives.blackhole:(I)V
4: iload 1
bipush 7
irem
ifne 6
5: getstatic org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue.SUCCESS:Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
astore 0
6: StackMap locals:
StackMap stack:
iinc 1 1
StackMap locals:
StackMap stack:
7: iload 1
getstatic org.graalvm.compiler.hotspot.test.GraalOSRTest.limit:I
getstatic org.graalvm.compiler.hotspot.test.GraalOSRTest.limit:I
imul
if_icmplt 3
end local 1 8: invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
9: getstatic org.graalvm.compiler.hotspot.test.GraalOSRTest.sideEffect:I
bipush 123
if_icmpne 11
10: getstatic org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue.SIDE:Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
areturn
11: StackMap locals:
StackMap stack:
iconst_1
istore 1
start local 1 12: goto 17
13: StackMap locals: int
StackMap stack:
iload 1
invokestatic org.graalvm.compiler.api.directives.GraalDirectives.blackhole:(I)V
14: iload 1
bipush 33
irem
ifne 16
15: getstatic org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue.SUCCESS:Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
astore 0
16: StackMap locals:
StackMap stack:
iinc 1 1
StackMap locals:
StackMap stack:
17: iload 1
getstatic org.graalvm.compiler.hotspot.test.GraalOSRTest.limit:I
getstatic org.graalvm.compiler.hotspot.test.GraalOSRTest.limit:I
imul
if_icmplt 13
end local 1 18: invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
19: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
1 20 0 ret Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
2 8 1 i I
12 18 1 i I
public static org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue testNonReduceLoop();
descriptor: ()Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=0
0: getstatic org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue.FAILURE:Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
astore 0
start local 0 1: iconst_0
istore 1
start local 1 2: goto 7
3: StackMap locals: org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue int
StackMap stack:
iload 1
invokestatic org.graalvm.compiler.api.directives.GraalDirectives.blackhole:(I)V
4: iload 1
bipush 33
irem
ifne 6
5: getstatic org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue.SUCCESS:Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
astore 0
6: StackMap locals:
StackMap stack:
iinc 1 1
StackMap locals:
StackMap stack:
7: iload 1
getstatic org.graalvm.compiler.hotspot.test.GraalOSRTest.limit:I
getstatic org.graalvm.compiler.hotspot.test.GraalOSRTest.limit:I
imul
if_icmplt 3
end local 1 8: invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
9: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
1 10 0 ret Lorg/graalvm/compiler/hotspot/test/GraalOSRTestBase$ReturnValue;
2 8 1 i I
}
SourceFile: "GraalOSRTest.java"
InnerClasses:
protected final ReturnValue = org.graalvm.compiler.hotspot.test.GraalOSRTestBase$ReturnValue of org.graalvm.compiler.hotspot.test.GraalOSRTestBase