class sun.awt.X11.XDnDDragSourceProtocol extends sun.awt.X11.XDragSourceProtocol
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.awt.X11.XDnDDragSourceProtocol
  super_class: sun.awt.X11.XDragSourceProtocol
{
  private static final sun.util.logging.PlatformLogger logger;
    descriptor: Lsun/util/logging/PlatformLogger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final sun.misc.Unsafe unsafe;
    descriptor: Lsun/misc/Unsafe;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  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 44
            ldc Lsun/awt/X11/XDnDDragSourceProtocol;
            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 sun.awt.X11.XDnDDragSourceProtocol.$assertionsDisabled:Z
         3: .line 46
            ldc "sun.awt.X11.xembed.xdnd.XDnDDragSourceProtocol"
            invokestatic sun.util.logging.PlatformLogger.getLogger:(Ljava/lang/String;)Lsun/util/logging/PlatformLogger;
         4: .line 45
            putstatic sun.awt.X11.XDnDDragSourceProtocol.logger:Lsun/util/logging/PlatformLogger;
         5: .line 48
            getstatic sun.awt.X11.XlibWrapper.unsafe:Lsun/misc/Unsafe;
            putstatic sun.awt.X11.XDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(sun.awt.X11.XDragSourceProtocolListener);
    descriptor: (Lsun/awt/X11/XDragSourceProtocolListener;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.X11.XDnDDragSourceProtocol this
        start local 1 // sun.awt.X11.XDragSourceProtocolListener listener
         0: .line 51
            aload 0 /* this */
            aload 1 /* listener */
            invokespecial sun.awt.X11.XDragSourceProtocol.<init>:(Lsun/awt/X11/XDragSourceProtocolListener;)V
         1: .line 52
            return
        end local 1 // sun.awt.X11.XDragSourceProtocolListener listener
        end local 0 // sun.awt.X11.XDnDDragSourceProtocol this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lsun/awt/X11/XDnDDragSourceProtocol;
            0    2     1  listener  Lsun/awt/X11/XDragSourceProtocolListener;
    MethodParameters:
          Name  Flags
      listener  

  static sun.awt.X11.XDragSourceProtocol createInstance(sun.awt.X11.XDragSourceProtocolListener);
    descriptor: (Lsun/awt/X11/XDragSourceProtocolListener;)Lsun/awt/X11/XDragSourceProtocol;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.awt.X11.XDragSourceProtocolListener listener
         0: .line 60
            new sun.awt.X11.XDnDDragSourceProtocol
            dup
            aload 0 /* listener */
            invokespecial sun.awt.X11.XDnDDragSourceProtocol.<init>:(Lsun/awt/X11/XDragSourceProtocolListener;)V
            areturn
        end local 0 // sun.awt.X11.XDragSourceProtocolListener listener
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  listener  Lsun/awt/X11/XDragSourceProtocolListener;
    MethodParameters:
          Name  Flags
      listener  

  public java.lang.String getProtocolName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.X11.XDnDDragSourceProtocol this
         0: .line 64
            ldc "XDnD"
            areturn
        end local 0 // sun.awt.X11.XDnDDragSourceProtocol this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11/XDnDDragSourceProtocol;

  protected void initializeDragImpl(int, java.awt.datatransfer.Transferable, java.util.Map, long[]);
    descriptor: (ILjava/awt/datatransfer/Transferable;Ljava/util/Map;[J)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=11, args_size=5
        start local 0 // sun.awt.X11.XDnDDragSourceProtocol this
        start local 1 // int actions
        start local 2 // java.awt.datatransfer.Transferable contents
        start local 3 // java.util.Map formatMap
        start local 4 // long[] formats
         0: .line 76
            getstatic sun.awt.X11.XDnDDragSourceProtocol.$assertionsDisabled:Z
            ifne 1
            invokestatic sun.awt.X11.XToolkit.isAWTLockHeldByCurrentThread:()Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 78
      StackMap locals:
      StackMap stack:
            invokestatic sun.awt.X11.XDragSourceProtocol.getDragSourceWindow:()J
            lstore 5 /* window */
        start local 5 // long window
         2: .line 80
            iconst_3
            invokestatic sun.awt.X11.Native.allocateLongArray:(I)J
            lstore 7 /* data */
        start local 7 // long data
         3: .line 81
            iconst_0
            istore 9 /* action_count */
        start local 9 // int action_count
         4: .line 83
            iload 1 /* actions */
            iconst_1
            iand
            ifeq 9
         5: .line 84
            lload 7 /* data */
            iload 9 /* action_count */
         6: .line 85
            getstatic sun.awt.X11.XDnDConstants.XA_XdndActionCopy:Lsun/awt/X11/XAtom;
            invokevirtual sun.awt.X11.XAtom.getAtom:()J
         7: .line 84
            invokestatic sun.awt.X11.Native.putLong:(JIJ)V
         8: .line 86
            iinc 9 /* action_count */ 1
         9: .line 88
      StackMap locals: long long int
      StackMap stack:
            iload 1 /* actions */
            iconst_2
            iand
            ifeq 14
        10: .line 89
            lload 7 /* data */
            iload 9 /* action_count */
        11: .line 90
            getstatic sun.awt.X11.XDnDConstants.XA_XdndActionMove:Lsun/awt/X11/XAtom;
            invokevirtual sun.awt.X11.XAtom.getAtom:()J
        12: .line 89
            invokestatic sun.awt.X11.Native.putLong:(JIJ)V
        13: .line 91
            iinc 9 /* action_count */ 1
        14: .line 93
      StackMap locals:
      StackMap stack:
            iload 1 /* actions */
            ldc 1073741824
            iand
            ifeq 19
        15: .line 94
            lload 7 /* data */
            iload 9 /* action_count */
        16: .line 95
            getstatic sun.awt.X11.XDnDConstants.XA_XdndActionLink:Lsun/awt/X11/XAtom;
            invokevirtual sun.awt.X11.XAtom.getAtom:()J
        17: .line 94
            invokestatic sun.awt.X11.Native.putLong:(JIJ)V
        18: .line 96
            iinc 9 /* action_count */ 1
        19: .line 99
      StackMap locals:
      StackMap stack:
            invokestatic sun.awt.X11.XErrorHandler$VerifyChangePropertyHandler.getInstance:()Lsun/awt/X11/XErrorHandler$VerifyChangePropertyHandler;
            invokestatic sun.awt.X11.XErrorHandlerUtil.WITH_XERROR_HANDLER:(Lsun/awt/X11/XErrorHandler;)V
        20: .line 100
            getstatic sun.awt.X11.XDnDConstants.XA_XdndActionList:Lsun/awt/X11/XAtom;
            lload 5 /* window */
        21: .line 101
            ldc 4
        22: .line 102
            lload 7 /* data */
            iload 9 /* action_count */
        23: .line 100
            invokevirtual sun.awt.X11.XAtom.setAtomData:(JJJI)V
        24: .line 103
            invokestatic sun.awt.X11.XErrorHandlerUtil.RESTORE_XERROR_HANDLER:()V
        25: .line 105
            getstatic sun.awt.X11.XErrorHandlerUtil.saved_error:Lsun/awt/X11/XErrorEvent;
            ifnull 33
        26: .line 106
            getstatic sun.awt.X11.XErrorHandlerUtil.saved_error:Lsun/awt/X11/XErrorEvent;
            invokevirtual sun.awt.X11.XErrorEvent.get_error_code:()B
            ifeq 33
        27: .line 107
            aload 0 /* this */
            invokevirtual sun.awt.X11.XDnDDragSourceProtocol.cleanup:()V
        28: .line 108
            new sun.awt.X11.XException
            dup
            ldc "Cannot write XdndActionList property"
            invokespecial sun.awt.X11.XException.<init>:(Ljava/lang/String;)V
            athrow
        29: .line 110
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 10
        30: .line 111
            getstatic sun.awt.X11.XDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 7 /* data */
            invokevirtual sun.misc.Unsafe.freeMemory:(J)V
        31: .line 112
            lconst_0
            lstore 7 /* data */
        32: .line 113
            aload 10
            athrow
        33: .line 111
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.X11.XDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 7 /* data */
            invokevirtual sun.misc.Unsafe.freeMemory:(J)V
        34: .line 112
            lconst_0
            lstore 7 /* data */
        35: .line 115
            aload 4 /* formats */
            arraylength
            invokestatic sun.awt.X11.Native.allocateLongArray:(I)J
            lstore 7 /* data */
        36: .line 118
            lload 7 /* data */
            aload 4 /* formats */
            invokestatic sun.awt.X11.Native.put:(J[J)V
        37: .line 120
            invokestatic sun.awt.X11.XErrorHandler$VerifyChangePropertyHandler.getInstance:()Lsun/awt/X11/XErrorHandler$VerifyChangePropertyHandler;
            invokestatic sun.awt.X11.XErrorHandlerUtil.WITH_XERROR_HANDLER:(Lsun/awt/X11/XErrorHandler;)V
        38: .line 121
            getstatic sun.awt.X11.XDnDConstants.XA_XdndTypeList:Lsun/awt/X11/XAtom;
            lload 5 /* window */
        39: .line 122
            ldc 4
        40: .line 123
            lload 7 /* data */
            aload 4 /* formats */
            arraylength
        41: .line 121
            invokevirtual sun.awt.X11.XAtom.setAtomData:(JJJI)V
        42: .line 124
            invokestatic sun.awt.X11.XErrorHandlerUtil.RESTORE_XERROR_HANDLER:()V
        43: .line 126
            getstatic sun.awt.X11.XErrorHandlerUtil.saved_error:Lsun/awt/X11/XErrorEvent;
            ifnull 51
        44: .line 127
            getstatic sun.awt.X11.XErrorHandlerUtil.saved_error:Lsun/awt/X11/XErrorEvent;
            invokevirtual sun.awt.X11.XErrorEvent.get_error_code:()B
            ifeq 51
        45: .line 128
            aload 0 /* this */
            invokevirtual sun.awt.X11.XDnDDragSourceProtocol.cleanup:()V
        46: .line 129
            new sun.awt.X11.XException
            dup
            ldc "Cannot write XdndActionList property"
            invokespecial sun.awt.X11.XException.<init>:(Ljava/lang/String;)V
            athrow
        47: .line 131
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 10
        48: .line 132
            getstatic sun.awt.X11.XDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 7 /* data */
            invokevirtual sun.misc.Unsafe.freeMemory:(J)V
        49: .line 133
            lconst_0
            lstore 7 /* data */
        50: .line 134
            aload 10
            athrow
        51: .line 132
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.X11.XDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 7 /* data */
            invokevirtual sun.misc.Unsafe.freeMemory:(J)V
        52: .line 133
            lconst_0
            lstore 7 /* data */
        53: .line 136
            getstatic sun.awt.X11.XDnDConstants.XDnDSelection:Lsun/awt/X11/XSelection;
            aload 2 /* contents */
            aload 3 /* formatMap */
            aload 4 /* formats */
        54: .line 137
            lconst_0
        55: .line 136
            invokevirtual sun.awt.X11.XSelection.setOwner:(Ljava/awt/datatransfer/Transferable;Ljava/util/Map;[JJ)Z
        56: .line 137
            ifne 59
        57: .line 138
            aload 0 /* this */
            invokevirtual sun.awt.X11.XDnDDragSourceProtocol.cleanup:()V
        58: .line 139
            new java.awt.dnd.InvalidDnDOperationException
            dup
            ldc "Cannot acquire selection ownership"
            invokespecial java.awt.dnd.InvalidDnDOperationException.<init>:(Ljava/lang/String;)V
            athrow
        59: .line 141
      StackMap locals:
      StackMap stack:
            return
        end local 9 // int action_count
        end local 7 // long data
        end local 5 // long window
        end local 4 // long[] formats
        end local 3 // java.util.Map formatMap
        end local 2 // java.awt.datatransfer.Transferable contents
        end local 1 // int actions
        end local 0 // sun.awt.X11.XDnDDragSourceProtocol this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   60     0          this  Lsun/awt/X11/XDnDDragSourceProtocol;
            0   60     1       actions  I
            0   60     2      contents  Ljava/awt/datatransfer/Transferable;
            0   60     3     formatMap  Ljava/util/Map;
            0   60     4       formats  [J
            2   60     5        window  J
            3   60     7          data  J
            4   60     9  action_count  I
      Exception table:
        from    to  target  type
           4    29      29  any
          36    47      47  any
    Exceptions:
      throws java.awt.dnd.InvalidDnDOperationException, java.lang.IllegalArgumentException, sun.awt.X11.XException
    MethodParameters:
           Name  Flags
      actions    
      contents   
      formatMap  
      formats    

  private boolean processXdndStatus(sun.awt.X11.XClientMessageEvent);
    descriptor: (Lsun/awt/X11/XClientMessageEvent;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.awt.X11.XDnDDragSourceProtocol this
        start local 1 // sun.awt.X11.XClientMessageEvent xclient
         0: .line 144
            iconst_0
            istore 2 /* action */
        start local 2 // int action
         1: .line 147
            aload 1 /* xclient */
            iconst_0
            invokevirtual sun.awt.X11.XClientMessageEvent.get_data:(I)J
            aload 0 /* this */
            invokevirtual sun.awt.X11.XDnDDragSourceProtocol.getTargetWindow:()J
            lcmp
            ifeq 3
         2: .line 148
            iconst_1
            ireturn
         3: .line 151
      StackMap locals: int
      StackMap stack:
            aload 1 /* xclient */
            iconst_1
            invokevirtual sun.awt.X11.XClientMessageEvent.get_data:(I)J
            lconst_1
            land
            lconst_0
            lcmp
            ifeq 5
         4: .line 154
            aload 1 /* xclient */
            iconst_4
            invokevirtual sun.awt.X11.XClientMessageEvent.get_data:(I)J
            invokestatic sun.awt.X11.XDnDConstants.getJavaActionForXDnDAction:(J)I
            istore 2 /* action */
         5: .line 157
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11.XDnDDragSourceProtocol.getProtocolListener:()Lsun/awt/X11/XDragSourceProtocolListener;
            iload 2 /* action */
            invokeinterface sun.awt.X11.XDragSourceProtocolListener.handleDragReply:(I)V
         6: .line 159
            iconst_1
            ireturn
        end local 2 // int action
        end local 1 // sun.awt.X11.XClientMessageEvent xclient
        end local 0 // sun.awt.X11.XDnDDragSourceProtocol this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lsun/awt/X11/XDnDDragSourceProtocol;
            0    7     1  xclient  Lsun/awt/X11/XClientMessageEvent;
            1    7     2   action  I
    MethodParameters:
         Name  Flags
      xclient  

  private boolean processXdndFinished(sun.awt.X11.XClientMessageEvent);
    descriptor: (Lsun/awt/X11/XClientMessageEvent;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // sun.awt.X11.XDnDDragSourceProtocol this
        start local 1 // sun.awt.X11.XClientMessageEvent xclient
         0: .line 164
            aload 1 /* xclient */
            iconst_0
            invokevirtual sun.awt.X11.XClientMessageEvent.get_data:(I)J
            aload 0 /* this */
            invokevirtual sun.awt.X11.XDnDDragSourceProtocol.getTargetWindow:()J
            lcmp
            ifeq 2
         1: .line 165
            iconst_1
            ireturn
         2: .line 168
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11.XDnDDragSourceProtocol.getTargetProtocolVersion:()I
            iconst_5
            if_icmplt 9
         3: .line 169
            aload 1 /* xclient */
            iconst_1
            invokevirtual sun.awt.X11.XClientMessageEvent.get_data:(I)J
            lconst_1
            land
            lconst_0
            lcmp
            ifeq 4
            iconst_1
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: istore 2 /* success */
        start local 2 // boolean success
         6: .line 170
            aload 1 /* xclient */
            iconst_2
            invokevirtual sun.awt.X11.XClientMessageEvent.get_data:(I)J
            invokestatic sun.awt.X11.XDnDConstants.getJavaActionForXDnDAction:(J)I
            istore 3 /* action */
        start local 3 // int action
         7: .line 171
            aload 0 /* this */
            invokevirtual sun.awt.X11.XDnDDragSourceProtocol.getProtocolListener:()Lsun/awt/X11/XDragSourceProtocolListener;
            iload 2 /* success */
            iload 3 /* action */
            invokeinterface sun.awt.X11.XDragSourceProtocolListener.handleDragFinished:(ZI)V
        end local 3 // int action
        end local 2 // boolean success
         8: .line 172
            goto 10
         9: .line 173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11.XDnDDragSourceProtocol.getProtocolListener:()Lsun/awt/X11/XDragSourceProtocolListener;
            invokeinterface sun.awt.X11.XDragSourceProtocolListener.handleDragFinished:()V
        10: .line 176
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11.XDnDDragSourceProtocol.finalizeDrop:()V
        11: .line 178
            iconst_1
            ireturn
        end local 1 // sun.awt.X11.XClientMessageEvent xclient
        end local 0 // sun.awt.X11.XDnDDragSourceProtocol this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Lsun/awt/X11/XDnDDragSourceProtocol;
            0   12     1  xclient  Lsun/awt/X11/XClientMessageEvent;
            6    8     2  success  Z
            7    8     3   action  I
    MethodParameters:
         Name  Flags
      xclient  

  public boolean processClientMessage(sun.awt.X11.XClientMessageEvent);
    descriptor: (Lsun/awt/X11/XClientMessageEvent;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.awt.X11.XDnDDragSourceProtocol this
        start local 1 // sun.awt.X11.XClientMessageEvent xclient
         0: .line 182
            aload 1 /* xclient */
            invokevirtual sun.awt.X11.XClientMessageEvent.get_message_type:()J
            getstatic sun.awt.X11.XDnDConstants.XA_XdndStatus:Lsun/awt/X11/XAtom;
            invokevirtual sun.awt.X11.XAtom.getAtom:()J
            lcmp
            ifne 2
         1: .line 183
            aload 0 /* this */
            aload 1 /* xclient */
            invokevirtual sun.awt.X11.XDnDDragSourceProtocol.processXdndStatus:(Lsun/awt/X11/XClientMessageEvent;)Z
            ireturn
         2: .line 184
      StackMap locals:
      StackMap stack:
            aload 1 /* xclient */
            invokevirtual sun.awt.X11.XClientMessageEvent.get_message_type:()J
            getstatic sun.awt.X11.XDnDConstants.XA_XdndFinished:Lsun/awt/X11/XAtom;
            invokevirtual sun.awt.X11.XAtom.getAtom:()J
            lcmp
            ifne 4
         3: .line 185
            aload 0 /* this */
            aload 1 /* xclient */
            invokevirtual sun.awt.X11.XDnDDragSourceProtocol.processXdndFinished:(Lsun/awt/X11/XClientMessageEvent;)Z
            ireturn
         4: .line 187
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // sun.awt.X11.XClientMessageEvent xclient
        end local 0 // sun.awt.X11.XDnDDragSourceProtocol this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lsun/awt/X11/XDnDDragSourceProtocol;
            0    5     1  xclient  Lsun/awt/X11/XClientMessageEvent;
    MethodParameters:
         Name  Flags
      xclient  

  public sun.awt.X11.XDragSourceProtocol$TargetWindowInfo getTargetWindowInfo(long);
    descriptor: (J)Lsun/awt/X11/XDragSourceProtocol$TargetWindowInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=12, locals=14, args_size=2
        start local 0 // sun.awt.X11.XDnDDragSourceProtocol this
        start local 1 // long window
         0: .line 192
            getstatic sun.awt.X11.XDnDDragSourceProtocol.$assertionsDisabled:Z
            ifne 1
            invokestatic sun.awt.X11.XToolkit.isAWTLockHeldByCurrentThread:()Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 195
      StackMap locals:
      StackMap stack:
            new sun.awt.X11.WindowPropertyGetter
            dup
            lload 1 /* window */
            getstatic sun.awt.X11.XDnDConstants.XA_XdndAware:Lsun/awt/X11/XAtom;
            lconst_0
            lconst_1
         2: .line 196
            iconst_0
            lconst_0
         3: .line 195
            invokespecial sun.awt.X11.WindowPropertyGetter.<init>:(JLsun/awt/X11/XAtom;JJZJ)V
         4: .line 194
            astore 3 /* wpg1 */
        start local 3 // sun.awt.X11.WindowPropertyGetter wpg1
         5: .line 198
            aload 3 /* wpg1 */
            invokestatic sun.awt.X11.XErrorHandler$IgnoreBadWindowHandler.getInstance:()Lsun/awt/X11/XErrorHandler$IgnoreBadWindowHandler;
            invokevirtual sun.awt.X11.WindowPropertyGetter.execute:(Lsun/awt/X11/XErrorHandler;)I
            istore 4 /* status */
        start local 4 // int status
         6: .line 200
            iload 4 /* status */
            ifne 64
         7: .line 201
            aload 3 /* wpg1 */
            invokevirtual sun.awt.X11.WindowPropertyGetter.getData:()J
            lconst_0
            lcmp
            ifeq 64
            aload 3 /* wpg1 */
            invokevirtual sun.awt.X11.WindowPropertyGetter.getActualType:()J
            ldc 4
            lcmp
            ifne 64
         8: .line 203
            aload 3 /* wpg1 */
            invokevirtual sun.awt.X11.WindowPropertyGetter.getData:()J
            invokestatic sun.awt.X11.Native.getLong:(J)J
            l2i
            istore 5 /* targetVersion */
        start local 5 // int targetVersion
         9: .line 205
            aload 3 /* wpg1 */
            invokevirtual sun.awt.X11.WindowPropertyGetter.dispose:()V
        10: .line 207
            iload 5 /* targetVersion */
            iconst_3
            if_icmplt 65
        11: .line 208
            lconst_0
            lstore 6 /* proxy */
        start local 6 // long proxy
        12: .line 210
            iload 5 /* targetVersion */
            iconst_5
            if_icmpge 14
        13: .line 211
            iload 5 /* targetVersion */
            goto 15
      StackMap locals: sun.awt.X11.XDnDDragSourceProtocol long sun.awt.X11.WindowPropertyGetter int int long
      StackMap stack:
        14: iconst_5
        15: .line 209
      StackMap locals:
      StackMap stack: int
            istore 8 /* protocolVersion */
        start local 8 // int protocolVersion
        16: .line 214
            new sun.awt.X11.WindowPropertyGetter
            dup
            lload 1 /* window */
            getstatic sun.awt.X11.XDnDConstants.XA_XdndProxy:Lsun/awt/X11/XAtom;
        17: .line 215
            lconst_0
            lconst_1
            iconst_0
            ldc 33
        18: .line 214
            invokespecial sun.awt.X11.WindowPropertyGetter.<init>:(JLsun/awt/X11/XAtom;JJZJ)V
        19: .line 213
            astore 9 /* wpg2 */
        start local 9 // sun.awt.X11.WindowPropertyGetter wpg2
        20: .line 218
            aload 9 /* wpg2 */
            invokestatic sun.awt.X11.XErrorHandler$IgnoreBadWindowHandler.getInstance:()Lsun/awt/X11/XErrorHandler$IgnoreBadWindowHandler;
            invokevirtual sun.awt.X11.WindowPropertyGetter.execute:(Lsun/awt/X11/XErrorHandler;)I
            istore 4 /* status */
        21: .line 220
            iload 4 /* status */
            ifne 29
        22: .line 221
            aload 9 /* wpg2 */
            invokevirtual sun.awt.X11.WindowPropertyGetter.getData:()J
            lconst_0
            lcmp
            ifeq 29
        23: .line 222
            aload 9 /* wpg2 */
            invokevirtual sun.awt.X11.WindowPropertyGetter.getActualType:()J
            ldc 33
            lcmp
            ifne 29
        24: .line 224
            aload 9 /* wpg2 */
            invokevirtual sun.awt.X11.WindowPropertyGetter.getData:()J
            invokestatic sun.awt.X11.Native.getLong:(J)J
            lstore 6 /* proxy */
        25: .line 226
            goto 29
      StackMap locals: sun.awt.X11.XDnDDragSourceProtocol long sun.awt.X11.WindowPropertyGetter int int long int sun.awt.X11.WindowPropertyGetter
      StackMap stack: java.lang.Throwable
        26: astore 10
        27: .line 227
            aload 9 /* wpg2 */
            invokevirtual sun.awt.X11.WindowPropertyGetter.dispose:()V
        28: .line 228
            aload 10
            athrow
        29: .line 227
      StackMap locals:
      StackMap stack:
            aload 9 /* wpg2 */
            invokevirtual sun.awt.X11.WindowPropertyGetter.dispose:()V
        30: .line 230
            lload 6 /* proxy */
            lconst_0
            lcmp
            ifeq 63
        31: .line 232
            new sun.awt.X11.WindowPropertyGetter
            dup
            lload 6 /* proxy */
            getstatic sun.awt.X11.XDnDConstants.XA_XdndProxy:Lsun/awt/X11/XAtom;
        32: .line 233
            lconst_0
            lconst_1
            iconst_0
            ldc 33
        33: .line 232
            invokespecial sun.awt.X11.WindowPropertyGetter.<init>:(JLsun/awt/X11/XAtom;JJZJ)V
        34: .line 231
            astore 10 /* wpg3 */
        start local 10 // sun.awt.X11.WindowPropertyGetter wpg3
        35: .line 236
            aload 10 /* wpg3 */
            invokestatic sun.awt.X11.XErrorHandler$IgnoreBadWindowHandler.getInstance:()Lsun/awt/X11/XErrorHandler$IgnoreBadWindowHandler;
            invokevirtual sun.awt.X11.WindowPropertyGetter.execute:(Lsun/awt/X11/XErrorHandler;)I
            istore 4 /* status */
        36: .line 238
            iload 4 /* status */
            ifne 40
        37: .line 239
            aload 10 /* wpg3 */
            invokevirtual sun.awt.X11.WindowPropertyGetter.getData:()J
            lconst_0
            lcmp
            ifeq 40
        38: .line 240
            aload 10 /* wpg3 */
            invokevirtual sun.awt.X11.WindowPropertyGetter.getActualType:()J
            ldc 33
            lcmp
            ifne 40
        39: .line 241
            aload 10 /* wpg3 */
            invokevirtual sun.awt.X11.WindowPropertyGetter.getData:()J
            invokestatic sun.awt.X11.Native.getLong:(J)J
            lload 6 /* proxy */
            lcmp
            ifeq 42
        40: .line 243
      StackMap locals: sun.awt.X11.WindowPropertyGetter
      StackMap stack:
            lconst_0
            lstore 6 /* proxy */
        41: .line 244
            goto 62
        42: .line 246
      StackMap locals:
      StackMap stack:
            new sun.awt.X11.WindowPropertyGetter
            dup
            lload 6 /* proxy */
        43: .line 247
            getstatic sun.awt.X11.XDnDConstants.XA_XdndAware:Lsun/awt/X11/XAtom;
        44: .line 248
            lconst_0
            lconst_1
            iconst_0
        45: .line 249
            lconst_0
        46: .line 246
            invokespecial sun.awt.X11.WindowPropertyGetter.<init>:(JLsun/awt/X11/XAtom;JJZJ)V
        47: .line 245
            astore 11 /* wpg4 */
        start local 11 // sun.awt.X11.WindowPropertyGetter wpg4
        48: .line 252
            aload 11 /* wpg4 */
            invokestatic sun.awt.X11.XErrorHandler$IgnoreBadWindowHandler.getInstance:()Lsun/awt/X11/XErrorHandler$IgnoreBadWindowHandler;
            invokevirtual sun.awt.X11.WindowPropertyGetter.execute:(Lsun/awt/X11/XErrorHandler;)I
            istore 4 /* status */
        49: .line 254
            iload 4 /* status */
            ifne 52
        50: .line 255
            aload 11 /* wpg4 */
            invokevirtual sun.awt.X11.WindowPropertyGetter.getData:()J
            lconst_0
            lcmp
            ifeq 52
        51: .line 256
            aload 11 /* wpg4 */
            invokevirtual sun.awt.X11.WindowPropertyGetter.getActualType:()J
            ldc 4
            lcmp
            ifeq 57
        52: .line 258
      StackMap locals: sun.awt.X11.WindowPropertyGetter
      StackMap stack:
            lconst_0
            lstore 6 /* proxy */
        53: .line 260
            goto 57
      StackMap locals:
      StackMap stack: java.lang.Throwable
        54: astore 12
        55: .line 261
            aload 11 /* wpg4 */
            invokevirtual sun.awt.X11.WindowPropertyGetter.dispose:()V
        56: .line 262
            aload 12
            athrow
        57: .line 261
      StackMap locals:
      StackMap stack:
            aload 11 /* wpg4 */
            invokevirtual sun.awt.X11.WindowPropertyGetter.dispose:()V
        end local 11 // sun.awt.X11.WindowPropertyGetter wpg4
        58: .line 264
            goto 62
      StackMap locals: sun.awt.X11.XDnDDragSourceProtocol long sun.awt.X11.WindowPropertyGetter int int long int sun.awt.X11.WindowPropertyGetter sun.awt.X11.WindowPropertyGetter
      StackMap stack: java.lang.Throwable
        59: astore 13
        60: .line 265
            aload 10 /* wpg3 */
            invokevirtual sun.awt.X11.WindowPropertyGetter.dispose:()V
        61: .line 266
            aload 13
            athrow
        62: .line 265
      StackMap locals:
      StackMap stack:
            aload 10 /* wpg3 */
            invokevirtual sun.awt.X11.WindowPropertyGetter.dispose:()V
        end local 10 // sun.awt.X11.WindowPropertyGetter wpg3
        63: .line 269
      StackMap locals:
      StackMap stack:
            new sun.awt.X11.XDragSourceProtocol$TargetWindowInfo
            dup
            lload 6 /* proxy */
            iload 8 /* protocolVersion */
            invokespecial sun.awt.X11.XDragSourceProtocol$TargetWindowInfo.<init>:(JI)V
            areturn
        end local 9 // sun.awt.X11.WindowPropertyGetter wpg2
        end local 8 // int protocolVersion
        end local 6 // long proxy
        end local 5 // int targetVersion
        64: .line 272
      StackMap locals: sun.awt.X11.XDnDDragSourceProtocol long sun.awt.X11.WindowPropertyGetter int
      StackMap stack:
            aload 3 /* wpg1 */
            invokevirtual sun.awt.X11.WindowPropertyGetter.dispose:()V
        65: .line 275
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 4 // int status
        end local 3 // sun.awt.X11.WindowPropertyGetter wpg1
        end local 1 // long window
        end local 0 // sun.awt.X11.XDnDDragSourceProtocol this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   66     0             this  Lsun/awt/X11/XDnDDragSourceProtocol;
            0   66     1           window  J
            5   66     3             wpg1  Lsun/awt/X11/WindowPropertyGetter;
            6   66     4           status  I
            9   64     5    targetVersion  I
           12   64     6            proxy  J
           16   64     8  protocolVersion  I
           20   64     9             wpg2  Lsun/awt/X11/WindowPropertyGetter;
           35   63    10             wpg3  Lsun/awt/X11/WindowPropertyGetter;
           48   58    11             wpg4  Lsun/awt/X11/WindowPropertyGetter;
      Exception table:
        from    to  target  type
          20    26      26  any
          48    54      54  any
          35    59      59  any
    MethodParameters:
        Name  Flags
      window  

  public void sendEnterMessage(long[], int, int, long);
    descriptor: ([JIIJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=10, args_size=5
        start local 0 // sun.awt.X11.XDnDDragSourceProtocol this
        start local 1 // long[] formats
        start local 2 // int sourceAction
        start local 3 // int sourceActions
        start local 4 // long time
         0: .line 280
            getstatic sun.awt.X11.XDnDDragSourceProtocol.$assertionsDisabled:Z
            ifne 1
            invokestatic sun.awt.X11.XToolkit.isAWTLockHeldByCurrentThread:()Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 281
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.X11.XDnDDragSourceProtocol.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            invokevirtual sun.awt.X11.XDnDDragSourceProtocol.getTargetWindow:()J
            lconst_0
            lcmp
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 282
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.X11.XDnDDragSourceProtocol.$assertionsDisabled:Z
            ifne 3
            aload 1 /* formats */
            ifnonnull 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 284
      StackMap locals:
      StackMap stack:
            new sun.awt.X11.XClientMessageEvent
            dup
            invokespecial sun.awt.X11.XClientMessageEvent.<init>:()V
            astore 6 /* msg */
        start local 6 // sun.awt.X11.XClientMessageEvent msg
         4: .line 286
            aload 6 /* msg */
            bipush 33
            invokevirtual sun.awt.X11.XClientMessageEvent.set_type:(I)V
         5: .line 287
            aload 6 /* msg */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XDnDDragSourceProtocol.getTargetWindow:()J
            invokevirtual sun.awt.X11.XClientMessageEvent.set_window:(J)V
         6: .line 288
            aload 6 /* msg */
            bipush 32
            invokevirtual sun.awt.X11.XClientMessageEvent.set_format:(I)V
         7: .line 289
            aload 6 /* msg */
            getstatic sun.awt.X11.XDnDConstants.XA_XdndEnter:Lsun/awt/X11/XAtom;
            invokevirtual sun.awt.X11.XAtom.getAtom:()J
            invokevirtual sun.awt.X11.XClientMessageEvent.set_message_type:(J)V
         8: .line 290
            aload 6 /* msg */
            iconst_0
            invokestatic sun.awt.X11.XDragSourceProtocol.getDragSourceWindow:()J
            invokevirtual sun.awt.X11.XClientMessageEvent.set_data:(IJ)V
         9: .line 292
            aload 0 /* this */
            invokevirtual sun.awt.X11.XDnDDragSourceProtocol.getTargetProtocolVersion:()I
            bipush 24
            ishl
            i2l
        10: .line 291
            lstore 7 /* data1 */
        start local 7 // long data1
        11: .line 293
            lload 7 /* data1 */
            aload 1 /* formats */
            arraylength
            iconst_3
            if_icmple 12
            iconst_1
            goto 13
      StackMap locals: sun.awt.X11.XDnDDragSourceProtocol long[] int int long sun.awt.X11.XClientMessageEvent long
      StackMap stack: long
        12: iconst_0
      StackMap locals: sun.awt.X11.XDnDDragSourceProtocol long[] int int long sun.awt.X11.XClientMessageEvent long
      StackMap stack: long int
        13: i2l
            lor
            lstore 7 /* data1 */
        14: .line 294
            aload 6 /* msg */
            iconst_1
            lload 7 /* data1 */
            invokevirtual sun.awt.X11.XClientMessageEvent.set_data:(IJ)V
        15: .line 295
            aload 6 /* msg */
            iconst_2
            aload 1 /* formats */
            arraylength
            ifle 16
            aload 1 /* formats */
            iconst_0
            laload
            goto 17
      StackMap locals: sun.awt.X11.XDnDDragSourceProtocol long[] int int long sun.awt.X11.XClientMessageEvent long
      StackMap stack: sun.awt.X11.XClientMessageEvent int
        16: lconst_0
      StackMap locals: sun.awt.X11.XDnDDragSourceProtocol long[] int int long sun.awt.X11.XClientMessageEvent long
      StackMap stack: sun.awt.X11.XClientMessageEvent int long
        17: invokevirtual sun.awt.X11.XClientMessageEvent.set_data:(IJ)V
        18: .line 296
            aload 6 /* msg */
            iconst_3
            aload 1 /* formats */
            arraylength
            iconst_1
            if_icmple 19
            aload 1 /* formats */
            iconst_1
            laload
            goto 20
      StackMap locals: sun.awt.X11.XDnDDragSourceProtocol long[] int int long sun.awt.X11.XClientMessageEvent long
      StackMap stack: sun.awt.X11.XClientMessageEvent int
        19: lconst_0
      StackMap locals: sun.awt.X11.XDnDDragSourceProtocol long[] int int long sun.awt.X11.XClientMessageEvent long
      StackMap stack: sun.awt.X11.XClientMessageEvent int long
        20: invokevirtual sun.awt.X11.XClientMessageEvent.set_data:(IJ)V
        21: .line 297
            aload 6 /* msg */
            iconst_4
            aload 1 /* formats */
            arraylength
            iconst_2
            if_icmple 22
            aload 1 /* formats */
            iconst_2
            laload
            goto 23
      StackMap locals: sun.awt.X11.XDnDDragSourceProtocol long[] int int long sun.awt.X11.XClientMessageEvent long
      StackMap stack: sun.awt.X11.XClientMessageEvent int
        22: lconst_0
      StackMap locals: sun.awt.X11.XDnDDragSourceProtocol long[] int int long sun.awt.X11.XClientMessageEvent long
      StackMap stack: sun.awt.X11.XClientMessageEvent int long
        23: invokevirtual sun.awt.X11.XClientMessageEvent.set_data:(IJ)V
        24: .line 298
            invokestatic sun.awt.X11.XToolkit.getDisplay:()J
        25: .line 299
            aload 0 /* this */
            invokevirtual sun.awt.X11.XDnDDragSourceProtocol.getTargetProxyWindow:()J
        26: .line 300
            iconst_0
            lconst_0
        27: .line 301
            aload 6 /* msg */
            getfield sun.awt.X11.XClientMessageEvent.pData:J
        28: .line 298
            invokestatic sun.awt.X11.XlibWrapper.XSendEvent:(JJZJJ)I
            pop
        end local 7 // long data1
        29: .line 302
            goto 33
      StackMap locals: sun.awt.X11.XDnDDragSourceProtocol long[] int int long sun.awt.X11.XClientMessageEvent
      StackMap stack: java.lang.Throwable
        30: astore 9
        31: .line 303
            aload 6 /* msg */
            invokevirtual sun.awt.X11.XClientMessageEvent.dispose:()V
        32: .line 304
            aload 9
            athrow
        33: .line 303
      StackMap locals:
      StackMap stack:
            aload 6 /* msg */
            invokevirtual sun.awt.X11.XClientMessageEvent.dispose:()V
        34: .line 305
            return
        end local 6 // sun.awt.X11.XClientMessageEvent msg
        end local 4 // long time
        end local 3 // int sourceActions
        end local 2 // int sourceAction
        end local 1 // long[] formats
        end local 0 // sun.awt.X11.XDnDDragSourceProtocol this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   35     0           this  Lsun/awt/X11/XDnDDragSourceProtocol;
            0   35     1        formats  [J
            0   35     2   sourceAction  I
            0   35     3  sourceActions  I
            0   35     4           time  J
            4   35     6            msg  Lsun/awt/X11/XClientMessageEvent;
           11   29     7          data1  J
      Exception table:
        from    to  target  type
           4    30      30  any
    MethodParameters:
               Name  Flags
      formats        
      sourceAction   
      sourceActions  
      time           

  public void sendMoveMessage(int, int, int, int, long);
    descriptor: (IIIIJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=9, args_size=6
        start local 0 // sun.awt.X11.XDnDDragSourceProtocol this
        start local 1 // int xRoot
        start local 2 // int yRoot
        start local 3 // int sourceAction
        start local 4 // int sourceActions
        start local 5 // long time
         0: .line 309
            getstatic sun.awt.X11.XDnDDragSourceProtocol.$assertionsDisabled:Z
            ifne 1
            invokestatic sun.awt.X11.XToolkit.isAWTLockHeldByCurrentThread:()Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 310
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.X11.XDnDDragSourceProtocol.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            invokevirtual sun.awt.X11.XDnDDragSourceProtocol.getTargetWindow:()J
            lconst_0
            lcmp
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 312
      StackMap locals:
      StackMap stack:
            new sun.awt.X11.XClientMessageEvent
            dup
            invokespecial sun.awt.X11.XClientMessageEvent.<init>:()V
            astore 7 /* msg */
        start local 7 // sun.awt.X11.XClientMessageEvent msg
         3: .line 314
            aload 7 /* msg */
            bipush 33
            invokevirtual sun.awt.X11.XClientMessageEvent.set_type:(I)V
         4: .line 315
            aload 7 /* msg */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XDnDDragSourceProtocol.getTargetWindow:()J
            invokevirtual sun.awt.X11.XClientMessageEvent.set_window:(J)V
         5: .line 316
            aload 7 /* msg */
            bipush 32
            invokevirtual sun.awt.X11.XClientMessageEvent.set_format:(I)V
         6: .line 317
            aload 7 /* msg */
            getstatic sun.awt.X11.XDnDConstants.XA_XdndPosition:Lsun/awt/X11/XAtom;
            invokevirtual sun.awt.X11.XAtom.getAtom:()J
            invokevirtual sun.awt.X11.XClientMessageEvent.set_message_type:(J)V
         7: .line 318
            aload 7 /* msg */
            iconst_0
            invokestatic sun.awt.X11.XDragSourceProtocol.getDragSourceWindow:()J
            invokevirtual sun.awt.X11.XClientMessageEvent.set_data:(IJ)V
         8: .line 319
            aload 7 /* msg */
            iconst_1
            lconst_0
            invokevirtual sun.awt.X11.XClientMessageEvent.set_data:(IJ)V
         9: .line 320
            aload 7 /* msg */
            iconst_2
            iload 1 /* xRoot */
            bipush 16
            ishl
            iload 2 /* yRoot */
            ior
            i2l
            invokevirtual sun.awt.X11.XClientMessageEvent.set_data:(IJ)V
        10: .line 321
            aload 7 /* msg */
            iconst_3
            lload 5 /* time */
            invokevirtual sun.awt.X11.XClientMessageEvent.set_data:(IJ)V
        11: .line 322
            aload 7 /* msg */
            iconst_4
            iload 3 /* sourceAction */
            invokestatic sun.awt.X11.XDnDConstants.getXDnDActionForJavaAction:(I)J
            invokevirtual sun.awt.X11.XClientMessageEvent.set_data:(IJ)V
        12: .line 323
            invokestatic sun.awt.X11.XToolkit.getDisplay:()J
        13: .line 324
            aload 0 /* this */
            invokevirtual sun.awt.X11.XDnDDragSourceProtocol.getTargetProxyWindow:()J
        14: .line 325
            iconst_0
            lconst_0
        15: .line 326
            aload 7 /* msg */
            getfield sun.awt.X11.XClientMessageEvent.pData:J
        16: .line 323
            invokestatic sun.awt.X11.XlibWrapper.XSendEvent:(JJZJJ)I
            pop
        17: .line 327
            goto 21
      StackMap locals: sun.awt.X11.XDnDDragSourceProtocol int int int int long sun.awt.X11.XClientMessageEvent
      StackMap stack: java.lang.Throwable
        18: astore 8
        19: .line 328
            aload 7 /* msg */
            invokevirtual sun.awt.X11.XClientMessageEvent.dispose:()V
        20: .line 329
            aload 8
            athrow
        21: .line 328
      StackMap locals:
      StackMap stack:
            aload 7 /* msg */
            invokevirtual sun.awt.X11.XClientMessageEvent.dispose:()V
        22: .line 330
            return
        end local 7 // sun.awt.X11.XClientMessageEvent msg
        end local 5 // long time
        end local 4 // int sourceActions
        end local 3 // int sourceAction
        end local 2 // int yRoot
        end local 1 // int xRoot
        end local 0 // sun.awt.X11.XDnDDragSourceProtocol this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   23     0           this  Lsun/awt/X11/XDnDDragSourceProtocol;
            0   23     1          xRoot  I
            0   23     2          yRoot  I
            0   23     3   sourceAction  I
            0   23     4  sourceActions  I
            0   23     5           time  J
            3   23     7            msg  Lsun/awt/X11/XClientMessageEvent;
      Exception table:
        from    to  target  type
           3    18      18  any
    MethodParameters:
               Name  Flags
      xRoot          
      yRoot          
      sourceAction   
      sourceActions  
      time           

  public void sendLeaveMessage(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=2
        start local 0 // sun.awt.X11.XDnDDragSourceProtocol this
        start local 1 // long time
         0: .line 333
            getstatic sun.awt.X11.XDnDDragSourceProtocol.$assertionsDisabled:Z
            ifne 1
            invokestatic sun.awt.X11.XToolkit.isAWTLockHeldByCurrentThread:()Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 334
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.X11.XDnDDragSourceProtocol.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            invokevirtual sun.awt.X11.XDnDDragSourceProtocol.getTargetWindow:()J
            lconst_0
            lcmp
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 336
      StackMap locals:
      StackMap stack:
            new sun.awt.X11.XClientMessageEvent
            dup
            invokespecial sun.awt.X11.XClientMessageEvent.<init>:()V
            astore 3 /* msg */
        start local 3 // sun.awt.X11.XClientMessageEvent msg
         3: .line 338
            aload 3 /* msg */
            bipush 33
            invokevirtual sun.awt.X11.XClientMessageEvent.set_type:(I)V
         4: .line 339
            aload 3 /* msg */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XDnDDragSourceProtocol.getTargetWindow:()J
            invokevirtual sun.awt.X11.XClientMessageEvent.set_window:(J)V
         5: .line 340
            aload 3 /* msg */
            bipush 32
            invokevirtual sun.awt.X11.XClientMessageEvent.set_format:(I)V
         6: .line 341
            aload 3 /* msg */
            getstatic sun.awt.X11.XDnDConstants.XA_XdndLeave:Lsun/awt/X11/XAtom;
            invokevirtual sun.awt.X11.XAtom.getAtom:()J
            invokevirtual sun.awt.X11.XClientMessageEvent.set_message_type:(J)V
         7: .line 342
            aload 3 /* msg */
            iconst_0
            invokestatic sun.awt.X11.XDragSourceProtocol.getDragSourceWindow:()J
            invokevirtual sun.awt.X11.XClientMessageEvent.set_data:(IJ)V
         8: .line 343
            aload 3 /* msg */
            iconst_1
            lconst_0
            invokevirtual sun.awt.X11.XClientMessageEvent.set_data:(IJ)V
         9: .line 344
            aload 3 /* msg */
            iconst_2
            lconst_0
            invokevirtual sun.awt.X11.XClientMessageEvent.set_data:(IJ)V
        10: .line 345
            aload 3 /* msg */
            iconst_3
            lconst_0
            invokevirtual sun.awt.X11.XClientMessageEvent.set_data:(IJ)V
        11: .line 346
            aload 3 /* msg */
            iconst_4
            lconst_0
            invokevirtual sun.awt.X11.XClientMessageEvent.set_data:(IJ)V
        12: .line 347
            invokestatic sun.awt.X11.XToolkit.getDisplay:()J
        13: .line 348
            aload 0 /* this */
            invokevirtual sun.awt.X11.XDnDDragSourceProtocol.getTargetProxyWindow:()J
        14: .line 349
            iconst_0
            lconst_0
        15: .line 350
            aload 3 /* msg */
            getfield sun.awt.X11.XClientMessageEvent.pData:J
        16: .line 347
            invokestatic sun.awt.X11.XlibWrapper.XSendEvent:(JJZJJ)I
            pop
        17: .line 351
            goto 21
      StackMap locals: sun.awt.X11.XDnDDragSourceProtocol long sun.awt.X11.XClientMessageEvent
      StackMap stack: java.lang.Throwable
        18: astore 4
        19: .line 352
            aload 3 /* msg */
            invokevirtual sun.awt.X11.XClientMessageEvent.dispose:()V
        20: .line 353
            aload 4
            athrow
        21: .line 352
      StackMap locals:
      StackMap stack:
            aload 3 /* msg */
            invokevirtual sun.awt.X11.XClientMessageEvent.dispose:()V
        22: .line 354
            return
        end local 3 // sun.awt.X11.XClientMessageEvent msg
        end local 1 // long time
        end local 0 // sun.awt.X11.XDnDDragSourceProtocol this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   23     0  this  Lsun/awt/X11/XDnDDragSourceProtocol;
            0   23     1  time  J
            3   23     3   msg  Lsun/awt/X11/XClientMessageEvent;
      Exception table:
        from    to  target  type
           3    18      18  any
    MethodParameters:
      Name  Flags
      time  

  public void sendDropMessage(int, int, int, int, long);
    descriptor: (IIIIJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=9, args_size=6
        start local 0 // sun.awt.X11.XDnDDragSourceProtocol this
        start local 1 // int xRoot
        start local 2 // int yRoot
        start local 3 // int sourceAction
        start local 4 // int sourceActions
        start local 5 // long time
         0: .line 359
            getstatic sun.awt.X11.XDnDDragSourceProtocol.$assertionsDisabled:Z
            ifne 1
            invokestatic sun.awt.X11.XToolkit.isAWTLockHeldByCurrentThread:()Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 360
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.X11.XDnDDragSourceProtocol.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            invokevirtual sun.awt.X11.XDnDDragSourceProtocol.getTargetWindow:()J
            lconst_0
            lcmp
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 362
      StackMap locals:
      StackMap stack:
            new sun.awt.X11.XClientMessageEvent
            dup
            invokespecial sun.awt.X11.XClientMessageEvent.<init>:()V
            astore 7 /* msg */
        start local 7 // sun.awt.X11.XClientMessageEvent msg
         3: .line 364
            aload 7 /* msg */
            bipush 33
            invokevirtual sun.awt.X11.XClientMessageEvent.set_type:(I)V
         4: .line 365
            aload 7 /* msg */
            aload 0 /* this */
            invokevirtual sun.awt.X11.XDnDDragSourceProtocol.getTargetWindow:()J
            invokevirtual sun.awt.X11.XClientMessageEvent.set_window:(J)V
         5: .line 366
            aload 7 /* msg */
            bipush 32
            invokevirtual sun.awt.X11.XClientMessageEvent.set_format:(I)V
         6: .line 367
            aload 7 /* msg */
            getstatic sun.awt.X11.XDnDConstants.XA_XdndDrop:Lsun/awt/X11/XAtom;
            invokevirtual sun.awt.X11.XAtom.getAtom:()J
            invokevirtual sun.awt.X11.XClientMessageEvent.set_message_type:(J)V
         7: .line 368
            aload 7 /* msg */
            iconst_0
            invokestatic sun.awt.X11.XDragSourceProtocol.getDragSourceWindow:()J
            invokevirtual sun.awt.X11.XClientMessageEvent.set_data:(IJ)V
         8: .line 369
            aload 7 /* msg */
            iconst_1
            lconst_0
            invokevirtual sun.awt.X11.XClientMessageEvent.set_data:(IJ)V
         9: .line 370
            aload 7 /* msg */
            iconst_2
            lload 5 /* time */
            invokevirtual sun.awt.X11.XClientMessageEvent.set_data:(IJ)V
        10: .line 371
            aload 7 /* msg */
            iconst_3
            lconst_0
            invokevirtual sun.awt.X11.XClientMessageEvent.set_data:(IJ)V
        11: .line 372
            aload 7 /* msg */
            iconst_4
            lconst_0
            invokevirtual sun.awt.X11.XClientMessageEvent.set_data:(IJ)V
        12: .line 373
            invokestatic sun.awt.X11.XToolkit.getDisplay:()J
        13: .line 374
            aload 0 /* this */
            invokevirtual sun.awt.X11.XDnDDragSourceProtocol.getTargetProxyWindow:()J
        14: .line 375
            iconst_0
            lconst_0
        15: .line 376
            aload 7 /* msg */
            getfield sun.awt.X11.XClientMessageEvent.pData:J
        16: .line 373
            invokestatic sun.awt.X11.XlibWrapper.XSendEvent:(JJZJJ)I
            pop
        17: .line 377
            goto 21
      StackMap locals: sun.awt.X11.XDnDDragSourceProtocol int int int int long sun.awt.X11.XClientMessageEvent
      StackMap stack: java.lang.Throwable
        18: astore 8
        19: .line 378
            aload 7 /* msg */
            invokevirtual sun.awt.X11.XClientMessageEvent.dispose:()V
        20: .line 379
            aload 8
            athrow
        21: .line 378
      StackMap locals:
      StackMap stack:
            aload 7 /* msg */
            invokevirtual sun.awt.X11.XClientMessageEvent.dispose:()V
        22: .line 380
            return
        end local 7 // sun.awt.X11.XClientMessageEvent msg
        end local 5 // long time
        end local 4 // int sourceActions
        end local 3 // int sourceAction
        end local 2 // int yRoot
        end local 1 // int xRoot
        end local 0 // sun.awt.X11.XDnDDragSourceProtocol this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   23     0           this  Lsun/awt/X11/XDnDDragSourceProtocol;
            0   23     1          xRoot  I
            0   23     2          yRoot  I
            0   23     3   sourceAction  I
            0   23     4  sourceActions  I
            0   23     5           time  J
            3   23     7            msg  Lsun/awt/X11/XClientMessageEvent;
      Exception table:
        from    to  target  type
           3    18      18  any
    MethodParameters:
               Name  Flags
      xRoot          
      yRoot          
      sourceAction   
      sourceActions  
      time           

  public boolean processProxyModeEvent(sun.awt.X11.XClientMessageEvent, long);
    descriptor: (Lsun/awt/X11/XClientMessageEvent;J)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=4, args_size=3
        start local 0 // sun.awt.X11.XDnDDragSourceProtocol this
        start local 1 // sun.awt.X11.XClientMessageEvent xclient
        start local 2 // long sourceWindow
         0: .line 384
            aload 1 /* xclient */
            invokevirtual sun.awt.X11.XClientMessageEvent.get_message_type:()J
            getstatic sun.awt.X11.XDnDConstants.XA_XdndStatus:Lsun/awt/X11/XAtom;
            invokevirtual sun.awt.X11.XAtom.getAtom:()J
            lcmp
            ifeq 2
         1: .line 385
            aload 1 /* xclient */
            invokevirtual sun.awt.X11.XClientMessageEvent.get_message_type:()J
            getstatic sun.awt.X11.XDnDConstants.XA_XdndFinished:Lsun/awt/X11/XAtom;
            invokevirtual sun.awt.X11.XAtom.getAtom:()J
            lcmp
            ifne 19
         2: .line 387
      StackMap locals:
      StackMap stack:
            aload 1 /* xclient */
            invokevirtual sun.awt.X11.XClientMessageEvent.get_message_type:()J
            getstatic sun.awt.X11.XDnDConstants.XA_XdndFinished:Lsun/awt/X11/XAtom;
            invokevirtual sun.awt.X11.XAtom.getAtom:()J
            lcmp
            ifne 4
         3: .line 388
            lconst_0
            invokestatic sun.awt.X11.XDragSourceContextPeer.setProxyModeSourceWindow:(J)V
         4: .line 394
      StackMap locals:
      StackMap stack:
            aload 1 /* xclient */
            invokevirtual sun.awt.X11.XClientMessageEvent.get_window:()J
            lload 2 /* sourceWindow */
            lcmp
            ifne 6
         5: .line 395
            iconst_0
            ireturn
         6: .line 398
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.X11.XDnDDragSourceProtocol.logger:Lsun/util/logging/PlatformLogger;
            getstatic sun.util.logging.PlatformLogger$Level.FINEST:Lsun/util/logging/PlatformLogger$Level;
            invokevirtual sun.util.logging.PlatformLogger.isLoggable:(Lsun/util/logging/PlatformLogger$Level;)Z
            ifeq 11
         7: .line 399
            getstatic sun.awt.X11.XDnDDragSourceProtocol.logger:Lsun/util/logging/PlatformLogger;
            new java.lang.StringBuilder
            dup
            ldc "        sourceWindow="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            lload 2 /* sourceWindow */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
         8: .line 400
            ldc " get_window="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* xclient */
            invokevirtual sun.awt.X11.XClientMessageEvent.get_window:()J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
         9: .line 401
            ldc " xclient="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* xclient */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        10: .line 399
            invokevirtual sun.util.logging.PlatformLogger.finest:(Ljava/lang/String;)V
        11: .line 403
      StackMap locals:
      StackMap stack:
            aload 1 /* xclient */
            iconst_0
            aload 1 /* xclient */
            invokevirtual sun.awt.X11.XClientMessageEvent.get_window:()J
            invokevirtual sun.awt.X11.XClientMessageEvent.set_data:(IJ)V
        12: .line 404
            aload 1 /* xclient */
            lload 2 /* sourceWindow */
            invokevirtual sun.awt.X11.XClientMessageEvent.set_window:(J)V
        13: .line 406
            getstatic sun.awt.X11.XDnDDragSourceProtocol.$assertionsDisabled:Z
            ifne 14
            invokestatic sun.awt.X11.XToolkit.isAWTLockHeldByCurrentThread:()Z
            ifne 14
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        14: .line 408
      StackMap locals:
      StackMap stack:
            invokestatic sun.awt.X11.XToolkit.getDisplay:()J
            lload 2 /* sourceWindow */
        15: .line 409
            iconst_0
            lconst_0
        16: .line 410
            aload 1 /* xclient */
            getfield sun.awt.X11.XClientMessageEvent.pData:J
        17: .line 408
            invokestatic sun.awt.X11.XlibWrapper.XSendEvent:(JJZJJ)I
            pop
        18: .line 412
            iconst_1
            ireturn
        19: .line 415
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // long sourceWindow
        end local 1 // sun.awt.X11.XClientMessageEvent xclient
        end local 0 // sun.awt.X11.XDnDDragSourceProtocol this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   20     0          this  Lsun/awt/X11/XDnDDragSourceProtocol;
            0   20     1       xclient  Lsun/awt/X11/XClientMessageEvent;
            0   20     2  sourceWindow  J
    MethodParameters:
              Name  Flags
      xclient       
      sourceWindow  

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.X11.XDnDDragSourceProtocol this
         0: .line 421
            aload 0 /* this */
            invokevirtual sun.awt.X11.XDnDDragSourceProtocol.cleanup:()V
         1: .line 422
            return
        end local 0 // sun.awt.X11.XDnDDragSourceProtocol this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/X11/XDnDDragSourceProtocol;
}
SourceFile: "XDnDDragSourceProtocol.java"
InnerClasses:
  public TargetWindowInfo = sun.awt.X11.XDragSourceProtocol$TargetWindowInfo of sun.awt.X11.XDragSourceProtocol
  public IgnoreBadWindowHandler = sun.awt.X11.XErrorHandler$IgnoreBadWindowHandler of sun.awt.X11.XErrorHandler
  public VerifyChangePropertyHandler = sun.awt.X11.XErrorHandler$VerifyChangePropertyHandler of sun.awt.X11.XErrorHandler
  public final Level = sun.util.logging.PlatformLogger$Level of sun.util.logging.PlatformLogger