public class sun.jvm.hotspot.runtime.Bytes
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.runtime.Bytes
  super_class: java.lang.Object
{
  private boolean swap;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(sun.jvm.hotspot.debugger.MachineDescription);
    descriptor: (Lsun/jvm/hotspot/debugger/MachineDescription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.Bytes this
        start local 1 // sun.jvm.hotspot.debugger.MachineDescription machDesc
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 36
            aload 0 /* this */
            aload 1 /* machDesc */
            invokeinterface sun.jvm.hotspot.debugger.MachineDescription.isBigEndian:()Z
            ifeq 2
            iconst_0
            goto 3
      StackMap locals: sun.jvm.hotspot.runtime.Bytes sun.jvm.hotspot.debugger.MachineDescription
      StackMap stack: sun.jvm.hotspot.runtime.Bytes
         2: iconst_1
      StackMap locals: sun.jvm.hotspot.runtime.Bytes sun.jvm.hotspot.debugger.MachineDescription
      StackMap stack: sun.jvm.hotspot.runtime.Bytes int
         3: putfield sun.jvm.hotspot.runtime.Bytes.swap:Z
         4: .line 37
            return
        end local 1 // sun.jvm.hotspot.debugger.MachineDescription machDesc
        end local 0 // sun.jvm.hotspot.runtime.Bytes this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lsun/jvm/hotspot/runtime/Bytes;
            0    5     1  machDesc  Lsun/jvm/hotspot/debugger/MachineDescription;
    MethodParameters:
          Name  Flags
      machDesc  

  public short swapShort(short);
    descriptor: (S)S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.Bytes this
        start local 1 // short x
         0: .line 42
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.Bytes.swap:Z
            ifne 2
         1: .line 43
            iload 1 /* x */
            ireturn
         2: .line 45
      StackMap locals:
      StackMap stack:
            iload 1 /* x */
            bipush 8
            ishr
            sipush 255
            iand
            iload 1 /* x */
            bipush 8
            ishl
            ior
            i2s
            ireturn
        end local 1 // short x
        end local 0 // sun.jvm.hotspot.runtime.Bytes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/runtime/Bytes;
            0    3     1     x  S
    MethodParameters:
      Name  Flags
      x     

  public int swapInt(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.Bytes this
        start local 1 // int x
         0: .line 51
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.Bytes.swap:Z
            ifne 2
         1: .line 52
            iload 1 /* x */
            ireturn
         2: .line 54
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* x */
            i2s
            invokevirtual sun.jvm.hotspot.runtime.Bytes.swapShort:(S)S
            bipush 16
            ishl
            aload 0 /* this */
            iload 1 /* x */
            bipush 16
            ishr
            i2s
            invokevirtual sun.jvm.hotspot.runtime.Bytes.swapShort:(S)S
            ldc 65535
            iand
            ior
            ireturn
        end local 1 // int x
        end local 0 // sun.jvm.hotspot.runtime.Bytes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/runtime/Bytes;
            0    3     1     x  I
    MethodParameters:
      Name  Flags
      x     

  public long swapLong(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.Bytes this
        start local 1 // long x
         0: .line 60
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.Bytes.swap:Z
            ifne 2
         1: .line 61
            lload 1 /* x */
            lreturn
         2: .line 63
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* x */
            l2i
            invokevirtual sun.jvm.hotspot.runtime.Bytes.swapInt:(I)I
            i2l
            bipush 32
            lshl
            aload 0 /* this */
            lload 1 /* x */
            bipush 32
            lshr
            l2i
            invokevirtual sun.jvm.hotspot.runtime.Bytes.swapInt:(I)I
            iconst_m1
            iand
            i2l
            lor
            lreturn
        end local 1 // long x
        end local 0 // sun.jvm.hotspot.runtime.Bytes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/runtime/Bytes;
            0    3     1     x  J
    MethodParameters:
      Name  Flags
      x     
}
SourceFile: "Bytes.java"