final class com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest$Runner implements java.lang.AutoCloseable
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest$Runner
super_class: java.lang.Object
{
private final java.lang.String testName;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.graalvm.polyglot.Context context;
descriptor: Lorg/graalvm/polyglot/Context;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private org.graalvm.polyglot.Value library;
descriptor: Lorg/graalvm/polyglot/Value;
flags: (0x0002) ACC_PRIVATE
void <init>(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokestatic java.util.Collections.emptyMap:()Ljava/util/Map;
invokespecial com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest$Runner.<init>:(Ljava/lang/String;Ljava/util/Map;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/oracle/truffle/llvm/tests/other/EagerParsingLazyFailingTest$Runner;
0 2 1 testName Ljava/lang/String;
MethodParameters:
Name Flags
testName
void <init>(java.lang.String, java.util.Map<java.lang.String, java.lang.String>);
descriptor: (Ljava/lang/String;Ljava/util/Map;)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest$Runner.testName:Ljava/lang/String;
2: aload 0
iconst_0
anewarray java.lang.String
invokestatic org.graalvm.polyglot.Context.newBuilder:([Ljava/lang/String;)Lorg/graalvm/polyglot/Context$Builder;
aload 2
invokevirtual org.graalvm.polyglot.Context$Builder.options:(Ljava/util/Map;)Lorg/graalvm/polyglot/Context$Builder;
iconst_1
invokevirtual org.graalvm.polyglot.Context$Builder.allowAllAccess:(Z)Lorg/graalvm/polyglot/Context$Builder;
invokevirtual org.graalvm.polyglot.Context$Builder.build:()Lorg/graalvm/polyglot/Context;
putfield com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest$Runner.context:Lorg/graalvm/polyglot/Context;
3: aload 0
aconst_null
putfield com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest$Runner.library:Lorg/graalvm/polyglot/Value;
4: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/oracle/truffle/llvm/tests/other/EagerParsingLazyFailingTest$Runner;
0 5 1 testName Ljava/lang/String;
0 5 2 options Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
Signature: (Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)V
MethodParameters:
Name Flags
testName
options
public void close();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest$Runner.context:Lorg/graalvm/polyglot/Context;
invokevirtual org.graalvm.polyglot.Context.close:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/oracle/truffle/llvm/tests/other/EagerParsingLazyFailingTest$Runner;
org.graalvm.polyglot.Value load();
descriptor: ()Lorg/graalvm/polyglot/Value;
flags: (0x0000)
Code:
stack=4, locals=3, args_size=1
start local 0 0: aload 0
getfield com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest$Runner.library:Lorg/graalvm/polyglot/Value;
ifnonnull 9
1: getstatic com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest.TEST_DIR:Ljava/nio/file/Path;
new java.lang.StringBuilder
dup
aload 0
getfield com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest$Runner.testName:Ljava/lang/String;
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
ldc ".dir"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokeinterface java.nio.file.Path.resolve:(Ljava/lang/String;)Ljava/nio/file/Path;
ldc "O0_MEM2REG.bc"
invokeinterface java.nio.file.Path.resolve:(Ljava/lang/String;)Ljava/nio/file/Path;
invokeinterface java.nio.file.Path.toFile:()Ljava/io/File;
astore 1
start local 1 2: ldc "llvm"
aload 1
invokestatic org.graalvm.polyglot.Source.newBuilder:(Ljava/lang/String;Ljava/io/File;)Lorg/graalvm/polyglot/Source$Builder;
invokevirtual org.graalvm.polyglot.Source$Builder.build:()Lorg/graalvm/polyglot/Source;
astore 2
start local 2 3: aload 0
aload 0
getfield com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest$Runner.context:Lorg/graalvm/polyglot/Context;
aload 2
invokevirtual org.graalvm.polyglot.Context.eval:(Lorg/graalvm/polyglot/Source;)Lorg/graalvm/polyglot/Value;
putfield com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest$Runner.library:Lorg/graalvm/polyglot/Value;
end local 2 end local 1 4: goto 9
StackMap locals:
StackMap stack: java.lang.RuntimeException
5: astore 1
start local 1 6: aload 1
athrow
end local 1 7: StackMap locals:
StackMap stack: java.lang.Exception
astore 1
start local 1 8: new java.lang.RuntimeException
dup
aload 1
invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 1 9: StackMap locals:
StackMap stack:
aload 0
getfield com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest$Runner.library:Lorg/graalvm/polyglot/Value;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lcom/oracle/truffle/llvm/tests/other/EagerParsingLazyFailingTest$Runner;
2 4 1 file Ljava/io/File;
3 4 2 source Lorg/graalvm/polyglot/Source;
6 7 1 e Ljava/lang/RuntimeException;
8 9 1 e Ljava/lang/Exception;
Exception table:
from to target type
1 4 5 Class java.lang.RuntimeException
1 4 7 Class java.lang.Exception
}
SourceFile: "EagerParsingLazyFailingTest.java"
NestHost: com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest
InnerClasses:
private final Runner = com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest$Runner of com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest
public final Builder = org.graalvm.polyglot.Context$Builder of org.graalvm.polyglot.Context
public Builder = org.graalvm.polyglot.Source$Builder of org.graalvm.polyglot.Source