final class org.graalvm.compiler.truffle.runtime.hotspot.libgraal.IgvSupport$Scope extends org.graalvm.libgraal.LibGraalObject implements java.io.Closeable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.compiler.truffle.runtime.hotspot.libgraal.IgvSupport$Scope
  super_class: org.graalvm.libgraal.LibGraalObject
{
  void <init>(long);
    descriptor: (J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.truffle.runtime.hotspot.libgraal.IgvSupport$Scope this
        start local 1 // long handle
         0: .line 188
            aload 0 /* this */
            lload 1 /* handle */
            invokespecial org.graalvm.libgraal.LibGraalObject.<init>:(J)V
         1: .line 189
            return
        end local 1 // long handle
        end local 0 // org.graalvm.compiler.truffle.runtime.hotspot.libgraal.IgvSupport$Scope this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/graalvm/compiler/truffle/runtime/hotspot/libgraal/IgvSupport$Scope;
            0    2     1  handle  J
    MethodParameters:
        Name  Flags
      handle  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.runtime.hotspot.libgraal.IgvSupport$Scope this
         0: .line 193
            invokestatic org.graalvm.libgraal.LibGraalScope.getIsolateThread:()J
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.truffle.runtime.hotspot.libgraal.IgvSupport$Scope.getHandle:()J
            invokestatic org.graalvm.compiler.truffle.runtime.hotspot.libgraal.TruffleToLibGraalCalls.closeDebugContextScope:(JJ)V
         1: .line 194
            return
        end local 0 // org.graalvm.compiler.truffle.runtime.hotspot.libgraal.IgvSupport$Scope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/truffle/runtime/hotspot/libgraal/IgvSupport$Scope;
}
SourceFile: "IgvSupport.java"
NestHost: org.graalvm.compiler.truffle.runtime.hotspot.libgraal.IgvSupport
InnerClasses:
  private final Scope = org.graalvm.compiler.truffle.runtime.hotspot.libgraal.IgvSupport$Scope of org.graalvm.compiler.truffle.runtime.hotspot.libgraal.IgvSupport