final class org.graalvm.compiler.truffle.runtime.GraalTestTVMCI$GraalTestContext implements java.io.Closeable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.compiler.truffle.runtime.GraalTestTVMCI$GraalTestContext
  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.compiler.truffle.runtime.GraalTruffleRuntime runtime;
    descriptor: Lorg/graalvm/compiler/truffle/runtime/GraalTruffleRuntime;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.graalvm.compiler.truffle.common.TruffleDebugContext debug;
    descriptor: Lorg/graalvm/compiler/truffle/common/TruffleDebugContext;
    flags: (0x0002) ACC_PRIVATE

  private org.graalvm.graphio.GraphOutput<java.lang.Void, ?> output;
    descriptor: Lorg/graalvm/graphio/GraphOutput;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/graalvm/graphio/GraphOutput<Ljava/lang/Void;*>;

  private static org.graalvm.graphio.GraphOutput<java.lang.Void, ?> beginGroup(org.graalvm.compiler.truffle.common.TruffleDebugContext, java.lang.String);
    descriptor: (Lorg/graalvm/compiler/truffle/common/TruffleDebugContext;Ljava/lang/String;)Lorg/graalvm/graphio/GraphOutput;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.truffle.common.TruffleDebugContext debug
        start local 1 // java.lang.String testName
         0: .line 52
            aconst_null
            astore 2 /* output */
        start local 2 // org.graalvm.graphio.GraphOutput output
         1: .line 54
            aload 0 /* debug */
            invokeinterface org.graalvm.compiler.truffle.common.TruffleDebugContext.isDumpEnabled:()Z
            ifeq 9
         2: .line 55
            aload 0 /* debug */
            getstatic org.graalvm.compiler.truffle.common.VoidGraphStructure.INSTANCE:Lorg/graalvm/graphio/GraphStructure;
            invokestatic org.graalvm.graphio.GraphOutput.newBuilder:(Lorg/graalvm/graphio/GraphStructure;)Lorg/graalvm/graphio/GraphOutput$Builder;
            invokeinterface org.graalvm.compiler.truffle.common.TruffleDebugContext.buildOutput:(Lorg/graalvm/graphio/GraphOutput$Builder;)Lorg/graalvm/graphio/GraphOutput;
            astore 2 /* output */
         3: .line 56
            aload 2 /* output */
            aconst_null
            aload 1 /* testName */
            aload 1 /* testName */
            aconst_null
            iconst_0
            aload 0 /* debug */
            invokeinterface org.graalvm.compiler.truffle.common.TruffleDebugContext.getVersionProperties:()Ljava/util/Map;
            invokevirtual org.graalvm.graphio.GraphOutput.beginGroup:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;ILjava/util/Map;)V
         4: .line 57
            aload 2 /* output */
         5: areturn
         6: .line 59
      StackMap locals: org.graalvm.compiler.truffle.common.TruffleDebugContext java.lang.String org.graalvm.graphio.GraphOutput
      StackMap stack: java.io.IOException
            pop
         7: .line 60
            aload 2 /* output */
            ifnull 9
         8: .line 61
            aload 2 /* output */
            invokevirtual org.graalvm.graphio.GraphOutput.close:()V
         9: .line 64
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // org.graalvm.graphio.GraphOutput output
        end local 1 // java.lang.String testName
        end local 0 // org.graalvm.compiler.truffle.common.TruffleDebugContext debug
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0     debug  Lorg/graalvm/compiler/truffle/common/TruffleDebugContext;
            0   10     1  testName  Ljava/lang/String;
            1   10     2    output  Lorg/graalvm/graphio/GraphOutput<Ljava/lang/Void;*>;
      Exception table:
        from    to  target  type
           1     5       6  Class java.io.IOException
    Signature: (Lorg/graalvm/compiler/truffle/common/TruffleDebugContext;Ljava/lang/String;)Lorg/graalvm/graphio/GraphOutput<Ljava/lang/Void;*>;
    MethodParameters:
          Name  Flags
      debug     
      testName  

  private void <init>(java.lang.String, org.graalvm.compiler.truffle.runtime.GraalTruffleRuntime);
    descriptor: (Ljava/lang/String;Lorg/graalvm/compiler/truffle/runtime/GraalTruffleRuntime;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.truffle.runtime.GraalTestTVMCI$GraalTestContext this
        start local 1 // java.lang.String testName
        start local 2 // org.graalvm.compiler.truffle.runtime.GraalTruffleRuntime runtime
         0: .line 67
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 68
            aload 0 /* this */
            aload 1 /* testName */
            putfield org.graalvm.compiler.truffle.runtime.GraalTestTVMCI$GraalTestContext.testName:Ljava/lang/String;
         2: .line 69
            aload 0 /* this */
            aload 2 /* runtime */
            putfield org.graalvm.compiler.truffle.runtime.GraalTestTVMCI$GraalTestContext.runtime:Lorg/graalvm/compiler/truffle/runtime/GraalTruffleRuntime;
         3: .line 70
            return
        end local 2 // org.graalvm.compiler.truffle.runtime.GraalTruffleRuntime runtime
        end local 1 // java.lang.String testName
        end local 0 // org.graalvm.compiler.truffle.runtime.GraalTestTVMCI$GraalTestContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/graalvm/compiler/truffle/runtime/GraalTestTVMCI$GraalTestContext;
            0    4     1  testName  Ljava/lang/String;
            0    4     2   runtime  Lorg/graalvm/compiler/truffle/runtime/GraalTruffleRuntime;
    MethodParameters:
          Name  Flags
      testName  
      runtime   

  private synchronized void init(org.graalvm.compiler.truffle.runtime.OptimizedCallTarget);
    descriptor: (Lorg/graalvm/compiler/truffle/runtime/OptimizedCallTarget;)V
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.truffle.runtime.GraalTestTVMCI$GraalTestContext this
        start local 1 // org.graalvm.compiler.truffle.runtime.OptimizedCallTarget target
         0: .line 73
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.runtime.GraalTestTVMCI$GraalTestContext.debug:Lorg/graalvm/compiler/truffle/common/TruffleDebugContext;
            ifnonnull 4
         1: .line 74
            aload 1 /* target */
            invokestatic org.graalvm.compiler.truffle.runtime.GraalTruffleRuntime.getOptionsForCompiler:(Lorg/graalvm/compiler/truffle/runtime/OptimizedCallTarget;)Ljava/util/Map;
            astore 2 /* optionsMap */
        start local 2 // java.util.Map optionsMap
         2: .line 75
            aload 0 /* this */
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.runtime.GraalTestTVMCI$GraalTestContext.runtime:Lorg/graalvm/compiler/truffle/runtime/GraalTruffleRuntime;
            aload 1 /* target */
            invokevirtual org.graalvm.compiler.truffle.runtime.GraalTruffleRuntime.getTruffleCompiler:(Lorg/graalvm/compiler/truffle/common/CompilableTruffleAST;)Lorg/graalvm/compiler/truffle/common/TruffleCompiler;
            aload 2 /* optionsMap */
            aconst_null
            invokeinterface org.graalvm.compiler.truffle.common.TruffleCompiler.openDebugContext:(Ljava/util/Map;Lorg/graalvm/compiler/truffle/common/TruffleCompilation;)Lorg/graalvm/compiler/truffle/common/TruffleDebugContext;
            putfield org.graalvm.compiler.truffle.runtime.GraalTestTVMCI$GraalTestContext.debug:Lorg/graalvm/compiler/truffle/common/TruffleDebugContext;
         3: .line 81
            aload 0 /* this */
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.runtime.GraalTestTVMCI$GraalTestContext.debug:Lorg/graalvm/compiler/truffle/common/TruffleDebugContext;
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.runtime.GraalTestTVMCI$GraalTestContext.testName:Ljava/lang/String;
            invokestatic org.graalvm.compiler.truffle.runtime.GraalTestTVMCI$GraalTestContext.beginGroup:(Lorg/graalvm/compiler/truffle/common/TruffleDebugContext;Ljava/lang/String;)Lorg/graalvm/graphio/GraphOutput;
            putfield org.graalvm.compiler.truffle.runtime.GraalTestTVMCI$GraalTestContext.output:Lorg/graalvm/graphio/GraphOutput;
        end local 2 // java.util.Map optionsMap
         4: .line 83
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.graalvm.compiler.truffle.runtime.OptimizedCallTarget target
        end local 0 // org.graalvm.compiler.truffle.runtime.GraalTestTVMCI$GraalTestContext this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/graalvm/compiler/truffle/runtime/GraalTestTVMCI$GraalTestContext;
            0    5     1      target  Lorg/graalvm/compiler/truffle/runtime/OptimizedCallTarget;
            2    4     2  optionsMap  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    MethodParameters:
        Name  Flags
      target  

  public synchronized void close();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.graalvm.compiler.truffle.runtime.GraalTestTVMCI$GraalTestContext this
         0: .line 88
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.runtime.GraalTestTVMCI$GraalTestContext.output:Lorg/graalvm/graphio/GraphOutput;
            ifnull 11
         1: .line 90
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.runtime.GraalTestTVMCI$GraalTestContext.output:Lorg/graalvm/graphio/GraphOutput;
            invokevirtual org.graalvm.graphio.GraphOutput.endGroup:()V
         2: .line 91
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 1
         4: .line 92
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.runtime.GraalTestTVMCI$GraalTestContext.output:Lorg/graalvm/graphio/GraphOutput;
            invokevirtual org.graalvm.graphio.GraphOutput.close:()V
         5: .line 93
            aload 1
            athrow
         6: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.runtime.GraalTestTVMCI$GraalTestContext.output:Lorg/graalvm/graphio/GraphOutput;
            invokevirtual org.graalvm.graphio.GraphOutput.close:()V
         7: .line 95
            goto 11
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
         9: .line 96
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.runtime.GraalTestTVMCI$GraalTestContext.debug:Lorg/graalvm/compiler/truffle/common/TruffleDebugContext;
            invokeinterface org.graalvm.compiler.truffle.common.TruffleDebugContext.close:()V
        10: .line 97
            aload 2
            athrow
        11: .line 96
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.runtime.GraalTestTVMCI$GraalTestContext.debug:Lorg/graalvm/compiler/truffle/common/TruffleDebugContext;
            invokeinterface org.graalvm.compiler.truffle.common.TruffleDebugContext.close:()V
        12: .line 98
            return
        end local 0 // org.graalvm.compiler.truffle.runtime.GraalTestTVMCI$GraalTestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lorg/graalvm/compiler/truffle/runtime/GraalTestTVMCI$GraalTestContext;
      Exception table:
        from    to  target  type
           1     3       3  any
           0     8       8  any
    Exceptions:
      throws java.io.IOException
}
SourceFile: "GraalTestTVMCI.java"
NestHost: org.graalvm.compiler.truffle.runtime.GraalTestTVMCI
InnerClasses:
  final GraalTestContext = org.graalvm.compiler.truffle.runtime.GraalTestTVMCI$GraalTestContext of org.graalvm.compiler.truffle.runtime.GraalTestTVMCI
  public final Builder = org.graalvm.graphio.GraphOutput$Builder of org.graalvm.graphio.GraphOutput