final class sun.lwawt.macosx.CToolkitThreadBlockedHandler extends sun.awt.Mutex implements sun.awt.datatransfer.ToolkitThreadBlockedHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.lwawt.macosx.CToolkitThreadBlockedHandler
  super_class: sun.awt.Mutex
{
  private long awtRunLoopMediator;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private final boolean processEvents;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CToolkitThreadBlockedHandler this
         0: .line 36
            aload 0 /* this */
            invokespecial sun.awt.Mutex.<init>:()V
         1: .line 32
            aload 0 /* this */
            lconst_0
            putfield sun.lwawt.macosx.CToolkitThreadBlockedHandler.awtRunLoopMediator:J
         2: .line 37
            aload 0 /* this */
            iconst_1
            putfield sun.lwawt.macosx.CToolkitThreadBlockedHandler.processEvents:Z
         3: .line 38
            return
        end local 0 // sun.lwawt.macosx.CToolkitThreadBlockedHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/lwawt/macosx/CToolkitThreadBlockedHandler;

  public void enter();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CToolkitThreadBlockedHandler this
         0: .line 41
            aload 0 /* this */
            invokevirtual sun.lwawt.macosx.CToolkitThreadBlockedHandler.isOwned:()Z
            ifne 2
         1: .line 42
            new java.lang.IllegalMonitorStateException
            dup
            invokespecial java.lang.IllegalMonitorStateException.<init>:()V
            athrow
         2: .line 44
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokestatic sun.lwawt.macosx.LWCToolkit.createAWTRunLoopMediator:()J
            putfield sun.lwawt.macosx.CToolkitThreadBlockedHandler.awtRunLoopMediator:J
         3: .line 45
            aload 0 /* this */
            invokevirtual sun.lwawt.macosx.CToolkitThreadBlockedHandler.unlock:()V
         4: .line 46
            aload 0 /* this */
            getfield sun.lwawt.macosx.CToolkitThreadBlockedHandler.awtRunLoopMediator:J
            aload 0 /* this */
            getfield sun.lwawt.macosx.CToolkitThreadBlockedHandler.processEvents:Z
            invokestatic sun.lwawt.macosx.LWCToolkit.doAWTRunLoop:(JZ)V
         5: .line 47
            aload 0 /* this */
            invokevirtual sun.lwawt.macosx.CToolkitThreadBlockedHandler.lock:()V
         6: .line 48
            return
        end local 0 // sun.lwawt.macosx.CToolkitThreadBlockedHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/lwawt/macosx/CToolkitThreadBlockedHandler;

  public void exit();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CToolkitThreadBlockedHandler this
         0: .line 51
            aload 0 /* this */
            invokevirtual sun.lwawt.macosx.CToolkitThreadBlockedHandler.isOwned:()Z
            ifne 2
         1: .line 52
            new java.lang.IllegalMonitorStateException
            dup
            invokespecial java.lang.IllegalMonitorStateException.<init>:()V
            athrow
         2: .line 54
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.lwawt.macosx.CToolkitThreadBlockedHandler.awtRunLoopMediator:J
            invokestatic sun.lwawt.macosx.LWCToolkit.stopAWTRunLoop:(J)V
         3: .line 55
            aload 0 /* this */
            lconst_0
            putfield sun.lwawt.macosx.CToolkitThreadBlockedHandler.awtRunLoopMediator:J
         4: .line 56
            return
        end local 0 // sun.lwawt.macosx.CToolkitThreadBlockedHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/lwawt/macosx/CToolkitThreadBlockedHandler;
}
SourceFile: "CToolkitThreadBlockedHandler.java"