class org.graalvm.compiler.hotspot.BootstrapWatchDog$Watch implements java.lang.AutoCloseable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.BootstrapWatchDog$Watch
  super_class: java.lang.Object
{
  jdk.vm.ci.code.CompilationRequest request;
    descriptor: Ljdk/vm/ci/code/CompilationRequest;
    flags: (0x0000) 

  final org.graalvm.compiler.hotspot.BootstrapWatchDog this$0;
    descriptor: Lorg/graalvm/compiler/hotspot/BootstrapWatchDog;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 249
            ldc Lorg/graalvm/compiler/hotspot/BootstrapWatchDog;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.graalvm.compiler.hotspot.BootstrapWatchDog$Watch.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(org.graalvm.compiler.hotspot.BootstrapWatchDog);
    descriptor: (Lorg/graalvm/compiler/hotspot/BootstrapWatchDog;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.BootstrapWatchDog$Watch this
         0: .line 249
            aload 0 /* this */
            aload 1
            putfield org.graalvm.compiler.hotspot.BootstrapWatchDog$Watch.this$0:Lorg/graalvm/compiler/hotspot/BootstrapWatchDog;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.hotspot.BootstrapWatchDog$Watch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/BootstrapWatchDog$Watch;
    MethodParameters:
        Name  Flags
      this$0  final

  void open(jdk.vm.ci.code.CompilationRequest);
    descriptor: (Ljdk/vm/ci/code/CompilationRequest;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.BootstrapWatchDog$Watch this
        start local 1 // jdk.vm.ci.code.CompilationRequest r
         0: .line 253
            getstatic org.graalvm.compiler.hotspot.BootstrapWatchDog$Watch.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.BootstrapWatchDog$Watch.request:Ljdk/vm/ci/code/CompilationRequest;
            ifnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 254
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* r */
            putfield org.graalvm.compiler.hotspot.BootstrapWatchDog$Watch.request:Ljdk/vm/ci/code/CompilationRequest;
         2: .line 255
            return
        end local 1 // jdk.vm.ci.code.CompilationRequest r
        end local 0 // org.graalvm.compiler.hotspot.BootstrapWatchDog$Watch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/hotspot/BootstrapWatchDog$Watch;
            0    3     1     r  Ljdk/vm/ci/code/CompilationRequest;
    MethodParameters:
      Name  Flags
      r     

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.BootstrapWatchDog$Watch this
         0: .line 259
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.BootstrapWatchDog$Watch.this$0:Lorg/graalvm/compiler/hotspot/BootstrapWatchDog;
            getfield org.graalvm.compiler.hotspot.BootstrapWatchDog.compilations:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.incrementAndGet:()I
            pop
         1: .line 260
            aload 0 /* this */
            aconst_null
            putfield org.graalvm.compiler.hotspot.BootstrapWatchDog$Watch.request:Ljdk/vm/ci/code/CompilationRequest;
         2: .line 261
            return
        end local 0 // org.graalvm.compiler.hotspot.BootstrapWatchDog$Watch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/hotspot/BootstrapWatchDog$Watch;
}
SourceFile: "BootstrapWatchDog.java"
NestHost: org.graalvm.compiler.hotspot.BootstrapWatchDog
InnerClasses:
  Watch = org.graalvm.compiler.hotspot.BootstrapWatchDog$Watch of org.graalvm.compiler.hotspot.BootstrapWatchDog