class org.graalvm.compiler.core.test.ByteBufferTest$Ret
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.core.test.ByteBufferTest$Ret
  super_class: java.lang.Object
{
  byte byteValue;
    descriptor: B
    flags: (0x0000) 

  short shortValue;
    descriptor: S
    flags: (0x0000) 

  int intValue;
    descriptor: I
    flags: (0x0000) 

  long longValue;
    descriptor: J
    flags: (0x0000) 

  float floatValue;
    descriptor: F
    flags: (0x0000) 

  double doubleValue;
    descriptor: D
    flags: (0x0000) 

  final org.graalvm.compiler.core.test.ByteBufferTest this$0;
    descriptor: Lorg/graalvm/compiler/core/test/ByteBufferTest;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.graalvm.compiler.core.test.ByteBufferTest);
    descriptor: (Lorg/graalvm/compiler/core/test/ByteBufferTest;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.core.test.ByteBufferTest$Ret this
         0: .line 40
            aload 0 /* this */
            aload 1
            putfield org.graalvm.compiler.core.test.ByteBufferTest$Ret.this$0:Lorg/graalvm/compiler/core/test/ByteBufferTest;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 42
            aload 0 /* this */
            iconst_0
            putfield org.graalvm.compiler.core.test.ByteBufferTest$Ret.byteValue:B
         2: .line 43
            aload 0 /* this */
            iconst_0
            putfield org.graalvm.compiler.core.test.ByteBufferTest$Ret.shortValue:S
         3: .line 44
            aload 0 /* this */
            iconst_0
            putfield org.graalvm.compiler.core.test.ByteBufferTest$Ret.intValue:I
         4: .line 45
            aload 0 /* this */
            lconst_0
            putfield org.graalvm.compiler.core.test.ByteBufferTest$Ret.longValue:J
         5: .line 46
            aload 0 /* this */
            fconst_0
            putfield org.graalvm.compiler.core.test.ByteBufferTest$Ret.floatValue:F
         6: .line 47
            aload 0 /* this */
            dconst_0
            putfield org.graalvm.compiler.core.test.ByteBufferTest$Ret.doubleValue:D
         7: .line 40
            return
        end local 0 // org.graalvm.compiler.core.test.ByteBufferTest$Ret this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/graalvm/compiler/core/test/ByteBufferTest$Ret;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.core.test.ByteBufferTest$Ret this
        start local 1 // java.lang.Object obj
         0: .line 51
            aload 1 /* obj */
            instanceof org.graalvm.compiler.core.test.ByteBufferTest$Ret
            ifne 2
         1: .line 52
            iconst_0
            ireturn
         2: .line 55
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.graalvm.compiler.core.test.ByteBufferTest$Ret
            astore 2 /* other */
        start local 2 // org.graalvm.compiler.core.test.ByteBufferTest$Ret other
         3: .line 56
            aload 0 /* this */
            getfield org.graalvm.compiler.core.test.ByteBufferTest$Ret.byteValue:B
            aload 2 /* other */
            getfield org.graalvm.compiler.core.test.ByteBufferTest$Ret.byteValue:B
            if_icmpeq 5
         4: .line 57
            iconst_0
            ireturn
         5: .line 59
      StackMap locals: org.graalvm.compiler.core.test.ByteBufferTest$Ret
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.core.test.ByteBufferTest$Ret.shortValue:S
            aload 2 /* other */
            getfield org.graalvm.compiler.core.test.ByteBufferTest$Ret.shortValue:S
            if_icmpeq 7
         6: .line 60
            iconst_0
            ireturn
         7: .line 62
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.core.test.ByteBufferTest$Ret.intValue:I
            aload 2 /* other */
            getfield org.graalvm.compiler.core.test.ByteBufferTest$Ret.intValue:I
            if_icmpeq 9
         8: .line 63
            iconst_0
            ireturn
         9: .line 65
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.core.test.ByteBufferTest$Ret.longValue:J
            aload 2 /* other */
            getfield org.graalvm.compiler.core.test.ByteBufferTest$Ret.longValue:J
            lcmp
            ifeq 11
        10: .line 66
            iconst_0
            ireturn
        11: .line 68
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.core.test.ByteBufferTest$Ret.floatValue:F
            invokestatic java.lang.Float.floatToRawIntBits:(F)I
            aload 2 /* other */
            getfield org.graalvm.compiler.core.test.ByteBufferTest$Ret.floatValue:F
            invokestatic java.lang.Float.floatToRawIntBits:(F)I
            if_icmpeq 13
        12: .line 69
            iconst_0
            ireturn
        13: .line 71
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.core.test.ByteBufferTest$Ret.doubleValue:D
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            aload 2 /* other */
            getfield org.graalvm.compiler.core.test.ByteBufferTest$Ret.doubleValue:D
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            lcmp
            ifeq 15
        14: .line 72
            iconst_0
            ireturn
        15: .line 75
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // org.graalvm.compiler.core.test.ByteBufferTest$Ret other
        end local 1 // java.lang.Object obj
        end local 0 // org.graalvm.compiler.core.test.ByteBufferTest$Ret this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   16     0   this  Lorg/graalvm/compiler/core/test/ByteBufferTest$Ret;
            0   16     1    obj  Ljava/lang/Object;
            3   16     2  other  Lorg/graalvm/compiler/core/test/ByteBufferTest$Ret;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.ByteBufferTest$Ret this
         0: .line 80
            iconst_0
            ireturn
        end local 0 // org.graalvm.compiler.core.test.ByteBufferTest$Ret this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/ByteBufferTest$Ret;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.ByteBufferTest$Ret this
         0: .line 85
            ldc "0x%02x, 0x%04x, 0x%08x, 0x%04x, 0x%08x"
            iconst_5
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.graalvm.compiler.core.test.ByteBufferTest$Ret.byteValue:B
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.graalvm.compiler.core.test.ByteBufferTest$Ret.shortValue:S
            invokestatic java.lang.Short.valueOf:(S)Ljava/lang/Short;
            aastore
            dup
            iconst_2
            aload 0 /* this */
            getfield org.graalvm.compiler.core.test.ByteBufferTest$Ret.intValue:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_3
            aload 0 /* this */
            getfield org.graalvm.compiler.core.test.ByteBufferTest$Ret.floatValue:F
            invokestatic java.lang.Float.floatToRawIntBits:(F)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_4
            aload 0 /* this */
            getfield org.graalvm.compiler.core.test.ByteBufferTest$Ret.doubleValue:D
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // org.graalvm.compiler.core.test.ByteBufferTest$Ret this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/ByteBufferTest$Ret;
}
SourceFile: "ByteBufferTest.java"
NestHost: org.graalvm.compiler.core.test.ByteBufferTest
InnerClasses:
  Ret = org.graalvm.compiler.core.test.ByteBufferTest$Ret of org.graalvm.compiler.core.test.ByteBufferTest