public class org.jruby.specialized.RubyArrayOneObject extends org.jruby.specialized.RubyArraySpecialized
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.specialized.RubyArrayOneObject
  super_class: org.jruby.specialized.RubyArraySpecialized
{
  private org.jruby.runtime.builtin.IRubyObject value;
    descriptor: Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.jruby.Ruby, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.specialized.RubyArrayOneObject this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 23
            aload 0 /* this */
            aload 1 /* runtime */
            iconst_0
            invokespecial org.jruby.specialized.RubyArraySpecialized.<init>:(Lorg/jruby/Ruby;Z)V
         1: .line 24
            aload 0 /* this */
            aload 2 /* value */
            putfield org.jruby.specialized.RubyArrayOneObject.value:Lorg/jruby/runtime/builtin/IRubyObject;
         2: .line 25
            aload 0 /* this */
            iconst_1
            putfield org.jruby.specialized.RubyArrayOneObject.realLength:I
         3: .line 26
            return
        end local 2 // org.jruby.runtime.builtin.IRubyObject value
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.specialized.RubyArrayOneObject this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/jruby/specialized/RubyArrayOneObject;
            0    4     1  runtime  Lorg/jruby/Ruby;
            0    4     2    value  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      runtime  
      value    

  public void <init>(org.jruby.RubyClass, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/RubyClass;Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.specialized.RubyArrayOneObject this
        start local 1 // org.jruby.RubyClass otherClass
        start local 2 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 30
            aload 0 /* this */
            aload 1 /* otherClass */
            iconst_0
            invokespecial org.jruby.specialized.RubyArraySpecialized.<init>:(Lorg/jruby/RubyClass;Z)V
         1: .line 31
            aload 0 /* this */
            aload 2 /* value */
            putfield org.jruby.specialized.RubyArrayOneObject.value:Lorg/jruby/runtime/builtin/IRubyObject;
         2: .line 32
            aload 0 /* this */
            iconst_1
            putfield org.jruby.specialized.RubyArrayOneObject.realLength:I
         3: .line 33
            return
        end local 2 // org.jruby.runtime.builtin.IRubyObject value
        end local 1 // org.jruby.RubyClass otherClass
        end local 0 // org.jruby.specialized.RubyArrayOneObject this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/jruby/specialized/RubyArrayOneObject;
            0    4     1  otherClass  Lorg/jruby/RubyClass;
            0    4     2       value  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
            Name  Flags
      otherClass  
      value       

  void <init>(org.jruby.specialized.RubyArrayOneObject);
    descriptor: (Lorg/jruby/specialized/RubyArrayOneObject;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.specialized.RubyArrayOneObject this
        start local 1 // org.jruby.specialized.RubyArrayOneObject other
         0: .line 36
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual org.jruby.specialized.RubyArrayOneObject.getMetaClass:()Lorg/jruby/RubyClass;
            aload 1 /* other */
            getfield org.jruby.specialized.RubyArrayOneObject.value:Lorg/jruby/runtime/builtin/IRubyObject;
            invokespecial org.jruby.specialized.RubyArrayOneObject.<init>:(Lorg/jruby/RubyClass;Lorg/jruby/runtime/builtin/IRubyObject;)V
         1: .line 37
            return
        end local 1 // org.jruby.specialized.RubyArrayOneObject other
        end local 0 // org.jruby.specialized.RubyArrayOneObject this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jruby/specialized/RubyArrayOneObject;
            0    2     1  other  Lorg/jruby/specialized/RubyArrayOneObject;
    MethodParameters:
       Name  Flags
      other  

  void <init>(org.jruby.RubyClass, org.jruby.specialized.RubyArrayOneObject);
    descriptor: (Lorg/jruby/RubyClass;Lorg/jruby/specialized/RubyArrayOneObject;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.specialized.RubyArrayOneObject this
        start local 1 // org.jruby.RubyClass metaClass
        start local 2 // org.jruby.specialized.RubyArrayOneObject other
         0: .line 40
            aload 0 /* this */
            aload 1 /* metaClass */
            aload 2 /* other */
            getfield org.jruby.specialized.RubyArrayOneObject.value:Lorg/jruby/runtime/builtin/IRubyObject;
            invokespecial org.jruby.specialized.RubyArrayOneObject.<init>:(Lorg/jruby/RubyClass;Lorg/jruby/runtime/builtin/IRubyObject;)V
         1: .line 41
            return
        end local 2 // org.jruby.specialized.RubyArrayOneObject other
        end local 1 // org.jruby.RubyClass metaClass
        end local 0 // org.jruby.specialized.RubyArrayOneObject this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/jruby/specialized/RubyArrayOneObject;
            0    2     1  metaClass  Lorg/jruby/RubyClass;
            0    2     2      other  Lorg/jruby/specialized/RubyArrayOneObject;
    MethodParameters:
           Name  Flags
      metaClass  
      other      

  public final org.jruby.runtime.builtin.IRubyObject eltInternal(int);
    descriptor: (I)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.specialized.RubyArrayOneObject this
        start local 1 // int index
         0: .line 45
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayOneObject.packed:()Z
            ifne 1
            aload 0 /* this */
            iload 1 /* index */
            invokespecial org.jruby.specialized.RubyArraySpecialized.eltInternal:(I)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         1: .line 46
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            ifne 2
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayOneObject.value:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         2: .line 47
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            iload 1 /* index */
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(I)V
            athrow
        end local 1 // int index
        end local 0 // org.jruby.specialized.RubyArrayOneObject this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/jruby/specialized/RubyArrayOneObject;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public final org.jruby.runtime.builtin.IRubyObject eltInternalSet(int, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (ILorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.specialized.RubyArrayOneObject this
        start local 1 // int index
        start local 2 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 52
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayOneObject.packed:()Z
            ifne 1
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* value */
            invokespecial org.jruby.specialized.RubyArraySpecialized.eltInternalSet:(ILorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         1: .line 53
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            ifne 2
            aload 0 /* this */
            aload 2 /* value */
            dup_x1
            putfield org.jruby.specialized.RubyArrayOneObject.value:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         2: .line 54
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            iload 1 /* index */
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(I)V
            athrow
        end local 2 // org.jruby.runtime.builtin.IRubyObject value
        end local 1 // int index
        end local 0 // org.jruby.specialized.RubyArrayOneObject this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/jruby/specialized/RubyArrayOneObject;
            0    3     1  index  I
            0    3     2  value  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
       Name  Flags
      index  
      value  

  protected void finishUnpack(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.specialized.RubyArrayOneObject this
        start local 1 // org.jruby.runtime.builtin.IRubyObject nil
         0: .line 59
            aload 0 /* this */
            aload 1 /* nil */
            putfield org.jruby.specialized.RubyArrayOneObject.value:Lorg/jruby/runtime/builtin/IRubyObject;
         1: .line 60
            return
        end local 1 // org.jruby.runtime.builtin.IRubyObject nil
        end local 0 // org.jruby.specialized.RubyArrayOneObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/specialized/RubyArrayOneObject;
            0    2     1   nil  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
      Name  Flags
      nil   

  public org.jruby.RubyArray aryDup();
    descriptor: ()Lorg/jruby/RubyArray;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.jruby.specialized.RubyArrayOneObject this
         0: .line 64
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayOneObject.packed:()Z
            ifne 1
            aload 0 /* this */
            invokespecial org.jruby.specialized.RubyArraySpecialized.aryDup:()Lorg/jruby/RubyArray;
            areturn
         1: .line 65
      StackMap locals:
      StackMap stack:
            new org.jruby.specialized.RubyArrayOneObject
            dup
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayOneObject.getRuntime:()Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getArray:()Lorg/jruby/RubyClass;
            aload 0 /* this */
            invokespecial org.jruby.specialized.RubyArrayOneObject.<init>:(Lorg/jruby/RubyClass;Lorg/jruby/specialized/RubyArrayOneObject;)V
            areturn
        end local 0 // org.jruby.specialized.RubyArrayOneObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/specialized/RubyArrayOneObject;

  public org.jruby.runtime.builtin.IRubyObject rb_clear();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.specialized.RubyArrayOneObject this
         0: .line 70
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayOneObject.packed:()Z
            ifne 1
            aload 0 /* this */
            invokespecial org.jruby.specialized.RubyArraySpecialized.rb_clear:()Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         1: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayOneObject.modifyCheck:()V
         2: .line 75
            aload 0 /* this */
            aconst_null
            putfield org.jruby.specialized.RubyArrayOneObject.value:Lorg/jruby/runtime/builtin/IRubyObject;
         3: .line 76
            aload 0 /* this */
            getstatic org.jruby.runtime.builtin.IRubyObject.NULL_ARRAY:[Lorg/jruby/runtime/builtin/IRubyObject;
            putfield org.jruby.specialized.RubyArrayOneObject.values:[Lorg/jruby/runtime/builtin/IRubyObject;
         4: .line 77
            aload 0 /* this */
            iconst_0
            putfield org.jruby.specialized.RubyArrayOneObject.realLength:I
         5: .line 79
            aload 0 /* this */
            areturn
        end local 0 // org.jruby.specialized.RubyArrayOneObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/jruby/specialized/RubyArrayOneObject;

  public void copyInto(org.jruby.runtime.builtin.IRubyObject[], int);
    descriptor: ([Lorg/jruby/runtime/builtin/IRubyObject;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.specialized.RubyArrayOneObject this
        start local 1 // org.jruby.runtime.builtin.IRubyObject[] target
        start local 2 // int start
         0: .line 84
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayOneObject.packed:()Z
            ifne 3
         1: .line 85
            aload 0 /* this */
            aload 1 /* target */
            iload 2 /* start */
            invokespecial org.jruby.specialized.RubyArraySpecialized.copyInto:([Lorg/jruby/runtime/builtin/IRubyObject;I)V
         2: .line 86
            return
         3: .line 88
      StackMap locals:
      StackMap stack:
            aload 1 /* target */
            iload 2 /* start */
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayOneObject.value:Lorg/jruby/runtime/builtin/IRubyObject;
            aastore
         4: .line 89
            return
        end local 2 // int start
        end local 1 // org.jruby.runtime.builtin.IRubyObject[] target
        end local 0 // org.jruby.specialized.RubyArrayOneObject this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/jruby/specialized/RubyArrayOneObject;
            0    5     1  target  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     2   start  I
    MethodParameters:
        Name  Flags
      target  
      start   

  public void copyInto(org.jruby.runtime.builtin.IRubyObject[], int, int);
    descriptor: ([Lorg/jruby/runtime/builtin/IRubyObject;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.specialized.RubyArrayOneObject this
        start local 1 // org.jruby.runtime.builtin.IRubyObject[] target
        start local 2 // int start
        start local 3 // int len
         0: .line 93
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayOneObject.packed:()Z
            ifne 3
         1: .line 94
            aload 0 /* this */
            aload 1 /* target */
            iload 2 /* start */
            iload 3 /* len */
            invokespecial org.jruby.specialized.RubyArraySpecialized.copyInto:([Lorg/jruby/runtime/builtin/IRubyObject;II)V
         2: .line 95
            return
         3: .line 97
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            iconst_1
            if_icmpeq 7
         4: .line 98
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayOneObject.unpack:()V
         5: .line 99
            aload 0 /* this */
            aload 1 /* target */
            iload 2 /* start */
            iload 3 /* len */
            invokespecial org.jruby.specialized.RubyArraySpecialized.copyInto:([Lorg/jruby/runtime/builtin/IRubyObject;II)V
         6: .line 100
            return
         7: .line 102
      StackMap locals:
      StackMap stack:
            aload 1 /* target */
            iload 2 /* start */
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayOneObject.value:Lorg/jruby/runtime/builtin/IRubyObject;
            aastore
         8: .line 103
            return
        end local 3 // int len
        end local 2 // int start
        end local 1 // org.jruby.runtime.builtin.IRubyObject[] target
        end local 0 // org.jruby.specialized.RubyArrayOneObject this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lorg/jruby/specialized/RubyArrayOneObject;
            0    9     1  target  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    9     2   start  I
            0    9     3     len  I
    MethodParameters:
        Name  Flags
      target  
      start   
      len     

  protected org.jruby.RubyArray dupImpl(org.jruby.Ruby, org.jruby.RubyClass);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)Lorg/jruby/RubyArray;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.specialized.RubyArrayOneObject this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.RubyClass metaClass
         0: .line 107
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayOneObject.packed:()Z
            ifne 1
            aload 0 /* this */
            aload 1 /* runtime */
            aload 2 /* metaClass */
            invokespecial org.jruby.specialized.RubyArraySpecialized.dupImpl:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)Lorg/jruby/RubyArray;
            areturn
         1: .line 108
      StackMap locals:
      StackMap stack:
            new org.jruby.specialized.RubyArrayOneObject
            dup
            aload 2 /* metaClass */
            aload 0 /* this */
            invokespecial org.jruby.specialized.RubyArrayOneObject.<init>:(Lorg/jruby/RubyClass;Lorg/jruby/specialized/RubyArrayOneObject;)V
            areturn
        end local 2 // org.jruby.RubyClass metaClass
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.specialized.RubyArrayOneObject this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/jruby/specialized/RubyArrayOneObject;
            0    2     1    runtime  Lorg/jruby/Ruby;
            0    2     2  metaClass  Lorg/jruby/RubyClass;
    MethodParameters:
           Name  Flags
      runtime    
      metaClass  

  public boolean includes(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.specialized.RubyArrayOneObject this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject item
         0: .line 113
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayOneObject.packed:()Z
            ifne 1
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* item */
            invokespecial org.jruby.specialized.RubyArraySpecialized.includes:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ireturn
         1: .line 115
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayOneObject.value:Lorg/jruby/runtime/builtin/IRubyObject;
            aload 2 /* item */
            invokestatic org.jruby.specialized.RubyArrayOneObject.equalInternal:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 2
            iconst_1
            ireturn
         2: .line 117
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject item
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.specialized.RubyArrayOneObject this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/specialized/RubyArrayOneObject;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2     item  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      item     

  public int indexOf(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jruby.specialized.RubyArrayOneObject this
        start local 1 // java.lang.Object element
         0: .line 122
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayOneObject.packed:()Z
            ifne 1
            aload 0 /* this */
            aload 1 /* element */
            invokespecial org.jruby.specialized.RubyArraySpecialized.indexOf:(Ljava/lang/Object;)I
            ireturn
         1: .line 124
      StackMap locals:
      StackMap stack:
            aload 1 /* element */
            ifnull 4
         2: .line 125
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayOneObject.getRuntime:()Lorg/jruby/Ruby;
            aload 1 /* element */
            invokestatic org.jruby.javasupport.JavaUtil.convertJavaToUsableRubyObject:(Lorg/jruby/Ruby;Ljava/lang/Object;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 2 /* convertedElement */
        start local 2 // org.jruby.runtime.builtin.IRubyObject convertedElement
         3: .line 127
            aload 2 /* convertedElement */
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayOneObject.value:Lorg/jruby/runtime/builtin/IRubyObject;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            iconst_0
            ireturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject convertedElement
         4: .line 129
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 1 // java.lang.Object element
        end local 0 // org.jruby.specialized.RubyArrayOneObject this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lorg/jruby/specialized/RubyArrayOneObject;
            0    5     1           element  Ljava/lang/Object;
            3    4     2  convertedElement  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      element  

  protected org.jruby.runtime.builtin.IRubyObject inspectAry(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // org.jruby.specialized.RubyArrayOneObject this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 134
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayOneObject.packed:()Z
            ifne 1
            aload 0 /* this */
            aload 1 /* context */
            invokespecial org.jruby.specialized.RubyArraySpecialized.inspectAry:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         1: .line 136
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 2 /* runtime */
        start local 2 // org.jruby.Ruby runtime
         2: .line 137
            aload 2 /* runtime */
            bipush 10
            getstatic org.jcodings.specific.USASCIIEncoding.INSTANCE:Lorg/jcodings/specific/USASCIIEncoding;
            invokestatic org.jruby.RubyString.newStringLight:(Lorg/jruby/Ruby;ILorg/jcodings/Encoding;)Lorg/jruby/RubyString;
            astore 3 /* str */
        start local 3 // org.jruby.RubyString str
         3: .line 138
            aload 3 /* str */
            bipush 91
            invokevirtual org.jruby.RubyString.cat:(B)Lorg/jruby/RubyString;
            pop
         4: .line 139
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayOneObject.isTaint:()Z
            istore 4 /* tainted */
        start local 4 // boolean tainted
         5: .line 141
            aload 1 /* context */
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayOneObject.value:Lorg/jruby/runtime/builtin/IRubyObject;
            invokestatic org.jruby.specialized.RubyArrayOneObject.inspect:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyString;
            astore 5 /* s */
        start local 5 // org.jruby.RubyString s
         6: .line 142
            aload 5 /* s */
            invokevirtual org.jruby.RubyString.isTaint:()Z
            ifeq 7
            iconst_1
            istore 4 /* tainted */
            goto 8
         7: .line 143
      StackMap locals: org.jruby.specialized.RubyArrayOneObject org.jruby.runtime.ThreadContext org.jruby.Ruby org.jruby.RubyString int org.jruby.RubyString
      StackMap stack:
            aload 3 /* str */
            aload 5 /* s */
            invokevirtual org.jruby.RubyString.getEncoding:()Lorg/jcodings/Encoding;
            invokevirtual org.jruby.RubyString.setEncoding:(Lorg/jcodings/Encoding;)V
         8: .line 144
      StackMap locals:
      StackMap stack:
            aload 3 /* str */
            aload 5 /* s */
            invokevirtual org.jruby.RubyString.cat19:(Lorg/jruby/RubyString;)Lorg/jruby/RubyString;
            pop
         9: .line 146
            aload 3 /* str */
            bipush 93
            invokevirtual org.jruby.RubyString.cat:(B)Lorg/jruby/RubyString;
            pop
        10: .line 148
            iload 4 /* tainted */
            ifeq 11
            aload 3 /* str */
            iconst_1
            invokevirtual org.jruby.RubyString.setTaint:(Z)V
        11: .line 150
      StackMap locals:
      StackMap stack:
            aload 3 /* str */
            areturn
        end local 5 // org.jruby.RubyString s
        end local 4 // boolean tainted
        end local 3 // org.jruby.RubyString str
        end local 2 // org.jruby.Ruby runtime
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.specialized.RubyArrayOneObject this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Lorg/jruby/specialized/RubyArrayOneObject;
            0   12     1  context  Lorg/jruby/runtime/ThreadContext;
            2   12     2  runtime  Lorg/jruby/Ruby;
            3   12     3      str  Lorg/jruby/RubyString;
            5   12     4  tainted  Z
            6   12     5        s  Lorg/jruby/RubyString;
    MethodParameters:
         Name  Flags
      context  

  protected org.jruby.runtime.builtin.IRubyObject internalRotate(org.jruby.runtime.ThreadContext, int);
    descriptor: (Lorg/jruby/runtime/ThreadContext;I)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.specialized.RubyArrayOneObject this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // int cnt
         0: .line 155
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayOneObject.packed:()Z
            ifne 1
            aload 0 /* this */
            aload 1 /* context */
            iload 2 /* cnt */
            invokespecial org.jruby.specialized.RubyArraySpecialized.internalRotate:(Lorg/jruby/runtime/ThreadContext;I)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         1: .line 157
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayOneObject.aryDup:()Lorg/jruby/RubyArray;
            areturn
        end local 2 // int cnt
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.specialized.RubyArrayOneObject this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/specialized/RubyArrayOneObject;
            0    2     1  context  Lorg/jruby/runtime/ThreadContext;
            0    2     2      cnt  I
    MethodParameters:
         Name  Flags
      context  
      cnt      

  protected org.jruby.runtime.builtin.IRubyObject internalRotateBang(org.jruby.runtime.ThreadContext, int);
    descriptor: (Lorg/jruby/runtime/ThreadContext;I)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.specialized.RubyArrayOneObject this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // int cnt
         0: .line 162
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayOneObject.packed:()Z
            ifne 1
            aload 0 /* this */
            aload 1 /* context */
            iload 2 /* cnt */
            invokespecial org.jruby.specialized.RubyArraySpecialized.internalRotateBang:(Lorg/jruby/runtime/ThreadContext;I)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         1: .line 164
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayOneObject.modifyCheck:()V
         2: .line 166
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 2 // int cnt
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.specialized.RubyArrayOneObject this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/specialized/RubyArrayOneObject;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2      cnt  I
    MethodParameters:
         Name  Flags
      context  
      cnt      

  public org.jruby.runtime.builtin.IRubyObject op_plus(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jruby.specialized.RubyArrayOneObject this
        start local 1 // org.jruby.runtime.builtin.IRubyObject obj
         0: .line 171
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayOneObject.packed:()Z
            ifne 1
            aload 0 /* this */
            aload 1 /* obj */
            invokespecial org.jruby.specialized.RubyArraySpecialized.op_plus:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         1: .line 172
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.convertToArray:()Lorg/jruby/RubyArray;
            astore 2 /* y */
        start local 2 // org.jruby.RubyArray y
         2: .line 173
            aload 2 /* y */
            invokevirtual org.jruby.RubyArray.size:()I
            ifne 3
            new org.jruby.specialized.RubyArrayOneObject
            dup
            aload 0 /* this */
            invokespecial org.jruby.specialized.RubyArrayOneObject.<init>:(Lorg/jruby/specialized/RubyArrayOneObject;)V
            areturn
         3: .line 174
      StackMap locals: org.jruby.RubyArray
      StackMap stack:
            aload 0 /* this */
            aload 2 /* y */
            invokespecial org.jruby.specialized.RubyArraySpecialized.op_plus:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 2 // org.jruby.RubyArray y
        end local 1 // org.jruby.runtime.builtin.IRubyObject obj
        end local 0 // org.jruby.specialized.RubyArrayOneObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/jruby/specialized/RubyArrayOneObject;
            0    4     1   obj  Lorg/jruby/runtime/builtin/IRubyObject;
            2    4     2     y  Lorg/jruby/RubyArray;
    MethodParameters:
      Name  Flags
      obj   

  public org.jruby.runtime.builtin.IRubyObject replace(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jruby.specialized.RubyArrayOneObject this
        start local 1 // org.jruby.runtime.builtin.IRubyObject orig
         0: .line 179
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayOneObject.packed:()Z
            ifne 1
            aload 0 /* this */
            aload 1 /* orig */
            invokespecial org.jruby.specialized.RubyArraySpecialized.replace:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         1: .line 181
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayOneObject.modifyCheck:()V
         2: .line 183
            aload 1 /* orig */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.convertToArray:()Lorg/jruby/RubyArray;
            astore 2 /* origArr */
        start local 2 // org.jruby.RubyArray origArr
         3: .line 185
            aload 0 /* this */
            aload 1 /* orig */
            if_acmpne 4
            aload 0 /* this */
            areturn
         4: .line 187
      StackMap locals: org.jruby.RubyArray
      StackMap stack:
            aload 2 /* origArr */
            invokevirtual org.jruby.RubyArray.size:()I
            iconst_1
            if_icmpne 7
         5: .line 188
            aload 0 /* this */
            aload 2 /* origArr */
            iconst_0
            invokevirtual org.jruby.RubyArray.eltInternal:(I)Lorg/jruby/runtime/builtin/IRubyObject;
            putfield org.jruby.specialized.RubyArrayOneObject.value:Lorg/jruby/runtime/builtin/IRubyObject;
         6: .line 189
            aload 0 /* this */
            areturn
         7: .line 192
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayOneObject.unpack:()V
         8: .line 194
            aload 0 /* this */
            aload 2 /* origArr */
            invokespecial org.jruby.specialized.RubyArraySpecialized.replace:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 2 // org.jruby.RubyArray origArr
        end local 1 // org.jruby.runtime.builtin.IRubyObject orig
        end local 0 // org.jruby.specialized.RubyArrayOneObject this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/jruby/specialized/RubyArrayOneObject;
            0    9     1     orig  Lorg/jruby/runtime/builtin/IRubyObject;
            3    9     2  origArr  Lorg/jruby/RubyArray;
    MethodParameters:
      Name  Flags
      orig  

  public org.jruby.runtime.builtin.IRubyObject reverse_bang();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.specialized.RubyArrayOneObject this
         0: .line 199
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayOneObject.packed:()Z
            ifne 1
            aload 0 /* this */
            invokespecial org.jruby.specialized.RubyArraySpecialized.reverse_bang:()Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         1: .line 201
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 0 // org.jruby.specialized.RubyArrayOneObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/specialized/RubyArrayOneObject;

  protected org.jruby.RubyArray safeReverse();
    descriptor: ()Lorg/jruby/RubyArray;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jruby.specialized.RubyArrayOneObject this
         0: .line 206
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayOneObject.packed:()Z
            ifne 1
            aload 0 /* this */
            invokespecial org.jruby.specialized.RubyArraySpecialized.safeReverse:()Lorg/jruby/RubyArray;
            areturn
         1: .line 208
      StackMap locals:
      StackMap stack:
            new org.jruby.specialized.RubyArrayOneObject
            dup
            aload 0 /* this */
            invokespecial org.jruby.specialized.RubyArrayOneObject.<init>:(Lorg/jruby/specialized/RubyArrayOneObject;)V
            areturn
        end local 0 // org.jruby.specialized.RubyArrayOneObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/specialized/RubyArrayOneObject;

  protected org.jruby.runtime.builtin.IRubyObject sortInternal(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.specialized.RubyArrayOneObject this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.Block block
         0: .line 213
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayOneObject.packed:()Z
            ifne 1
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* block */
            invokespecial org.jruby.specialized.RubyArraySpecialized.sortInternal:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         1: .line 215
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 2 // org.jruby.runtime.Block block
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.specialized.RubyArrayOneObject this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/specialized/RubyArrayOneObject;
            0    2     1  context  Lorg/jruby/runtime/ThreadContext;
            0    2     2    block  Lorg/jruby/runtime/Block;
    MethodParameters:
         Name  Flags
      context  
      block    

  protected org.jruby.runtime.builtin.IRubyObject sortInternal(org.jruby.runtime.ThreadContext, boolean);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Z)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.specialized.RubyArrayOneObject this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // boolean honorOverride
         0: .line 220
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayOneObject.packed:()Z
            ifne 1
            aload 0 /* this */
            aload 1 /* context */
            iload 2 /* honorOverride */
            invokespecial org.jruby.specialized.RubyArraySpecialized.sortInternal:(Lorg/jruby/runtime/ThreadContext;Z)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         1: .line 222
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 2 // boolean honorOverride
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.specialized.RubyArrayOneObject this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/jruby/specialized/RubyArrayOneObject;
            0    2     1        context  Lorg/jruby/runtime/ThreadContext;
            0    2     2  honorOverride  Z
    MethodParameters:
               Name  Flags
      context        final
      honorOverride  

  protected void storeInternal(int, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (ILorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.specialized.RubyArrayOneObject this
        start local 1 // int index
        start local 2 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 227
            iload 1 /* index */
            ifne 3
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayOneObject.packed:()Z
            ifeq 3
         1: .line 228
            aload 0 /* this */
            aload 2 /* value */
            putfield org.jruby.specialized.RubyArrayOneObject.value:Lorg/jruby/runtime/builtin/IRubyObject;
         2: .line 229
            return
         3: .line 232
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayOneObject.packed:()Z
            ifeq 4
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayOneObject.unpack:()V
         4: .line 233
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* value */
            invokespecial org.jruby.specialized.RubyArraySpecialized.storeInternal:(ILorg/jruby/runtime/builtin/IRubyObject;)V
         5: .line 234
            return
        end local 2 // org.jruby.runtime.builtin.IRubyObject value
        end local 1 // int index
        end local 0 // org.jruby.specialized.RubyArrayOneObject this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/jruby/specialized/RubyArrayOneObject;
            0    6     1  index  I
            0    6     2  value  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
       Name  Flags
      index  final
      value  final

  public org.jruby.runtime.builtin.IRubyObject subseq(org.jruby.RubyClass, long, long, boolean);
    descriptor: (Lorg/jruby/RubyClass;JJZ)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=5
        start local 0 // org.jruby.specialized.RubyArrayOneObject this
        start local 1 // org.jruby.RubyClass metaClass
        start local 2 // long beg
        start local 4 // long len
        start local 6 // boolean light
         0: .line 238
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayOneObject.packed:()Z
            ifne 1
            aload 0 /* this */
            aload 1 /* metaClass */
            lload 2 /* beg */
            lload 4 /* len */
            iload 6 /* light */
            invokespecial org.jruby.specialized.RubyArraySpecialized.subseq:(Lorg/jruby/RubyClass;JJZ)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         1: .line 240
      StackMap locals:
      StackMap stack:
            lload 4 /* len */
            lconst_0
            lcmp
            ifne 2
            aload 1 /* metaClass */
            invokevirtual org.jruby.RubyClass.getClassRuntime:()Lorg/jruby/Ruby;
            invokestatic org.jruby.specialized.RubyArrayOneObject.newEmptyArray:(Lorg/jruby/Ruby;)Lorg/jruby/RubyArray;
            areturn
         2: .line 242
      StackMap locals:
      StackMap stack:
            lload 2 /* beg */
            lconst_0
            lcmp
            ifne 3
            lload 4 /* len */
            lconst_1
            lcmp
            ifeq 5
         3: .line 243
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayOneObject.unpack:()V
         4: .line 244
            aload 0 /* this */
            aload 1 /* metaClass */
            lload 2 /* beg */
            lload 4 /* len */
            iload 6 /* light */
            invokespecial org.jruby.specialized.RubyArraySpecialized.subseq:(Lorg/jruby/RubyClass;JJZ)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         5: .line 247
      StackMap locals:
      StackMap stack:
            new org.jruby.specialized.RubyArrayOneObject
            dup
            aload 1 /* metaClass */
            aload 0 /* this */
            invokespecial org.jruby.specialized.RubyArrayOneObject.<init>:(Lorg/jruby/RubyClass;Lorg/jruby/specialized/RubyArrayOneObject;)V
            areturn
        end local 6 // boolean light
        end local 4 // long len
        end local 2 // long beg
        end local 1 // org.jruby.RubyClass metaClass
        end local 0 // org.jruby.specialized.RubyArrayOneObject this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lorg/jruby/specialized/RubyArrayOneObject;
            0    6     1  metaClass  Lorg/jruby/RubyClass;
            0    6     2        beg  J
            0    6     4        len  J
            0    6     6      light  Z
    MethodParameters:
           Name  Flags
      metaClass  
      beg        
      len        
      light      

  public org.jruby.runtime.builtin.IRubyObject[] toJavaArray();
    descriptor: ()[Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.specialized.RubyArrayOneObject this
         0: .line 252
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayOneObject.packed:()Z
            ifne 1
            aload 0 /* this */
            invokespecial org.jruby.specialized.RubyArraySpecialized.toJavaArray:()[Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         1: .line 254
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayOneObject.value:Lorg/jruby/runtime/builtin/IRubyObject;
            iconst_0
            anewarray org.jruby.runtime.builtin.IRubyObject
            invokestatic org.jruby.runtime.Helpers.arrayOf:(Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;)[Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 0 // org.jruby.specialized.RubyArrayOneObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/specialized/RubyArrayOneObject;

  public org.jruby.runtime.builtin.IRubyObject uniq(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.specialized.RubyArrayOneObject this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 259
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayOneObject.packed:()Z
            ifne 1
            aload 0 /* this */
            aload 1 /* context */
            invokespecial org.jruby.specialized.RubyArraySpecialized.uniq:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         1: .line 261
      StackMap locals:
      StackMap stack:
            new org.jruby.specialized.RubyArrayOneObject
            dup
            aload 0 /* this */
            invokespecial org.jruby.specialized.RubyArrayOneObject.<init>:(Lorg/jruby/specialized/RubyArrayOneObject;)V
            areturn
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.specialized.RubyArrayOneObject this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/specialized/RubyArrayOneObject;
            0    2     1  context  Lorg/jruby/runtime/ThreadContext;
    MethodParameters:
         Name  Flags
      context  
}
SourceFile: "RubyArrayOneObject.java"