final class com.oracle.svm.core.thread.DetachedParkEvent extends com.oracle.svm.core.thread.ParkEvent
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.svm.core.thread.DetachedParkEvent
  super_class: com.oracle.svm.core.thread.ParkEvent
{
  static final com.oracle.svm.core.thread.ParkEvent SINGLETON;
    descriptor: Lcom/oracle/svm/core/thread/ParkEvent;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 156
            new com.oracle.svm.core.thread.DetachedParkEvent
            dup
            invokespecial com.oracle.svm.core.thread.DetachedParkEvent.<init>:()V
            putstatic com.oracle.svm.core.thread.DetachedParkEvent.SINGLETON:Lcom/oracle/svm/core/thread/ParkEvent;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.thread.DetachedParkEvent this
         0: .line 158
            aload 0 /* this */
            invokespecial com.oracle.svm.core.thread.ParkEvent.<init>:()V
         1: .line 159
            return
        end local 0 // com.oracle.svm.core.thread.DetachedParkEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/core/thread/DetachedParkEvent;

  protected void reset();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.thread.DetachedParkEvent this
         0: .line 163
            ldc "Cannot reset a DetachedParkEvent"
            invokestatic com.oracle.svm.core.util.VMError.shouldNotReachHere:(Ljava/lang/String;)Ljava/lang/RuntimeException;
            athrow
        end local 0 // com.oracle.svm.core.thread.DetachedParkEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/thread/DetachedParkEvent;

  protected void condWait();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.thread.DetachedParkEvent this
         0: .line 168
            ldc "Cannot wait on a DetachedParkEvent"
            invokestatic com.oracle.svm.core.util.VMError.shouldNotReachHere:(Ljava/lang/String;)Ljava/lang/RuntimeException;
            athrow
        end local 0 // com.oracle.svm.core.thread.DetachedParkEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/thread/DetachedParkEvent;

  protected void condTimedWait(long);
    descriptor: (J)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // com.oracle.svm.core.thread.DetachedParkEvent this
        start local 1 // long delayNanos
         0: .line 173
            ldc "Cannot wait on a DetachedParkEvent"
            invokestatic com.oracle.svm.core.util.VMError.shouldNotReachHere:(Ljava/lang/String;)Ljava/lang/RuntimeException;
            athrow
        end local 1 // long delayNanos
        end local 0 // com.oracle.svm.core.thread.DetachedParkEvent this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/oracle/svm/core/thread/DetachedParkEvent;
            0    1     1  delayNanos  J
    MethodParameters:
            Name  Flags
      delayNanos  

  protected void unpark();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.thread.DetachedParkEvent this
         0: .line 179
            return
        end local 0 // com.oracle.svm.core.thread.DetachedParkEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/thread/DetachedParkEvent;
}
SourceFile: "ParkEvent.java"