public class com.oracle.truffle.js.jmh.JMHArrayInteropBenchmark
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.js.jmh.JMHArrayInteropBenchmark
  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 // com.oracle.truffle.js.jmh.JMHArrayInteropBenchmark this
         0: .line 60
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.js.jmh.JMHArrayInteropBenchmark this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/jmh/JMHArrayInteropBenchmark;

  public org.graalvm.polyglot.Value testPopulateJSArrayFromJava(com.oracle.truffle.js.jmh.JMHArrayInteropBenchmark$MyState);
    descriptor: (Lcom/oracle/truffle/js/jmh/JMHArrayInteropBenchmark$MyState;)Lorg/graalvm/polyglot/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.oracle.truffle.js.jmh.JMHArrayInteropBenchmark this
        start local 1 // com.oracle.truffle.js.jmh.JMHArrayInteropBenchmark$MyState state
         0: .line 86
            aload 1 /* state */
            getfield com.oracle.truffle.js.jmh.JMHArrayInteropBenchmark$MyState.context:Lorg/graalvm/polyglot/Context;
            aload 1 /* state */
            getfield com.oracle.truffle.js.jmh.JMHArrayInteropBenchmark$MyState.preSizedArraySource:Lorg/graalvm/polyglot/Source;
            invokevirtual org.graalvm.polyglot.Context.eval:(Lorg/graalvm/polyglot/Source;)Lorg/graalvm/polyglot/Value;
            astore 2 /* array */
        start local 2 // org.graalvm.polyglot.Value array
         1: .line 87
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 5
         3: .line 88
      StackMap locals: org.graalvm.polyglot.Value int
      StackMap stack:
            aload 2 /* array */
            iload 3 /* i */
            i2l
            iload 3 /* i */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual org.graalvm.polyglot.Value.setArrayElement:(JLjava/lang/Object;)V
         4: .line 87
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            sipush 10000
            if_icmplt 3
        end local 3 // int i
         6: .line 90
            aload 2 /* array */
            areturn
        end local 2 // org.graalvm.polyglot.Value array
        end local 1 // com.oracle.truffle.js.jmh.JMHArrayInteropBenchmark$MyState state
        end local 0 // com.oracle.truffle.js.jmh.JMHArrayInteropBenchmark this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lcom/oracle/truffle/js/jmh/JMHArrayInteropBenchmark;
            0    7     1  state  Lcom/oracle/truffle/js/jmh/JMHArrayInteropBenchmark$MyState;
            1    7     2  array  Lorg/graalvm/polyglot/Value;
            2    6     3      i  I
    RuntimeVisibleAnnotations: 
      org.openjdk.jmh.annotations.Benchmark()
    MethodParameters:
       Name  Flags
      state  

  public org.graalvm.polyglot.Value testWriteJSArrayFromJava(com.oracle.truffle.js.jmh.JMHArrayInteropBenchmark$MyState);
    descriptor: (Lcom/oracle/truffle/js/jmh/JMHArrayInteropBenchmark$MyState;)Lorg/graalvm/polyglot/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.oracle.truffle.js.jmh.JMHArrayInteropBenchmark this
        start local 1 // com.oracle.truffle.js.jmh.JMHArrayInteropBenchmark$MyState state
         0: .line 95
            aload 1 /* state */
            getfield com.oracle.truffle.js.jmh.JMHArrayInteropBenchmark$MyState.preallocatedArray:Lorg/graalvm/polyglot/Value;
            astore 2 /* array */
        start local 2 // org.graalvm.polyglot.Value array
         1: .line 96
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 5
         3: .line 97
      StackMap locals: org.graalvm.polyglot.Value int
      StackMap stack:
            aload 2 /* array */
            iload 3 /* i */
            i2l
            iload 3 /* i */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual org.graalvm.polyglot.Value.setArrayElement:(JLjava/lang/Object;)V
         4: .line 96
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            sipush 10000
            if_icmplt 3
        end local 3 // int i
         6: .line 99
            aload 2 /* array */
            areturn
        end local 2 // org.graalvm.polyglot.Value array
        end local 1 // com.oracle.truffle.js.jmh.JMHArrayInteropBenchmark$MyState state
        end local 0 // com.oracle.truffle.js.jmh.JMHArrayInteropBenchmark this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lcom/oracle/truffle/js/jmh/JMHArrayInteropBenchmark;
            0    7     1  state  Lcom/oracle/truffle/js/jmh/JMHArrayInteropBenchmark$MyState;
            1    7     2  array  Lorg/graalvm/polyglot/Value;
            2    6     3      i  I
    RuntimeVisibleAnnotations: 
      org.openjdk.jmh.annotations.Benchmark()
    MethodParameters:
       Name  Flags
      state  

  public org.graalvm.polyglot.Value testReadJSArrayFromJava(com.oracle.truffle.js.jmh.JMHArrayInteropBenchmark$MyState, org.openjdk.jmh.infra.Blackhole);
    descriptor: (Lcom/oracle/truffle/js/jmh/JMHArrayInteropBenchmark$MyState;Lorg/openjdk/jmh/infra/Blackhole;)Lorg/graalvm/polyglot/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // com.oracle.truffle.js.jmh.JMHArrayInteropBenchmark this
        start local 1 // com.oracle.truffle.js.jmh.JMHArrayInteropBenchmark$MyState state
        start local 2 // org.openjdk.jmh.infra.Blackhole blackhole
         0: .line 104
            aload 1 /* state */
            getfield com.oracle.truffle.js.jmh.JMHArrayInteropBenchmark$MyState.preallocatedArray:Lorg/graalvm/polyglot/Value;
            astore 3 /* array */
        start local 3 // org.graalvm.polyglot.Value array
         1: .line 105
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 5
         3: .line 106
      StackMap locals: org.graalvm.polyglot.Value int
      StackMap stack:
            aload 2 /* blackhole */
            aload 3 /* array */
            iload 4 /* i */
            i2l
            invokevirtual org.graalvm.polyglot.Value.getArrayElement:(J)Lorg/graalvm/polyglot/Value;
            invokevirtual org.openjdk.jmh.infra.Blackhole.consume:(Ljava/lang/Object;)V
         4: .line 105
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 4 /* i */
            sipush 10000
            if_icmplt 3
        end local 4 // int i
         6: .line 108
            aload 3 /* array */
            areturn
        end local 3 // org.graalvm.polyglot.Value array
        end local 2 // org.openjdk.jmh.infra.Blackhole blackhole
        end local 1 // com.oracle.truffle.js.jmh.JMHArrayInteropBenchmark$MyState state
        end local 0 // com.oracle.truffle.js.jmh.JMHArrayInteropBenchmark this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lcom/oracle/truffle/js/jmh/JMHArrayInteropBenchmark;
            0    7     1      state  Lcom/oracle/truffle/js/jmh/JMHArrayInteropBenchmark$MyState;
            0    7     2  blackhole  Lorg/openjdk/jmh/infra/Blackhole;
            1    7     3      array  Lorg/graalvm/polyglot/Value;
            2    6     4          i  I
    RuntimeVisibleAnnotations: 
      org.openjdk.jmh.annotations.Benchmark()
    MethodParameters:
           Name  Flags
      state      
      blackhole  

  public org.graalvm.polyglot.Value testWriteJSTypedArrayFromJava(com.oracle.truffle.js.jmh.JMHArrayInteropBenchmark$MyState);
    descriptor: (Lcom/oracle/truffle/js/jmh/JMHArrayInteropBenchmark$MyState;)Lorg/graalvm/polyglot/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.oracle.truffle.js.jmh.JMHArrayInteropBenchmark this
        start local 1 // com.oracle.truffle.js.jmh.JMHArrayInteropBenchmark$MyState state
         0: .line 113
            aload 1 /* state */
            getfield com.oracle.truffle.js.jmh.JMHArrayInteropBenchmark$MyState.preallocatedTypedArray:Lorg/graalvm/polyglot/Value;
            astore 2 /* array */
        start local 2 // org.graalvm.polyglot.Value array
         1: .line 114
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 5
         3: .line 115
      StackMap locals: org.graalvm.polyglot.Value int
      StackMap stack:
            aload 2 /* array */
            iload 3 /* i */
            i2l
            iload 3 /* i */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual org.graalvm.polyglot.Value.setArrayElement:(JLjava/lang/Object;)V
         4: .line 114
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            sipush 10000
            if_icmplt 3
        end local 3 // int i
         6: .line 117
            aload 2 /* array */
            areturn
        end local 2 // org.graalvm.polyglot.Value array
        end local 1 // com.oracle.truffle.js.jmh.JMHArrayInteropBenchmark$MyState state
        end local 0 // com.oracle.truffle.js.jmh.JMHArrayInteropBenchmark this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lcom/oracle/truffle/js/jmh/JMHArrayInteropBenchmark;
            0    7     1  state  Lcom/oracle/truffle/js/jmh/JMHArrayInteropBenchmark$MyState;
            1    7     2  array  Lorg/graalvm/polyglot/Value;
            2    6     3      i  I
    RuntimeVisibleAnnotations: 
      org.openjdk.jmh.annotations.Benchmark()
    MethodParameters:
       Name  Flags
      state  

  public org.graalvm.polyglot.Value testReadJSTypedArrayFromJava(com.oracle.truffle.js.jmh.JMHArrayInteropBenchmark$MyState, org.openjdk.jmh.infra.Blackhole);
    descriptor: (Lcom/oracle/truffle/js/jmh/JMHArrayInteropBenchmark$MyState;Lorg/openjdk/jmh/infra/Blackhole;)Lorg/graalvm/polyglot/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // com.oracle.truffle.js.jmh.JMHArrayInteropBenchmark this
        start local 1 // com.oracle.truffle.js.jmh.JMHArrayInteropBenchmark$MyState state
        start local 2 // org.openjdk.jmh.infra.Blackhole blackhole
         0: .line 122
            aload 1 /* state */
            getfield com.oracle.truffle.js.jmh.JMHArrayInteropBenchmark$MyState.preallocatedTypedArray:Lorg/graalvm/polyglot/Value;
            astore 3 /* array */
        start local 3 // org.graalvm.polyglot.Value array
         1: .line 123
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 5
         3: .line 124
      StackMap locals: org.graalvm.polyglot.Value int
      StackMap stack:
            aload 2 /* blackhole */
            aload 3 /* array */
            iload 4 /* i */
            i2l
            invokevirtual org.graalvm.polyglot.Value.getArrayElement:(J)Lorg/graalvm/polyglot/Value;
            invokevirtual org.openjdk.jmh.infra.Blackhole.consume:(Ljava/lang/Object;)V
         4: .line 123
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 4 /* i */
            sipush 10000
            if_icmplt 3
        end local 4 // int i
         6: .line 126
            aload 3 /* array */
            areturn
        end local 3 // org.graalvm.polyglot.Value array
        end local 2 // org.openjdk.jmh.infra.Blackhole blackhole
        end local 1 // com.oracle.truffle.js.jmh.JMHArrayInteropBenchmark$MyState state
        end local 0 // com.oracle.truffle.js.jmh.JMHArrayInteropBenchmark this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lcom/oracle/truffle/js/jmh/JMHArrayInteropBenchmark;
            0    7     1      state  Lcom/oracle/truffle/js/jmh/JMHArrayInteropBenchmark$MyState;
            0    7     2  blackhole  Lorg/openjdk/jmh/infra/Blackhole;
            1    7     3      array  Lorg/graalvm/polyglot/Value;
            2    6     4          i  I
    RuntimeVisibleAnnotations: 
      org.openjdk.jmh.annotations.Benchmark()
    MethodParameters:
           Name  Flags
      state      
      blackhole  
}
SourceFile: "JMHArrayInteropBenchmark.java"
NestMembers:
  com.oracle.truffle.js.jmh.JMHArrayInteropBenchmark$MyState
InnerClasses:
  public MyState = com.oracle.truffle.js.jmh.JMHArrayInteropBenchmark$MyState of com.oracle.truffle.js.jmh.JMHArrayInteropBenchmark
    RuntimeVisibleAnnotations: 
      org.openjdk.jmh.annotations.Warmup(iterations = 5)
      org.openjdk.jmh.annotations.Measurement(iterations = 5)
      org.openjdk.jmh.annotations.Fork(value = 2)