class com.sun.glass.ui.monocle.LinuxEventBuffer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.glass.ui.monocle.LinuxEventBuffer
  super_class: java.lang.Object
{
  private static final int EVENT_BUFFER_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1000

  private final java.nio.ByteBuffer bb;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.sun.glass.ui.monocle.LinuxEventBuffer$EventStruct eventStruct;
    descriptor: Lcom/sun/glass/ui/monocle/LinuxEventBuffer$EventStruct;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.glass.ui.monocle.LinuxEventBuffer this
        start local 1 // int osArchBits
         0: .line 72
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 73
            aload 0 /* this */
            iload 1 /* osArchBits */
            bipush 64
            if_icmpne 2
            new com.sun.glass.ui.monocle.LinuxEventBuffer$EventStruct64Bit
            dup
            aload 0 /* this */
            invokespecial com.sun.glass.ui.monocle.LinuxEventBuffer$EventStruct64Bit.<init>:(Lcom/sun/glass/ui/monocle/LinuxEventBuffer;)V
            goto 3
      StackMap locals: com.sun.glass.ui.monocle.LinuxEventBuffer int
      StackMap stack: com.sun.glass.ui.monocle.LinuxEventBuffer
         2: new com.sun.glass.ui.monocle.LinuxEventBuffer$EventStruct32Bit
            dup
            aload 0 /* this */
            invokespecial com.sun.glass.ui.monocle.LinuxEventBuffer$EventStruct32Bit.<init>:(Lcom/sun/glass/ui/monocle/LinuxEventBuffer;)V
      StackMap locals: com.sun.glass.ui.monocle.LinuxEventBuffer int
      StackMap stack: com.sun.glass.ui.monocle.LinuxEventBuffer com.sun.glass.ui.monocle.LinuxEventBuffer$EventStruct
         3: putfield com.sun.glass.ui.monocle.LinuxEventBuffer.eventStruct:Lcom/sun/glass/ui/monocle/LinuxEventBuffer$EventStruct;
         4: .line 74
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.eventStruct:Lcom/sun/glass/ui/monocle/LinuxEventBuffer$EventStruct;
            invokeinterface com.sun.glass.ui.monocle.LinuxEventBuffer$EventStruct.getSize:()I
            sipush 1000
            imul
            invokestatic java.nio.ByteBuffer.allocate:(I)Ljava/nio/ByteBuffer;
            putfield com.sun.glass.ui.monocle.LinuxEventBuffer.bb:Ljava/nio/ByteBuffer;
         5: .line 75
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.bb:Ljava/nio/ByteBuffer;
            invokestatic java.nio.ByteOrder.nativeOrder:()Ljava/nio/ByteOrder;
            invokevirtual java.nio.ByteBuffer.order:(Ljava/nio/ByteOrder;)Ljava/nio/ByteBuffer;
            pop
         6: .line 76
            return
        end local 1 // int osArchBits
        end local 0 // com.sun.glass.ui.monocle.LinuxEventBuffer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lcom/sun/glass/ui/monocle/LinuxEventBuffer;
            0    7     1  osArchBits  I
    MethodParameters:
            Name  Flags
      osArchBits  

  int getEventSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.glass.ui.monocle.LinuxEventBuffer this
         0: .line 79
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.eventStruct:Lcom/sun/glass/ui/monocle/LinuxEventBuffer$EventStruct;
            invokeinterface com.sun.glass.ui.monocle.LinuxEventBuffer$EventStruct.getSize:()I
            ireturn
        end local 0 // com.sun.glass.ui.monocle.LinuxEventBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/glass/ui/monocle/LinuxEventBuffer;

  synchronized boolean put(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Z
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // com.sun.glass.ui.monocle.LinuxEventBuffer this
        start local 1 // java.nio.ByteBuffer event
         0: .line 93
            aload 1 /* event */
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.eventStruct:Lcom/sun/glass/ui/monocle/LinuxEventBuffer$EventStruct;
            invokeinterface com.sun.glass.ui.monocle.LinuxEventBuffer$EventStruct.getTypeIndex:()I
            invokevirtual java.nio.ByteBuffer.getInt:(I)I
            ifne 3
         1: .line 94
            aload 1 /* event */
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.eventStruct:Lcom/sun/glass/ui/monocle/LinuxEventBuffer$EventStruct;
            invokeinterface com.sun.glass.ui.monocle.LinuxEventBuffer$EventStruct.getValueIndex:()I
            invokevirtual java.nio.ByteBuffer.getInt:(I)I
            ifne 3
         2: .line 93
            iconst_1
            goto 4
      StackMap locals:
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 2 /* isSync */
        start local 2 // boolean isSync
         5: .line 95
            goto 11
         6: .line 99
      StackMap locals: int
      StackMap stack:
            getstatic com.sun.glass.ui.monocle.MonocleSettings.settings:Lcom/sun/glass/ui/monocle/MonocleSettings;
            getfield com.sun.glass.ui.monocle.MonocleSettings.traceEventsVerbose:Z
            ifeq 10
         7: .line 101
            ldc "Event buffer %s is full, waiting for some space to become available"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
         8: .line 102
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.bb:Ljava/nio/ByteBuffer;
            aastore
         9: .line 100
            invokestatic com.sun.glass.ui.monocle.MonocleTrace.traceEvent:(Ljava/lang/String;[Ljava/lang/Object;)V
        10: .line 105
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.Object.wait:()V
        11: .line 95
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.bb:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.limit:()I
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.bb:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            isub
            aload 1 /* event */
            invokevirtual java.nio.ByteBuffer.limit:()I
            if_icmplt 6
        12: .line 107
            iload 2 /* isSync */
            ifeq 14
        13: .line 108
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.bb:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            putfield com.sun.glass.ui.monocle.LinuxEventBuffer.positionOfLastSync:I
        14: .line 110
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.bb:Ljava/nio/ByteBuffer;
            aload 1 /* event */
            invokevirtual java.nio.ByteBuffer.put:(Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
            pop
        15: .line 111
            getstatic com.sun.glass.ui.monocle.MonocleSettings.settings:Lcom/sun/glass/ui/monocle/MonocleSettings;
            getfield com.sun.glass.ui.monocle.MonocleSettings.traceEventsVerbose:Z
            ifeq 20
        16: .line 112
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.bb:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.eventStruct:Lcom/sun/glass/ui/monocle/LinuxEventBuffer$EventStruct;
            invokeinterface com.sun.glass.ui.monocle.LinuxEventBuffer$EventStruct.getSize:()I
            isub
            istore 3 /* index */
        start local 3 // int index
        17: .line 113
            ldc "Read %s [index=%d]"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
        18: .line 114
            aload 0 /* this */
            iload 3 /* index */
            invokevirtual com.sun.glass.ui.monocle.LinuxEventBuffer.getEventDescription:(I)Ljava/lang/String;
            aastore
            dup
            iconst_1
            iload 3 /* index */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
        19: .line 113
            invokestatic com.sun.glass.ui.monocle.MonocleTrace.traceEvent:(Ljava/lang/String;[Ljava/lang/Object;)V
        end local 3 // int index
        20: .line 116
      StackMap locals:
      StackMap stack:
            iload 2 /* isSync */
            ireturn
        end local 2 // boolean isSync
        end local 1 // java.nio.ByteBuffer event
        end local 0 // com.sun.glass.ui.monocle.LinuxEventBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   21     0    this  Lcom/sun/glass/ui/monocle/LinuxEventBuffer;
            0   21     1   event  Ljava/nio/ByteBuffer;
            5   21     2  isSync  Z
           17   20     3   index  I
    Exceptions:
      throws java.lang.InterruptedException
    MethodParameters:
       Name  Flags
      event  

  synchronized void startIteration();
    descriptor: ()V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.sun.glass.ui.monocle.LinuxEventBuffer this
         0: .line 120
            aload 0 /* this */
            iconst_0
            putfield com.sun.glass.ui.monocle.LinuxEventBuffer.currentPosition:I
         1: .line 121
            aload 0 /* this */
            iconst_0
            putfield com.sun.glass.ui.monocle.LinuxEventBuffer.mark:I
         2: .line 122
            getstatic com.sun.glass.ui.monocle.MonocleSettings.settings:Lcom/sun/glass/ui/monocle/MonocleSettings;
            getfield com.sun.glass.ui.monocle.MonocleSettings.traceEventsVerbose:Z
            ifeq 4
         3: .line 123
            ldc "Processing %s [index=%d]"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual com.sun.glass.ui.monocle.LinuxEventBuffer.getEventDescription:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.currentPosition:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic com.sun.glass.ui.monocle.MonocleTrace.traceEvent:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 125
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.glass.ui.monocle.LinuxEventBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/glass/ui/monocle/LinuxEventBuffer;

  synchronized void compact();
    descriptor: ()V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.sun.glass.ui.monocle.LinuxEventBuffer this
         0: .line 128
            aload 0 /* this */
            dup
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.positionOfLastSync:I
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.currentPosition:I
            isub
            putfield com.sun.glass.ui.monocle.LinuxEventBuffer.positionOfLastSync:I
         1: .line 129
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.bb:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 1 /* newLimit */
        start local 1 // int newLimit
         2: .line 130
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.bb:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.currentPosition:I
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
         3: .line 131
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.bb:Ljava/nio/ByteBuffer;
            iload 1 /* newLimit */
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
         4: .line 132
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.bb:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.compact:()Ljava/nio/ByteBuffer;
            pop
         5: .line 133
            getstatic com.sun.glass.ui.monocle.MonocleSettings.settings:Lcom/sun/glass/ui/monocle/MonocleSettings;
            getfield com.sun.glass.ui.monocle.MonocleSettings.traceEventsVerbose:Z
            ifeq 7
         6: .line 134
            ldc "Compacted event buffer %s"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.bb:Ljava/nio/ByteBuffer;
            aastore
            invokestatic com.sun.glass.ui.monocle.MonocleTrace.traceEvent:(Ljava/lang/String;[Ljava/lang/Object;)V
         7: .line 137
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.Object.notifyAll:()V
         8: .line 138
            return
        end local 1 // int newLimit
        end local 0 // com.sun.glass.ui.monocle.LinuxEventBuffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lcom/sun/glass/ui/monocle/LinuxEventBuffer;
            2    9     1  newLimit  I

  synchronized short getEventType();
    descriptor: ()S
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.glass.ui.monocle.LinuxEventBuffer this
         0: .line 147
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.bb:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.currentPosition:I
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.eventStruct:Lcom/sun/glass/ui/monocle/LinuxEventBuffer$EventStruct;
            invokeinterface com.sun.glass.ui.monocle.LinuxEventBuffer$EventStruct.getTypeIndex:()I
            iadd
            invokevirtual java.nio.ByteBuffer.getShort:(I)S
            ireturn
        end local 0 // com.sun.glass.ui.monocle.LinuxEventBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/glass/ui/monocle/LinuxEventBuffer;

  short getEventCode();
    descriptor: ()S
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.glass.ui.monocle.LinuxEventBuffer this
         0: .line 157
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.bb:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.currentPosition:I
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.eventStruct:Lcom/sun/glass/ui/monocle/LinuxEventBuffer$EventStruct;
            invokeinterface com.sun.glass.ui.monocle.LinuxEventBuffer$EventStruct.getCodeIndex:()I
            iadd
            invokevirtual java.nio.ByteBuffer.getShort:(I)S
            ireturn
        end local 0 // com.sun.glass.ui.monocle.LinuxEventBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/glass/ui/monocle/LinuxEventBuffer;

  synchronized int getEventValue();
    descriptor: ()I
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.glass.ui.monocle.LinuxEventBuffer this
         0: .line 167
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.bb:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.currentPosition:I
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.eventStruct:Lcom/sun/glass/ui/monocle/LinuxEventBuffer$EventStruct;
            invokeinterface com.sun.glass.ui.monocle.LinuxEventBuffer$EventStruct.getValueIndex:()I
            iadd
            invokevirtual java.nio.ByteBuffer.getInt:(I)I
            ireturn
        end local 0 // com.sun.glass.ui.monocle.LinuxEventBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/glass/ui/monocle/LinuxEventBuffer;

  synchronized java.lang.String getEventDescription();
    descriptor: ()Ljava/lang/String;
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.glass.ui.monocle.LinuxEventBuffer this
         0: .line 177
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.currentPosition:I
            invokevirtual com.sun.glass.ui.monocle.LinuxEventBuffer.getEventDescription:(I)Ljava/lang/String;
            areturn
        end local 0 // com.sun.glass.ui.monocle.LinuxEventBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/glass/ui/monocle/LinuxEventBuffer;

  private synchronized java.lang.String getEventDescription(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // com.sun.glass.ui.monocle.LinuxEventBuffer this
        start local 1 // int position
         0: .line 181
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.bb:Ljava/nio/ByteBuffer;
            iload 1 /* position */
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.eventStruct:Lcom/sun/glass/ui/monocle/LinuxEventBuffer$EventStruct;
            invokeinterface com.sun.glass.ui.monocle.LinuxEventBuffer$EventStruct.getTypeIndex:()I
            iadd
            invokevirtual java.nio.ByteBuffer.getShort:(I)S
            istore 2 /* type */
        start local 2 // short type
         1: .line 182
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.bb:Ljava/nio/ByteBuffer;
            iload 1 /* position */
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.eventStruct:Lcom/sun/glass/ui/monocle/LinuxEventBuffer$EventStruct;
            invokeinterface com.sun.glass.ui.monocle.LinuxEventBuffer$EventStruct.getCodeIndex:()I
            iadd
            invokevirtual java.nio.ByteBuffer.getShort:(I)S
            istore 3 /* code */
        start local 3 // short code
         2: .line 183
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.bb:Ljava/nio/ByteBuffer;
            iload 1 /* position */
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.eventStruct:Lcom/sun/glass/ui/monocle/LinuxEventBuffer$EventStruct;
            invokeinterface com.sun.glass.ui.monocle.LinuxEventBuffer$EventStruct.getValueIndex:()I
            iadd
            invokevirtual java.nio.ByteBuffer.getInt:(I)I
            istore 4 /* value */
        start local 4 // int value
         3: .line 184
            iload 2 /* type */
            invokestatic com.sun.glass.ui.monocle.LinuxInput.typeToString:(S)Ljava/lang/String;
            astore 5 /* typeStr */
        start local 5 // java.lang.String typeStr
         4: .line 185
            new java.lang.StringBuilder
            dup
            aload 5 /* typeStr */
            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 5 /* typeStr */
            iload 3 /* code */
            invokestatic com.sun.glass.ui.monocle.LinuxInput.codeToString:(Ljava/lang/String;S)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 4 /* value */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 5 // java.lang.String typeStr
        end local 4 // int value
        end local 3 // short code
        end local 2 // short type
        end local 1 // int position
        end local 0 // com.sun.glass.ui.monocle.LinuxEventBuffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/sun/glass/ui/monocle/LinuxEventBuffer;
            0    5     1  position  I
            1    5     2      type  S
            2    5     3      code  S
            3    5     4     value  I
            4    5     5   typeStr  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      position  

  synchronized void nextEvent();
    descriptor: ()V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.sun.glass.ui.monocle.LinuxEventBuffer this
         0: .line 192
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.currentPosition:I
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.positionOfLastSync:I
            if_icmple 2
         1: .line 193
            new java.lang.IllegalStateException
            dup
            ldc "Cannot advance past the last EV_SYN EV_SYN_REPORT 0"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 196
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.currentPosition:I
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.eventStruct:Lcom/sun/glass/ui/monocle/LinuxEventBuffer$EventStruct;
            invokeinterface com.sun.glass.ui.monocle.LinuxEventBuffer$EventStruct.getSize:()I
            iadd
            putfield com.sun.glass.ui.monocle.LinuxEventBuffer.currentPosition:I
         3: .line 197
            getstatic com.sun.glass.ui.monocle.MonocleSettings.settings:Lcom/sun/glass/ui/monocle/MonocleSettings;
            getfield com.sun.glass.ui.monocle.MonocleSettings.traceEventsVerbose:Z
            ifeq 7
            aload 0 /* this */
            invokevirtual com.sun.glass.ui.monocle.LinuxEventBuffer.hasNextEvent:()Z
            ifeq 7
         4: .line 198
            ldc "Processing %s [index=%d]"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
         5: .line 199
            aload 0 /* this */
            invokevirtual com.sun.glass.ui.monocle.LinuxEventBuffer.getEventDescription:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.currentPosition:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
         6: .line 198
            invokestatic com.sun.glass.ui.monocle.MonocleTrace.traceEvent:(Ljava/lang/String;[Ljava/lang/Object;)V
         7: .line 201
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.glass.ui.monocle.LinuxEventBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/glass/ui/monocle/LinuxEventBuffer;

  synchronized void mark();
    descriptor: ()V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.glass.ui.monocle.LinuxEventBuffer this
         0: .line 208
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.currentPosition:I
            putfield com.sun.glass.ui.monocle.LinuxEventBuffer.mark:I
         1: .line 209
            return
        end local 0 // com.sun.glass.ui.monocle.LinuxEventBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/glass/ui/monocle/LinuxEventBuffer;

  synchronized void reset();
    descriptor: ()V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.glass.ui.monocle.LinuxEventBuffer this
         0: .line 216
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.mark:I
            putfield com.sun.glass.ui.monocle.LinuxEventBuffer.currentPosition:I
         1: .line 217
            return
        end local 0 // com.sun.glass.ui.monocle.LinuxEventBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/glass/ui/monocle/LinuxEventBuffer;

  synchronized boolean hasNextEvent();
    descriptor: ()Z
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.glass.ui.monocle.LinuxEventBuffer this
         0: .line 224
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.currentPosition:I
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.positionOfLastSync:I
            if_icmpgt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.glass.ui.monocle.LinuxEventBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/glass/ui/monocle/LinuxEventBuffer;

  synchronized boolean hasData();
    descriptor: ()Z
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.glass.ui.monocle.LinuxEventBuffer this
         0: .line 232
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.LinuxEventBuffer.bb:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.glass.ui.monocle.LinuxEventBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/glass/ui/monocle/LinuxEventBuffer;
}
SourceFile: "LinuxEventBuffer.java"
NestMembers:
  com.sun.glass.ui.monocle.LinuxEventBuffer$EventStruct  com.sun.glass.ui.monocle.LinuxEventBuffer$EventStruct32Bit  com.sun.glass.ui.monocle.LinuxEventBuffer$EventStruct64Bit
InnerClasses:
  abstract EventStruct = com.sun.glass.ui.monocle.LinuxEventBuffer$EventStruct of com.sun.glass.ui.monocle.LinuxEventBuffer
  EventStruct32Bit = com.sun.glass.ui.monocle.LinuxEventBuffer$EventStruct32Bit of com.sun.glass.ui.monocle.LinuxEventBuffer
  EventStruct64Bit = com.sun.glass.ui.monocle.LinuxEventBuffer$EventStruct64Bit of com.sun.glass.ui.monocle.LinuxEventBuffer