public class org.graalvm.compiler.hotspot.CompilationContext implements java.lang.AutoCloseable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.CompilationContext
  super_class: java.lang.Object
{
  private final java.lang.AutoCloseable impl;
    descriptor: Ljava/lang/AutoCloseable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.lang.AutoCloseable);
    descriptor: (Ljava/lang/AutoCloseable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.CompilationContext this
        start local 1 // java.lang.AutoCloseable impl
         0: .line 57
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 58
            aload 0 /* this */
            aload 1 /* impl */
            putfield org.graalvm.compiler.hotspot.CompilationContext.impl:Ljava/lang/AutoCloseable;
         2: .line 59
            return
        end local 1 // java.lang.AutoCloseable impl
        end local 0 // org.graalvm.compiler.hotspot.CompilationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/hotspot/CompilationContext;
            0    3     1  impl  Ljava/lang/AutoCloseable;
    MethodParameters:
      Name  Flags
      impl  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.CompilationContext this
         0: .line 64
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.CompilationContext.impl:Ljava/lang/AutoCloseable;
            invokeinterface java.lang.AutoCloseable.close:()V
         1: .line 65
            goto 4
      StackMap locals:
      StackMap stack: java.lang.Exception
         2: astore 1 /* e */
        start local 1 // java.lang.Exception e
         3: .line 66
            aload 1 /* e */
            invokestatic org.graalvm.compiler.debug.GraalError.shouldNotReachHere:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            pop
        end local 1 // java.lang.Exception e
         4: .line 68
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.graalvm.compiler.hotspot.CompilationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/graalvm/compiler/hotspot/CompilationContext;
            3    4     1     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Exception
}
SourceFile: "CompilationContext.java"