final class org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSTruffleCompilerListener$LibGraalObjectHandleScope implements java.io.Closeable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSTruffleCompilerListener$LibGraalObjectHandleScope
  super_class: java.lang.Object
{
  private long handle;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private void <init>(long);
    descriptor: (J)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSTruffleCompilerListener$LibGraalObjectHandleScope this
        start local 1 // long handle
         0: .line 116
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 117
            aload 0 /* this */
            lload 1 /* handle */
            putfield org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSTruffleCompilerListener$LibGraalObjectHandleScope.handle:J
         2: .line 118
            return
        end local 1 // long handle
        end local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSTruffleCompilerListener$LibGraalObjectHandleScope this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/graalvm/compiler/truffle/compiler/hotspot/libgraal/HSTruffleCompilerListener$LibGraalObjectHandleScope;
            0    3     1  handle  J
    MethodParameters:
        Name  Flags
      handle  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSTruffleCompilerListener$LibGraalObjectHandleScope this
         0: .line 122
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSTruffleCompilerListener$LibGraalObjectHandleScope.handle:J
            invokestatic org.graalvm.compiler.truffle.compiler.hotspot.libgraal.LibGraalObjectHandles.remove:(J)V
         1: .line 123
            aload 0 /* this */
            lconst_0
            putfield org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSTruffleCompilerListener$LibGraalObjectHandleScope.handle:J
         2: .line 124
            return
        end local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSTruffleCompilerListener$LibGraalObjectHandleScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/truffle/compiler/hotspot/libgraal/HSTruffleCompilerListener$LibGraalObjectHandleScope;

  long getHandle();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSTruffleCompilerListener$LibGraalObjectHandleScope this
         0: .line 127
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSTruffleCompilerListener$LibGraalObjectHandleScope.handle:J
            lconst_0
            lcmp
            ifne 2
         1: .line 128
            new java.lang.IllegalStateException
            dup
            ldc "Reading handle from a closed scope."
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSTruffleCompilerListener$LibGraalObjectHandleScope.handle:J
            lreturn
        end local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSTruffleCompilerListener$LibGraalObjectHandleScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/truffle/compiler/hotspot/libgraal/HSTruffleCompilerListener$LibGraalObjectHandleScope;

  static org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSTruffleCompilerListener$LibGraalObjectHandleScope forObject(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/graalvm/compiler/truffle/compiler/hotspot/libgraal/HSTruffleCompilerListener$LibGraalObjectHandleScope;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.lang.Object object
         0: .line 134
            new org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSTruffleCompilerListener$LibGraalObjectHandleScope
            dup
            aload 0 /* object */
            invokestatic org.graalvm.compiler.truffle.compiler.hotspot.libgraal.LibGraalObjectHandles.create:(Ljava/lang/Object;)J
            invokespecial org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSTruffleCompilerListener$LibGraalObjectHandleScope.<init>:(J)V
            areturn
        end local 0 // java.lang.Object object
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  object  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      object  
}
SourceFile: "HSTruffleCompilerListener.java"
NestHost: org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSTruffleCompilerListener
InnerClasses:
  private final LibGraalObjectHandleScope = org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSTruffleCompilerListener$LibGraalObjectHandleScope of org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSTruffleCompilerListener