public final class sun.awt.X11.XDragSourceContextPeer extends sun.awt.dnd.SunDragSourceContextPeer implements sun.awt.X11.XDragSourceProtocolListener
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.awt.X11.XDragSourceContextPeer
  super_class: sun.awt.dnd.SunDragSourceContextPeer
{
  private static final sun.util.logging.PlatformLogger logger;
    descriptor: Lsun/util/logging/PlatformLogger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int ROOT_EVENT_MASK;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 8195

  private static final int GRAB_EVENT_MASK;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 8204

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

  private boolean dndInProgress;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean dragInProgress;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

  private sun.awt.X11.XDragSourceProtocol dragProtocol;
    descriptor: Lsun/awt/X11/XDragSourceProtocol;
    flags: (0x0002) ACC_PRIVATE

  private int targetAction;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int sourceActions;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int sourceAction;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private long[] sourceFormats;
    descriptor: [J
    flags: (0x0002) ACC_PRIVATE

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

  private int xRoot;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int yRoot;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int eventState;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

  private static final sun.awt.X11.XDragSourceContextPeer theInstance;
    descriptor: Lsun/awt/X11/XDragSourceContextPeer;
    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=3, locals=0, args_size=0
         0: .line 53
            ldc Lsun/awt/X11/XDragSourceContextPeer;
            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.XDragSourceContextPeer.$assertionsDisabled:Z
         3: .line 56
            ldc "sun.awt.X11.xembed.xdnd.XDragSourceContextPeer"
            invokestatic sun.util.logging.PlatformLogger.getLogger:(Ljava/lang/String;)Lsun/util/logging/PlatformLogger;
         4: .line 55
            putstatic sun.awt.X11.XDragSourceContextPeer.logger:Lsun/util/logging/PlatformLogger;
         5: .line 96
            new sun.awt.X11.XDragSourceContextPeer
            dup
            aconst_null
            invokespecial sun.awt.X11.XDragSourceContextPeer.<init>:(Ljava/awt/dnd/DragGestureEvent;)V
         6: .line 95
            putstatic sun.awt.X11.XDragSourceContextPeer.theInstance:Lsun/awt/X11/XDragSourceContextPeer;
         7: .line 96
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.awt.dnd.DragGestureEvent);
    descriptor: (Ljava/awt/dnd/DragGestureEvent;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.awt.X11.XDragSourceContextPeer this
        start local 1 // java.awt.dnd.DragGestureEvent dge
         0: .line 99
            aload 0 /* this */
            aload 1 /* dge */
            invokespecial sun.awt.dnd.SunDragSourceContextPeer.<init>:(Ljava/awt/dnd/DragGestureEvent;)V
         1: .line 66
            aload 0 /* this */
            lconst_0
            putfield sun.awt.X11.XDragSourceContextPeer.rootEventMask:J
         2: .line 67
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XDragSourceContextPeer.dndInProgress:Z
         3: .line 68
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XDragSourceContextPeer.dragInProgress:Z
         4: .line 69
            aload 0 /* this */
            lconst_0
            putfield sun.awt.X11.XDragSourceContextPeer.dragRootWindow:J
         5: .line 72
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11.XDragSourceContextPeer.dragProtocol:Lsun/awt/X11/XDragSourceProtocol;
         6: .line 74
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XDragSourceContextPeer.targetAction:I
         7: .line 76
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XDragSourceContextPeer.sourceActions:I
         8: .line 79
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XDragSourceContextPeer.sourceAction:I
         9: .line 82
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11.XDragSourceContextPeer.sourceFormats:[J
        10: .line 84
            aload 0 /* this */
            lconst_0
            putfield sun.awt.X11.XDragSourceContextPeer.targetRootSubwindow:J
        11: .line 86
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XDragSourceContextPeer.xRoot:I
        12: .line 87
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XDragSourceContextPeer.yRoot:I
        13: .line 89
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XDragSourceContextPeer.eventState:I
        14: .line 92
            aload 0 /* this */
            lconst_0
            putfield sun.awt.X11.XDragSourceContextPeer.proxyModeSourceWindow:J
        15: .line 100
            return
        end local 1 // java.awt.dnd.DragGestureEvent dge
        end local 0 // sun.awt.X11.XDragSourceContextPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lsun/awt/X11/XDragSourceContextPeer;
            0   16     1   dge  Ljava/awt/dnd/DragGestureEvent;
    MethodParameters:
      Name  Flags
      dge   

  static sun.awt.X11.XDragSourceProtocolListener getXDragSourceProtocolListener();
    descriptor: ()Lsun/awt/X11/XDragSourceProtocolListener;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 103
            getstatic sun.awt.X11.XDragSourceContextPeer.theInstance:Lsun/awt/X11/XDragSourceContextPeer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static sun.awt.X11.XDragSourceContextPeer createDragSourceContextPeer(java.awt.dnd.DragGestureEvent);
    descriptor: (Ljava/awt/dnd/DragGestureEvent;)Lsun/awt/X11/XDragSourceContextPeer;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.awt.dnd.DragGestureEvent dge
         0: .line 108
            getstatic sun.awt.X11.XDragSourceContextPeer.theInstance:Lsun/awt/X11/XDragSourceContextPeer;
            aload 0 /* dge */
            invokevirtual sun.awt.X11.XDragSourceContextPeer.setTrigger:(Ljava/awt/dnd/DragGestureEvent;)V
         1: .line 109
            getstatic sun.awt.X11.XDragSourceContextPeer.theInstance:Lsun/awt/X11/XDragSourceContextPeer;
            areturn
        end local 0 // java.awt.dnd.DragGestureEvent dge
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0   dge  Ljava/awt/dnd/DragGestureEvent;
    Exceptions:
      throws java.awt.dnd.InvalidDnDOperationException
    MethodParameters:
      Name  Flags
      dge   

  protected void startDrag(java.awt.datatransfer.Transferable, long[], java.util.Map);
    descriptor: (Ljava/awt/datatransfer/Transferable;[JLjava/util/Map;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=14, locals=19, args_size=4
        start local 0 // sun.awt.X11.XDragSourceContextPeer this
        start local 1 // java.awt.datatransfer.Transferable transferable
        start local 2 // long[] formats
        start local 3 // java.util.Map formatMap
         0: .line 114
            aload 0 /* this */
            invokevirtual sun.awt.X11.XDragSourceContextPeer.getTrigger:()Ljava/awt/dnd/DragGestureEvent;
            invokevirtual java.awt.dnd.DragGestureEvent.getComponent:()Ljava/awt/Component;
            astore 4 /* component */
        start local 4 // java.awt.Component component
         1: .line 115
            aconst_null
            astore 5 /* c */
        start local 5 // java.awt.Component c
         2: .line 116
            aconst_null
            astore 6 /* wpeer */
        start local 6 // sun.awt.X11.XWindowPeer wpeer
         3: .line 118
            aload 4 /* component */
            astore 5 /* c */
            goto 5
         4: .line 119
      StackMap locals: java.awt.Component java.awt.Component sun.awt.X11.XWindowPeer
      StackMap stack:
            invokestatic sun.awt.AWTAccessor.getComponentAccessor:()Lsun/awt/AWTAccessor$ComponentAccessor;
            aload 5 /* c */
            invokeinterface sun.awt.AWTAccessor$ComponentAccessor.getParent:(Ljava/awt/Component;)Ljava/awt/Container;
            astore 5 /* c */
         5: .line 118
      StackMap locals:
      StackMap stack:
            aload 5 /* c */
            ifnull 6
            aload 5 /* c */
            instanceof java.awt.Window
            ifeq 4
         6: .line 121
      StackMap locals:
      StackMap stack:
            aload 5 /* c */
            instanceof java.awt.Window
            ifeq 8
         7: .line 122
            aload 5 /* c */
            invokevirtual java.awt.Component.getPeer:()Ljava/awt/peer/ComponentPeer;
            checkcast sun.awt.X11.XWindowPeer
            astore 6 /* wpeer */
         8: .line 125
      StackMap locals:
      StackMap stack:
            aload 6 /* wpeer */
            ifnonnull 12
         9: .line 126
            new java.awt.dnd.InvalidDnDOperationException
            dup
        10: .line 127
            ldc "Cannot find top-level for the drag source component"
        11: .line 126
            invokespecial java.awt.dnd.InvalidDnDOperationException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 130
      StackMap locals:
      StackMap stack:
            lconst_0
            lstore 7 /* xcursor */
        start local 7 // long xcursor
        13: .line 131
            lconst_0
            lstore 9 /* rootWindow */
        start local 9 // long rootWindow
        14: .line 133
            lconst_0
            lstore 11 /* timeStamp */
        start local 11 // long timeStamp
        15: .line 137
            aload 0 /* this */
            invokevirtual sun.awt.X11.XDragSourceContextPeer.getCursor:()Ljava/awt/Cursor;
            astore 13 /* cursor */
        start local 13 // java.awt.Cursor cursor
        16: .line 138
            aload 13 /* cursor */
            ifnull 18
        17: .line 139
            aload 13 /* cursor */
            invokestatic sun.awt.X11.XGlobalCursorManager.getCursor:(Ljava/awt/Cursor;)J
            lstore 7 /* xcursor */
        end local 13 // java.awt.Cursor cursor
        18: .line 143
      StackMap locals: long long long
      StackMap stack:
            invokestatic sun.awt.X11.XToolkit.awtLock:()V
        19: .line 145
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.proxyModeSourceWindow:J
            lconst_0
            lcmp
            ifeq 21
        20: .line 146
            new java.awt.dnd.InvalidDnDOperationException
            dup
            ldc "Proxy drag in progress"
            invokespecial java.awt.dnd.InvalidDnDOperationException.<init>:(Ljava/lang/String;)V
            athrow
        21: .line 148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.dndInProgress:Z
            ifeq 23
        22: .line 149
            new java.awt.dnd.InvalidDnDOperationException
            dup
            ldc "Drag in progress"
            invokespecial java.awt.dnd.InvalidDnDOperationException.<init>:(Ljava/lang/String;)V
            athrow
        23: .line 154
      StackMap locals:
      StackMap stack:
            aload 6 /* wpeer */
            invokevirtual sun.awt.X11.XWindowPeer.getScreen:()J
            invokestatic sun.awt.X11.XlibWrapper.XScreenNumberOfScreen:(J)J
            lstore 13 /* screen */
        start local 13 // long screen
        24: .line 155
            invokestatic sun.awt.X11.XToolkit.getDisplay:()J
            lload 13 /* screen */
            invokestatic sun.awt.X11.XlibWrapper.RootWindow:(JJ)J
            lstore 9 /* rootWindow */
        end local 13 // long screen
        25: .line 158
            invokestatic sun.awt.X11.XWindow.getXAWTRootWindow:()Lsun/awt/X11/XRootWindow;
            invokevirtual sun.awt.X11.XRootWindow.getWindow:()J
            pop2
        26: .line 160
            invokestatic sun.awt.X11.XToolkit.getCurrentServerTime:()J
            lstore 11 /* timeStamp */
        27: .line 162
            aload 0 /* this */
            invokevirtual sun.awt.X11.XDragSourceContextPeer.getDragSourceContext:()Ljava/awt/dnd/DragSourceContext;
            invokevirtual java.awt.dnd.DragSourceContext.getSourceActions:()I
            istore 13 /* dropActions */
        start local 13 // int dropActions
        28: .line 164
            invokestatic sun.awt.X11.XDragAndDropProtocols.getDragSourceProtocols:()Ljava/util/Iterator;
            astore 14 /* dragProtocols */
        start local 14 // java.util.Iterator dragProtocols
        29: .line 165
            goto 38
        30: .line 166
      StackMap locals: int java.util.Iterator
      StackMap stack:
            aload 14 /* dragProtocols */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.awt.X11.XDragSourceProtocol
            astore 15 /* dragProtocol */
        start local 15 // sun.awt.X11.XDragSourceProtocol dragProtocol
        31: .line 168
            aload 15 /* dragProtocol */
            iload 13 /* dropActions */
            aload 1 /* transferable */
        32: .line 169
            aload 3 /* formatMap */
            aload 2 /* formats */
        33: .line 168
            invokevirtual sun.awt.X11.XDragSourceProtocol.initializeDrag:(ILjava/awt/datatransfer/Transferable;Ljava/util/Map;[J)V
        34: .line 170
            goto 38
      StackMap locals: sun.awt.X11.XDragSourceContextPeer java.awt.datatransfer.Transferable long[] java.util.Map java.awt.Component java.awt.Component sun.awt.X11.XWindowPeer long long long int java.util.Iterator sun.awt.X11.XDragSourceProtocol
      StackMap stack: sun.awt.X11.XException
        35: astore 16 /* xe */
        start local 16 // sun.awt.X11.XException xe
        36: .line 172
            new java.awt.dnd.InvalidDnDOperationException
            dup
            invokespecial java.awt.dnd.InvalidDnDOperationException.<init>:()V
            aload 16 /* xe */
            invokevirtual java.awt.dnd.InvalidDnDOperationException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
        37: .line 171
            checkcast java.awt.dnd.InvalidDnDOperationException
            athrow
        end local 16 // sun.awt.X11.XException xe
        end local 15 // sun.awt.X11.XDragSourceProtocol dragProtocol
        38: .line 165
      StackMap locals:
      StackMap stack:
            aload 14 /* dragProtocols */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 30
        39: .line 179
            new sun.awt.X11.XWindowAttributes
            dup
            invokespecial sun.awt.X11.XWindowAttributes.<init>:()V
            astore 16 /* wattr */
        start local 16 // sun.awt.X11.XWindowAttributes wattr
        40: .line 181
            invokestatic sun.awt.X11.XToolkit.getDisplay:()J
        41: .line 182
            lload 9 /* rootWindow */
            aload 16 /* wattr */
            getfield sun.awt.X11.XWindowAttributes.pData:J
        42: .line 181
            invokestatic sun.awt.X11.XlibWrapper.XGetWindowAttributes:(JJJ)I
            istore 15 /* status */
        start local 15 // int status
        43: .line 184
            iload 15 /* status */
            ifne 45
        44: .line 185
            new java.awt.dnd.InvalidDnDOperationException
            dup
            ldc "XGetWindowAttributes failed"
            invokespecial java.awt.dnd.InvalidDnDOperationException.<init>:(Ljava/lang/String;)V
            athrow
        45: .line 188
      StackMap locals: int sun.awt.X11.XWindowAttributes
      StackMap stack:
            aload 0 /* this */
            aload 16 /* wattr */
            invokevirtual sun.awt.X11.XWindowAttributes.get_your_event_mask:()J
            putfield sun.awt.X11.XDragSourceContextPeer.rootEventMask:J
        46: .line 190
            invokestatic sun.awt.X11.XToolkit.getDisplay:()J
            lload 9 /* rootWindow */
        47: .line 191
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.rootEventMask:J
            ldc 8195
            lor
        48: .line 190
            invokestatic sun.awt.X11.XlibWrapper.XSelectInput:(JJJ)V
        49: .line 192
            goto 53
        end local 15 // int status
      StackMap locals: sun.awt.X11.XDragSourceContextPeer java.awt.datatransfer.Transferable long[] java.util.Map java.awt.Component java.awt.Component sun.awt.X11.XWindowPeer long long long int java.util.Iterator top sun.awt.X11.XWindowAttributes
      StackMap stack: java.lang.Throwable
        50: astore 17
        51: .line 193
            aload 16 /* wattr */
            invokevirtual sun.awt.X11.XWindowAttributes.dispose:()V
        52: .line 194
            aload 17
            athrow
        start local 15 // int status
        53: .line 193
      StackMap locals: sun.awt.X11.XDragSourceContextPeer java.awt.datatransfer.Transferable long[] java.util.Map java.awt.Component java.awt.Component sun.awt.X11.XWindowPeer long long long int java.util.Iterator int sun.awt.X11.XWindowAttributes
      StackMap stack:
            aload 16 /* wattr */
            invokevirtual sun.awt.X11.XWindowAttributes.dispose:()V
        54: .line 196
            invokestatic sun.awt.X11.XBaseWindow.ungrabInput:()V
        55: .line 198
            invokestatic sun.awt.X11.XToolkit.getDisplay:()J
            lload 9 /* rootWindow */
        56: .line 199
            iconst_0
            sipush 8204
        57: .line 200
            iconst_1
        58: .line 201
            iconst_1
        59: .line 202
            lconst_0
            lload 7 /* xcursor */
            lload 11 /* timeStamp */
        60: .line 198
            invokestatic sun.awt.X11.XlibWrapper.XGrabPointer:(JJIIIIJJJ)I
            istore 15 /* status */
        61: .line 204
            iload 15 /* status */
            ifeq 66
        62: .line 205
            aload 0 /* this */
            lload 11 /* timeStamp */
            invokevirtual sun.awt.X11.XDragSourceContextPeer.cleanup:(J)V
        63: .line 206
            aload 0 /* this */
            ldc "Cannot grab pointer"
            iload 15 /* status */
            invokevirtual sun.awt.X11.XDragSourceContextPeer.throwGrabFailureException:(Ljava/lang/String;I)V
        64: .line 230
            invokestatic sun.awt.X11.XToolkit.awtUnlock:()V
        65: .line 207
            return
        66: .line 210
      StackMap locals:
      StackMap stack:
            invokestatic sun.awt.X11.XToolkit.getDisplay:()J
            lload 9 /* rootWindow */
        67: .line 211
            iconst_0
        68: .line 212
            iconst_1
        69: .line 213
            iconst_1
        70: .line 214
            lload 11 /* timeStamp */
        71: .line 210
            invokestatic sun.awt.X11.XlibWrapper.XGrabKeyboard:(JJIIIJ)I
            istore 15 /* status */
        72: .line 216
            iload 15 /* status */
            ifeq 77
        73: .line 217
            aload 0 /* this */
            lload 11 /* timeStamp */
            invokevirtual sun.awt.X11.XDragSourceContextPeer.cleanup:(J)V
        74: .line 218
            aload 0 /* this */
            ldc "Cannot grab keyboard"
            iload 15 /* status */
            invokevirtual sun.awt.X11.XDragSourceContextPeer.throwGrabFailureException:(Ljava/lang/String;I)V
        75: .line 230
            invokestatic sun.awt.X11.XToolkit.awtUnlock:()V
        76: .line 219
            return
        end local 16 // sun.awt.X11.XWindowAttributes wattr
        end local 15 // int status
        77: .line 224
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.awt.X11.XDragSourceContextPeer.dndInProgress:Z
        78: .line 225
            aload 0 /* this */
            iconst_1
            putfield sun.awt.X11.XDragSourceContextPeer.dragInProgress:Z
        79: .line 226
            aload 0 /* this */
            lload 9 /* rootWindow */
            putfield sun.awt.X11.XDragSourceContextPeer.dragRootWindow:J
        80: .line 227
            aload 0 /* this */
            iload 13 /* dropActions */
            putfield sun.awt.X11.XDragSourceContextPeer.sourceActions:I
        81: .line 228
            aload 0 /* this */
            aload 2 /* formats */
            putfield sun.awt.X11.XDragSourceContextPeer.sourceFormats:[J
        end local 14 // java.util.Iterator dragProtocols
        end local 13 // int dropActions
        82: .line 229
            goto 86
      StackMap locals: sun.awt.X11.XDragSourceContextPeer java.awt.datatransfer.Transferable long[] java.util.Map java.awt.Component java.awt.Component sun.awt.X11.XWindowPeer long long long
      StackMap stack: java.lang.Throwable
        83: astore 18
        84: .line 230
            invokestatic sun.awt.X11.XToolkit.awtUnlock:()V
        85: .line 231
            aload 18
            athrow
        86: .line 230
      StackMap locals:
      StackMap stack:
            invokestatic sun.awt.X11.XToolkit.awtUnlock:()V
        87: .line 234
            aload 0 /* this */
            lconst_0
            invokevirtual sun.awt.X11.XDragSourceContextPeer.setNativeContext:(J)V
        88: .line 236
            aload 1 /* transferable */
            invokestatic sun.awt.dnd.SunDropTargetContextPeer.setCurrentJVMLocalSourceTransferable:(Ljava/awt/datatransfer/Transferable;)V
        89: .line 237
            return
        end local 11 // long timeStamp
        end local 9 // long rootWindow
        end local 7 // long xcursor
        end local 6 // sun.awt.X11.XWindowPeer wpeer
        end local 5 // java.awt.Component c
        end local 4 // java.awt.Component component
        end local 3 // java.util.Map formatMap
        end local 2 // long[] formats
        end local 1 // java.awt.datatransfer.Transferable transferable
        end local 0 // sun.awt.X11.XDragSourceContextPeer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   90     0           this  Lsun/awt/X11/XDragSourceContextPeer;
            0   90     1   transferable  Ljava/awt/datatransfer/Transferable;
            0   90     2        formats  [J
            0   90     3      formatMap  Ljava/util/Map;
            1   90     4      component  Ljava/awt/Component;
            2   90     5              c  Ljava/awt/Component;
            3   90     6          wpeer  Lsun/awt/X11/XWindowPeer;
           13   90     7        xcursor  J
           14   90     9     rootWindow  J
           15   90    11      timeStamp  J
           16   18    13         cursor  Ljava/awt/Cursor;
           24   25    13         screen  J
           28   82    13    dropActions  I
           29   82    14  dragProtocols  Ljava/util/Iterator;
           31   38    15   dragProtocol  Lsun/awt/X11/XDragSourceProtocol;
           36   38    16             xe  Lsun/awt/X11/XException;
           43   50    15         status  I
           53   77    15         status  I
           40   77    16          wattr  Lsun/awt/X11/XWindowAttributes;
      Exception table:
        from    to  target  type
          31    34      35  Class sun.awt.X11.XException
          40    50      50  any
          19    64      83  any
          66    75      83  any
          77    83      83  any
    MethodParameters:
              Name  Flags
      transferable  
      formats       
      formatMap     

  public long getProxyModeSourceWindow();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.X11.XDragSourceContextPeer this
         0: .line 240
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.proxyModeSourceWindow:J
            lreturn
        end local 0 // sun.awt.X11.XDragSourceContextPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11/XDragSourceContextPeer;

  private void setProxyModeSourceWindowImpl(long);
    descriptor: (J)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.awt.X11.XDragSourceContextPeer this
        start local 1 // long window
         0: .line 244
            aload 0 /* this */
            lload 1 /* window */
            putfield sun.awt.X11.XDragSourceContextPeer.proxyModeSourceWindow:J
         1: .line 245
            return
        end local 1 // long window
        end local 0 // sun.awt.X11.XDragSourceContextPeer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/awt/X11/XDragSourceContextPeer;
            0    2     1  window  J
    MethodParameters:
        Name  Flags
      window  

  public static void setProxyModeSourceWindow(long);
    descriptor: (J)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // long window
         0: .line 248
            getstatic sun.awt.X11.XDragSourceContextPeer.theInstance:Lsun/awt/X11/XDragSourceContextPeer;
            lload 0 /* window */
            invokevirtual sun.awt.X11.XDragSourceContextPeer.setProxyModeSourceWindowImpl:(J)V
         1: .line 249
            return
        end local 0 // long window
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0  window  J
    MethodParameters:
        Name  Flags
      window  

  public void setCursor(java.awt.Cursor);
    descriptor: (Ljava/awt/Cursor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.awt.X11.XDragSourceContextPeer this
        start local 1 // java.awt.Cursor c
         0: .line 256
            invokestatic sun.awt.X11.XToolkit.awtLock:()V
         1: .line 258
            aload 0 /* this */
            aload 1 /* c */
            invokespecial sun.awt.dnd.SunDragSourceContextPeer.setCursor:(Ljava/awt/Cursor;)V
         2: .line 259
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 2
         4: .line 260
            invokestatic sun.awt.X11.XToolkit.awtUnlock:()V
         5: .line 261
            aload 2
            athrow
         6: .line 260
      StackMap locals:
      StackMap stack:
            invokestatic sun.awt.X11.XToolkit.awtUnlock:()V
         7: .line 262
            return
        end local 1 // java.awt.Cursor c
        end local 0 // sun.awt.X11.XDragSourceContextPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/awt/X11/XDragSourceContextPeer;
            0    8     1     c  Ljava/awt/Cursor;
      Exception table:
        from    to  target  type
           1     3       3  any
    Exceptions:
      throws java.awt.dnd.InvalidDnDOperationException
    MethodParameters:
      Name  Flags
      c     

  protected void setNativeCursor(long, java.awt.Cursor, int);
    descriptor: (JLjava/awt/Cursor;I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=7, args_size=4
        start local 0 // sun.awt.X11.XDragSourceContextPeer this
        start local 1 // long nativeCtxt
        start local 3 // java.awt.Cursor c
        start local 4 // int cType
         0: .line 265
            getstatic sun.awt.X11.XDragSourceContextPeer.$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 267
      StackMap locals:
      StackMap stack:
            aload 3 /* c */
            ifnonnull 3
         2: .line 268
            return
         3: .line 271
      StackMap locals:
      StackMap stack:
            aload 3 /* c */
            invokestatic sun.awt.X11.XGlobalCursorManager.getCursor:(Ljava/awt/Cursor;)J
            lstore 5 /* xcursor */
        start local 5 // long xcursor
         4: .line 273
            lload 5 /* xcursor */
            lconst_0
            lcmp
            ifne 6
         5: .line 274
            return
         6: .line 277
      StackMap locals: long
      StackMap stack:
            invokestatic sun.awt.X11.XToolkit.getDisplay:()J
         7: .line 278
            sipush 8204
         8: .line 279
            lload 5 /* xcursor */
         9: .line 280
            lconst_0
        10: .line 277
            invokestatic sun.awt.X11.XlibWrapper.XChangeActivePointerGrab:(JIJJ)V
        11: .line 281
            return
        end local 5 // long xcursor
        end local 4 // int cType
        end local 3 // java.awt.Cursor c
        end local 1 // long nativeCtxt
        end local 0 // sun.awt.X11.XDragSourceContextPeer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Lsun/awt/X11/XDragSourceContextPeer;
            0   12     1  nativeCtxt  J
            0   12     3           c  Ljava/awt/Cursor;
            0   12     4       cType  I
            4   12     5     xcursor  J
    MethodParameters:
            Name  Flags
      nativeCtxt  
      c           
      cType       

  protected boolean needsBogusExitBeforeDrop();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.X11.XDragSourceContextPeer this
         0: .line 284
            iconst_0
            ireturn
        end local 0 // sun.awt.X11.XDragSourceContextPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11/XDragSourceContextPeer;

  private void throwGrabFailureException(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // sun.awt.X11.XDragSourceContextPeer this
        start local 1 // java.lang.String msg
        start local 2 // int grabStatus
         0: .line 289
            ldc ""
            astore 3 /* msgCause */
        start local 3 // java.lang.String msgCause
         1: .line 290
            iload 2 /* grabStatus */
            tableswitch { // 1 - 4
                    1: 3
                    2: 4
                    3: 2
                    4: 5
              default: 6
          }
         2: .line 291
      StackMap locals: java.lang.String
      StackMap stack:
            ldc "not viewable"
            astore 3 /* msgCause */
            goto 7
         3: .line 292
      StackMap locals:
      StackMap stack:
            ldc "already grabbed"
            astore 3 /* msgCause */
            goto 7
         4: .line 293
      StackMap locals:
      StackMap stack:
            ldc "invalid time"
            astore 3 /* msgCause */
            goto 7
         5: .line 294
      StackMap locals:
      StackMap stack:
            ldc "grab frozen"
            astore 3 /* msgCause */
            goto 7
         6: .line 295
      StackMap locals:
      StackMap stack:
            ldc "unknown failure"
            astore 3 /* msgCause */
         7: .line 297
      StackMap locals:
      StackMap stack:
            new java.awt.dnd.InvalidDnDOperationException
            dup
            new java.lang.StringBuilder
            dup
            aload 1 /* msg */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* msgCause */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.awt.dnd.InvalidDnDOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // java.lang.String msgCause
        end local 2 // int grabStatus
        end local 1 // java.lang.String msg
        end local 0 // sun.awt.X11.XDragSourceContextPeer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lsun/awt/X11/XDragSourceContextPeer;
            0    8     1         msg  Ljava/lang/String;
            0    8     2  grabStatus  I
            1    8     3    msgCause  Ljava/lang/String;
    Exceptions:
      throws java.awt.dnd.InvalidDnDOperationException
    MethodParameters:
            Name  Flags
      msg         
      grabStatus  

  public void cleanup(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // sun.awt.X11.XDragSourceContextPeer this
        start local 1 // long time
         0: .line 304
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.dndInProgress:Z
            ifeq 6
         1: .line 305
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.dragProtocol:Lsun/awt/X11/XDragSourceProtocol;
            ifnull 3
         2: .line 306
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.dragProtocol:Lsun/awt/X11/XDragSourceProtocol;
            lload 1 /* time */
            invokevirtual sun.awt.X11.XDragSourceProtocol.sendLeaveMessage:(J)V
         3: .line 309
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.targetAction:I
            ifeq 5
         4: .line 310
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.xRoot:I
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.yRoot:I
            invokevirtual sun.awt.X11.XDragSourceContextPeer.dragExit:(II)V
         5: .line 313
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            iconst_0
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.xRoot:I
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.yRoot:I
            invokevirtual sun.awt.X11.XDragSourceContextPeer.dragDropFinished:(ZIII)V
         6: .line 316
      StackMap locals:
      StackMap stack:
            invokestatic sun.awt.X11.XDragAndDropProtocols.getDragSourceProtocols:()Ljava/util/Iterator;
            astore 3 /* dragProtocols */
        start local 3 // java.util.Iterator dragProtocols
         7: .line 317
            goto 12
         8: .line 318
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 3 /* dragProtocols */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.awt.X11.XDragSourceProtocol
            astore 4 /* dragProtocol */
        start local 4 // sun.awt.X11.XDragSourceProtocol dragProtocol
         9: .line 320
            aload 4 /* dragProtocol */
            invokevirtual sun.awt.X11.XDragSourceProtocol.cleanup:()V
        10: .line 321
            goto 12
      StackMap locals: sun.awt.X11.XDragSourceContextPeer long java.util.Iterator sun.awt.X11.XDragSourceProtocol
      StackMap stack: sun.awt.X11.XException
        11: pop
        end local 4 // sun.awt.X11.XDragSourceProtocol dragProtocol
        12: .line 317
      StackMap locals:
      StackMap stack:
            aload 3 /* dragProtocols */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 8
        13: .line 326
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XDragSourceContextPeer.dndInProgress:Z
        14: .line 327
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XDragSourceContextPeer.dragInProgress:Z
        15: .line 328
            aload 0 /* this */
            lconst_0
            putfield sun.awt.X11.XDragSourceContextPeer.dragRootWindow:J
        16: .line 329
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11.XDragSourceContextPeer.sourceFormats:[J
        17: .line 330
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XDragSourceContextPeer.sourceActions:I
        18: .line 331
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XDragSourceContextPeer.sourceAction:I
        19: .line 332
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XDragSourceContextPeer.eventState:I
        20: .line 333
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XDragSourceContextPeer.xRoot:I
        21: .line 334
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XDragSourceContextPeer.yRoot:I
        22: .line 336
            aload 0 /* this */
            invokevirtual sun.awt.X11.XDragSourceContextPeer.cleanupTargetInfo:()V
        23: .line 338
            aload 0 /* this */
            lload 1 /* time */
            invokevirtual sun.awt.X11.XDragSourceContextPeer.removeDnDGrab:(J)V
        24: .line 339
            return
        end local 3 // java.util.Iterator dragProtocols
        end local 1 // long time
        end local 0 // sun.awt.X11.XDragSourceContextPeer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   25     0           this  Lsun/awt/X11/XDragSourceContextPeer;
            0   25     1           time  J
            7   25     3  dragProtocols  Ljava/util/Iterator;
            9   12     4   dragProtocol  Lsun/awt/X11/XDragSourceProtocol;
      Exception table:
        from    to  target  type
           9    10      11  Class sun.awt.X11.XException
    MethodParameters:
      Name  Flags
      time  

  private void cleanupTargetInfo();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.awt.X11.XDragSourceContextPeer this
         0: .line 345
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XDragSourceContextPeer.targetAction:I
         1: .line 346
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11.XDragSourceContextPeer.dragProtocol:Lsun/awt/X11/XDragSourceProtocol;
         2: .line 347
            aload 0 /* this */
            lconst_0
            putfield sun.awt.X11.XDragSourceContextPeer.targetRootSubwindow:J
         3: .line 348
            return
        end local 0 // sun.awt.X11.XDragSourceContextPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/awt/X11/XDragSourceContextPeer;

  private void removeDnDGrab(long);
    descriptor: (J)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // sun.awt.X11.XDragSourceContextPeer this
        start local 1 // long time
         0: .line 351
            getstatic sun.awt.X11.XDragSourceContextPeer.$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 353
      StackMap locals:
      StackMap stack:
            invokestatic sun.awt.X11.XToolkit.getDisplay:()J
            lload 1 /* time */
            invokestatic sun.awt.X11.XlibWrapper.XUngrabPointer:(JJ)V
         2: .line 354
            invokestatic sun.awt.X11.XToolkit.getDisplay:()J
            lload 1 /* time */
            invokestatic sun.awt.X11.XlibWrapper.XUngrabKeyboard:(JJ)V
         3: .line 357
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.rootEventMask:J
            ldc 8195
            lor
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.rootEventMask:J
            lcmp
            ifeq 9
         4: .line 358
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.dragRootWindow:J
            lconst_0
            lcmp
            ifeq 9
         5: .line 360
            invokestatic sun.awt.X11.XToolkit.getDisplay:()J
         6: .line 361
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.dragRootWindow:J
         7: .line 362
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.rootEventMask:J
         8: .line 360
            invokestatic sun.awt.X11.XlibWrapper.XSelectInput:(JJJ)V
         9: .line 365
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lconst_0
            putfield sun.awt.X11.XDragSourceContextPeer.rootEventMask:J
        10: .line 366
            aload 0 /* this */
            lconst_0
            putfield sun.awt.X11.XDragSourceContextPeer.dragRootWindow:J
        11: .line 367
            return
        end local 1 // long time
        end local 0 // sun.awt.X11.XDragSourceContextPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lsun/awt/X11/XDragSourceContextPeer;
            0   12     1  time  J
    MethodParameters:
      Name  Flags
      time  

  private boolean processClientMessage(sun.awt.X11.XClientMessageEvent);
    descriptor: (Lsun/awt/X11/XClientMessageEvent;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.X11.XDragSourceContextPeer this
        start local 1 // sun.awt.X11.XClientMessageEvent xclient
         0: .line 370
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.dragProtocol:Lsun/awt/X11/XDragSourceProtocol;
            ifnull 2
         1: .line 371
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.dragProtocol:Lsun/awt/X11/XDragSourceProtocol;
            aload 1 /* xclient */
            invokevirtual sun.awt.X11.XDragSourceProtocol.processClientMessage:(Lsun/awt/X11/XClientMessageEvent;)Z
            ireturn
         2: .line 373
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // sun.awt.X11.XClientMessageEvent xclient
        end local 0 // sun.awt.X11.XDragSourceContextPeer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lsun/awt/X11/XDragSourceContextPeer;
            0    3     1  xclient  Lsun/awt/X11/XClientMessageEvent;
    MethodParameters:
         Name  Flags
      xclient  

  private boolean updateSourceAction(int);
    descriptor: (I)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.awt.X11.XDragSourceContextPeer this
        start local 1 // int state
         0: .line 382
            iload 1 /* state */
            iconst_0
            iconst_0
            invokestatic sun.awt.X11.XWindow.getModifiers:(III)I
         1: .line 383
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.sourceActions:I
         2: .line 382
            invokestatic sun.awt.dnd.SunDragSourceContextPeer.convertModifiersToDropAction:(II)I
            istore 2 /* action */
        start local 2 // int action
         3: .line 384
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.sourceAction:I
            iload 2 /* action */
            if_icmpne 5
         4: .line 385
            iconst_0
            ireturn
         5: .line 387
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* action */
            putfield sun.awt.X11.XDragSourceContextPeer.sourceAction:I
         6: .line 388
            iconst_1
            ireturn
        end local 2 // int action
        end local 1 // int state
        end local 0 // sun.awt.X11.XDragSourceContextPeer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lsun/awt/X11/XDragSourceContextPeer;
            0    7     1   state  I
            3    7     2  action  I
    MethodParameters:
       Name  Flags
      state  

  private static long findClientWindow(long);
    descriptor: (J)J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=7, args_size=1
        start local 0 // long window
         0: .line 395
            lload 0 /* window */
            invokestatic sun.awt.X11.XlibUtil.isTrueToplevelWindow:(J)Z
            ifeq 2
         1: .line 396
            lload 0 /* window */
            lreturn
         2: .line 399
      StackMap locals:
      StackMap stack:
            lload 0 /* window */
            invokestatic sun.awt.X11.XlibUtil.getChildWindows:(J)Ljava/util/Set;
            astore 2 /* children */
        start local 2 // java.util.Set children
         3: .line 400
            aload 2 /* children */
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 4
            goto 8
      StackMap locals: long java.util.Set top java.util.Iterator
      StackMap stack:
         4: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Long
            astore 3 /* child */
        start local 3 // java.lang.Long child
         5: .line 401
            aload 3 /* child */
            invokevirtual java.lang.Long.longValue:()J
            invokestatic sun.awt.X11.XDragSourceContextPeer.findClientWindow:(J)J
            lstore 5 /* win */
        start local 5 // long win
         6: .line 402
            lload 5 /* win */
            lconst_0
            lcmp
            ifeq 8
         7: .line 403
            lload 5 /* win */
            lreturn
        end local 5 // long win
        end local 3 // java.lang.Long child
         8: .line 400
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         9: .line 407
            lconst_0
            lreturn
        end local 2 // java.util.Set children
        end local 0 // long window
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0    window  J
            3   10     2  children  Ljava/util/Set<Ljava/lang/Long;>;
            5    8     3     child  Ljava/lang/Long;
            6    8     5       win  J
    MethodParameters:
        Name  Flags
      window  

  private void doUpdateTargetWindow(long, long);
    descriptor: (JJ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=10, args_size=3
        start local 0 // sun.awt.X11.XDragSourceContextPeer this
        start local 1 // long subwindow
        start local 3 // long time
         0: .line 411
            lconst_0
            lstore 5 /* clientWindow */
        start local 5 // long clientWindow
         1: .line 413
            aconst_null
            astore 7 /* protocol */
        start local 7 // sun.awt.X11.XDragSourceProtocol protocol
         2: .line 416
            lload 1 /* subwindow */
            lconst_0
            lcmp
            ifeq 4
         3: .line 417
            lload 1 /* subwindow */
            invokestatic sun.awt.X11.XDragSourceContextPeer.findClientWindow:(J)J
            lstore 5 /* clientWindow */
         4: .line 420
      StackMap locals: long sun.awt.X11.XDragSourceProtocol
      StackMap stack:
            lload 5 /* clientWindow */
            lconst_0
            lcmp
            ifeq 12
         5: .line 421
            invokestatic sun.awt.X11.XDragAndDropProtocols.getDragSourceProtocols:()Ljava/util/Iterator;
            astore 8 /* dragProtocols */
        start local 8 // java.util.Iterator dragProtocols
         6: .line 422
            goto 11
         7: .line 423
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 8 /* dragProtocols */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.awt.X11.XDragSourceProtocol
            astore 9 /* dragProtocol */
        start local 9 // sun.awt.X11.XDragSourceProtocol dragProtocol
         8: .line 424
            aload 9 /* dragProtocol */
            lload 5 /* clientWindow */
            lload 3 /* time */
            invokevirtual sun.awt.X11.XDragSourceProtocol.attachTargetWindow:(JJ)Z
            ifeq 11
         9: .line 425
            aload 9 /* dragProtocol */
            astore 7 /* protocol */
        10: .line 426
            goto 12
        end local 9 // sun.awt.X11.XDragSourceProtocol dragProtocol
        11: .line 422
      StackMap locals:
      StackMap stack:
            aload 8 /* dragProtocols */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
        end local 8 // java.util.Iterator dragProtocols
        12: .line 432
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 7 /* protocol */
            putfield sun.awt.X11.XDragSourceContextPeer.dragProtocol:Lsun/awt/X11/XDragSourceProtocol;
        13: .line 433
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XDragSourceContextPeer.targetAction:I
        14: .line 434
            aload 0 /* this */
            lload 1 /* subwindow */
            putfield sun.awt.X11.XDragSourceContextPeer.targetRootSubwindow:J
        15: .line 435
            return
        end local 7 // sun.awt.X11.XDragSourceProtocol protocol
        end local 5 // long clientWindow
        end local 3 // long time
        end local 1 // long subwindow
        end local 0 // sun.awt.X11.XDragSourceContextPeer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   16     0           this  Lsun/awt/X11/XDragSourceContextPeer;
            0   16     1      subwindow  J
            0   16     3           time  J
            1   16     5   clientWindow  J
            2   16     7       protocol  Lsun/awt/X11/XDragSourceProtocol;
            6   12     8  dragProtocols  Ljava/util/Iterator;
            8   11     9   dragProtocol  Lsun/awt/X11/XDragSourceProtocol;
    MethodParameters:
           Name  Flags
      subwindow  
      time       

  private void updateTargetWindow(sun.awt.X11.XMotionEvent);
    descriptor: (Lsun/awt/X11/XMotionEvent;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=18, locals=8, args_size=2
        start local 0 // sun.awt.X11.XDragSourceContextPeer this
        start local 1 // sun.awt.X11.XMotionEvent xmotion
         0: .line 438
            getstatic sun.awt.X11.XDragSourceContextPeer.$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 440
      StackMap locals:
      StackMap stack:
            aload 1 /* xmotion */
            invokevirtual sun.awt.X11.XMotionEvent.get_x_root:()I
            istore 2 /* x */
        start local 2 // int x
         2: .line 441
            aload 1 /* xmotion */
            invokevirtual sun.awt.X11.XMotionEvent.get_y_root:()I
            istore 3 /* y */
        start local 3 // int y
         3: .line 442
            aload 1 /* xmotion */
            invokevirtual sun.awt.X11.XMotionEvent.get_time:()J
            lstore 4 /* time */
        start local 4 // long time
         4: .line 443
            aload 1 /* xmotion */
            invokevirtual sun.awt.X11.XMotionEvent.get_subwindow:()J
            lstore 6 /* subwindow */
        start local 6 // long subwindow
         5: .line 449
            aload 1 /* xmotion */
            invokevirtual sun.awt.X11.XMotionEvent.get_window:()J
            aload 1 /* xmotion */
            invokevirtual sun.awt.X11.XMotionEvent.get_root:()J
            lcmp
            ifeq 17
         6: .line 450
            invokestatic sun.awt.X11.XToolkit.getDisplay:()J
         7: .line 451
            aload 1 /* xmotion */
            invokevirtual sun.awt.X11.XMotionEvent.get_root:()J
         8: .line 452
            getstatic sun.awt.X11.XlibWrapper.larg1:J
         9: .line 453
            getstatic sun.awt.X11.XlibWrapper.larg2:J
        10: .line 454
            getstatic sun.awt.X11.XlibWrapper.larg3:J
        11: .line 455
            getstatic sun.awt.X11.XlibWrapper.larg4:J
        12: .line 456
            getstatic sun.awt.X11.XlibWrapper.larg5:J
        13: .line 457
            getstatic sun.awt.X11.XlibWrapper.larg6:J
        14: .line 458
            getstatic sun.awt.X11.XlibWrapper.larg7:J
        15: .line 450
            invokestatic sun.awt.X11.XlibWrapper.XQueryPointer:(JJJJJJJJJ)Z
            pop
        16: .line 459
            getstatic sun.awt.X11.XlibWrapper.larg2:J
            invokestatic sun.awt.X11.Native.getLong:(J)J
            lstore 6 /* subwindow */
        17: .line 462
      StackMap locals: sun.awt.X11.XDragSourceContextPeer sun.awt.X11.XMotionEvent int int long long
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.targetRootSubwindow:J
            lload 6 /* subwindow */
            lcmp
            ifeq 29
        18: .line 463
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.dragProtocol:Lsun/awt/X11/XDragSourceProtocol;
            ifnull 22
        19: .line 464
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.dragProtocol:Lsun/awt/X11/XDragSourceProtocol;
            lload 4 /* time */
            invokevirtual sun.awt.X11.XDragSourceProtocol.sendLeaveMessage:(J)V
        20: .line 472
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.targetAction:I
            ifeq 22
        21: .line 473
            aload 0 /* this */
            iload 2 /* x */
            iload 3 /* y */
            invokevirtual sun.awt.X11.XDragSourceContextPeer.dragExit:(II)V
        22: .line 478
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 6 /* subwindow */
            lload 4 /* time */
            invokevirtual sun.awt.X11.XDragSourceContextPeer.doUpdateTargetWindow:(JJ)V
        23: .line 480
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.dragProtocol:Lsun/awt/X11/XDragSourceProtocol;
            ifnull 29
        24: .line 481
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.dragProtocol:Lsun/awt/X11/XDragSourceProtocol;
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.sourceFormats:[J
        25: .line 482
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.sourceAction:I
        26: .line 483
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.sourceActions:I
        27: .line 484
            lload 4 /* time */
        28: .line 481
            invokevirtual sun.awt.X11.XDragSourceProtocol.sendEnterMessage:([JIIJ)V
        29: .line 487
      StackMap locals:
      StackMap stack:
            return
        end local 6 // long subwindow
        end local 4 // long time
        end local 3 // int y
        end local 2 // int x
        end local 1 // sun.awt.X11.XMotionEvent xmotion
        end local 0 // sun.awt.X11.XDragSourceContextPeer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   30     0       this  Lsun/awt/X11/XDragSourceContextPeer;
            0   30     1    xmotion  Lsun/awt/X11/XMotionEvent;
            2   30     2          x  I
            3   30     3          y  I
            4   30     4       time  J
            5   30     6  subwindow  J
    MethodParameters:
         Name  Flags
      xmotion  

  private void processMouseMove(sun.awt.X11.XMotionEvent);
    descriptor: (Lsun/awt/X11/XMotionEvent;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // sun.awt.X11.XDragSourceContextPeer this
        start local 1 // sun.awt.X11.XMotionEvent xmotion
         0: .line 494
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.dragInProgress:Z
            ifne 2
         1: .line 495
            return
         2: .line 497
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.xRoot:I
            aload 1 /* xmotion */
            invokevirtual sun.awt.X11.XMotionEvent.get_x_root:()I
            if_icmpne 3
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.yRoot:I
            aload 1 /* xmotion */
            invokevirtual sun.awt.X11.XMotionEvent.get_y_root:()I
            if_icmpeq 9
         3: .line 498
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* xmotion */
            invokevirtual sun.awt.X11.XMotionEvent.get_x_root:()I
            putfield sun.awt.X11.XDragSourceContextPeer.xRoot:I
         4: .line 499
            aload 0 /* this */
            aload 1 /* xmotion */
            invokevirtual sun.awt.X11.XMotionEvent.get_y_root:()I
            putfield sun.awt.X11.XDragSourceContextPeer.yRoot:I
         5: .line 501
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.targetAction:I
         6: .line 502
            aload 1 /* xmotion */
            invokevirtual sun.awt.X11.XMotionEvent.get_state:()I
            iconst_0
            iconst_0
            invokestatic sun.awt.X11.XWindow.getModifiers:(III)I
         7: .line 503
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.xRoot:I
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.yRoot:I
            bipush 6
         8: .line 501
            invokevirtual sun.awt.X11.XDragSourceContextPeer.postDragSourceDragEvent:(IIIII)V
         9: .line 506
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.eventState:I
            aload 1 /* xmotion */
            invokevirtual sun.awt.X11.XMotionEvent.get_state:()I
            if_icmpeq 16
        10: .line 507
            aload 0 /* this */
            aload 1 /* xmotion */
            invokevirtual sun.awt.X11.XMotionEvent.get_state:()I
            invokevirtual sun.awt.X11.XDragSourceContextPeer.updateSourceAction:(I)Z
            ifeq 15
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.dragProtocol:Lsun/awt/X11/XDragSourceProtocol;
            ifnull 15
        11: .line 508
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.targetAction:I
        12: .line 509
            aload 1 /* xmotion */
            invokevirtual sun.awt.X11.XMotionEvent.get_state:()I
            iconst_0
            iconst_0
            invokestatic sun.awt.X11.XWindow.getModifiers:(III)I
        13: .line 510
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.xRoot:I
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.yRoot:I
            iconst_3
        14: .line 508
            invokevirtual sun.awt.X11.XDragSourceContextPeer.postDragSourceDragEvent:(IIIII)V
        15: .line 512
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* xmotion */
            invokevirtual sun.awt.X11.XMotionEvent.get_state:()I
            putfield sun.awt.X11.XDragSourceContextPeer.eventState:I
        16: .line 515
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* xmotion */
            invokevirtual sun.awt.X11.XDragSourceContextPeer.updateTargetWindow:(Lsun/awt/X11/XMotionEvent;)V
        17: .line 517
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.dragProtocol:Lsun/awt/X11/XDragSourceProtocol;
            ifnull 23
        18: .line 518
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.dragProtocol:Lsun/awt/X11/XDragSourceProtocol;
            aload 1 /* xmotion */
            invokevirtual sun.awt.X11.XMotionEvent.get_x_root:()I
        19: .line 519
            aload 1 /* xmotion */
            invokevirtual sun.awt.X11.XMotionEvent.get_y_root:()I
        20: .line 520
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.sourceAction:I
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.sourceActions:I
        21: .line 521
            aload 1 /* xmotion */
            invokevirtual sun.awt.X11.XMotionEvent.get_time:()J
        22: .line 518
            invokevirtual sun.awt.X11.XDragSourceProtocol.sendMoveMessage:(IIIIJ)V
        23: .line 523
      StackMap locals:
      StackMap stack:
            return
        end local 1 // sun.awt.X11.XMotionEvent xmotion
        end local 0 // sun.awt.X11.XDragSourceContextPeer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   24     0     this  Lsun/awt/X11/XDragSourceContextPeer;
            0   24     1  xmotion  Lsun/awt/X11/XMotionEvent;
    MethodParameters:
         Name  Flags
      xmotion  

  private void processDrop(sun.awt.X11.XButtonEvent);
    descriptor: (Lsun/awt/X11/XButtonEvent;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // sun.awt.X11.XDragSourceContextPeer this
        start local 1 // sun.awt.X11.XButtonEvent xbutton
         0: .line 527
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.dragProtocol:Lsun/awt/X11/XDragSourceProtocol;
            aload 1 /* xbutton */
            invokevirtual sun.awt.X11.XButtonEvent.get_x_root:()I
         1: .line 528
            aload 1 /* xbutton */
            invokevirtual sun.awt.X11.XButtonEvent.get_y_root:()I
         2: .line 529
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.sourceAction:I
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.sourceActions:I
         3: .line 530
            aload 1 /* xbutton */
            invokevirtual sun.awt.X11.XButtonEvent.get_time:()J
         4: .line 527
            invokevirtual sun.awt.X11.XDragSourceProtocol.initiateDrop:(IIIIJ)V
         5: .line 531
            goto 8
      StackMap locals:
      StackMap stack: sun.awt.X11.XException
         6: pop
         7: .line 532
            aload 0 /* this */
            aload 1 /* xbutton */
            invokevirtual sun.awt.X11.XButtonEvent.get_time:()J
            invokevirtual sun.awt.X11.XDragSourceContextPeer.cleanup:(J)V
         8: .line 534
      StackMap locals:
      StackMap stack:
            return
        end local 1 // sun.awt.X11.XButtonEvent xbutton
        end local 0 // sun.awt.X11.XDragSourceContextPeer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lsun/awt/X11/XDragSourceContextPeer;
            0    9     1  xbutton  Lsun/awt/X11/XButtonEvent;
      Exception table:
        from    to  target  type
           0     5       6  Class sun.awt.X11.XException
    MethodParameters:
         Name  Flags
      xbutton  

  private boolean processProxyModeEvent(sun.awt.X11.XEvent);
    descriptor: (Lsun/awt/X11/XEvent;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // sun.awt.X11.XDragSourceContextPeer this
        start local 1 // sun.awt.X11.XEvent ev
         0: .line 537
            aload 0 /* this */
            invokevirtual sun.awt.X11.XDragSourceContextPeer.getProxyModeSourceWindow:()J
            lconst_0
            lcmp
            ifne 2
         1: .line 538
            iconst_0
            ireturn
         2: .line 541
      StackMap locals:
      StackMap stack:
            aload 1 /* ev */
            invokevirtual sun.awt.X11.XEvent.get_type:()I
            bipush 33
            if_icmpeq 4
         3: .line 542
            iconst_0
            ireturn
         4: .line 545
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.X11.XDragSourceContextPeer.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 9
         5: .line 546
            getstatic sun.awt.X11.XDragSourceContextPeer.logger:Lsun/util/logging/PlatformLogger;
            new java.lang.StringBuilder
            dup
            ldc "        proxyModeSourceWindow="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         6: .line 547
            aload 0 /* this */
            invokevirtual sun.awt.X11.XDragSourceContextPeer.getProxyModeSourceWindow:()J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
         7: .line 548
            ldc " ev="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* ev */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         8: .line 546
            invokevirtual sun.util.logging.PlatformLogger.finest:(Ljava/lang/String;)V
         9: .line 551
      StackMap locals:
      StackMap stack:
            aload 1 /* ev */
            invokevirtual sun.awt.X11.XEvent.get_xclient:()Lsun/awt/X11/XClientMessageEvent;
            astore 2 /* xclient */
        start local 2 // sun.awt.X11.XClientMessageEvent xclient
        10: .line 553
            invokestatic sun.awt.X11.XDragAndDropProtocols.getDragSourceProtocols:()Ljava/util/Iterator;
            astore 3 /* dragProtocols */
        start local 3 // java.util.Iterator dragProtocols
        11: .line 554
            goto 19
        12: .line 556
      StackMap locals: sun.awt.X11.XClientMessageEvent java.util.Iterator
      StackMap stack:
            aload 3 /* dragProtocols */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.awt.X11.XDragSourceProtocol
        13: .line 555
            astore 4 /* dragProtocol */
        start local 4 // sun.awt.X11.XDragSourceProtocol dragProtocol
        14: .line 557
            aload 4 /* dragProtocol */
            aload 2 /* xclient */
        15: .line 558
            aload 0 /* this */
            invokevirtual sun.awt.X11.XDragSourceContextPeer.getProxyModeSourceWindow:()J
        16: .line 557
            invokevirtual sun.awt.X11.XDragSourceProtocol.processProxyModeEvent:(Lsun/awt/X11/XClientMessageEvent;J)Z
        17: .line 558
            ifeq 19
        18: .line 559
            iconst_1
            ireturn
        end local 4 // sun.awt.X11.XDragSourceProtocol dragProtocol
        19: .line 554
      StackMap locals:
      StackMap stack:
            aload 3 /* dragProtocols */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 12
        20: .line 563
            iconst_0
            ireturn
        end local 3 // java.util.Iterator dragProtocols
        end local 2 // sun.awt.X11.XClientMessageEvent xclient
        end local 1 // sun.awt.X11.XEvent ev
        end local 0 // sun.awt.X11.XDragSourceContextPeer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   21     0           this  Lsun/awt/X11/XDragSourceContextPeer;
            0   21     1             ev  Lsun/awt/X11/XEvent;
           10   21     2        xclient  Lsun/awt/X11/XClientMessageEvent;
           11   21     3  dragProtocols  Ljava/util/Iterator;
           14   19     4   dragProtocol  Lsun/awt/X11/XDragSourceProtocol;
    MethodParameters:
      Name  Flags
      ev    

  private boolean doProcessEvent(sun.awt.X11.XEvent);
    descriptor: (Lsun/awt/X11/XEvent;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=18, locals=7, args_size=2
        start local 0 // sun.awt.X11.XDragSourceContextPeer this
        start local 1 // sun.awt.X11.XEvent ev
         0: .line 572
            getstatic sun.awt.X11.XDragSourceContextPeer.$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 574
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ev */
            invokevirtual sun.awt.X11.XDragSourceContextPeer.processProxyModeEvent:(Lsun/awt/X11/XEvent;)Z
            ifeq 3
         2: .line 575
            iconst_1
            ireturn
         3: .line 578
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.dndInProgress:Z
            ifne 5
         4: .line 579
            iconst_0
            ireturn
         5: .line 582
      StackMap locals:
      StackMap stack:
            aload 1 /* ev */
            invokevirtual sun.awt.X11.XEvent.get_type:()I
            lookupswitch { // 2
                   17: 8
                   33: 6
              default: 15
          }
         6: .line 584
      StackMap locals:
      StackMap stack:
            aload 1 /* ev */
            invokevirtual sun.awt.X11.XEvent.get_xclient:()Lsun/awt/X11/XClientMessageEvent;
            astore 2 /* xclient */
        start local 2 // sun.awt.X11.XClientMessageEvent xclient
         7: .line 585
            aload 0 /* this */
            aload 2 /* xclient */
            invokevirtual sun.awt.X11.XDragSourceContextPeer.processClientMessage:(Lsun/awt/X11/XClientMessageEvent;)Z
            ireturn
        end local 2 // sun.awt.X11.XClientMessageEvent xclient
         8: .line 588
      StackMap locals:
      StackMap stack:
            aload 1 /* ev */
            invokevirtual sun.awt.X11.XEvent.get_xdestroywindow:()Lsun/awt/X11/XDestroyWindowEvent;
            astore 2 /* xde */
        start local 2 // sun.awt.X11.XDestroyWindowEvent xde
         9: .line 591
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.dragInProgress:Z
            ifne 14
        10: .line 592
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.dragProtocol:Lsun/awt/X11/XDragSourceProtocol;
            ifnull 14
        11: .line 593
            aload 2 /* xde */
            invokevirtual sun.awt.X11.XDestroyWindowEvent.get_window:()J
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.dragProtocol:Lsun/awt/X11/XDragSourceProtocol;
            invokevirtual sun.awt.X11.XDragSourceProtocol.getTargetWindow:()J
            lcmp
            ifne 14
        12: .line 594
            aload 0 /* this */
            lconst_0
            invokevirtual sun.awt.X11.XDragSourceContextPeer.cleanup:(J)V
        13: .line 595
            iconst_1
            ireturn
        14: .line 598
      StackMap locals: sun.awt.X11.XDestroyWindowEvent
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // sun.awt.X11.XDestroyWindowEvent xde
        15: .line 602
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.dragInProgress:Z
            ifne 17
        16: .line 603
            iconst_0
            ireturn
        17: .line 607
      StackMap locals:
      StackMap stack:
            aload 1 /* ev */
            invokevirtual sun.awt.X11.XEvent.get_type:()I
            tableswitch { // 2 - 6
                    2: 18
                    3: 18
                    4: 58
                    5: 61
                    6: 59
              default: 94
          }
        18: .line 610
      StackMap locals:
      StackMap stack:
            aload 1 /* ev */
            invokevirtual sun.awt.X11.XEvent.get_xkey:()Lsun/awt/X11/XKeyEvent;
            astore 2 /* xkey */
        start local 2 // sun.awt.X11.XKeyEvent xkey
        19: .line 611
            invokestatic sun.awt.X11.XToolkit.getDisplay:()J
        20: .line 612
            aload 2 /* xkey */
            invokevirtual sun.awt.X11.XKeyEvent.get_keycode:()I
            iconst_0
        21: .line 611
            invokestatic sun.awt.X11.XlibWrapper.XKeycodeToKeysym:(JII)J
            lstore 3 /* keysym */
        start local 3 // long keysym
        22: .line 613
            lload 3 /* keysym */
            l2i
            lookupswitch { // 5
                65307: 23
                65505: 26
                65506: 26
                65507: 26
                65508: 26
              default: 57
          }
        23: .line 615
      StackMap locals: sun.awt.X11.XKeyEvent long
      StackMap stack:
            aload 1 /* ev */
            invokevirtual sun.awt.X11.XEvent.get_type:()I
            iconst_3
            if_icmpne 57
        24: .line 616
            aload 0 /* this */
            aload 2 /* xkey */
            invokevirtual sun.awt.X11.XKeyEvent.get_time:()J
            invokevirtual sun.awt.X11.XDragSourceContextPeer.cleanup:(J)V
        25: .line 618
            goto 57
        26: .line 624
      StackMap locals:
      StackMap stack:
            invokestatic sun.awt.X11.XToolkit.getDisplay:()J
        27: .line 625
            aload 2 /* xkey */
            invokevirtual sun.awt.X11.XKeyEvent.get_root:()J
        28: .line 626
            getstatic sun.awt.X11.XlibWrapper.larg1:J
        29: .line 627
            getstatic sun.awt.X11.XlibWrapper.larg2:J
        30: .line 628
            getstatic sun.awt.X11.XlibWrapper.larg3:J
        31: .line 629
            getstatic sun.awt.X11.XlibWrapper.larg4:J
        32: .line 630
            getstatic sun.awt.X11.XlibWrapper.larg5:J
        33: .line 631
            getstatic sun.awt.X11.XlibWrapper.larg6:J
        34: .line 632
            getstatic sun.awt.X11.XlibWrapper.larg7:J
        35: .line 624
            invokestatic sun.awt.X11.XlibWrapper.XQueryPointer:(JJJJJJJJJ)Z
            pop
        36: .line 633
            new sun.awt.X11.XMotionEvent
            dup
            invokespecial sun.awt.X11.XMotionEvent.<init>:()V
            astore 5 /* xmotion */
        start local 5 // sun.awt.X11.XMotionEvent xmotion
        37: .line 635
            aload 5 /* xmotion */
            bipush 6
            invokevirtual sun.awt.X11.XMotionEvent.set_type:(I)V
        38: .line 636
            aload 5 /* xmotion */
            aload 2 /* xkey */
            invokevirtual sun.awt.X11.XKeyEvent.get_serial:()J
            invokevirtual sun.awt.X11.XMotionEvent.set_serial:(J)V
        39: .line 637
            aload 5 /* xmotion */
            aload 2 /* xkey */
            invokevirtual sun.awt.X11.XKeyEvent.get_send_event:()Z
            invokevirtual sun.awt.X11.XMotionEvent.set_send_event:(Z)V
        40: .line 638
            aload 5 /* xmotion */
            aload 2 /* xkey */
            invokevirtual sun.awt.X11.XKeyEvent.get_display:()J
            invokevirtual sun.awt.X11.XMotionEvent.set_display:(J)V
        41: .line 639
            aload 5 /* xmotion */
            aload 2 /* xkey */
            invokevirtual sun.awt.X11.XKeyEvent.get_window:()J
            invokevirtual sun.awt.X11.XMotionEvent.set_window:(J)V
        42: .line 640
            aload 5 /* xmotion */
            aload 2 /* xkey */
            invokevirtual sun.awt.X11.XKeyEvent.get_root:()J
            invokevirtual sun.awt.X11.XMotionEvent.set_root:(J)V
        43: .line 641
            aload 5 /* xmotion */
            aload 2 /* xkey */
            invokevirtual sun.awt.X11.XKeyEvent.get_subwindow:()J
            invokevirtual sun.awt.X11.XMotionEvent.set_subwindow:(J)V
        44: .line 642
            aload 5 /* xmotion */
            aload 2 /* xkey */
            invokevirtual sun.awt.X11.XKeyEvent.get_time:()J
            invokevirtual sun.awt.X11.XMotionEvent.set_time:(J)V
        45: .line 643
            aload 5 /* xmotion */
            aload 2 /* xkey */
            invokevirtual sun.awt.X11.XKeyEvent.get_x:()I
            invokevirtual sun.awt.X11.XMotionEvent.set_x:(I)V
        46: .line 644
            aload 5 /* xmotion */
            aload 2 /* xkey */
            invokevirtual sun.awt.X11.XKeyEvent.get_y:()I
            invokevirtual sun.awt.X11.XMotionEvent.set_y:(I)V
        47: .line 645
            aload 5 /* xmotion */
            aload 2 /* xkey */
            invokevirtual sun.awt.X11.XKeyEvent.get_x_root:()I
            invokevirtual sun.awt.X11.XMotionEvent.set_x_root:(I)V
        48: .line 646
            aload 5 /* xmotion */
            aload 2 /* xkey */
            invokevirtual sun.awt.X11.XKeyEvent.get_y_root:()I
            invokevirtual sun.awt.X11.XMotionEvent.set_y_root:(I)V
        49: .line 647
            aload 5 /* xmotion */
            getstatic sun.awt.X11.XlibWrapper.larg7:J
            invokestatic sun.awt.X11.Native.getLong:(J)J
            l2i
            invokevirtual sun.awt.X11.XMotionEvent.set_state:(I)V
        50: .line 650
            aload 5 /* xmotion */
            aload 2 /* xkey */
            invokevirtual sun.awt.X11.XKeyEvent.get_same_screen:()Z
            invokevirtual sun.awt.X11.XMotionEvent.set_same_screen:(Z)V
        51: .line 653
            aload 0 /* this */
            aload 5 /* xmotion */
            invokevirtual sun.awt.X11.XDragSourceContextPeer.processMouseMove:(Lsun/awt/X11/XMotionEvent;)V
        52: .line 654
            goto 56
      StackMap locals: sun.awt.X11.XDragSourceContextPeer sun.awt.X11.XEvent sun.awt.X11.XKeyEvent long sun.awt.X11.XMotionEvent
      StackMap stack: java.lang.Throwable
        53: astore 6
        54: .line 655
            aload 5 /* xmotion */
            invokevirtual sun.awt.X11.XMotionEvent.dispose:()V
        55: .line 656
            aload 6
            athrow
        56: .line 655
      StackMap locals:
      StackMap stack:
            aload 5 /* xmotion */
            invokevirtual sun.awt.X11.XMotionEvent.dispose:()V
        end local 5 // sun.awt.X11.XMotionEvent xmotion
        57: .line 660
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 3 // long keysym
        end local 2 // sun.awt.X11.XKeyEvent xkey
        58: .line 663
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        59: .line 665
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ev */
            invokevirtual sun.awt.X11.XEvent.get_xmotion:()Lsun/awt/X11/XMotionEvent;
            invokevirtual sun.awt.X11.XDragSourceContextPeer.processMouseMove:(Lsun/awt/X11/XMotionEvent;)V
        60: .line 666
            iconst_1
            ireturn
        61: .line 668
      StackMap locals:
      StackMap stack:
            aload 1 /* ev */
            invokevirtual sun.awt.X11.XEvent.get_xbutton:()Lsun/awt/X11/XButtonEvent;
            astore 2 /* xbutton */
        start local 2 // sun.awt.X11.XButtonEvent xbutton
        62: .line 674
            aload 2 /* xbutton */
            invokevirtual sun.awt.X11.XButtonEvent.get_button:()I
            bipush 20
            if_icmple 64
        63: .line 675
            iconst_1
            ireturn
        64: .line 683
      StackMap locals: sun.awt.X11.XButtonEvent
      StackMap stack:
            new sun.awt.X11.XMotionEvent
            dup
            invokespecial sun.awt.X11.XMotionEvent.<init>:()V
            astore 3 /* xmotion */
        start local 3 // sun.awt.X11.XMotionEvent xmotion
        65: .line 685
            aload 3 /* xmotion */
            bipush 6
            invokevirtual sun.awt.X11.XMotionEvent.set_type:(I)V
        66: .line 686
            aload 3 /* xmotion */
            aload 2 /* xbutton */
            invokevirtual sun.awt.X11.XButtonEvent.get_serial:()J
            invokevirtual sun.awt.X11.XMotionEvent.set_serial:(J)V
        67: .line 687
            aload 3 /* xmotion */
            aload 2 /* xbutton */
            invokevirtual sun.awt.X11.XButtonEvent.get_send_event:()Z
            invokevirtual sun.awt.X11.XMotionEvent.set_send_event:(Z)V
        68: .line 688
            aload 3 /* xmotion */
            aload 2 /* xbutton */
            invokevirtual sun.awt.X11.XButtonEvent.get_display:()J
            invokevirtual sun.awt.X11.XMotionEvent.set_display:(J)V
        69: .line 689
            aload 3 /* xmotion */
            aload 2 /* xbutton */
            invokevirtual sun.awt.X11.XButtonEvent.get_window:()J
            invokevirtual sun.awt.X11.XMotionEvent.set_window:(J)V
        70: .line 690
            aload 3 /* xmotion */
            aload 2 /* xbutton */
            invokevirtual sun.awt.X11.XButtonEvent.get_root:()J
            invokevirtual sun.awt.X11.XMotionEvent.set_root:(J)V
        71: .line 691
            aload 3 /* xmotion */
            aload 2 /* xbutton */
            invokevirtual sun.awt.X11.XButtonEvent.get_subwindow:()J
            invokevirtual sun.awt.X11.XMotionEvent.set_subwindow:(J)V
        72: .line 692
            aload 3 /* xmotion */
            aload 2 /* xbutton */
            invokevirtual sun.awt.X11.XButtonEvent.get_time:()J
            invokevirtual sun.awt.X11.XMotionEvent.set_time:(J)V
        73: .line 693
            aload 3 /* xmotion */
            aload 2 /* xbutton */
            invokevirtual sun.awt.X11.XButtonEvent.get_x:()I
            invokevirtual sun.awt.X11.XMotionEvent.set_x:(I)V
        74: .line 694
            aload 3 /* xmotion */
            aload 2 /* xbutton */
            invokevirtual sun.awt.X11.XButtonEvent.get_y:()I
            invokevirtual sun.awt.X11.XMotionEvent.set_y:(I)V
        75: .line 695
            aload 3 /* xmotion */
            aload 2 /* xbutton */
            invokevirtual sun.awt.X11.XButtonEvent.get_x_root:()I
            invokevirtual sun.awt.X11.XMotionEvent.set_x_root:(I)V
        76: .line 696
            aload 3 /* xmotion */
            aload 2 /* xbutton */
            invokevirtual sun.awt.X11.XButtonEvent.get_y_root:()I
            invokevirtual sun.awt.X11.XMotionEvent.set_y_root:(I)V
        77: .line 697
            aload 3 /* xmotion */
            aload 2 /* xbutton */
            invokevirtual sun.awt.X11.XButtonEvent.get_state:()I
            invokevirtual sun.awt.X11.XMotionEvent.set_state:(I)V
        78: .line 700
            aload 3 /* xmotion */
            aload 2 /* xbutton */
            invokevirtual sun.awt.X11.XButtonEvent.get_same_screen:()Z
            invokevirtual sun.awt.X11.XMotionEvent.set_same_screen:(Z)V
        79: .line 703
            aload 0 /* this */
            aload 3 /* xmotion */
            invokevirtual sun.awt.X11.XDragSourceContextPeer.processMouseMove:(Lsun/awt/X11/XMotionEvent;)V
        80: .line 704
            goto 84
      StackMap locals: sun.awt.X11.XDragSourceContextPeer sun.awt.X11.XEvent sun.awt.X11.XButtonEvent sun.awt.X11.XMotionEvent
      StackMap stack: java.lang.Throwable
        81: astore 4
        82: .line 705
            aload 3 /* xmotion */
            invokevirtual sun.awt.X11.XMotionEvent.dispose:()V
        83: .line 706
            aload 4
            athrow
        84: .line 705
      StackMap locals:
      StackMap stack:
            aload 3 /* xmotion */
            invokevirtual sun.awt.X11.XMotionEvent.dispose:()V
        85: .line 707
            aload 2 /* xbutton */
            invokevirtual sun.awt.X11.XButtonEvent.get_button:()I
            getstatic sun.awt.X11.XConstants.buttons:[I
            iconst_0
            iaload
            if_icmpeq 87
        86: .line 708
            aload 2 /* xbutton */
            invokevirtual sun.awt.X11.XButtonEvent.get_button:()I
            getstatic sun.awt.X11.XConstants.buttons:[I
            iconst_1
            iaload
            if_icmpne 93
        87: .line 712
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* xbutton */
            invokevirtual sun.awt.X11.XButtonEvent.get_time:()J
            invokevirtual sun.awt.X11.XDragSourceContextPeer.removeDnDGrab:(J)V
        88: .line 713
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XDragSourceContextPeer.dragInProgress:Z
        89: .line 714
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.dragProtocol:Lsun/awt/X11/XDragSourceProtocol;
            ifnull 92
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.targetAction:I
            ifeq 92
        90: .line 721
            aload 0 /* this */
            aload 2 /* xbutton */
            invokevirtual sun.awt.X11.XDragSourceContextPeer.processDrop:(Lsun/awt/X11/XButtonEvent;)V
        91: .line 722
            goto 93
        92: .line 723
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* xbutton */
            invokevirtual sun.awt.X11.XButtonEvent.get_time:()J
            invokevirtual sun.awt.X11.XDragSourceContextPeer.cleanup:(J)V
        93: .line 726
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 3 // sun.awt.X11.XMotionEvent xmotion
        end local 2 // sun.awt.X11.XButtonEvent xbutton
        94: .line 730
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // sun.awt.X11.XEvent ev
        end local 0 // sun.awt.X11.XDragSourceContextPeer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   95     0     this  Lsun/awt/X11/XDragSourceContextPeer;
            0   95     1       ev  Lsun/awt/X11/XEvent;
            7    8     2  xclient  Lsun/awt/X11/XClientMessageEvent;
            9   15     2      xde  Lsun/awt/X11/XDestroyWindowEvent;
           19   58     2     xkey  Lsun/awt/X11/XKeyEvent;
           22   58     3   keysym  J
           37   57     5  xmotion  Lsun/awt/X11/XMotionEvent;
           62   94     2  xbutton  Lsun/awt/X11/XButtonEvent;
           65   94     3  xmotion  Lsun/awt/X11/XMotionEvent;
      Exception table:
        from    to  target  type
          37    53      53  any
          65    81      81  any
    MethodParameters:
      Name  Flags
      ev    

  static boolean processEvent(sun.awt.X11.XEvent);
    descriptor: (Lsun/awt/X11/XEvent;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // sun.awt.X11.XEvent ev
         0: .line 734
            invokestatic sun.awt.X11.XToolkit.awtLock:()V
         1: .line 737
            getstatic sun.awt.X11.XDragSourceContextPeer.theInstance:Lsun/awt/X11/XDragSourceContextPeer;
            aload 0 /* ev */
            invokevirtual sun.awt.X11.XDragSourceContextPeer.doProcessEvent:(Lsun/awt/X11/XEvent;)Z
            istore 3
         2: .line 743
            invokestatic sun.awt.X11.XToolkit.awtUnlock:()V
         3: .line 737
            iload 3
            ireturn
         4: .line 738
      StackMap locals:
      StackMap stack: sun.awt.X11.XException
            astore 1 /* e */
        start local 1 // sun.awt.X11.XException e
         5: .line 739
            aload 1 /* e */
            invokevirtual sun.awt.X11.XException.printStackTrace:()V
         6: .line 743
            invokestatic sun.awt.X11.XToolkit.awtUnlock:()V
         7: .line 740
            iconst_0
            ireturn
        end local 1 // sun.awt.X11.XException e
         8: .line 742
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         9: .line 743
            invokestatic sun.awt.X11.XToolkit.awtUnlock:()V
        10: .line 744
            aload 2
            athrow
        end local 0 // sun.awt.X11.XEvent ev
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0    ev  Lsun/awt/X11/XEvent;
            5    8     1     e  Lsun/awt/X11/XException;
      Exception table:
        from    to  target  type
           1     2       4  Class sun.awt.X11.XException
           1     2       8  any
           4     6       8  any
    MethodParameters:
      Name  Flags
      ev    

  public void handleDragReply(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.awt.X11.XDragSourceContextPeer this
        start local 1 // int action
         0: .line 752
            aload 0 /* this */
            iload 1 /* action */
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.xRoot:I
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.yRoot:I
            invokevirtual sun.awt.X11.XDragSourceContextPeer.handleDragReply:(III)V
         1: .line 753
            return
        end local 1 // int action
        end local 0 // sun.awt.X11.XDragSourceContextPeer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/awt/X11/XDragSourceContextPeer;
            0    2     1  action  I
    MethodParameters:
        Name  Flags
      action  

  public void handleDragReply(int, int, int);
    descriptor: (III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // sun.awt.X11.XDragSourceContextPeer this
        start local 1 // int action
        start local 2 // int x
        start local 3 // int y
         0: .line 758
            aload 0 /* this */
            iload 1 /* action */
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.xRoot:I
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.yRoot:I
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.eventState:I
            iconst_0
            iconst_0
            invokestatic sun.awt.X11.XWindow.getModifiers:(III)I
            invokevirtual sun.awt.X11.XDragSourceContextPeer.handleDragReply:(IIII)V
         1: .line 759
            return
        end local 3 // int y
        end local 2 // int x
        end local 1 // int action
        end local 0 // sun.awt.X11.XDragSourceContextPeer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/awt/X11/XDragSourceContextPeer;
            0    2     1  action  I
            0    2     2       x  I
            0    2     3       y  I
    MethodParameters:
        Name  Flags
      action  
      x       
      y       

  public void handleDragReply(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // sun.awt.X11.XDragSourceContextPeer this
        start local 1 // int action
        start local 2 // int x
        start local 3 // int y
        start local 4 // int modifiers
         0: .line 762
            iload 1 /* action */
            ifne 4
         1: .line 763
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.targetAction:I
            ifeq 4
         2: .line 764
            aload 0 /* this */
            iload 2 /* x */
            iload 3 /* y */
            invokevirtual sun.awt.X11.XDragSourceContextPeer.dragExit:(II)V
         3: .line 765
            goto 11
      StackMap locals:
      StackMap stack:
         4: iload 1 /* action */
            ifeq 11
         5: .line 766
            iconst_0
            istore 5 /* type */
        start local 5 // int type
         6: .line 768
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.targetAction:I
            ifne 9
         7: .line 769
            iconst_1
            istore 5 /* type */
         8: .line 770
            goto 10
         9: .line 771
      StackMap locals: int
      StackMap stack:
            iconst_2
            istore 5 /* type */
        10: .line 775
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* action */
            iload 4 /* modifiers */
            iload 2 /* x */
            iload 3 /* y */
            iload 5 /* type */
            invokevirtual sun.awt.X11.XDragSourceContextPeer.postDragSourceDragEvent:(IIIII)V
        end local 5 // int type
        11: .line 778
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* action */
            putfield sun.awt.X11.XDragSourceContextPeer.targetAction:I
        12: .line 779
            return
        end local 4 // int modifiers
        end local 3 // int y
        end local 2 // int x
        end local 1 // int action
        end local 0 // sun.awt.X11.XDragSourceContextPeer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lsun/awt/X11/XDragSourceContextPeer;
            0   13     1     action  I
            0   13     2          x  I
            0   13     3          y  I
            0   13     4  modifiers  I
            6   11     5       type  I
    MethodParameters:
           Name  Flags
      action     
      x          
      y          
      modifiers  

  public void handleDragFinished();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.X11.XDragSourceContextPeer this
         0: .line 783
            aload 0 /* this */
            iconst_1
            invokevirtual sun.awt.X11.XDragSourceContextPeer.handleDragFinished:(Z)V
         1: .line 784
            return
        end local 0 // sun.awt.X11.XDragSourceContextPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/X11/XDragSourceContextPeer;

  public void handleDragFinished(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.awt.X11.XDragSourceContextPeer this
        start local 1 // boolean success
         0: .line 789
            aload 0 /* this */
            iconst_1
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.targetAction:I
            invokevirtual sun.awt.X11.XDragSourceContextPeer.handleDragFinished:(ZI)V
         1: .line 790
            return
        end local 1 // boolean success
        end local 0 // sun.awt.X11.XDragSourceContextPeer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lsun/awt/X11/XDragSourceContextPeer;
            0    2     1  success  Z
    MethodParameters:
         Name  Flags
      success  

  public void handleDragFinished(boolean, int);
    descriptor: (ZI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // sun.awt.X11.XDragSourceContextPeer this
        start local 1 // boolean success
        start local 2 // int action
         0: .line 795
            aload 0 /* this */
            iload 1 /* success */
            iload 2 /* action */
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.xRoot:I
            aload 0 /* this */
            getfield sun.awt.X11.XDragSourceContextPeer.yRoot:I
            invokevirtual sun.awt.X11.XDragSourceContextPeer.handleDragFinished:(ZIII)V
         1: .line 796
            return
        end local 2 // int action
        end local 1 // boolean success
        end local 0 // sun.awt.X11.XDragSourceContextPeer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lsun/awt/X11/XDragSourceContextPeer;
            0    2     1  success  Z
            0    2     2   action  I
    MethodParameters:
         Name  Flags
      success  
      action   

  public void handleDragFinished(boolean, int, int, int);
    descriptor: (ZIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // sun.awt.X11.XDragSourceContextPeer this
        start local 1 // boolean success
        start local 2 // int action
        start local 3 // int x
        start local 4 // int y
         0: .line 799
            aload 0 /* this */
            iload 1 /* success */
            iload 2 /* action */
            iload 3 /* x */
            iload 4 /* y */
            invokevirtual sun.awt.X11.XDragSourceContextPeer.dragDropFinished:(ZIII)V
         1: .line 801
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XDragSourceContextPeer.dndInProgress:Z
         2: .line 802
            aload 0 /* this */
            lconst_0
            invokevirtual sun.awt.X11.XDragSourceContextPeer.cleanup:(J)V
         3: .line 803
            return
        end local 4 // int y
        end local 3 // int x
        end local 2 // int action
        end local 1 // boolean success
        end local 0 // sun.awt.X11.XDragSourceContextPeer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lsun/awt/X11/XDragSourceContextPeer;
            0    4     1  success  Z
            0    4     2   action  I
            0    4     3        x  I
            0    4     4        y  I
    MethodParameters:
         Name  Flags
      success  
      action   
      x        
      y        
}
SourceFile: "XDragSourceContextPeer.java"
InnerClasses:
  public abstract ComponentAccessor = sun.awt.AWTAccessor$ComponentAccessor of sun.awt.AWTAccessor
  public final Level = sun.util.logging.PlatformLogger$Level of sun.util.logging.PlatformLogger