public class org.jruby.java.addons.ArrayJavaAddons
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.java.addons.ArrayJavaAddons
  super_class: java.lang.Object
{
  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 11
            ldc Lorg/jruby/java/addons/ArrayJavaAddons;
            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 org.jruby.java.addons.ArrayJavaAddons.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.java.addons.ArrayJavaAddons this
         0: .line 11
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.java.addons.ArrayJavaAddons this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/java/addons/ArrayJavaAddons;

  public static org.jruby.runtime.builtin.IRubyObject copy_data(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=11, args_size=4
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject fromRuby
        start local 2 // org.jruby.runtime.builtin.IRubyObject toJava
        start local 3 // org.jruby.runtime.builtin.IRubyObject fillValue
         0: .line 16
            aload 2 /* toJava */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.dataGetStruct:()Ljava/lang/Object;
            checkcast org.jruby.javasupport.JavaArray
            astore 4 /* javaArray */
        start local 4 // org.jruby.javasupport.JavaArray javaArray
         1: .line 17
            aload 4 /* javaArray */
            invokevirtual org.jruby.javasupport.JavaArray.getLength:()I
            istore 5 /* javaLength */
        start local 5 // int javaLength
         2: .line 18
            aload 4 /* javaArray */
            invokevirtual org.jruby.javasupport.JavaArray.getComponentType:()Ljava/lang/Class;
            astore 6 /* targetType */
        start local 6 // java.lang.Class targetType
         3: .line 20
            aconst_null
            astore 7 /* fillJavaObject */
        start local 7 // java.lang.Object fillJavaObject
         4: .line 21
            aload 3 /* fillValue */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isNil:()Z
            ifne 5
            aload 3 /* fillValue */
            aload 6 /* targetType */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.toJava:(Ljava/lang/Class;)Ljava/lang/Object;
            astore 7 /* fillJavaObject */
         5: .line 23
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.javasupport.JavaArray int java.lang.Class java.lang.Object
      StackMap stack:
            aconst_null
            astore 8 /* rubyArray */
        start local 8 // org.jruby.RubyArray rubyArray
         6: .line 24
            aload 1 /* fromRuby */
            instanceof org.jruby.RubyArray
            ifeq 9
         7: .line 25
            aload 1 /* fromRuby */
            checkcast org.jruby.RubyArray
            astore 8 /* rubyArray */
         8: .line 26
            goto 10
         9: .line 27
      StackMap locals: org.jruby.RubyArray
      StackMap stack:
            aload 1 /* fromRuby */
            aload 6 /* targetType */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.toJava:(Ljava/lang/Class;)Ljava/lang/Object;
            astore 7 /* fillJavaObject */
        10: .line 30
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        11: .line 31
            aload 8 /* rubyArray */
            ifnull 17
        12: .line 32
            aload 8 /* rubyArray */
            invokevirtual org.jruby.RubyArray.getLength:()I
            istore 10 /* rubyLength */
        start local 10 // int rubyLength
        13: .line 33
            goto 16
        14: .line 34
      StackMap locals: int int
      StackMap stack:
            aload 4 /* javaArray */
            iload 9 /* i */
            aload 8 /* rubyArray */
            iload 9 /* i */
            invokevirtual org.jruby.RubyArray.eltInternal:(I)Lorg/jruby/runtime/builtin/IRubyObject;
            aload 6 /* targetType */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.toJava:(Ljava/lang/Class;)Ljava/lang/Object;
            invokevirtual org.jruby.javasupport.JavaArray.setWithExceptionHandling:(ILjava/lang/Object;)V
        15: .line 33
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 9 /* i */
            iload 10 /* rubyLength */
            if_icmpge 17
            iload 9 /* i */
            iload 5 /* javaLength */
            if_icmplt 14
        end local 10 // int rubyLength
        17: .line 38
      StackMap locals:
      StackMap stack:
            iload 9 /* i */
            iload 5 /* javaLength */
            if_icmpge 19
            aload 7 /* fillJavaObject */
            ifnull 19
        18: .line 39
            aload 4 /* javaArray */
            iload 9 /* i */
            iload 5 /* javaLength */
            aload 7 /* fillJavaObject */
            invokevirtual org.jruby.javasupport.JavaArray.fillWithExceptionHandling:(IILjava/lang/Object;)V
        19: .line 42
      StackMap locals:
      StackMap stack:
            aload 2 /* toJava */
            areturn
        end local 9 // int i
        end local 8 // org.jruby.RubyArray rubyArray
        end local 7 // java.lang.Object fillJavaObject
        end local 6 // java.lang.Class targetType
        end local 5 // int javaLength
        end local 4 // org.jruby.javasupport.JavaArray javaArray
        end local 3 // org.jruby.runtime.builtin.IRubyObject fillValue
        end local 2 // org.jruby.runtime.builtin.IRubyObject toJava
        end local 1 // org.jruby.runtime.builtin.IRubyObject fromRuby
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   20     0         context  Lorg/jruby/runtime/ThreadContext;
            0   20     1        fromRuby  Lorg/jruby/runtime/builtin/IRubyObject;
            0   20     2          toJava  Lorg/jruby/runtime/builtin/IRubyObject;
            0   20     3       fillValue  Lorg/jruby/runtime/builtin/IRubyObject;
            1   20     4       javaArray  Lorg/jruby/javasupport/JavaArray;
            2   20     5      javaLength  I
            3   20     6      targetType  Ljava/lang/Class<*>;
            4   20     7  fillJavaObject  Ljava/lang/Object;
            6   20     8       rubyArray  Lorg/jruby/RubyArray;
           11   20     9               i  I
           13   17    10      rubyLength  I
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"copy_data"})
    MethodParameters:
           Name  Flags
      context    final
      fromRuby   final
      toJava     final
      fillValue  final

  public static org.jruby.runtime.builtin.IRubyObject copy_data(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject fromRuby
        start local 2 // org.jruby.runtime.builtin.IRubyObject toJava
         0: .line 48
            aload 2 /* toJava */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.dataGetStruct:()Ljava/lang/Object;
            checkcast org.jruby.javasupport.JavaArray
            astore 3 /* javaArray */
        start local 3 // org.jruby.javasupport.JavaArray javaArray
         1: .line 49
            aload 1 /* fromRuby */
            checkcast org.jruby.RubyArray
            astore 4 /* rubyArray */
        start local 4 // org.jruby.RubyArray rubyArray
         2: .line 51
            aload 4 /* rubyArray */
            aload 3 /* javaArray */
            iconst_0
            invokestatic org.jruby.java.addons.ArrayJavaAddons.copyDataToJavaArray:(Lorg/jruby/RubyArray;Lorg/jruby/javasupport/JavaArray;I)V
         3: .line 53
            aload 2 /* toJava */
            areturn
        end local 4 // org.jruby.RubyArray rubyArray
        end local 3 // org.jruby.javasupport.JavaArray javaArray
        end local 2 // org.jruby.runtime.builtin.IRubyObject toJava
        end local 1 // org.jruby.runtime.builtin.IRubyObject fromRuby
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0    context  Lorg/jruby/runtime/ThreadContext;
            0    4     1   fromRuby  Lorg/jruby/runtime/builtin/IRubyObject;
            0    4     2     toJava  Lorg/jruby/runtime/builtin/IRubyObject;
            1    4     3  javaArray  Lorg/jruby/javasupport/JavaArray;
            2    4     4  rubyArray  Lorg/jruby/RubyArray;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"copy_data", "copy_data_simple"})
    MethodParameters:
          Name  Flags
      context   final
      fromRuby  
      toJava    

  public static void copyDataToJavaArray(org.jruby.runtime.ThreadContext, org.jruby.RubyArray, org.jruby.javasupport.JavaArray);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyArray;Lorg/jruby/javasupport/JavaArray;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.RubyArray rubyArray
        start local 2 // org.jruby.javasupport.JavaArray javaArray
         0: .line 59
            aload 1 /* rubyArray */
            aload 2 /* javaArray */
            iconst_0
            invokestatic org.jruby.java.addons.ArrayJavaAddons.copyDataToJavaArray:(Lorg/jruby/RubyArray;Lorg/jruby/javasupport/JavaArray;I)V
         1: .line 60
            return
        end local 2 // org.jruby.javasupport.JavaArray javaArray
        end local 1 // org.jruby.RubyArray rubyArray
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0    context  Lorg/jruby/runtime/ThreadContext;
            0    2     1  rubyArray  Lorg/jruby/RubyArray;
            0    2     2  javaArray  Lorg/jruby/javasupport/JavaArray;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      context    final
      rubyArray  final
      javaArray  final

  private static void copyDataToJavaArray(org.jruby.RubyArray, org.jruby.javasupport.JavaArray, int);
    descriptor: (Lorg/jruby/RubyArray;Lorg/jruby/javasupport/JavaArray;I)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // org.jruby.RubyArray rubyArray
        start local 1 // org.jruby.javasupport.JavaArray javaArray
        start local 2 // int offset
         0: .line 64
            aload 1 /* javaArray */
            invokevirtual org.jruby.javasupport.JavaArray.getLength:()I
            istore 3 /* length */
        start local 3 // int length
         1: .line 65
            iload 3 /* length */
            aload 0 /* rubyArray */
            invokevirtual org.jruby.RubyArray.getLength:()I
            if_icmple 2
            aload 0 /* rubyArray */
            invokevirtual org.jruby.RubyArray.getLength:()I
            istore 3 /* length */
         2: .line 67
      StackMap locals: int
      StackMap stack:
            aload 1 /* javaArray */
            invokevirtual org.jruby.javasupport.JavaArray.getComponentType:()Ljava/lang/Class;
            astore 4 /* targetType */
        start local 4 // java.lang.Class targetType
         3: .line 68
            iload 2 /* offset */
            istore 5 /* i */
        start local 5 // int i
         4: goto 7
         5: .line 69
      StackMap locals: java.lang.Class int
      StackMap stack:
            aload 1 /* javaArray */
            iload 5 /* i */
            aload 0 /* rubyArray */
            iload 5 /* i */
            invokevirtual org.jruby.RubyArray.eltInternal:(I)Lorg/jruby/runtime/builtin/IRubyObject;
            aload 4 /* targetType */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.toJava:(Ljava/lang/Class;)Ljava/lang/Object;
            invokevirtual org.jruby.javasupport.JavaArray.setWithExceptionHandling:(ILjava/lang/Object;)V
         6: .line 68
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 5 /* i */
            iload 3 /* length */
            if_icmplt 5
        end local 5 // int i
         8: .line 71
            return
        end local 4 // java.lang.Class targetType
        end local 3 // int length
        end local 2 // int offset
        end local 1 // org.jruby.javasupport.JavaArray javaArray
        end local 0 // org.jruby.RubyArray rubyArray
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0   rubyArray  Lorg/jruby/RubyArray;
            0    9     1   javaArray  Lorg/jruby/javasupport/JavaArray;
            0    9     2      offset  I
            1    9     3      length  I
            3    9     4  targetType  Ljava/lang/Class<*>;
            4    8     5           i  I
    MethodParameters:
           Name  Flags
      rubyArray  final
      javaArray  final
      offset     

  public static org.jruby.runtime.builtin.IRubyObject dimensions(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject rubyArray
         0: .line 75
            aload 0 /* context */
            aload 1 /* rubyArray */
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.newEmptyArray:()Lorg/jruby/RubyArray;
            invokestatic org.jruby.java.addons.ArrayJavaAddons.dimensions:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 1 // org.jruby.runtime.builtin.IRubyObject rubyArray
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0    context  Lorg/jruby/runtime/ThreadContext;
            0    1     1  rubyArray  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
           Name  Flags
      context    
      rubyArray  

  public static org.jruby.runtime.builtin.IRubyObject dimensions(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject rubyArray
        start local 2 // org.jruby.runtime.builtin.IRubyObject dims
         0: .line 80
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 3 /* runtime */
        start local 3 // org.jruby.Ruby runtime
         1: .line 81
            aload 1 /* rubyArray */
            instanceof org.jruby.RubyArray
            ifne 3
         2: .line 82
            aload 3 /* runtime */
            invokevirtual org.jruby.Ruby.newEmptyArray:()Lorg/jruby/RubyArray;
            areturn
         3: .line 84
      StackMap locals: org.jruby.Ruby
      StackMap stack:
            getstatic org.jruby.java.addons.ArrayJavaAddons.$assertionsDisabled:Z
            ifne 4
            aload 2 /* dims */
            instanceof org.jruby.RubyArray
            ifne 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 86
      StackMap locals:
      StackMap stack:
            aload 3 /* runtime */
            aload 1 /* rubyArray */
            checkcast org.jruby.RubyArray
            aload 2 /* dims */
            checkcast org.jruby.RubyArray
            iconst_0
            invokestatic org.jruby.java.addons.ArrayJavaAddons.calcDimensions:(Lorg/jruby/Ruby;Lorg/jruby/RubyArray;Lorg/jruby/RubyArray;I)Lorg/jruby/RubyArray;
            areturn
        end local 3 // org.jruby.Ruby runtime
        end local 2 // org.jruby.runtime.builtin.IRubyObject dims
        end local 1 // org.jruby.runtime.builtin.IRubyObject rubyArray
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0    context  Lorg/jruby/runtime/ThreadContext;
            0    5     1  rubyArray  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     2       dims  Lorg/jruby/runtime/builtin/IRubyObject;
            1    5     3    runtime  Lorg/jruby/Ruby;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
           Name  Flags
      context    
      rubyArray  
      dims       

  public static org.jruby.runtime.builtin.IRubyObject dimensions(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject rubyArray
        start local 2 // org.jruby.runtime.builtin.IRubyObject dims
        start local 3 // org.jruby.runtime.builtin.IRubyObject index
         0: .line 91
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 4 /* runtime */
        start local 4 // org.jruby.Ruby runtime
         1: .line 92
            aload 1 /* rubyArray */
            instanceof org.jruby.RubyArray
            ifne 3
         2: .line 93
            aload 4 /* runtime */
            invokevirtual org.jruby.Ruby.newEmptyArray:()Lorg/jruby/RubyArray;
            areturn
         3: .line 95
      StackMap locals: org.jruby.Ruby
      StackMap stack:
            getstatic org.jruby.java.addons.ArrayJavaAddons.$assertionsDisabled:Z
            ifne 4
            aload 2 /* dims */
            instanceof org.jruby.RubyArray
            ifne 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 96
      StackMap locals:
      StackMap stack:
            getstatic org.jruby.java.addons.ArrayJavaAddons.$assertionsDisabled:Z
            ifne 5
            aload 3 /* index */
            instanceof org.jruby.RubyFixnum
            ifne 5
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         5: .line 98
      StackMap locals:
      StackMap stack:
            aload 3 /* index */
            checkcast org.jruby.RubyFixnum
            invokevirtual org.jruby.RubyFixnum.getLongValue:()J
            l2i
            istore 5 /* i */
        start local 5 // int i
         6: .line 99
            aload 4 /* runtime */
            aload 1 /* rubyArray */
            checkcast org.jruby.RubyArray
            aload 2 /* dims */
            checkcast org.jruby.RubyArray
            iload 5 /* i */
            invokestatic org.jruby.java.addons.ArrayJavaAddons.calcDimensions:(Lorg/jruby/Ruby;Lorg/jruby/RubyArray;Lorg/jruby/RubyArray;I)Lorg/jruby/RubyArray;
            areturn
        end local 5 // int i
        end local 4 // org.jruby.Ruby runtime
        end local 3 // org.jruby.runtime.builtin.IRubyObject index
        end local 2 // org.jruby.runtime.builtin.IRubyObject dims
        end local 1 // org.jruby.runtime.builtin.IRubyObject rubyArray
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0    context  Lorg/jruby/runtime/ThreadContext;
            0    7     1  rubyArray  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     2       dims  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     3      index  Lorg/jruby/runtime/builtin/IRubyObject;
            1    7     4    runtime  Lorg/jruby/Ruby;
            6    7     5          i  I
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
           Name  Flags
      context    
      rubyArray  
      dims       
      index      

  private static org.jruby.RubyArray calcDimensions(org.jruby.Ruby, org.jruby.RubyArray, org.jruby.RubyArray, int);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyArray;Lorg/jruby/RubyArray;I)Lorg/jruby/RubyArray;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // org.jruby.Ruby runtime
        start local 1 // org.jruby.RubyArray array
        start local 2 // org.jruby.RubyArray dims
        start local 3 // int index
         0: .line 105
            goto 2
         1: .line 106
      StackMap locals:
      StackMap stack:
            aload 2 /* dims */
            aload 0 /* runtime */
            invokestatic org.jruby.RubyFixnum.zero:(Lorg/jruby/Ruby;)Lorg/jruby/RubyFixnum;
            invokevirtual org.jruby.RubyArray.append:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyArray;
            pop
         2: .line 105
      StackMap locals:
      StackMap stack:
            aload 2 /* dims */
            invokevirtual org.jruby.RubyArray.size:()I
            iload 3 /* index */
            if_icmple 1
         3: .line 109
            aload 2 /* dims */
            iload 3 /* index */
            invokevirtual org.jruby.RubyArray.eltInternal:(I)Lorg/jruby/runtime/builtin/IRubyObject;
            checkcast org.jruby.RubyFixnum
            invokevirtual org.jruby.RubyFixnum.getLongValue:()J
            lstore 4 /* dim */
        start local 4 // long dim
         4: .line 110
            aload 1 /* array */
            invokevirtual org.jruby.RubyArray.size:()I
            i2l
            lload 4 /* dim */
            lcmp
            ifle 6
         5: .line 111
            aload 2 /* dims */
            iload 3 /* index */
            aload 0 /* runtime */
            aload 1 /* array */
            invokevirtual org.jruby.RubyArray.size:()I
            i2l
            invokestatic org.jruby.RubyFixnum.newFixnum:(Lorg/jruby/Ruby;J)Lorg/jruby/RubyFixnum;
            invokevirtual org.jruby.RubyArray.eltInternalSet:(ILorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         6: .line 114
      StackMap locals: long
      StackMap stack:
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         7: goto 12
         8: .line 115
      StackMap locals: int
      StackMap stack:
            aload 1 /* array */
            iload 6 /* i */
            invokevirtual org.jruby.RubyArray.eltInternal:(I)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 7 /* element */
        start local 7 // org.jruby.runtime.builtin.IRubyObject element
         9: .line 116
            aload 7 /* element */
            instanceof org.jruby.RubyArray
            ifeq 11
        10: .line 117
            aload 0 /* runtime */
            aload 7 /* element */
            checkcast org.jruby.RubyArray
            aload 2 /* dims */
            iconst_1
            invokestatic org.jruby.java.addons.ArrayJavaAddons.calcDimensions:(Lorg/jruby/Ruby;Lorg/jruby/RubyArray;Lorg/jruby/RubyArray;I)Lorg/jruby/RubyArray;
            pop
        end local 7 // org.jruby.runtime.builtin.IRubyObject element
        11: .line 114
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 6 /* i */
            aload 1 /* array */
            invokevirtual org.jruby.RubyArray.size:()I
            if_icmplt 8
        end local 6 // int i
        13: .line 121
            aload 2 /* dims */
            areturn
        end local 4 // long dim
        end local 3 // int index
        end local 2 // org.jruby.RubyArray dims
        end local 1 // org.jruby.RubyArray array
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0  runtime  Lorg/jruby/Ruby;
            0   14     1    array  Lorg/jruby/RubyArray;
            0   14     2     dims  Lorg/jruby/RubyArray;
            0   14     3    index  I
            4   14     4      dim  J
            7   13     6        i  I
            9   11     7  element  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      runtime  final
      array    final
      dims     final
      index    final
}
SourceFile: "ArrayJavaAddons.java"