class sun.awt.X11.MotifDnDDragSourceProtocol extends sun.awt.X11.XDragSourceProtocol implements sun.awt.X11.XEventDispatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.awt.X11.MotifDnDDragSourceProtocol
  super_class: sun.awt.X11.XDragSourceProtocol
{
  private static final sun.misc.Unsafe unsafe;
    descriptor: Lsun/misc/Unsafe;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private long targetEnterServerTime;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  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 42
            ldc Lsun/awt/X11/MotifDnDDragSourceProtocol;
            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.MotifDnDDragSourceProtocol.$assertionsDisabled:Z
         3: .line 45
            getstatic sun.awt.X11.XlibWrapper.unsafe:Lsun/misc/Unsafe;
            putstatic sun.awt.X11.MotifDnDDragSourceProtocol.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=3, locals=2, args_size=2
        start local 0 // sun.awt.X11.MotifDnDDragSourceProtocol this
        start local 1 // sun.awt.X11.XDragSourceProtocolListener listener
         0: .line 50
            aload 0 /* this */
            aload 1 /* listener */
            invokespecial sun.awt.X11.XDragSourceProtocol.<init>:(Lsun/awt/X11/XDragSourceProtocolListener;)V
         1: .line 47
            aload 0 /* this */
            lconst_0
            putfield sun.awt.X11.MotifDnDDragSourceProtocol.targetEnterServerTime:J
         2: .line 51
            invokestatic sun.awt.X11.XWindow.getXAWTRootWindow:()Lsun/awt/X11/XRootWindow;
            invokevirtual sun.awt.X11.XRootWindow.getWindow:()J
            aload 0 /* this */
            invokestatic sun.awt.X11.XToolkit.addEventDispatcher:(JLsun/awt/X11/XEventDispatcher;)V
         3: .line 52
            return
        end local 1 // sun.awt.X11.XDragSourceProtocolListener listener
        end local 0 // sun.awt.X11.MotifDnDDragSourceProtocol this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lsun/awt/X11/MotifDnDDragSourceProtocol;
            0    4     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.MotifDnDDragSourceProtocol
            dup
            aload 0 /* listener */
            invokespecial sun.awt.X11.MotifDnDDragSourceProtocol.<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.MotifDnDDragSourceProtocol this
         0: .line 64
            ldc "MotifDnD"
            areturn
        end local 0 // sun.awt.X11.MotifDnDDragSourceProtocol this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11/MotifDnDDragSourceProtocol;

  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=6, locals=8, args_size=5
        start local 0 // sun.awt.X11.MotifDnDDragSourceProtocol 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 72
            invokestatic sun.awt.X11.XDragSourceProtocol.getDragSourceWindow:()J
            lstore 5 /* window */
        start local 5 // long window
         1: .line 76
            aload 4 /* formats */
            invokestatic sun.awt.X11.MotifDnDConstants.getIndexForTargetList:([J)I
            istore 7 /* index */
        start local 7 // int index
         2: .line 78
            lload 5 /* window */
            iload 7 /* index */
            invokestatic sun.awt.X11.MotifDnDConstants.writeDragInitiatorInfoStruct:(JI)V
        end local 7 // int index
         3: .line 79
            goto 10
      StackMap locals: sun.awt.X11.MotifDnDDragSourceProtocol int java.awt.datatransfer.Transferable java.util.Map long[] long
      StackMap stack: sun.awt.X11.XException
         4: astore 7 /* xe */
        start local 7 // sun.awt.X11.XException xe
         5: .line 80
            aload 0 /* this */
            invokevirtual sun.awt.X11.MotifDnDDragSourceProtocol.cleanup:()V
         6: .line 81
            aload 7 /* xe */
            athrow
        end local 7 // sun.awt.X11.XException xe
         7: .line 82
      StackMap locals:
      StackMap stack: java.awt.dnd.InvalidDnDOperationException
            astore 7 /* idoe */
        start local 7 // java.awt.dnd.InvalidDnDOperationException idoe
         8: .line 83
            aload 0 /* this */
            invokevirtual sun.awt.X11.MotifDnDDragSourceProtocol.cleanup:()V
         9: .line 84
            aload 7 /* idoe */
            athrow
        end local 7 // java.awt.dnd.InvalidDnDOperationException idoe
        10: .line 87
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.X11.MotifDnDConstants.MotifDnDSelection:Lsun/awt/X11/XSelection;
            aload 2 /* contents */
            aload 3 /* formatMap */
        11: .line 88
            aload 4 /* formats */
        12: .line 89
            lconst_0
        13: .line 87
            invokevirtual sun.awt.X11.XSelection.setOwner:(Ljava/awt/datatransfer/Transferable;Ljava/util/Map;[JJ)Z
        14: .line 89
            ifne 17
        15: .line 90
            aload 0 /* this */
            invokevirtual sun.awt.X11.MotifDnDDragSourceProtocol.cleanup:()V
        16: .line 91
            new java.awt.dnd.InvalidDnDOperationException
            dup
            ldc "Cannot acquire selection ownership"
            invokespecial java.awt.dnd.InvalidDnDOperationException.<init>:(Ljava/lang/String;)V
            athrow
        17: .line 93
      StackMap locals:
      StackMap stack:
            return
        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.MotifDnDDragSourceProtocol this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   18     0       this  Lsun/awt/X11/MotifDnDDragSourceProtocol;
            0   18     1    actions  I
            0   18     2   contents  Ljava/awt/datatransfer/Transferable;
            0   18     3  formatMap  Ljava/util/Map;
            0   18     4    formats  [J
            1   18     5     window  J
            2    3     7      index  I
            5    7     7         xe  Lsun/awt/X11/XException;
            8   10     7       idoe  Ljava/awt/dnd/InvalidDnDOperationException;
      Exception table:
        from    to  target  type
           1     3       4  Class sun.awt.X11.XException
           1     3       7  Class java.awt.dnd.InvalidDnDOperationException
    Exceptions:
      throws java.awt.dnd.InvalidDnDOperationException, java.lang.IllegalArgumentException, sun.awt.X11.XException
    MethodParameters:
           Name  Flags
      actions    
      contents   
      formatMap  
      formats    

  public boolean processClientMessage(sun.awt.X11.XClientMessageEvent);
    descriptor: (Lsun/awt/X11/XClientMessageEvent;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=19, args_size=2
        start local 0 // sun.awt.X11.MotifDnDDragSourceProtocol this
        start local 1 // sun.awt.X11.XClientMessageEvent xclient
         0: .line 101
            aload 1 /* xclient */
            invokevirtual sun.awt.X11.XClientMessageEvent.get_message_type:()J
         1: .line 102
            getstatic sun.awt.X11.MotifDnDConstants.XA_MOTIF_DRAG_AND_DROP_MESSAGE:Lsun/awt/X11/XAtom;
            invokevirtual sun.awt.X11.XAtom.getAtom:()J
         2: .line 101
            lcmp
            ifeq 4
         3: .line 103
            iconst_0
            ireturn
         4: .line 106
      StackMap locals:
      StackMap stack:
            aload 1 /* xclient */
            invokevirtual sun.awt.X11.XClientMessageEvent.get_data:()J
            lstore 2 /* data */
        start local 2 // long data
         5: .line 107
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 2 /* data */
            invokevirtual sun.misc.Unsafe.getByte:(J)B
         6: .line 108
            bipush 127
         7: .line 107
            iand
            i2b
            istore 4 /* reason */
        start local 4 // byte reason
         8: .line 109
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 2 /* data */
            invokevirtual sun.misc.Unsafe.getByte:(J)B
         9: .line 110
            bipush -128
        10: .line 109
            iand
            i2b
            istore 5 /* origin */
        start local 5 // byte origin
        11: .line 111
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 2 /* data */
            lconst_1
            ladd
            invokevirtual sun.misc.Unsafe.getByte:(J)B
            istore 6 /* byteOrder */
        start local 6 // byte byteOrder
        12: .line 112
            iload 6 /* byteOrder */
            invokestatic sun.awt.X11.MotifDnDConstants.getByteOrderByte:()B
            if_icmpeq 13
            iconst_1
            goto 14
      StackMap locals: sun.awt.X11.MotifDnDDragSourceProtocol sun.awt.X11.XClientMessageEvent long int int int
      StackMap stack:
        13: iconst_0
      StackMap locals:
      StackMap stack: int
        14: istore 7 /* swapNeeded */
        start local 7 // boolean swapNeeded
        15: .line 113
            iconst_0
            istore 8 /* action */
        start local 8 // int action
        16: .line 114
            iconst_0
            istore 9 /* x */
        start local 9 // int x
        17: .line 115
            iconst_0
            istore 10 /* y */
        start local 10 // int y
        18: .line 118
            iload 5 /* origin */
            bipush -128
            if_icmpeq 20
        19: .line 119
            iconst_0
            ireturn
        20: .line 122
      StackMap locals: sun.awt.X11.MotifDnDDragSourceProtocol sun.awt.X11.XClientMessageEvent long int int int int int int int
      StackMap stack:
            iload 4 /* reason */
            tableswitch { // 2 - 8
                    2: 21
                    3: 21
                    4: 21
                    5: 22
                    6: 22
                    7: 22
                    8: 21
              default: 22
          }
        21: .line 127
      StackMap locals:
      StackMap stack:
            goto 23
        22: .line 130
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        23: .line 133
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 2 /* data */
            ldc 4
            ladd
            invokevirtual sun.misc.Unsafe.getInt:(J)I
            istore 11 /* t */
        start local 11 // int t
        24: .line 134
            iload 7 /* swapNeeded */
            ifeq 26
        25: .line 135
            iload 11 /* t */
            invokestatic sun.awt.X11.MotifDnDConstants$Swapper.swap:(I)I
            istore 11 /* t */
        26: .line 137
      StackMap locals: int
      StackMap stack:
            iload 11 /* t */
            i2l
            ldc 4294967295
            land
            lstore 12 /* time */
        start local 12 // long time
        27: .line 141
            aload 0 /* this */
            getfield sun.awt.X11.MotifDnDDragSourceProtocol.targetEnterServerTime:J
            lconst_0
            lcmp
            ifeq 29
        28: .line 142
            lload 12 /* time */
            aload 0 /* this */
            getfield sun.awt.X11.MotifDnDDragSourceProtocol.targetEnterServerTime:J
            lcmp
            ifge 30
        29: .line 143
      StackMap locals: long
      StackMap stack:
            iconst_1
            ireturn
        30: .line 146
      StackMap locals:
      StackMap stack:
            iload 4 /* reason */
            iconst_4
            if_icmpeq 51
        31: .line 147
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 2 /* data */
            ldc 2
            ladd
            invokevirtual sun.misc.Unsafe.getShort:(J)S
            istore 14 /* flags */
        start local 14 // short flags
        32: .line 148
            iload 7 /* swapNeeded */
            ifeq 34
        33: .line 149
            iload 14 /* flags */
            invokestatic sun.awt.X11.MotifDnDConstants$Swapper.swap:(S)S
            istore 14 /* flags */
        34: .line 152
      StackMap locals: int
      StackMap stack:
            iload 14 /* flags */
            sipush 240
            iand
        35: .line 153
            iconst_4
        36: .line 152
            ishr
            i2b
            istore 15 /* status */
        start local 15 // byte status
        37: .line 154
            iload 14 /* flags */
            bipush 15
            iand
        38: .line 155
            iconst_0
        39: .line 154
            ishr
            i2b
            istore 16 /* motif_action */
        start local 16 // byte motif_action
        40: .line 157
            iload 15 /* status */
            iconst_3
            if_icmpne 43
        41: .line 158
            iload 16 /* motif_action */
            invokestatic sun.awt.X11.MotifDnDConstants.getJavaActionsForMotifActions:(I)I
            istore 8 /* action */
        42: .line 159
            goto 44
        43: .line 160
      StackMap locals: int int
      StackMap stack:
            iconst_0
            istore 8 /* action */
        44: .line 163
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 2 /* data */
            ldc 8
            ladd
            invokevirtual sun.misc.Unsafe.getShort:(J)S
            istore 17 /* tx */
        start local 17 // short tx
        45: .line 164
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 2 /* data */
            ldc 10
            ladd
            invokevirtual sun.misc.Unsafe.getShort:(J)S
            istore 18 /* ty */
        start local 18 // short ty
        46: .line 165
            iload 7 /* swapNeeded */
            ifeq 49
        47: .line 166
            iload 17 /* tx */
            invokestatic sun.awt.X11.MotifDnDConstants$Swapper.swap:(S)S
            istore 17 /* tx */
        48: .line 167
            iload 18 /* ty */
            invokestatic sun.awt.X11.MotifDnDConstants$Swapper.swap:(S)S
            istore 18 /* ty */
        49: .line 169
      StackMap locals: int int
      StackMap stack:
            iload 17 /* tx */
            istore 9 /* x */
        50: .line 170
            iload 18 /* ty */
            istore 10 /* y */
        end local 18 // short ty
        end local 17 // short tx
        end local 16 // byte motif_action
        end local 15 // byte status
        end local 14 // short flags
        51: .line 173
      StackMap locals: sun.awt.X11.MotifDnDDragSourceProtocol sun.awt.X11.XClientMessageEvent long int int int int int int int int long
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11.MotifDnDDragSourceProtocol.getProtocolListener:()Lsun/awt/X11/XDragSourceProtocolListener;
            iload 8 /* action */
            iload 9 /* x */
            iload 10 /* y */
            invokeinterface sun.awt.X11.XDragSourceProtocolListener.handleDragReply:(III)V
        52: .line 175
            iconst_1
            ireturn
        end local 12 // long time
        end local 11 // int t
        end local 10 // int y
        end local 9 // int x
        end local 8 // int action
        end local 7 // boolean swapNeeded
        end local 6 // byte byteOrder
        end local 5 // byte origin
        end local 4 // byte reason
        end local 2 // long data
        end local 1 // sun.awt.X11.XClientMessageEvent xclient
        end local 0 // sun.awt.X11.MotifDnDDragSourceProtocol this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   53     0          this  Lsun/awt/X11/MotifDnDDragSourceProtocol;
            0   53     1       xclient  Lsun/awt/X11/XClientMessageEvent;
            5   53     2          data  J
            8   53     4        reason  B
           11   53     5        origin  B
           12   53     6     byteOrder  B
           15   53     7    swapNeeded  Z
           16   53     8        action  I
           17   53     9             x  I
           18   53    10             y  I
           24   53    11             t  I
           27   53    12          time  J
           32   51    14         flags  S
           37   51    15        status  B
           40   51    16  motif_action  B
           45   51    17            tx  S
           46   51    18            ty  S
    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=13, args_size=2
        start local 0 // sun.awt.X11.MotifDnDDragSourceProtocol this
        start local 1 // long window
         0: .line 179
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.$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 182
      StackMap locals:
      StackMap stack:
            new sun.awt.X11.WindowPropertyGetter
            dup
            lload 1 /* window */
         2: .line 183
            getstatic sun.awt.X11.MotifDnDConstants.XA_MOTIF_DRAG_RECEIVER_INFO:Lsun/awt/X11/XAtom;
         3: .line 184
            lconst_0
            ldc 65535
            iconst_0
         4: .line 185
            lconst_0
         5: .line 182
            invokespecial sun.awt.X11.WindowPropertyGetter.<init>:(JLsun/awt/X11/XAtom;JJZJ)V
         6: .line 181
            astore 3 /* wpg */
        start local 3 // sun.awt.X11.WindowPropertyGetter wpg
         7: .line 188
            aload 3 /* wpg */
            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
         8: .line 204
            iload 4 /* status */
            ifne 25
            aload 3 /* wpg */
            invokevirtual sun.awt.X11.WindowPropertyGetter.getData:()J
            lconst_0
            lcmp
            ifeq 25
         9: .line 205
            aload 3 /* wpg */
            invokevirtual sun.awt.X11.WindowPropertyGetter.getActualType:()J
            lconst_0
            lcmp
            ifeq 25
            aload 3 /* wpg */
            invokevirtual sun.awt.X11.WindowPropertyGetter.getActualFormat:()I
            bipush 8
            if_icmpne 25
        10: .line 206
            aload 3 /* wpg */
            invokevirtual sun.awt.X11.WindowPropertyGetter.getNumberOfItems:()I
        11: .line 207
            bipush 16
            if_icmplt 25
        12: .line 209
            aload 3 /* wpg */
            invokevirtual sun.awt.X11.WindowPropertyGetter.getData:()J
            lstore 5 /* data */
        start local 5 // long data
        13: .line 210
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 5 /* data */
            invokevirtual sun.misc.Unsafe.getByte:(J)B
            istore 7 /* byteOrderByte */
        start local 7 // byte byteOrderByte
        14: .line 211
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 5 /* data */
            ldc 2
            ladd
            invokevirtual sun.misc.Unsafe.getByte:(J)B
            istore 8 /* dragProtocolStyle */
        start local 8 // byte dragProtocolStyle
        15: .line 212
            iload 8 /* dragProtocolStyle */
            tableswitch { // 2 - 6
                    2: 16
                    3: 23
                    4: 16
                    5: 16
                    6: 16
              default: 23
          }
        16: .line 217
      StackMap locals: sun.awt.X11.MotifDnDDragSourceProtocol long sun.awt.X11.WindowPropertyGetter int long int int
      StackMap stack:
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 5 /* data */
            ldc 4
            ladd
            invokevirtual sun.misc.Unsafe.getInt:(J)I
            istore 9 /* proxy */
        start local 9 // int proxy
        17: .line 218
            iload 7 /* byteOrderByte */
            invokestatic sun.awt.X11.MotifDnDConstants.getByteOrderByte:()B
            if_icmpeq 19
        18: .line 219
            iload 9 /* proxy */
            invokestatic sun.awt.X11.MotifDnDConstants$Swapper.swap:(I)I
            istore 9 /* proxy */
        19: .line 222
      StackMap locals: int
      StackMap stack:
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 5 /* data */
            lconst_1
            ladd
            invokevirtual sun.misc.Unsafe.getByte:(J)B
            istore 10 /* protocolVersion */
        start local 10 // int protocolVersion
        20: .line 224
            new sun.awt.X11.XDragSourceProtocol$TargetWindowInfo
            dup
            iload 9 /* proxy */
            i2l
            iload 10 /* protocolVersion */
            invokespecial sun.awt.X11.XDragSourceProtocol$TargetWindowInfo.<init>:(JI)V
            astore 12
        21: .line 233
            aload 3 /* wpg */
            invokevirtual sun.awt.X11.WindowPropertyGetter.dispose:()V
        22: .line 224
            aload 12
            areturn
        end local 10 // int protocolVersion
        end local 9 // int proxy
        23: .line 233
      StackMap locals:
      StackMap stack:
            aload 3 /* wpg */
            invokevirtual sun.awt.X11.WindowPropertyGetter.dispose:()V
        24: .line 227
            aconst_null
            areturn
        end local 8 // byte dragProtocolStyle
        end local 7 // byte byteOrderByte
        end local 5 // long data
        25: .line 233
      StackMap locals:
      StackMap stack:
            aload 3 /* wpg */
            invokevirtual sun.awt.X11.WindowPropertyGetter.dispose:()V
        26: .line 230
            aconst_null
            areturn
        end local 4 // int status
        27: .line 232
      StackMap locals: sun.awt.X11.MotifDnDDragSourceProtocol long sun.awt.X11.WindowPropertyGetter
      StackMap stack: java.lang.Throwable
            astore 11
        28: .line 233
            aload 3 /* wpg */
            invokevirtual sun.awt.X11.WindowPropertyGetter.dispose:()V
        29: .line 234
            aload 11
            athrow
        end local 3 // sun.awt.X11.WindowPropertyGetter wpg
        end local 1 // long window
        end local 0 // sun.awt.X11.MotifDnDDragSourceProtocol this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   30     0               this  Lsun/awt/X11/MotifDnDDragSourceProtocol;
            0   30     1             window  J
            7   30     3                wpg  Lsun/awt/X11/WindowPropertyGetter;
            8   27     4             status  I
           13   25     5               data  J
           14   25     7      byteOrderByte  B
           15   25     8  dragProtocolStyle  B
           17   23     9              proxy  I
           20   23    10    protocolVersion  I
      Exception table:
        from    to  target  type
           7    21      27  any
    MethodParameters:
        Name  Flags
      window  

  public void sendEnterMessage(long[], int, int, long);
    descriptor: ([JIIJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=11, args_size=5
        start local 0 // sun.awt.X11.MotifDnDDragSourceProtocol this
        start local 1 // long[] formats
        start local 2 // int sourceAction
        start local 3 // int sourceActions
        start local 4 // long time
         0: .line 239
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.$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 240
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            invokevirtual sun.awt.X11.MotifDnDDragSourceProtocol.getTargetWindow:()J
            lconst_0
            lcmp
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 241
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.$assertionsDisabled:Z
            ifne 3
            aload 1 /* formats */
            ifnonnull 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 243
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 4 /* time */
            putfield sun.awt.X11.MotifDnDDragSourceProtocol.targetEnterServerTime:J
         4: .line 245
            new sun.awt.X11.XClientMessageEvent
            dup
            invokespecial sun.awt.X11.XClientMessageEvent.<init>:()V
            astore 6 /* msg */
        start local 6 // sun.awt.X11.XClientMessageEvent msg
         5: .line 247
            aload 6 /* msg */
            bipush 33
            invokevirtual sun.awt.X11.XClientMessageEvent.set_type:(I)V
         6: .line 248
            aload 6 /* msg */
            aload 0 /* this */
            invokevirtual sun.awt.X11.MotifDnDDragSourceProtocol.getTargetWindow:()J
            invokevirtual sun.awt.X11.XClientMessageEvent.set_window:(J)V
         7: .line 249
            aload 6 /* msg */
            bipush 8
            invokevirtual sun.awt.X11.XClientMessageEvent.set_format:(I)V
         8: .line 250
            aload 6 /* msg */
            getstatic sun.awt.X11.MotifDnDConstants.XA_MOTIF_DRAG_AND_DROP_MESSAGE:Lsun/awt/X11/XAtom;
            invokevirtual sun.awt.X11.XAtom.getAtom:()J
            invokevirtual sun.awt.X11.XClientMessageEvent.set_message_type:(J)V
         9: .line 252
            aload 6 /* msg */
            invokevirtual sun.awt.X11.XClientMessageEvent.get_data:()J
            lstore 7 /* data */
        start local 7 // long data
        10: .line 254
            iload 2 /* sourceAction */
            invokestatic sun.awt.X11.MotifDnDConstants.getMotifActionsForJavaActions:(I)I
        11: .line 255
            iconst_0
        12: .line 254
            ishl
        13: .line 256
            iload 3 /* sourceActions */
            invokestatic sun.awt.X11.MotifDnDConstants.getMotifActionsForJavaActions:(I)I
        14: .line 257
            bipush 8
        15: .line 256
            ishl
        16: .line 254
            ior
        17: .line 253
            istore 9 /* flags */
        start local 9 // int flags
        18: .line 259
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 7 /* data */
        19: .line 260
            iconst_0
        20: .line 259
            invokevirtual sun.misc.Unsafe.putByte:(JB)V
        21: .line 262
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 7 /* data */
            lconst_1
            ladd
        22: .line 263
            invokestatic sun.awt.X11.MotifDnDConstants.getByteOrderByte:()B
        23: .line 262
            invokevirtual sun.misc.Unsafe.putByte:(JB)V
        24: .line 264
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 7 /* data */
            ldc 2
            ladd
            iload 9 /* flags */
            i2s
            invokevirtual sun.misc.Unsafe.putShort:(JS)V
        25: .line 265
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 7 /* data */
            ldc 4
            ladd
            lload 4 /* time */
            l2i
            invokevirtual sun.misc.Unsafe.putInt:(JI)V
        26: .line 266
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 7 /* data */
            ldc 8
            ladd
            invokestatic sun.awt.X11.XDragSourceProtocol.getDragSourceWindow:()J
            l2i
            invokevirtual sun.misc.Unsafe.putInt:(JI)V
        27: .line 267
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 7 /* data */
            ldc 12
            ladd
            getstatic sun.awt.X11.MotifDnDConstants.XA_MOTIF_ATOM_0:Lsun/awt/X11/XAtom;
            invokevirtual sun.awt.X11.XAtom.getAtom:()J
            l2i
            invokevirtual sun.misc.Unsafe.putInt:(JI)V
        28: .line 269
            invokestatic sun.awt.X11.XToolkit.getDisplay:()J
        29: .line 270
            aload 0 /* this */
            invokevirtual sun.awt.X11.MotifDnDDragSourceProtocol.getTargetProxyWindow:()J
        30: .line 271
            iconst_0
            lconst_0
        31: .line 272
            aload 6 /* msg */
            getfield sun.awt.X11.XClientMessageEvent.pData:J
        32: .line 269
            invokestatic sun.awt.X11.XlibWrapper.XSendEvent:(JJZJJ)I
            pop
        end local 9 // int flags
        end local 7 // long data
        33: .line 273
            goto 37
      StackMap locals: sun.awt.X11.MotifDnDDragSourceProtocol long[] int int long sun.awt.X11.XClientMessageEvent
      StackMap stack: java.lang.Throwable
        34: astore 10
        35: .line 274
            aload 6 /* msg */
            invokevirtual sun.awt.X11.XClientMessageEvent.dispose:()V
        36: .line 275
            aload 10
            athrow
        37: .line 274
      StackMap locals:
      StackMap stack:
            aload 6 /* msg */
            invokevirtual sun.awt.X11.XClientMessageEvent.dispose:()V
        38: .line 276
            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.MotifDnDDragSourceProtocol this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   39     0           this  Lsun/awt/X11/MotifDnDDragSourceProtocol;
            0   39     1        formats  [J
            0   39     2   sourceAction  I
            0   39     3  sourceActions  I
            0   39     4           time  J
            5   39     6            msg  Lsun/awt/X11/XClientMessageEvent;
           10   33     7           data  J
           18   33     9          flags  I
      Exception table:
        from    to  target  type
           5    34      34  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=12, args_size=6
        start local 0 // sun.awt.X11.MotifDnDDragSourceProtocol 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 280
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.$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.MotifDnDDragSourceProtocol.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            invokevirtual sun.awt.X11.MotifDnDDragSourceProtocol.getTargetWindow:()J
            lconst_0
            lcmp
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 283
      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 285
            aload 7 /* msg */
            bipush 33
            invokevirtual sun.awt.X11.XClientMessageEvent.set_type:(I)V
         4: .line 286
            aload 7 /* msg */
            aload 0 /* this */
            invokevirtual sun.awt.X11.MotifDnDDragSourceProtocol.getTargetWindow:()J
            invokevirtual sun.awt.X11.XClientMessageEvent.set_window:(J)V
         5: .line 287
            aload 7 /* msg */
            bipush 8
            invokevirtual sun.awt.X11.XClientMessageEvent.set_format:(I)V
         6: .line 288
            aload 7 /* msg */
            getstatic sun.awt.X11.MotifDnDConstants.XA_MOTIF_DRAG_AND_DROP_MESSAGE:Lsun/awt/X11/XAtom;
            invokevirtual sun.awt.X11.XAtom.getAtom:()J
            invokevirtual sun.awt.X11.XClientMessageEvent.set_message_type:(J)V
         7: .line 290
            aload 7 /* msg */
            invokevirtual sun.awt.X11.XClientMessageEvent.get_data:()J
            lstore 8 /* data */
        start local 8 // long data
         8: .line 292
            iload 3 /* sourceAction */
            invokestatic sun.awt.X11.MotifDnDConstants.getMotifActionsForJavaActions:(I)I
         9: .line 293
            iconst_0
        10: .line 292
            ishl
        11: .line 294
            iload 4 /* sourceActions */
            invokestatic sun.awt.X11.MotifDnDConstants.getMotifActionsForJavaActions:(I)I
        12: .line 295
            bipush 8
        13: .line 294
            ishl
        14: .line 292
            ior
        15: .line 291
            istore 10 /* flags */
        start local 10 // int flags
        16: .line 297
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 8 /* data */
        17: .line 298
            iconst_2
        18: .line 297
            invokevirtual sun.misc.Unsafe.putByte:(JB)V
        19: .line 300
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 8 /* data */
            lconst_1
            ladd
        20: .line 301
            invokestatic sun.awt.X11.MotifDnDConstants.getByteOrderByte:()B
        21: .line 300
            invokevirtual sun.misc.Unsafe.putByte:(JB)V
        22: .line 302
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 8 /* data */
            ldc 2
            ladd
            iload 10 /* flags */
            i2s
            invokevirtual sun.misc.Unsafe.putShort:(JS)V
        23: .line 303
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 8 /* data */
            ldc 4
            ladd
            lload 5 /* time */
            l2i
            invokevirtual sun.misc.Unsafe.putInt:(JI)V
        24: .line 304
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 8 /* data */
            ldc 8
            ladd
            iload 1 /* xRoot */
            i2s
            invokevirtual sun.misc.Unsafe.putShort:(JS)V
        25: .line 305
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 8 /* data */
            ldc 10
            ladd
            iload 2 /* yRoot */
            i2s
            invokevirtual sun.misc.Unsafe.putShort:(JS)V
        26: .line 307
            invokestatic sun.awt.X11.XToolkit.getDisplay:()J
        27: .line 308
            aload 0 /* this */
            invokevirtual sun.awt.X11.MotifDnDDragSourceProtocol.getTargetProxyWindow:()J
        28: .line 309
            iconst_0
            lconst_0
        29: .line 310
            aload 7 /* msg */
            getfield sun.awt.X11.XClientMessageEvent.pData:J
        30: .line 307
            invokestatic sun.awt.X11.XlibWrapper.XSendEvent:(JJZJJ)I
            pop
        end local 10 // int flags
        end local 8 // long data
        31: .line 311
            goto 35
      StackMap locals: sun.awt.X11.MotifDnDDragSourceProtocol int int int int long sun.awt.X11.XClientMessageEvent
      StackMap stack: java.lang.Throwable
        32: astore 11
        33: .line 312
            aload 7 /* msg */
            invokevirtual sun.awt.X11.XClientMessageEvent.dispose:()V
        34: .line 313
            aload 11
            athrow
        35: .line 312
      StackMap locals:
      StackMap stack:
            aload 7 /* msg */
            invokevirtual sun.awt.X11.XClientMessageEvent.dispose:()V
        36: .line 314
            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.MotifDnDDragSourceProtocol this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   37     0           this  Lsun/awt/X11/MotifDnDDragSourceProtocol;
            0   37     1          xRoot  I
            0   37     2          yRoot  I
            0   37     3   sourceAction  I
            0   37     4  sourceActions  I
            0   37     5           time  J
            3   37     7            msg  Lsun/awt/X11/XClientMessageEvent;
            8   31     8           data  J
           16   31    10          flags  I
      Exception table:
        from    to  target  type
           3    32      32  any
    MethodParameters:
               Name  Flags
      xRoot          
      yRoot          
      sourceAction   
      sourceActions  
      time           

  public void sendLeaveMessage(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=7, args_size=2
        start local 0 // sun.awt.X11.MotifDnDDragSourceProtocol this
        start local 1 // long time
         0: .line 317
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.$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 318
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            invokevirtual sun.awt.X11.MotifDnDDragSourceProtocol.getTargetWindow:()J
            lconst_0
            lcmp
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 320
      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 322
            aload 3 /* msg */
            bipush 33
            invokevirtual sun.awt.X11.XClientMessageEvent.set_type:(I)V
         4: .line 323
            aload 3 /* msg */
            aload 0 /* this */
            invokevirtual sun.awt.X11.MotifDnDDragSourceProtocol.getTargetWindow:()J
            invokevirtual sun.awt.X11.XClientMessageEvent.set_window:(J)V
         5: .line 324
            aload 3 /* msg */
            bipush 8
            invokevirtual sun.awt.X11.XClientMessageEvent.set_format:(I)V
         6: .line 325
            aload 3 /* msg */
            getstatic sun.awt.X11.MotifDnDConstants.XA_MOTIF_DRAG_AND_DROP_MESSAGE:Lsun/awt/X11/XAtom;
            invokevirtual sun.awt.X11.XAtom.getAtom:()J
            invokevirtual sun.awt.X11.XClientMessageEvent.set_message_type:(J)V
         7: .line 327
            aload 3 /* msg */
            invokevirtual sun.awt.X11.XClientMessageEvent.get_data:()J
            lstore 4 /* data */
        start local 4 // long data
         8: .line 329
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 4 /* data */
         9: .line 330
            iconst_1
        10: .line 329
            invokevirtual sun.misc.Unsafe.putByte:(JB)V
        11: .line 332
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 4 /* data */
            lconst_1
            ladd
        12: .line 333
            invokestatic sun.awt.X11.MotifDnDConstants.getByteOrderByte:()B
        13: .line 332
            invokevirtual sun.misc.Unsafe.putByte:(JB)V
        14: .line 334
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 4 /* data */
            ldc 2
            ladd
            iconst_0
            invokevirtual sun.misc.Unsafe.putShort:(JS)V
        15: .line 335
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 4 /* data */
            ldc 4
            ladd
            lload 1 /* time */
            l2i
            invokevirtual sun.misc.Unsafe.putInt:(JI)V
        16: .line 336
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 4 /* data */
            ldc 8
            ladd
            invokestatic sun.awt.X11.XDragSourceProtocol.getDragSourceWindow:()J
            l2i
            invokevirtual sun.misc.Unsafe.putInt:(JI)V
        17: .line 338
            invokestatic sun.awt.X11.XToolkit.getDisplay:()J
        18: .line 339
            aload 0 /* this */
            invokevirtual sun.awt.X11.MotifDnDDragSourceProtocol.getTargetProxyWindow:()J
        19: .line 340
            iconst_0
            lconst_0
        20: .line 341
            aload 3 /* msg */
            getfield sun.awt.X11.XClientMessageEvent.pData:J
        21: .line 338
            invokestatic sun.awt.X11.XlibWrapper.XSendEvent:(JJZJJ)I
            pop
        end local 4 // long data
        22: .line 342
            goto 26
      StackMap locals: sun.awt.X11.MotifDnDDragSourceProtocol long sun.awt.X11.XClientMessageEvent
      StackMap stack: java.lang.Throwable
        23: astore 6
        24: .line 343
            aload 3 /* msg */
            invokevirtual sun.awt.X11.XClientMessageEvent.dispose:()V
        25: .line 344
            aload 6
            athrow
        26: .line 343
      StackMap locals:
      StackMap stack:
            aload 3 /* msg */
            invokevirtual sun.awt.X11.XClientMessageEvent.dispose:()V
        27: .line 345
            return
        end local 3 // sun.awt.X11.XClientMessageEvent msg
        end local 1 // long time
        end local 0 // sun.awt.X11.MotifDnDDragSourceProtocol this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   28     0  this  Lsun/awt/X11/MotifDnDDragSourceProtocol;
            0   28     1  time  J
            3   28     3   msg  Lsun/awt/X11/XClientMessageEvent;
            8   22     4  data  J
      Exception table:
        from    to  target  type
           3    23      23  any
    MethodParameters:
      Name  Flags
      time  

  protected void sendDropMessage(int, int, int, int, long);
    descriptor: (IIIIJ)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=9, locals=12, args_size=6
        start local 0 // sun.awt.X11.MotifDnDDragSourceProtocol 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 350
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.$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 351
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            invokevirtual sun.awt.X11.MotifDnDDragSourceProtocol.getTargetWindow:()J
            lconst_0
            lcmp
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 356
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 5 /* time */
            invokevirtual sun.awt.X11.MotifDnDDragSourceProtocol.sendLeaveMessage:(J)V
         3: .line 358
            new sun.awt.X11.XClientMessageEvent
            dup
            invokespecial sun.awt.X11.XClientMessageEvent.<init>:()V
            astore 7 /* msg */
        start local 7 // sun.awt.X11.XClientMessageEvent msg
         4: .line 360
            aload 7 /* msg */
            bipush 33
            invokevirtual sun.awt.X11.XClientMessageEvent.set_type:(I)V
         5: .line 361
            aload 7 /* msg */
            aload 0 /* this */
            invokevirtual sun.awt.X11.MotifDnDDragSourceProtocol.getTargetWindow:()J
            invokevirtual sun.awt.X11.XClientMessageEvent.set_window:(J)V
         6: .line 362
            aload 7 /* msg */
            bipush 8
            invokevirtual sun.awt.X11.XClientMessageEvent.set_format:(I)V
         7: .line 363
            aload 7 /* msg */
            getstatic sun.awt.X11.MotifDnDConstants.XA_MOTIF_DRAG_AND_DROP_MESSAGE:Lsun/awt/X11/XAtom;
            invokevirtual sun.awt.X11.XAtom.getAtom:()J
            invokevirtual sun.awt.X11.XClientMessageEvent.set_message_type:(J)V
         8: .line 365
            aload 7 /* msg */
            invokevirtual sun.awt.X11.XClientMessageEvent.get_data:()J
            lstore 8 /* data */
        start local 8 // long data
         9: .line 367
            iload 3 /* sourceAction */
            invokestatic sun.awt.X11.MotifDnDConstants.getMotifActionsForJavaActions:(I)I
        10: .line 368
            iconst_0
        11: .line 367
            ishl
        12: .line 369
            iload 4 /* sourceActions */
            invokestatic sun.awt.X11.MotifDnDConstants.getMotifActionsForJavaActions:(I)I
        13: .line 370
            bipush 8
        14: .line 369
            ishl
        15: .line 367
            ior
        16: .line 366
            istore 10 /* flags */
        start local 10 // int flags
        17: .line 372
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 8 /* data */
        18: .line 373
            iconst_5
        19: .line 372
            invokevirtual sun.misc.Unsafe.putByte:(JB)V
        20: .line 375
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 8 /* data */
            lconst_1
            ladd
        21: .line 376
            invokestatic sun.awt.X11.MotifDnDConstants.getByteOrderByte:()B
        22: .line 375
            invokevirtual sun.misc.Unsafe.putByte:(JB)V
        23: .line 377
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 8 /* data */
            ldc 2
            ladd
            iload 10 /* flags */
            i2s
            invokevirtual sun.misc.Unsafe.putShort:(JS)V
        24: .line 378
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 8 /* data */
            ldc 4
            ladd
            lload 5 /* time */
            l2i
            invokevirtual sun.misc.Unsafe.putInt:(JI)V
        25: .line 379
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 8 /* data */
            ldc 8
            ladd
            iload 1 /* xRoot */
            i2s
            invokevirtual sun.misc.Unsafe.putShort:(JS)V
        26: .line 380
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 8 /* data */
            ldc 10
            ladd
            iload 2 /* yRoot */
            i2s
            invokevirtual sun.misc.Unsafe.putShort:(JS)V
        27: .line 381
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 8 /* data */
            ldc 12
            ladd
            getstatic sun.awt.X11.MotifDnDConstants.XA_MOTIF_ATOM_0:Lsun/awt/X11/XAtom;
            invokevirtual sun.awt.X11.XAtom.getAtom:()J
            l2i
            invokevirtual sun.misc.Unsafe.putInt:(JI)V
        28: .line 382
            getstatic sun.awt.X11.MotifDnDDragSourceProtocol.unsafe:Lsun/misc/Unsafe;
            lload 8 /* data */
            ldc 16
            ladd
            invokestatic sun.awt.X11.XDragSourceProtocol.getDragSourceWindow:()J
            l2i
            invokevirtual sun.misc.Unsafe.putInt:(JI)V
        29: .line 384
            invokestatic sun.awt.X11.XToolkit.getDisplay:()J
        30: .line 385
            aload 0 /* this */
            invokevirtual sun.awt.X11.MotifDnDDragSourceProtocol.getTargetProxyWindow:()J
        31: .line 386
            iconst_0
            lconst_0
        32: .line 387
            aload 7 /* msg */
            getfield sun.awt.X11.XClientMessageEvent.pData:J
        33: .line 384
            invokestatic sun.awt.X11.XlibWrapper.XSendEvent:(JJZJJ)I
            pop
        end local 10 // int flags
        end local 8 // long data
        34: .line 388
            goto 38
      StackMap locals: sun.awt.X11.MotifDnDDragSourceProtocol int int int int long sun.awt.X11.XClientMessageEvent
      StackMap stack: java.lang.Throwable
        35: astore 11
        36: .line 389
            aload 7 /* msg */
            invokevirtual sun.awt.X11.XClientMessageEvent.dispose:()V
        37: .line 390
            aload 11
            athrow
        38: .line 389
      StackMap locals:
      StackMap stack:
            aload 7 /* msg */
            invokevirtual sun.awt.X11.XClientMessageEvent.dispose:()V
        39: .line 391
            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.MotifDnDDragSourceProtocol this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   40     0           this  Lsun/awt/X11/MotifDnDDragSourceProtocol;
            0   40     1          xRoot  I
            0   40     2          yRoot  I
            0   40     3   sourceAction  I
            0   40     4  sourceActions  I
            0   40     5           time  J
            4   40     7            msg  Lsun/awt/X11/XClientMessageEvent;
            9   34     8           data  J
           17   34    10          flags  I
      Exception table:
        from    to  target  type
           4    35      35  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=1, locals=4, args_size=3
        start local 0 // sun.awt.X11.MotifDnDDragSourceProtocol this
        start local 1 // sun.awt.X11.XClientMessageEvent xclient
        start local 2 // long sourceWindow
         0: .line 396
            iconst_0
            ireturn
        end local 2 // long sourceWindow
        end local 1 // sun.awt.X11.XClientMessageEvent xclient
        end local 0 // sun.awt.X11.MotifDnDDragSourceProtocol this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lsun/awt/X11/MotifDnDDragSourceProtocol;
            0    1     1       xclient  Lsun/awt/X11/XClientMessageEvent;
            0    1     2  sourceWindow  J
    MethodParameters:
              Name  Flags
      xclient       
      sourceWindow  

  public void cleanupTargetInfo();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.awt.X11.MotifDnDDragSourceProtocol this
         0: .line 400
            aload 0 /* this */
            invokespecial sun.awt.X11.XDragSourceProtocol.cleanupTargetInfo:()V
         1: .line 401
            aload 0 /* this */
            lconst_0
            putfield sun.awt.X11.MotifDnDDragSourceProtocol.targetEnterServerTime:J
         2: .line 402
            return
        end local 0 // sun.awt.X11.MotifDnDDragSourceProtocol this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/awt/X11/MotifDnDDragSourceProtocol;

  public void dispatchEvent(sun.awt.X11.XEvent);
    descriptor: (Lsun/awt/X11/XEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // sun.awt.X11.MotifDnDDragSourceProtocol this
        start local 1 // sun.awt.X11.XEvent ev
         0: .line 405
            aload 1 /* ev */
            invokevirtual sun.awt.X11.XEvent.get_type:()I
            tableswitch { // 30 - 30
                   30: 1
              default: 10
          }
         1: .line 407
      StackMap locals:
      StackMap stack:
            aload 1 /* ev */
            invokevirtual sun.awt.X11.XEvent.get_xselectionrequest:()Lsun/awt/X11/XSelectionRequestEvent;
            astore 2 /* xsre */
        start local 2 // sun.awt.X11.XSelectionRequestEvent xsre
         2: .line 408
            aload 2 /* xsre */
            invokevirtual sun.awt.X11.XSelectionRequestEvent.get_selection:()J
            lstore 3 /* atom */
        start local 3 // long atom
         3: .line 410
            lload 3 /* atom */
            getstatic sun.awt.X11.MotifDnDConstants.XA_MOTIF_ATOM_0:Lsun/awt/X11/XAtom;
            invokevirtual sun.awt.X11.XAtom.getAtom:()J
            lcmp
            ifne 10
         4: .line 411
            aload 2 /* xsre */
            invokevirtual sun.awt.X11.XSelectionRequestEvent.get_target:()J
            lstore 5 /* target */
        start local 5 // long target
         5: .line 412
            lload 5 /* target */
            getstatic sun.awt.X11.MotifDnDConstants.XA_XmTRANSFER_SUCCESS:Lsun/awt/X11/XAtom;
            invokevirtual sun.awt.X11.XAtom.getAtom:()J
            lcmp
            ifne 8
         6: .line 413
            aload 0 /* this */
            invokevirtual sun.awt.X11.MotifDnDDragSourceProtocol.getProtocolListener:()Lsun/awt/X11/XDragSourceProtocolListener;
            iconst_1
            invokeinterface sun.awt.X11.XDragSourceProtocolListener.handleDragFinished:(Z)V
         7: .line 414
            goto 10
      StackMap locals: sun.awt.X11.XSelectionRequestEvent long long
      StackMap stack:
         8: lload 5 /* target */
            getstatic sun.awt.X11.MotifDnDConstants.XA_XmTRANSFER_FAILURE:Lsun/awt/X11/XAtom;
            invokevirtual sun.awt.X11.XAtom.getAtom:()J
            lcmp
            ifne 10
         9: .line 415
            aload 0 /* this */
            invokevirtual sun.awt.X11.MotifDnDDragSourceProtocol.getProtocolListener:()Lsun/awt/X11/XDragSourceProtocolListener;
            iconst_0
            invokeinterface sun.awt.X11.XDragSourceProtocolListener.handleDragFinished:(Z)V
        end local 5 // long target
        end local 3 // long atom
        end local 2 // sun.awt.X11.XSelectionRequestEvent xsre
        10: .line 420
      StackMap locals:
      StackMap stack:
            return
        end local 1 // sun.awt.X11.XEvent ev
        end local 0 // sun.awt.X11.MotifDnDDragSourceProtocol this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lsun/awt/X11/MotifDnDDragSourceProtocol;
            0   11     1      ev  Lsun/awt/X11/XEvent;
            2   10     2    xsre  Lsun/awt/X11/XSelectionRequestEvent;
            3   10     3    atom  J
            5   10     5  target  J
    MethodParameters:
      Name  Flags
      ev    
}
SourceFile: "MotifDnDDragSourceProtocol.java"
InnerClasses:
  public final Swapper = sun.awt.X11.MotifDnDConstants$Swapper of sun.awt.X11.MotifDnDConstants
  public TargetWindowInfo = sun.awt.X11.XDragSourceProtocol$TargetWindowInfo of sun.awt.X11.XDragSourceProtocol
  public IgnoreBadWindowHandler = sun.awt.X11.XErrorHandler$IgnoreBadWindowHandler of sun.awt.X11.XErrorHandler