public abstract class java.nio.IntBuffer extends java.nio.Buffer implements java.lang.Comparable<java.nio.IntBuffer>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: java.nio.IntBuffer
  super_class: java.nio.Buffer
{
  final int[] hb;
    descriptor: [I
    flags: (0x0010) ACC_FINAL

  final int offset;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  boolean isReadOnly;
    descriptor: Z
    flags: (0x0000) 

  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=1, locals=0, args_size=0
         0: .line 267
            ldc Ljava/nio/IntBuffer;
            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 java.nio.IntBuffer.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(int, int, int, int, int[], int, jdk.internal.access.foreign.MemorySegmentProxy);
    descriptor: (IIII[IILjdk/internal/access/foreign/MemorySegmentProxy;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=8, args_size=8
        start local 0 // java.nio.IntBuffer this
        start local 1 // int mark
        start local 2 // int pos
        start local 3 // int lim
        start local 4 // int cap
        start local 5 // int[] hb
        start local 6 // int offset
        start local 7 // jdk.internal.access.foreign.MemorySegmentProxy segment
         0: .line 286
            aload 0 /* this */
            iload 1 /* mark */
            iload 2 /* pos */
            iload 3 /* lim */
            iload 4 /* cap */
            aload 7 /* segment */
            invokespecial java.nio.Buffer.<init>:(IIIILjdk/internal/access/foreign/MemorySegmentProxy;)V
         1: .line 287
            aload 0 /* this */
            aload 5 /* hb */
            putfield java.nio.IntBuffer.hb:[I
         2: .line 288
            aload 0 /* this */
            iload 6 /* offset */
            putfield java.nio.IntBuffer.offset:I
         3: .line 289
            return
        end local 7 // jdk.internal.access.foreign.MemorySegmentProxy segment
        end local 6 // int offset
        end local 5 // int[] hb
        end local 4 // int cap
        end local 3 // int lim
        end local 2 // int pos
        end local 1 // int mark
        end local 0 // java.nio.IntBuffer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Ljava/nio/IntBuffer;
            0    4     1     mark  I
            0    4     2      pos  I
            0    4     3      lim  I
            0    4     4      cap  I
            0    4     5       hb  [I
            0    4     6   offset  I
            0    4     7  segment  Ljdk/internal/access/foreign/MemorySegmentProxy;
    MethodParameters:
         Name  Flags
      mark     
      pos      
      lim      
      cap      
      hb       
      offset   
      segment  

  void <init>(int, int, int, int, jdk.internal.access.foreign.MemorySegmentProxy);
    descriptor: (IIIILjdk/internal/access/foreign/MemorySegmentProxy;)V
    flags: (0x0000) 
    Code:
      stack=8, locals=6, args_size=6
        start local 0 // java.nio.IntBuffer this
        start local 1 // int mark
        start local 2 // int pos
        start local 3 // int lim
        start local 4 // int cap
        start local 5 // jdk.internal.access.foreign.MemorySegmentProxy segment
         0: .line 294
            aload 0 /* this */
            iload 1 /* mark */
            iload 2 /* pos */
            iload 3 /* lim */
            iload 4 /* cap */
            aconst_null
            iconst_0
            aload 5 /* segment */
            invokespecial java.nio.IntBuffer.<init>:(IIII[IILjdk/internal/access/foreign/MemorySegmentProxy;)V
         1: .line 295
            return
        end local 5 // jdk.internal.access.foreign.MemorySegmentProxy segment
        end local 4 // int cap
        end local 3 // int lim
        end local 2 // int pos
        end local 1 // int mark
        end local 0 // java.nio.IntBuffer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Ljava/nio/IntBuffer;
            0    2     1     mark  I
            0    2     2      pos  I
            0    2     3      lim  I
            0    2     4      cap  I
            0    2     5  segment  Ljdk/internal/access/foreign/MemorySegmentProxy;
    MethodParameters:
         Name  Flags
      mark     
      pos      
      lim      
      cap      
      segment  

  void <init>(int[], long, int, jdk.internal.access.foreign.MemorySegmentProxy);
    descriptor: ([IJILjdk/internal/access/foreign/MemorySegmentProxy;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // java.nio.IntBuffer this
        start local 1 // int[] hb
        start local 2 // long addr
        start local 4 // int cap
        start local 5 // jdk.internal.access.foreign.MemorySegmentProxy segment
         0: .line 300
            aload 0 /* this */
            lload 2 /* addr */
            iload 4 /* cap */
            aload 5 /* segment */
            invokespecial java.nio.Buffer.<init>:(JILjdk/internal/access/foreign/MemorySegmentProxy;)V
         1: .line 301
            aload 0 /* this */
            aload 1 /* hb */
            putfield java.nio.IntBuffer.hb:[I
         2: .line 302
            aload 0 /* this */
            iconst_0
            putfield java.nio.IntBuffer.offset:I
         3: .line 303
            return
        end local 5 // jdk.internal.access.foreign.MemorySegmentProxy segment
        end local 4 // int cap
        end local 2 // long addr
        end local 1 // int[] hb
        end local 0 // java.nio.IntBuffer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Ljava/nio/IntBuffer;
            0    4     1       hb  [I
            0    4     2     addr  J
            0    4     4      cap  I
            0    4     5  segment  Ljdk/internal/access/foreign/MemorySegmentProxy;
    MethodParameters:
         Name  Flags
      hb       
      addr     
      cap      
      segment  

  java.lang.Object base();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.IntBuffer this
         0: .line 307
            aload 0 /* this */
            getfield java.nio.IntBuffer.hb:[I
            areturn
        end local 0 // java.nio.IntBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/IntBuffer;

  public static java.nio.IntBuffer allocate(int);
    descriptor: (I)Ljava/nio/IntBuffer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // int capacity
         0: .line 359
            iload 0 /* capacity */
            ifge 2
         1: .line 360
            iload 0 /* capacity */
            invokestatic java.nio.IntBuffer.createCapacityException:(I)Ljava/lang/IllegalArgumentException;
            athrow
         2: .line 361
      StackMap locals:
      StackMap stack:
            new java.nio.HeapIntBuffer
            dup
            iload 0 /* capacity */
            iload 0 /* capacity */
            aconst_null
            invokespecial java.nio.HeapIntBuffer.<init>:(IILjdk/internal/access/foreign/MemorySegmentProxy;)V
            areturn
        end local 0 // int capacity
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0  capacity  I
    MethodParameters:
          Name  Flags
      capacity  

  public static java.nio.IntBuffer wrap(int[], int, int);
    descriptor: ([III)Ljava/nio/IntBuffer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // int[] array
        start local 1 // int offset
        start local 2 // int length
         0: .line 406
            new java.nio.HeapIntBuffer
            dup
            aload 0 /* array */
            iload 1 /* offset */
            iload 2 /* length */
            aconst_null
            invokespecial java.nio.HeapIntBuffer.<init>:([IIILjdk/internal/access/foreign/MemorySegmentProxy;)V
         1: areturn
         2: .line 407
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
            pop
         3: .line 408
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
        end local 2 // int length
        end local 1 // int offset
        end local 0 // int[] array
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0   array  [I
            0    4     1  offset  I
            0    4     2  length  I
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.IllegalArgumentException
    MethodParameters:
        Name  Flags
      array   
      offset  
      length  

  public static java.nio.IntBuffer wrap(int[]);
    descriptor: ([I)Ljava/nio/IntBuffer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int[] array
         0: .line 435
            aload 0 /* array */
            iconst_0
            aload 0 /* array */
            arraylength
            invokestatic java.nio.IntBuffer.wrap:([III)Ljava/nio/IntBuffer;
            areturn
        end local 0 // int[] array
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  array  [I
    MethodParameters:
       Name  Flags
      array  

  public abstract java.nio.IntBuffer slice();
    descriptor: ()Ljava/nio/IntBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.nio.IntBuffer slice(int, int);
    descriptor: (II)Ljava/nio/IntBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      index   
      length  

  public abstract java.nio.IntBuffer duplicate();
    descriptor: ()Ljava/nio/IntBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.nio.IntBuffer asReadOnlyBuffer();
    descriptor: ()Ljava/nio/IntBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int get();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.nio.IntBuffer put(int);
    descriptor: (I)Ljava/nio/IntBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      i     

  public abstract int get(int);
    descriptor: (I)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  public abstract java.nio.IntBuffer put(int, int);
    descriptor: (II)Ljava/nio/IntBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  
      i      

  public java.nio.IntBuffer get(int[], int, int);
    descriptor: ([III)Ljava/nio/IntBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // java.nio.IntBuffer this
        start local 1 // int[] dst
        start local 2 // int offset
        start local 3 // int length
         0: .line 793
            iload 2 /* offset */
            iload 3 /* length */
            aload 1 /* dst */
            arraylength
            invokestatic java.util.Objects.checkFromIndexSize:(III)I
            pop
         1: .line 794
            iload 3 /* length */
            aload 0 /* this */
            invokevirtual java.nio.IntBuffer.remaining:()I
            if_icmple 3
         2: .line 795
            new java.nio.BufferUnderflowException
            dup
            invokespecial java.nio.BufferUnderflowException.<init>:()V
            athrow
         3: .line 796
      StackMap locals:
      StackMap stack:
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            istore 4 /* end */
        start local 4 // int end
         4: .line 797
            iload 2 /* offset */
            istore 5 /* i */
        start local 5 // int i
         5: goto 8
         6: .line 798
      StackMap locals: int int
      StackMap stack:
            aload 1 /* dst */
            iload 5 /* i */
            aload 0 /* this */
            invokevirtual java.nio.IntBuffer.get:()I
            iastore
         7: .line 797
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 5 /* i */
            iload 4 /* end */
            if_icmplt 6
        end local 5 // int i
         9: .line 799
            aload 0 /* this */
            areturn
        end local 4 // int end
        end local 3 // int length
        end local 2 // int offset
        end local 1 // int[] dst
        end local 0 // java.nio.IntBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Ljava/nio/IntBuffer;
            0   10     1     dst  [I
            0   10     2  offset  I
            0   10     3  length  I
            4   10     4     end  I
            5    9     5       i  I
    MethodParameters:
        Name  Flags
      dst     
      offset  
      length  

  public java.nio.IntBuffer get(int[]);
    descriptor: ([I)Ljava/nio/IntBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.nio.IntBuffer this
        start local 1 // int[] dst
         0: .line 822
            aload 0 /* this */
            aload 1 /* dst */
            iconst_0
            aload 1 /* dst */
            arraylength
            invokevirtual java.nio.IntBuffer.get:([III)Ljava/nio/IntBuffer;
            areturn
        end local 1 // int[] dst
        end local 0 // java.nio.IntBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/IntBuffer;
            0    1     1   dst  [I
    MethodParameters:
      Name  Flags
      dst   

  public java.nio.IntBuffer get(int, int[], int, int);
    descriptor: (I[III)Ljava/nio/IntBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=5
        start local 0 // java.nio.IntBuffer this
        start local 1 // int index
        start local 2 // int[] dst
        start local 3 // int offset
        start local 4 // int length
         0: .line 870
            iload 1 /* index */
            iload 4 /* length */
            aload 0 /* this */
            invokevirtual java.nio.IntBuffer.limit:()I
            invokestatic java.util.Objects.checkFromIndexSize:(III)I
            pop
         1: .line 871
            iload 3 /* offset */
            iload 4 /* length */
            aload 2 /* dst */
            arraylength
            invokestatic java.util.Objects.checkFromIndexSize:(III)I
            pop
         2: .line 872
            iload 3 /* offset */
            iload 4 /* length */
            iadd
            istore 5 /* end */
        start local 5 // int end
         3: .line 873
            iload 3 /* offset */
            istore 6 /* i */
        start local 6 // int i
         4: iload 1 /* index */
            istore 7 /* j */
        start local 7 // int j
         5: goto 8
         6: .line 874
      StackMap locals: int int int
      StackMap stack:
            aload 2 /* dst */
            iload 6 /* i */
            aload 0 /* this */
            iload 7 /* j */
            invokevirtual java.nio.IntBuffer.get:(I)I
            iastore
         7: .line 873
            iinc 6 /* i */ 1
            iinc 7 /* j */ 1
      StackMap locals:
      StackMap stack:
         8: iload 6 /* i */
            iload 5 /* end */
            if_icmplt 6
        end local 7 // int j
        end local 6 // int i
         9: .line 875
            aload 0 /* this */
            areturn
        end local 5 // int end
        end local 4 // int length
        end local 3 // int offset
        end local 2 // int[] dst
        end local 1 // int index
        end local 0 // java.nio.IntBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Ljava/nio/IntBuffer;
            0   10     1   index  I
            0   10     2     dst  [I
            0   10     3  offset  I
            0   10     4  length  I
            3   10     5     end  I
            4    9     6       i  I
            5    9     7       j  I
    MethodParameters:
        Name  Flags
      index   
      dst     
      offset  
      length  

  public java.nio.IntBuffer get(int, int[]);
    descriptor: (I[I)Ljava/nio/IntBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // java.nio.IntBuffer this
        start local 1 // int index
        start local 2 // int[] dst
         0: .line 906
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* dst */
            iconst_0
            aload 2 /* dst */
            arraylength
            invokevirtual java.nio.IntBuffer.get:(I[III)Ljava/nio/IntBuffer;
            areturn
        end local 2 // int[] dst
        end local 1 // int index
        end local 0 // java.nio.IntBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljava/nio/IntBuffer;
            0    1     1  index  I
            0    1     2    dst  [I
    MethodParameters:
       Name  Flags
      index  
      dst    

  public java.nio.IntBuffer put(java.nio.IntBuffer);
    descriptor: (Ljava/nio/IntBuffer;)Ljava/nio/IntBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // java.nio.IntBuffer this
        start local 1 // java.nio.IntBuffer src
         0: .line 956
            aload 1 /* src */
            aload 0 /* this */
            if_acmpne 2
         1: .line 957
            invokestatic java.nio.IntBuffer.createSameBufferException:()Ljava/lang/IllegalArgumentException;
            athrow
         2: .line 958
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.nio.IntBuffer.isReadOnly:()Z
            ifeq 4
         3: .line 959
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
         4: .line 961
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            invokevirtual java.nio.IntBuffer.position:()I
            istore 2 /* srcPos */
        start local 2 // int srcPos
         5: .line 962
            aload 1 /* src */
            invokevirtual java.nio.IntBuffer.limit:()I
            istore 3 /* srcLim */
        start local 3 // int srcLim
         6: .line 963
            iload 2 /* srcPos */
            iload 3 /* srcLim */
            if_icmpgt 7
            iload 3 /* srcLim */
            iload 2 /* srcPos */
            isub
            goto 8
      StackMap locals: int int
      StackMap stack:
         7: iconst_0
      StackMap locals:
      StackMap stack: int
         8: istore 4 /* srcRem */
        start local 4 // int srcRem
         9: .line 964
            aload 0 /* this */
            invokevirtual java.nio.IntBuffer.position:()I
            istore 5 /* pos */
        start local 5 // int pos
        10: .line 965
            aload 0 /* this */
            invokevirtual java.nio.IntBuffer.limit:()I
            istore 6 /* lim */
        start local 6 // int lim
        11: .line 966
            iload 5 /* pos */
            iload 6 /* lim */
            if_icmpgt 12
            iload 6 /* lim */
            iload 5 /* pos */
            isub
            goto 13
      StackMap locals: int int int
      StackMap stack:
        12: iconst_0
      StackMap locals:
      StackMap stack: int
        13: istore 7 /* rem */
        start local 7 // int rem
        14: .line 968
            iload 4 /* srcRem */
            iload 7 /* rem */
            if_icmple 16
        15: .line 969
            new java.nio.BufferOverflowException
            dup
            invokespecial java.nio.BufferOverflowException.<init>:()V
            athrow
        16: .line 971
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 5 /* pos */
            aload 1 /* src */
            iload 2 /* srcPos */
            iload 4 /* srcRem */
            invokevirtual java.nio.IntBuffer.putBuffer:(ILjava/nio/IntBuffer;II)V
        17: .line 973
            aload 0 /* this */
            iload 5 /* pos */
            iload 4 /* srcRem */
            iadd
            invokevirtual java.nio.IntBuffer.position:(I)Ljava/nio/IntBuffer;
            pop
        18: .line 974
            aload 1 /* src */
            iload 2 /* srcPos */
            iload 4 /* srcRem */
            iadd
            invokevirtual java.nio.IntBuffer.position:(I)Ljava/nio/IntBuffer;
            pop
        19: .line 976
            aload 0 /* this */
            areturn
        end local 7 // int rem
        end local 6 // int lim
        end local 5 // int pos
        end local 4 // int srcRem
        end local 3 // int srcLim
        end local 2 // int srcPos
        end local 1 // java.nio.IntBuffer src
        end local 0 // java.nio.IntBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   20     0    this  Ljava/nio/IntBuffer;
            0   20     1     src  Ljava/nio/IntBuffer;
            5   20     2  srcPos  I
            6   20     3  srcLim  I
            9   20     4  srcRem  I
           10   20     5     pos  I
           11   20     6     lim  I
           14   20     7     rem  I
    MethodParameters:
      Name  Flags
      src   

  public java.nio.IntBuffer put(int, java.nio.IntBuffer, int, int);
    descriptor: (ILjava/nio/IntBuffer;II)Ljava/nio/IntBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // java.nio.IntBuffer this
        start local 1 // int index
        start local 2 // java.nio.IntBuffer src
        start local 3 // int offset
        start local 4 // int length
         0: .line 1030
            iload 1 /* index */
            iload 4 /* length */
            aload 0 /* this */
            invokevirtual java.nio.IntBuffer.limit:()I
            invokestatic java.util.Objects.checkFromIndexSize:(III)I
            pop
         1: .line 1031
            iload 3 /* offset */
            iload 4 /* length */
            aload 2 /* src */
            invokevirtual java.nio.IntBuffer.limit:()I
            invokestatic java.util.Objects.checkFromIndexSize:(III)I
            pop
         2: .line 1032
            aload 0 /* this */
            invokevirtual java.nio.IntBuffer.isReadOnly:()Z
            ifeq 4
         3: .line 1033
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
         4: .line 1035
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* src */
            iload 3 /* offset */
            iload 4 /* length */
            invokevirtual java.nio.IntBuffer.putBuffer:(ILjava/nio/IntBuffer;II)V
         5: .line 1037
            aload 0 /* this */
            areturn
        end local 4 // int length
        end local 3 // int offset
        end local 2 // java.nio.IntBuffer src
        end local 1 // int index
        end local 0 // java.nio.IntBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljava/nio/IntBuffer;
            0    6     1   index  I
            0    6     2     src  Ljava/nio/IntBuffer;
            0    6     3  offset  I
            0    6     4  length  I
    MethodParameters:
        Name  Flags
      index   
      src     
      offset  
      length  

  void putBuffer(int, java.nio.IntBuffer, int, int);
    descriptor: (ILjava/nio/IntBuffer;II)V
    flags: (0x0000) 
    Code:
      stack=13, locals=14, args_size=5
        start local 0 // java.nio.IntBuffer this
        start local 1 // int pos
        start local 2 // java.nio.IntBuffer src
        start local 3 // int srcPos
        start local 4 // int n
         0: .line 1041
            aload 2 /* src */
            invokevirtual java.nio.IntBuffer.base:()Ljava/lang/Object;
            astore 5 /* srcBase */
        start local 5 // java.lang.Object srcBase
         1: .line 1046
            getstatic java.nio.IntBuffer.$assertionsDisabled:Z
            ifne 2
            aload 5 /* srcBase */
            ifnonnull 2
            aload 2 /* src */
            invokevirtual java.nio.IntBuffer.isDirect:()Z
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 1049
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.nio.IntBuffer.base:()Ljava/lang/Object;
            astore 6 /* base */
        start local 6 // java.lang.Object base
         3: .line 1050
            getstatic java.nio.IntBuffer.$assertionsDisabled:Z
            ifne 4
            aload 6 /* base */
            ifnonnull 4
            aload 0 /* this */
            invokevirtual java.nio.IntBuffer.isDirect:()Z
            ifne 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 1052
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* src */
            getfield java.nio.IntBuffer.address:J
            iload 3 /* srcPos */
            i2l
            iconst_2
            lshl
            ladd
            lstore 7 /* srcAddr */
        start local 7 // long srcAddr
         5: .line 1053
            aload 0 /* this */
            getfield java.nio.IntBuffer.address:J
            iload 1 /* pos */
            i2l
            iconst_2
            lshl
            ladd
            lstore 9 /* addr */
        start local 9 // long addr
         6: .line 1054
            iload 4 /* n */
            i2l
            iconst_2
            lshl
            lstore 11 /* len */
        start local 11 // long len
         7: .line 1057
            aload 0 /* this */
            invokevirtual java.nio.IntBuffer.order:()Ljava/nio/ByteOrder;
            aload 2 /* src */
            invokevirtual java.nio.IntBuffer.order:()Ljava/nio/ByteOrder;
            if_acmpne 20
         8: .line 1060
            getstatic java.nio.IntBuffer.SCOPED_MEMORY_ACCESS:Ljdk/internal/misc/ScopedMemoryAccess;
         9: .line 1061
            aload 0 /* this */
            invokevirtual java.nio.IntBuffer.scope:()Ljdk/internal/misc/ScopedMemoryAccess$Scope;
            aload 2 /* src */
            invokevirtual java.nio.IntBuffer.scope:()Ljdk/internal/misc/ScopedMemoryAccess$Scope;
            aload 5 /* srcBase */
        10: .line 1062
            lload 7 /* srcAddr */
            aload 6 /* base */
            lload 9 /* addr */
            lload 11 /* len */
        11: .line 1060
            invokevirtual jdk.internal.misc.ScopedMemoryAccess.copyMemory:(Ljdk/internal/misc/ScopedMemoryAccess$Scope;Ljdk/internal/misc/ScopedMemoryAccess$Scope;Ljava/lang/Object;JLjava/lang/Object;JJ)V
        12: .line 1063
            goto 17
      StackMap locals: java.nio.IntBuffer int java.nio.IntBuffer int int java.lang.Object java.lang.Object long long long
      StackMap stack: java.lang.Throwable
        13: astore 13
        14: .line 1064
            aload 2 /* src */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
        15: .line 1065
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
        16: .line 1066
            aload 13
            athrow
        17: .line 1064
      StackMap locals:
      StackMap stack:
            aload 2 /* src */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
        18: .line 1065
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
        19: .line 1068
            goto 31
        20: .line 1070
      StackMap locals:
      StackMap stack:
            getstatic java.nio.IntBuffer.SCOPED_MEMORY_ACCESS:Ljdk/internal/misc/ScopedMemoryAccess;
        21: .line 1071
            aload 0 /* this */
            invokevirtual java.nio.IntBuffer.scope:()Ljdk/internal/misc/ScopedMemoryAccess$Scope;
            aload 2 /* src */
            invokevirtual java.nio.IntBuffer.scope:()Ljdk/internal/misc/ScopedMemoryAccess$Scope;
            aload 5 /* srcBase */
        22: .line 1072
            lload 7 /* srcAddr */
            aload 6 /* base */
            lload 9 /* addr */
            lload 11 /* len */
            ldc 4
        23: .line 1070
            invokevirtual jdk.internal.misc.ScopedMemoryAccess.copySwapMemory:(Ljdk/internal/misc/ScopedMemoryAccess$Scope;Ljdk/internal/misc/ScopedMemoryAccess$Scope;Ljava/lang/Object;JLjava/lang/Object;JJJ)V
        24: .line 1073
            goto 29
      StackMap locals:
      StackMap stack: java.lang.Throwable
        25: astore 13
        26: .line 1074
            aload 2 /* src */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
        27: .line 1075
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
        28: .line 1076
            aload 13
            athrow
        29: .line 1074
      StackMap locals:
      StackMap stack:
            aload 2 /* src */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
        30: .line 1075
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
        31: .line 1087
      StackMap locals:
      StackMap stack:
            return
        end local 11 // long len
        end local 9 // long addr
        end local 7 // long srcAddr
        end local 6 // java.lang.Object base
        end local 5 // java.lang.Object srcBase
        end local 4 // int n
        end local 3 // int srcPos
        end local 2 // java.nio.IntBuffer src
        end local 1 // int pos
        end local 0 // java.nio.IntBuffer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   32     0     this  Ljava/nio/IntBuffer;
            0   32     1      pos  I
            0   32     2      src  Ljava/nio/IntBuffer;
            0   32     3   srcPos  I
            0   32     4        n  I
            1   32     5  srcBase  Ljava/lang/Object;
            3   32     6     base  Ljava/lang/Object;
            5   32     7  srcAddr  J
            6   32     9     addr  J
            7   32    11      len  J
      Exception table:
        from    to  target  type
           8    13      13  any
          20    25      25  any
    MethodParameters:
        Name  Flags
      pos     
      src     
      srcPos  
      n       

  public java.nio.IntBuffer put(int[], int, int);
    descriptor: ([III)Ljava/nio/IntBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // java.nio.IntBuffer this
        start local 1 // int[] src
        start local 2 // int offset
        start local 3 // int length
         0: .line 1141
            iload 2 /* offset */
            iload 3 /* length */
            aload 1 /* src */
            arraylength
            invokestatic java.util.Objects.checkFromIndexSize:(III)I
            pop
         1: .line 1142
            iload 3 /* length */
            aload 0 /* this */
            invokevirtual java.nio.IntBuffer.remaining:()I
            if_icmple 3
         2: .line 1143
            new java.nio.BufferOverflowException
            dup
            invokespecial java.nio.BufferOverflowException.<init>:()V
            athrow
         3: .line 1144
      StackMap locals:
      StackMap stack:
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            istore 4 /* end */
        start local 4 // int end
         4: .line 1145
            iload 2 /* offset */
            istore 5 /* i */
        start local 5 // int i
         5: goto 8
         6: .line 1146
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* src */
            iload 5 /* i */
            iaload
            invokevirtual java.nio.IntBuffer.put:(I)Ljava/nio/IntBuffer;
            pop
         7: .line 1145
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 5 /* i */
            iload 4 /* end */
            if_icmplt 6
        end local 5 // int i
         9: .line 1147
            aload 0 /* this */
            areturn
        end local 4 // int end
        end local 3 // int length
        end local 2 // int offset
        end local 1 // int[] src
        end local 0 // java.nio.IntBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Ljava/nio/IntBuffer;
            0   10     1     src  [I
            0   10     2  offset  I
            0   10     3  length  I
            4   10     4     end  I
            5    9     5       i  I
    MethodParameters:
        Name  Flags
      src     
      offset  
      length  

  public final java.nio.IntBuffer put(int[]);
    descriptor: ([I)Ljava/nio/IntBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.nio.IntBuffer this
        start local 1 // int[] src
         0: .line 1173
            aload 0 /* this */
            aload 1 /* src */
            iconst_0
            aload 1 /* src */
            arraylength
            invokevirtual java.nio.IntBuffer.put:([III)Ljava/nio/IntBuffer;
            areturn
        end local 1 // int[] src
        end local 0 // java.nio.IntBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/IntBuffer;
            0    1     1   src  [I
    MethodParameters:
      Name  Flags
      src   

  public java.nio.IntBuffer put(int, int[], int, int);
    descriptor: (I[III)Ljava/nio/IntBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=5
        start local 0 // java.nio.IntBuffer this
        start local 1 // int index
        start local 2 // int[] src
        start local 3 // int offset
        start local 4 // int length
         0: .line 1222
            aload 0 /* this */
            invokevirtual java.nio.IntBuffer.isReadOnly:()Z
            ifeq 2
         1: .line 1223
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
         2: .line 1224
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            iload 4 /* length */
            aload 0 /* this */
            invokevirtual java.nio.IntBuffer.limit:()I
            invokestatic java.util.Objects.checkFromIndexSize:(III)I
            pop
         3: .line 1225
            iload 3 /* offset */
            iload 4 /* length */
            aload 2 /* src */
            arraylength
            invokestatic java.util.Objects.checkFromIndexSize:(III)I
            pop
         4: .line 1226
            iload 3 /* offset */
            iload 4 /* length */
            iadd
            istore 5 /* end */
        start local 5 // int end
         5: .line 1227
            iload 3 /* offset */
            istore 6 /* i */
        start local 6 // int i
         6: iload 1 /* index */
            istore 7 /* j */
        start local 7 // int j
         7: goto 10
         8: .line 1228
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            iload 7 /* j */
            aload 2 /* src */
            iload 6 /* i */
            iaload
            invokevirtual java.nio.IntBuffer.put:(II)Ljava/nio/IntBuffer;
            pop
         9: .line 1227
            iinc 6 /* i */ 1
            iinc 7 /* j */ 1
      StackMap locals:
      StackMap stack:
        10: iload 6 /* i */
            iload 5 /* end */
            if_icmplt 8
        end local 7 // int j
        end local 6 // int i
        11: .line 1229
            aload 0 /* this */
            areturn
        end local 5 // int end
        end local 4 // int length
        end local 3 // int offset
        end local 2 // int[] src
        end local 1 // int index
        end local 0 // java.nio.IntBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Ljava/nio/IntBuffer;
            0   12     1   index  I
            0   12     2     src  [I
            0   12     3  offset  I
            0   12     4  length  I
            5   12     5     end  I
            6   11     6       i  I
            7   11     7       j  I
    MethodParameters:
        Name  Flags
      index   
      src     
      offset  
      length  

  public java.nio.IntBuffer put(int, int[]);
    descriptor: (I[I)Ljava/nio/IntBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // java.nio.IntBuffer this
        start local 1 // int index
        start local 2 // int[] src
         0: .line 1262
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* src */
            iconst_0
            aload 2 /* src */
            arraylength
            invokevirtual java.nio.IntBuffer.put:(I[III)Ljava/nio/IntBuffer;
            areturn
        end local 2 // int[] src
        end local 1 // int index
        end local 0 // java.nio.IntBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljava/nio/IntBuffer;
            0    1     1  index  I
            0    1     2    src  [I
    MethodParameters:
       Name  Flags
      index  
      src    

  public final boolean hasArray();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.IntBuffer this
         0: .line 1373
            aload 0 /* this */
            getfield java.nio.IntBuffer.hb:[I
            ifnull 1
            aload 0 /* this */
            getfield java.nio.IntBuffer.isReadOnly:Z
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // java.nio.IntBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/IntBuffer;

  public final int[] array();
    descriptor: ()[I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.nio.IntBuffer this
         0: .line 1396
            aload 0 /* this */
            getfield java.nio.IntBuffer.hb:[I
            ifnonnull 2
         1: .line 1397
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
         2: .line 1398
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.nio.IntBuffer.isReadOnly:Z
            ifeq 4
         3: .line 1399
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
         4: .line 1400
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.nio.IntBuffer.hb:[I
            areturn
        end local 0 // java.nio.IntBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/nio/IntBuffer;

  public final int arrayOffset();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.nio.IntBuffer this
         0: .line 1424
            aload 0 /* this */
            getfield java.nio.IntBuffer.hb:[I
            ifnonnull 2
         1: .line 1425
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
         2: .line 1426
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.nio.IntBuffer.isReadOnly:Z
            ifeq 4
         3: .line 1427
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
         4: .line 1428
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.nio.IntBuffer.offset:I
            ireturn
        end local 0 // java.nio.IntBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/nio/IntBuffer;

  public final java.nio.IntBuffer position(int);
    descriptor: (I)Ljava/nio/IntBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.IntBuffer this
        start local 1 // int newPosition
         0: .line 1442
            aload 0 /* this */
            iload 1 /* newPosition */
            invokespecial java.nio.Buffer.position:(I)Ljava/nio/Buffer;
            pop
         1: .line 1443
            aload 0 /* this */
            areturn
        end local 1 // int newPosition
        end local 0 // java.nio.IntBuffer this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Ljava/nio/IntBuffer;
            0    2     1  newPosition  I
    MethodParameters:
             Name  Flags
      newPosition  

  public final java.nio.IntBuffer limit(int);
    descriptor: (I)Ljava/nio/IntBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.IntBuffer this
        start local 1 // int newLimit
         0: .line 1455
            aload 0 /* this */
            iload 1 /* newLimit */
            invokespecial java.nio.Buffer.limit:(I)Ljava/nio/Buffer;
            pop
         1: .line 1456
            aload 0 /* this */
            areturn
        end local 1 // int newLimit
        end local 0 // java.nio.IntBuffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljava/nio/IntBuffer;
            0    2     1  newLimit  I
    MethodParameters:
          Name  Flags
      newLimit  

  public final java.nio.IntBuffer mark();
    descriptor: ()Ljava/nio/IntBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.IntBuffer this
         0: .line 1468
            aload 0 /* this */
            invokespecial java.nio.Buffer.mark:()Ljava/nio/Buffer;
            pop
         1: .line 1469
            aload 0 /* this */
            areturn
        end local 0 // java.nio.IntBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/IntBuffer;

  public final java.nio.IntBuffer reset();
    descriptor: ()Ljava/nio/IntBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.IntBuffer this
         0: .line 1481
            aload 0 /* this */
            invokespecial java.nio.Buffer.reset:()Ljava/nio/Buffer;
            pop
         1: .line 1482
            aload 0 /* this */
            areturn
        end local 0 // java.nio.IntBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/IntBuffer;

  public final java.nio.IntBuffer clear();
    descriptor: ()Ljava/nio/IntBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.IntBuffer this
         0: .line 1494
            aload 0 /* this */
            invokespecial java.nio.Buffer.clear:()Ljava/nio/Buffer;
            pop
         1: .line 1495
            aload 0 /* this */
            areturn
        end local 0 // java.nio.IntBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/IntBuffer;

  public final java.nio.IntBuffer flip();
    descriptor: ()Ljava/nio/IntBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.IntBuffer this
         0: .line 1507
            aload 0 /* this */
            invokespecial java.nio.Buffer.flip:()Ljava/nio/Buffer;
            pop
         1: .line 1508
            aload 0 /* this */
            areturn
        end local 0 // java.nio.IntBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/IntBuffer;

  public final java.nio.IntBuffer rewind();
    descriptor: ()Ljava/nio/IntBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.IntBuffer this
         0: .line 1520
            aload 0 /* this */
            invokespecial java.nio.Buffer.rewind:()Ljava/nio/Buffer;
            pop
         1: .line 1521
            aload 0 /* this */
            areturn
        end local 0 // java.nio.IntBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/IntBuffer;

  public abstract java.nio.IntBuffer compact();
    descriptor: ()Ljava/nio/IntBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isDirect();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.nio.IntBuffer this
         0: .line 1595
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuffer sb
         1: .line 1596
            aload 1 /* sb */
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         2: .line 1597
            aload 1 /* sb */
            ldc "[pos="
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         3: .line 1598
            aload 1 /* sb */
            aload 0 /* this */
            invokevirtual java.nio.IntBuffer.position:()I
            invokevirtual java.lang.StringBuffer.append:(I)Ljava/lang/StringBuffer;
            pop
         4: .line 1599
            aload 1 /* sb */
            ldc " lim="
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         5: .line 1600
            aload 1 /* sb */
            aload 0 /* this */
            invokevirtual java.nio.IntBuffer.limit:()I
            invokevirtual java.lang.StringBuffer.append:(I)Ljava/lang/StringBuffer;
            pop
         6: .line 1601
            aload 1 /* sb */
            ldc " cap="
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         7: .line 1602
            aload 1 /* sb */
            aload 0 /* this */
            invokevirtual java.nio.IntBuffer.capacity:()I
            invokevirtual java.lang.StringBuffer.append:(I)Ljava/lang/StringBuffer;
            pop
         8: .line 1603
            aload 1 /* sb */
            ldc "]"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         9: .line 1604
            aload 1 /* sb */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuffer sb
        end local 0 // java.nio.IntBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Ljava/nio/IntBuffer;
            1   10     1    sb  Ljava/lang/StringBuffer;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // java.nio.IntBuffer this
         0: .line 1626
            iconst_1
            istore 1 /* h */
        start local 1 // int h
         1: .line 1627
            aload 0 /* this */
            invokevirtual java.nio.IntBuffer.position:()I
            istore 2 /* p */
        start local 2 // int p
         2: .line 1628
            aload 0 /* this */
            invokevirtual java.nio.IntBuffer.limit:()I
            iconst_1
            isub
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 1630
      StackMap locals: int int int
      StackMap stack:
            bipush 31
            iload 1 /* h */
            imul
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual java.nio.IntBuffer.get:(I)I
            iadd
            istore 1 /* h */
         5: .line 1628
            iinc 3 /* i */ -1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            iload 2 /* p */
            if_icmpge 4
        end local 3 // int i
         7: .line 1634
            iload 1 /* h */
            ireturn
        end local 2 // int p
        end local 1 // int h
        end local 0 // java.nio.IntBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljava/nio/IntBuffer;
            1    8     1     h  I
            2    8     2     p  I
            3    7     3     i  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // java.nio.IntBuffer this
        start local 1 // java.lang.Object ob
         0: .line 1670
            aload 0 /* this */
            aload 1 /* ob */
            if_acmpne 2
         1: .line 1671
            iconst_1
            ireturn
         2: .line 1672
      StackMap locals:
      StackMap stack:
            aload 1 /* ob */
            instanceof java.nio.IntBuffer
            ifne 4
         3: .line 1673
            iconst_0
            ireturn
         4: .line 1674
      StackMap locals:
      StackMap stack:
            aload 1 /* ob */
            checkcast java.nio.IntBuffer
            astore 2 /* that */
        start local 2 // java.nio.IntBuffer that
         5: .line 1675
            aload 0 /* this */
            invokevirtual java.nio.IntBuffer.position:()I
            istore 3 /* thisPos */
        start local 3 // int thisPos
         6: .line 1676
            aload 0 /* this */
            invokevirtual java.nio.IntBuffer.limit:()I
            iload 3 /* thisPos */
            isub
            istore 4 /* thisRem */
        start local 4 // int thisRem
         7: .line 1677
            aload 2 /* that */
            invokevirtual java.nio.IntBuffer.position:()I
            istore 5 /* thatPos */
        start local 5 // int thatPos
         8: .line 1678
            aload 2 /* that */
            invokevirtual java.nio.IntBuffer.limit:()I
            iload 5 /* thatPos */
            isub
            istore 6 /* thatRem */
        start local 6 // int thatRem
         9: .line 1679
            iload 4 /* thisRem */
            iflt 10
            iload 4 /* thisRem */
            iload 6 /* thatRem */
            if_icmpeq 11
        10: .line 1680
      StackMap locals: java.nio.IntBuffer java.lang.Object java.nio.IntBuffer int int int int
      StackMap stack:
            iconst_0
            ireturn
        11: .line 1681
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* thisPos */
        12: .line 1682
            aload 2 /* that */
            iload 5 /* thatPos */
        13: .line 1683
            iload 4 /* thisRem */
        14: .line 1681
            invokestatic java.nio.BufferMismatch.mismatch:(Ljava/nio/IntBuffer;ILjava/nio/IntBuffer;II)I
            ifge 15
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        15: iconst_0
            ireturn
        end local 6 // int thatRem
        end local 5 // int thatPos
        end local 4 // int thisRem
        end local 3 // int thisPos
        end local 2 // java.nio.IntBuffer that
        end local 1 // java.lang.Object ob
        end local 0 // java.nio.IntBuffer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0     this  Ljava/nio/IntBuffer;
            0   16     1       ob  Ljava/lang/Object;
            5   16     2     that  Ljava/nio/IntBuffer;
            6   16     3  thisPos  I
            7   16     4  thisRem  I
            8   16     5  thatPos  I
            9   16     6  thatRem  I
    MethodParameters:
      Name  Flags
      ob    

  public int compareTo(java.nio.IntBuffer);
    descriptor: (Ljava/nio/IntBuffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // java.nio.IntBuffer this
        start local 1 // java.nio.IntBuffer that
         0: .line 1710
            aload 0 /* this */
            invokevirtual java.nio.IntBuffer.position:()I
            istore 2 /* thisPos */
        start local 2 // int thisPos
         1: .line 1711
            aload 0 /* this */
            invokevirtual java.nio.IntBuffer.limit:()I
            iload 2 /* thisPos */
            isub
            istore 3 /* thisRem */
        start local 3 // int thisRem
         2: .line 1712
            aload 1 /* that */
            invokevirtual java.nio.IntBuffer.position:()I
            istore 4 /* thatPos */
        start local 4 // int thatPos
         3: .line 1713
            aload 1 /* that */
            invokevirtual java.nio.IntBuffer.limit:()I
            iload 4 /* thatPos */
            isub
            istore 5 /* thatRem */
        start local 5 // int thatRem
         4: .line 1714
            iload 3 /* thisRem */
            iload 5 /* thatRem */
            invokestatic java.lang.Math.min:(II)I
            istore 6 /* length */
        start local 6 // int length
         5: .line 1715
            iload 6 /* length */
            ifge 7
         6: .line 1716
            iconst_m1
            ireturn
         7: .line 1717
      StackMap locals: java.nio.IntBuffer java.nio.IntBuffer int int int int int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* thisPos */
         8: .line 1718
            aload 1 /* that */
            iload 4 /* thatPos */
         9: .line 1719
            iload 6 /* length */
        10: .line 1717
            invokestatic java.nio.BufferMismatch.mismatch:(Ljava/nio/IntBuffer;ILjava/nio/IntBuffer;II)I
            istore 7 /* i */
        start local 7 // int i
        11: .line 1720
            iload 7 /* i */
            iflt 13
        12: .line 1721
            aload 0 /* this */
            iload 2 /* thisPos */
            iload 7 /* i */
            iadd
            invokevirtual java.nio.IntBuffer.get:(I)I
            aload 1 /* that */
            iload 4 /* thatPos */
            iload 7 /* i */
            iadd
            invokevirtual java.nio.IntBuffer.get:(I)I
            invokestatic java.nio.IntBuffer.compare:(II)I
            ireturn
        13: .line 1723
      StackMap locals: int
      StackMap stack:
            iload 3 /* thisRem */
            iload 5 /* thatRem */
            isub
            ireturn
        end local 7 // int i
        end local 6 // int length
        end local 5 // int thatRem
        end local 4 // int thatPos
        end local 3 // int thisRem
        end local 2 // int thisPos
        end local 1 // java.nio.IntBuffer that
        end local 0 // java.nio.IntBuffer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Ljava/nio/IntBuffer;
            0   14     1     that  Ljava/nio/IntBuffer;
            1   14     2  thisPos  I
            2   14     3  thisRem  I
            3   14     4  thatPos  I
            4   14     5  thatRem  I
            5   14     6   length  I
           11   14     7        i  I
    MethodParameters:
      Name  Flags
      that  

  private static int compare(int, int);
    descriptor: (II)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // int x
        start local 1 // int y
         0: .line 1733
            iload 0 /* x */
            iload 1 /* y */
            invokestatic java.lang.Integer.compare:(II)I
            ireturn
        end local 1 // int y
        end local 0 // int x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     x  I
            0    1     1     y  I
    MethodParameters:
      Name  Flags
      x     
      y     

  public int mismatch(java.nio.IntBuffer);
    descriptor: (Ljava/nio/IntBuffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // java.nio.IntBuffer this
        start local 1 // java.nio.IntBuffer that
         0: .line 1762
            aload 0 /* this */
            invokevirtual java.nio.IntBuffer.position:()I
            istore 2 /* thisPos */
        start local 2 // int thisPos
         1: .line 1763
            aload 0 /* this */
            invokevirtual java.nio.IntBuffer.limit:()I
            iload 2 /* thisPos */
            isub
            istore 3 /* thisRem */
        start local 3 // int thisRem
         2: .line 1764
            aload 1 /* that */
            invokevirtual java.nio.IntBuffer.position:()I
            istore 4 /* thatPos */
        start local 4 // int thatPos
         3: .line 1765
            aload 1 /* that */
            invokevirtual java.nio.IntBuffer.limit:()I
            iload 4 /* thatPos */
            isub
            istore 5 /* thatRem */
        start local 5 // int thatRem
         4: .line 1766
            iload 3 /* thisRem */
            iload 5 /* thatRem */
            invokestatic java.lang.Math.min:(II)I
            istore 6 /* length */
        start local 6 // int length
         5: .line 1767
            iload 6 /* length */
            ifge 7
         6: .line 1768
            iconst_m1
            ireturn
         7: .line 1769
      StackMap locals: java.nio.IntBuffer java.nio.IntBuffer int int int int int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* thisPos */
         8: .line 1770
            aload 1 /* that */
            iload 4 /* thatPos */
         9: .line 1771
            iload 6 /* length */
        10: .line 1769
            invokestatic java.nio.BufferMismatch.mismatch:(Ljava/nio/IntBuffer;ILjava/nio/IntBuffer;II)I
            istore 7 /* r */
        start local 7 // int r
        11: .line 1772
            iload 7 /* r */
            iconst_m1
            if_icmpne 12
            iload 3 /* thisRem */
            iload 5 /* thatRem */
            if_icmpeq 12
            iload 6 /* length */
            goto 13
      StackMap locals: int
      StackMap stack:
        12: iload 7 /* r */
      StackMap locals:
      StackMap stack: int
        13: ireturn
        end local 7 // int r
        end local 6 // int length
        end local 5 // int thatRem
        end local 4 // int thatPos
        end local 3 // int thisRem
        end local 2 // int thisPos
        end local 1 // java.nio.IntBuffer that
        end local 0 // java.nio.IntBuffer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Ljava/nio/IntBuffer;
            0   14     1     that  Ljava/nio/IntBuffer;
            1   14     2  thisPos  I
            2   14     3  thisRem  I
            3   14     4  thatPos  I
            4   14     5  thatRem  I
            5   14     6   length  I
           11   14     7        r  I
    MethodParameters:
      Name  Flags
      that  

  public abstract java.nio.ByteOrder order();
    descriptor: ()Ljava/nio/ByteOrder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public java.nio.Buffer rewind();
    descriptor: ()Ljava/nio/Buffer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.nio.IntBuffer.rewind:()Ljava/nio/IntBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.Buffer reset();
    descriptor: ()Ljava/nio/Buffer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.nio.IntBuffer.reset:()Ljava/nio/IntBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.Buffer clear();
    descriptor: ()Ljava/nio/Buffer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.nio.IntBuffer.clear:()Ljava/nio/IntBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.Buffer slice(int, int);
    descriptor: (II)Ljava/nio/Buffer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            iload 2
            invokevirtual java.nio.IntBuffer.slice:(II)Ljava/nio/IntBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.Buffer slice();
    descriptor: ()Ljava/nio/Buffer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.nio.IntBuffer.slice:()Ljava/nio/IntBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.nio.IntBuffer
            invokevirtual java.nio.IntBuffer.compareTo:(Ljava/nio/IntBuffer;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.Buffer position(int);
    descriptor: (I)Ljava/nio/Buffer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual java.nio.IntBuffer.position:(I)Ljava/nio/IntBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.Buffer limit(int);
    descriptor: (I)Ljava/nio/Buffer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual java.nio.IntBuffer.limit:(I)Ljava/nio/IntBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.Buffer mark();
    descriptor: ()Ljava/nio/Buffer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.nio.IntBuffer.mark:()Ljava/nio/IntBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.Buffer duplicate();
    descriptor: ()Ljava/nio/Buffer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.nio.IntBuffer.duplicate:()Ljava/nio/IntBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object array();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.nio.IntBuffer.array:()[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.Buffer flip();
    descriptor: ()Ljava/nio/Buffer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.nio.IntBuffer.flip:()Ljava/nio/IntBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/nio/Buffer;Ljava/lang/Comparable<Ljava/nio/IntBuffer;>;
SourceFile: "IntBuffer.java"
InnerClasses:
  public abstract Scope = jdk.internal.misc.ScopedMemoryAccess$Scope of jdk.internal.misc.ScopedMemoryAccess