public class jdk.tools.jaotc.test.NativeOrderOutputStreamTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: jdk.tools.jaotc.test.NativeOrderOutputStreamTest
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.tools.jaotc.test.NativeOrderOutputStreamTest this
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // jdk.tools.jaotc.test.NativeOrderOutputStreamTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jaotc/test/NativeOrderOutputStreamTest;

  public void shouldAdd4BytesForInt();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.tools.jaotc.test.NativeOrderOutputStreamTest this
         0: .line 45
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tAssert cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // jdk.tools.jaotc.test.NativeOrderOutputStreamTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jaotc/test/NativeOrderOutputStreamTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void shouldAdd8BytesForLong();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.tools.jaotc.test.NativeOrderOutputStreamTest this
         0: .line 52
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tAssert cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // jdk.tools.jaotc.test.NativeOrderOutputStreamTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jaotc/test/NativeOrderOutputStreamTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void shouldHaveCorrectSizeBeforePatch();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.tools.jaotc.test.NativeOrderOutputStreamTest this
         0: .line 59
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tAssert cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // jdk.tools.jaotc.test.NativeOrderOutputStreamTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jaotc/test/NativeOrderOutputStreamTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void shouldHaveCorrectSizeAfterPatch();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.tools.jaotc.test.NativeOrderOutputStreamTest this
         0: .line 66
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tAssert cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // jdk.tools.jaotc.test.NativeOrderOutputStreamTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jaotc/test/NativeOrderOutputStreamTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void shouldSetCorrectValueInPatch();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.tools.jaotc.test.NativeOrderOutputStreamTest this
         0: .line 74
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tAssert cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // jdk.tools.jaotc.test.NativeOrderOutputStreamTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jaotc/test/NativeOrderOutputStreamTest;
    RuntimeInvisibleAnnotations: 
      Test()

  private static int getInt(jdk.tools.jaotc.utils.NativeOrderOutputStream, int);
    descriptor: (Ljdk/tools/jaotc/utils/NativeOrderOutputStream;I)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // jdk.tools.jaotc.utils.NativeOrderOutputStream target
        start local 1 // int pos
         0: .line 83
            aload 0 /* target */
            invokevirtual jdk.tools.jaotc.utils.NativeOrderOutputStream.array:()[B
            invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
            astore 2 /* buffer */
        start local 2 // java.nio.ByteBuffer buffer
         1: .line 84
            aload 2 /* buffer */
            invokestatic java.nio.ByteOrder.nativeOrder:()Ljava/nio/ByteOrder;
            invokevirtual java.nio.ByteBuffer.order:(Ljava/nio/ByteOrder;)Ljava/nio/ByteBuffer;
            pop
         2: .line 85
            aload 2 /* buffer */
            iload 1 /* pos */
            invokevirtual java.nio.ByteBuffer.getInt:(I)I
            ireturn
        end local 2 // java.nio.ByteBuffer buffer
        end local 1 // int pos
        end local 0 // jdk.tools.jaotc.utils.NativeOrderOutputStream target
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0  target  Ljdk/tools/jaotc/utils/NativeOrderOutputStream;
            0    3     1     pos  I
            1    3     2  buffer  Ljava/nio/ByteBuffer;
    MethodParameters:
        Name  Flags
      target  
      pos     

  public void shouldPutArrayCorrectly();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.tools.jaotc.test.NativeOrderOutputStreamTest this
         0: .line 88
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tAssert cannot be resolved\n\tAssert cannot be resolved\n\tAssert cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // jdk.tools.jaotc.test.NativeOrderOutputStreamTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jaotc/test/NativeOrderOutputStreamTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void shouldOnlyPatchSlot();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.tools.jaotc.test.NativeOrderOutputStreamTest this
         0: .line 97
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tAssert cannot be resolved\n\tAssert cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // jdk.tools.jaotc.test.NativeOrderOutputStreamTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jaotc/test/NativeOrderOutputStreamTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void shouldBeAbleToPatchAnywhere();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.tools.jaotc.test.NativeOrderOutputStreamTest this
         0: .line 107
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tAssert cannot be resolved\n\tAssert cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // jdk.tools.jaotc.test.NativeOrderOutputStreamTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jaotc/test/NativeOrderOutputStreamTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void shouldHavePatchableAtRightOffset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.tools.jaotc.test.NativeOrderOutputStreamTest this
         0: .line 118
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tAssert cannot be resolved\n\tAssert cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // jdk.tools.jaotc.test.NativeOrderOutputStreamTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jaotc/test/NativeOrderOutputStreamTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void shouldAlign();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.tools.jaotc.test.NativeOrderOutputStreamTest this
         0: .line 127
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tAssert cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // jdk.tools.jaotc.test.NativeOrderOutputStreamTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jaotc/test/NativeOrderOutputStreamTest;
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "NativeOrderOutputStreamTest.java"