final class com.oracle.svm.core.locks.SingleThreadedVMMutex extends com.oracle.svm.core.locks.VMMutex
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.svm.core.locks.SingleThreadedVMMutex
  super_class: com.oracle.svm.core.locks.VMMutex
{
  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.locks.SingleThreadedVMMutex this
         0: .line 82
            aload 0 /* this */
            invokespecial com.oracle.svm.core.locks.VMMutex.<init>:()V
         1: .line 83
            return
        end local 0 // com.oracle.svm.core.locks.SingleThreadedVMMutex this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/core/locks/SingleThreadedVMMutex;
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.Platforms(value = {Lorg/graalvm/nativeimage/Platform$HOSTED_ONLY;})

  public com.oracle.svm.core.locks.VMMutex lock();
    descriptor: ()Lcom/oracle/svm/core/locks/VMMutex;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.locks.SingleThreadedVMMutex this
         0: .line 87
            aload 0 /* this */
            ldc "Recursive locking is not supported"
            invokevirtual com.oracle.svm.core.locks.SingleThreadedVMMutex.assertNotOwner:(Ljava/lang/String;)V
         1: .line 88
            aload 0 /* this */
            invokevirtual com.oracle.svm.core.locks.SingleThreadedVMMutex.setOwnerToCurrentThread:()V
         2: .line 89
            aload 0 /* this */
            areturn
        end local 0 // com.oracle.svm.core.locks.SingleThreadedVMMutex this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/svm/core/locks/SingleThreadedVMMutex;

  public void lockNoTransition();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.locks.SingleThreadedVMMutex this
         0: .line 95
            aload 0 /* this */
            ldc "Recursive locking is not supported"
            invokevirtual com.oracle.svm.core.locks.SingleThreadedVMMutex.assertNotOwner:(Ljava/lang/String;)V
         1: .line 96
            aload 0 /* this */
            invokevirtual com.oracle.svm.core.locks.SingleThreadedVMMutex.setOwnerToCurrentThread:()V
         2: .line 97
            return
        end local 0 // com.oracle.svm.core.locks.SingleThreadedVMMutex this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/svm/core/locks/SingleThreadedVMMutex;
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.Uninterruptible(reason = "Called from uninterruptible code.", mayBeInlined = true, callerMustBe = true)

  public void lockNoTransitionUnspecifiedOwner();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.locks.SingleThreadedVMMutex this
         0: .line 102
            aload 0 /* this */
            invokevirtual com.oracle.svm.core.locks.SingleThreadedVMMutex.setOwnerToUnspecified:()V
         1: .line 103
            return
        end local 0 // com.oracle.svm.core.locks.SingleThreadedVMMutex this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/core/locks/SingleThreadedVMMutex;
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.Uninterruptible(reason = "Called from uninterruptible code.", mayBeInlined = true, callerMustBe = true)

  public void unlock();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.locks.SingleThreadedVMMutex this
         0: .line 108
            aload 0 /* this */
            invokevirtual com.oracle.svm.core.locks.SingleThreadedVMMutex.clearCurrentThreadOwner:()V
         1: .line 109
            return
        end local 0 // com.oracle.svm.core.locks.SingleThreadedVMMutex this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/core/locks/SingleThreadedVMMutex;
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.Uninterruptible(reason = "Called from uninterruptible code.", mayBeInlined = true)

  public void unlockNoTransitionUnspecifiedOwner();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.locks.SingleThreadedVMMutex this
         0: .line 114
            aload 0 /* this */
            invokevirtual com.oracle.svm.core.locks.SingleThreadedVMMutex.clearUnspecifiedOwner:()V
         1: .line 115
            return
        end local 0 // com.oracle.svm.core.locks.SingleThreadedVMMutex this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/core/locks/SingleThreadedVMMutex;
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.Uninterruptible(reason = "Called from uninterruptible code.", mayBeInlined = true)

  public void unlockWithoutChecks();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.locks.SingleThreadedVMMutex this
         0: .line 119
            aload 0 /* this */
            invokevirtual com.oracle.svm.core.locks.SingleThreadedVMMutex.clearCurrentThreadOwner:()V
         1: .line 120
            return
        end local 0 // com.oracle.svm.core.locks.SingleThreadedVMMutex this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/core/locks/SingleThreadedVMMutex;
}
SourceFile: "SingleThreadedVMLockSupport.java"