class sun.lwawt.macosx.CPlatformWindow$16 implements sun.lwawt.macosx.CFRetainedResource$CFNativeAction
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.lwawt.macosx.CPlatformWindow$16
  super_class: java.lang.Object
{
  final sun.lwawt.macosx.CPlatformWindow this$0;
    descriptor: Lsun/lwawt/macosx/CPlatformWindow;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final sun.lwawt.macosx.CMenuBar val$mbPeer;
    descriptor: Lsun/lwawt/macosx/CMenuBar;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.lwawt.macosx.CPlatformWindow, sun.lwawt.macosx.CMenuBar);
    descriptor: (Lsun/lwawt/macosx/CPlatformWindow;Lsun/lwawt/macosx/CMenuBar;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.lwawt.macosx.CPlatformWindow$16 this
         0: .line 475
            aload 0 /* this */
            aload 1
            putfield sun.lwawt.macosx.CPlatformWindow$16.this$0:Lsun/lwawt/macosx/CPlatformWindow;
            aload 0 /* this */
            aload 2
            putfield sun.lwawt.macosx.CPlatformWindow$16.val$mbPeer:Lsun/lwawt/macosx/CMenuBar;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.lwawt.macosx.CPlatformWindow$16 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CPlatformWindow$16;
    MethodParameters:
            Name  Flags
      this$0      final
      val$mbPeer  final

  public void run(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // sun.lwawt.macosx.CPlatformWindow$16 this
        start local 1 // long nsWindowPtr
         0: .line 478
            aload 0 /* this */
            getfield sun.lwawt.macosx.CPlatformWindow$16.val$mbPeer:Lsun/lwawt/macosx/CMenuBar;
            ifnull 3
         1: .line 479
            aload 0 /* this */
            getfield sun.lwawt.macosx.CPlatformWindow$16.val$mbPeer:Lsun/lwawt/macosx/CMenuBar;
            new sun.lwawt.macosx.CPlatformWindow$16$1
            dup
            aload 0 /* this */
            lload 1 /* nsWindowPtr */
            invokespecial sun.lwawt.macosx.CPlatformWindow$16$1.<init>:(Lsun/lwawt/macosx/CPlatformWindow$16;J)V
            invokevirtual sun.lwawt.macosx.CMenuBar.execute:(Lsun/lwawt/macosx/CFRetainedResource$CFNativeAction;)V
         2: .line 485
            goto 4
         3: .line 486
      StackMap locals:
      StackMap stack:
            lload 1 /* nsWindowPtr */
            lconst_0
            invokestatic sun.lwawt.macosx.CPlatformWindow.nativeSetNSWindowMenuBar:(JJ)V
         4: .line 488
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long nsWindowPtr
        end local 0 // sun.lwawt.macosx.CPlatformWindow$16 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lsun/lwawt/macosx/CPlatformWindow$16;
            0    5     1  nsWindowPtr  J
    MethodParameters:
             Name  Flags
      nsWindowPtr  final
}
SourceFile: "CPlatformWindow.java"
EnclosingMethod: sun.lwawt.macosx.CPlatformWindow.setMenuBar:(Ljava/awt/MenuBar;)V
NestHost: sun.lwawt.macosx.CPlatformWindow
InnerClasses:
  public abstract CFNativeAction = sun.lwawt.macosx.CFRetainedResource$CFNativeAction of sun.lwawt.macosx.CFRetainedResource
  sun.lwawt.macosx.CPlatformWindow$16
  sun.lwawt.macosx.CPlatformWindow$16$1