public class org.jruby.RubyConverter extends org.jruby.RubyObject
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.RubyConverter
  super_class: org.jruby.RubyObject
{
  private org.jcodings.transcode.EConv ec;
    descriptor: Lorg/jcodings/transcode/EConv;
    flags: (0x0002) ACC_PRIVATE

  public static final int INVALID_MASK;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 15
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyConstant()

  public static final int INVALID_REPLACE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyConstant()

  public static final int UNDEF_MASK;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 240
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyConstant()

  public static final int UNDEF_REPLACE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 32
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyConstant()

  public static final int UNDEF_HEX_CHARREF;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 48
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyConstant()

  public static final int PARTIAL_INPUT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 65536
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyConstant()

  public static final int AFTER_OUTPUT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 131072
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyConstant()

  public static final int UNIVERSAL_NEWLINE_DECORATOR;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 256
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyConstant()

  public static final int CRLF_NEWLINE_DECORATOR;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4096
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyConstant()

  public static final int CR_NEWLINE_DECORATOR;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 8192
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyConstant()

  public static final int XML_TEXT_DECORATOR;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 16384
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyConstant()

  public static final int XML_ATTR_CONTENT_DECORATOR;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 32768
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyConstant()

  public static final int XML_ATTR_QUOTE_DECORATOR;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1048576
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyConstant()

  public static final java.util.Map<org.jcodings.Encoding, org.jcodings.Encoding> NONASCII_TO_ASCII;
    descriptor: Ljava/util/Map;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Map<Lorg/jcodings/Encoding;Lorg/jcodings/Encoding;>;

  private static org.jruby.runtime.ObjectAllocator CONVERTER_ALLOCATOR;
    descriptor: Lorg/jruby/runtime/ObjectAllocator;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 94
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putstatic org.jruby.RubyConverter.NONASCII_TO_ASCII:Ljava/util/Map;
         1: .line 96
            getstatic org.jruby.RubyConverter.NONASCII_TO_ASCII:Ljava/util/Map;
            getstatic org.jcodings.specific.UTF16BEEncoding.INSTANCE:Lorg/jcodings/specific/UTF16BEEncoding;
            getstatic org.jcodings.specific.UTF8Encoding.INSTANCE:Lorg/jcodings/specific/UTF8Encoding;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 97
            getstatic org.jruby.RubyConverter.NONASCII_TO_ASCII:Ljava/util/Map;
            getstatic org.jcodings.specific.UTF16LEEncoding.INSTANCE:Lorg/jcodings/specific/UTF16LEEncoding;
            getstatic org.jcodings.specific.UTF8Encoding.INSTANCE:Lorg/jcodings/specific/UTF8Encoding;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 98
            getstatic org.jruby.RubyConverter.NONASCII_TO_ASCII:Ljava/util/Map;
            getstatic org.jcodings.specific.UTF32BEEncoding.INSTANCE:Lorg/jcodings/specific/UTF32BEEncoding;
            getstatic org.jcodings.specific.UTF8Encoding.INSTANCE:Lorg/jcodings/specific/UTF8Encoding;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 99
            getstatic org.jruby.RubyConverter.NONASCII_TO_ASCII:Ljava/util/Map;
            getstatic org.jcodings.specific.UTF32LEEncoding.INSTANCE:Lorg/jcodings/specific/UTF32LEEncoding;
            getstatic org.jcodings.specific.UTF8Encoding.INSTANCE:Lorg/jcodings/specific/UTF8Encoding;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 100
            getstatic org.jruby.RubyConverter.NONASCII_TO_ASCII:Ljava/util/Map;
         6: .line 101
            invokestatic org.jcodings.EncodingDB.getEncodings:()Lorg/jcodings/util/CaseInsensitiveBytesHash;
            ldc "CP50220"
            invokevirtual java.lang.String.getBytes:()[B
            invokevirtual org.jcodings.util.CaseInsensitiveBytesHash.get:([B)Ljava/lang/Object;
            checkcast org.jcodings.EncodingDB$Entry
            invokevirtual org.jcodings.EncodingDB$Entry.getEncoding:()Lorg/jcodings/Encoding;
         7: .line 102
            invokestatic org.jcodings.EncodingDB.getEncodings:()Lorg/jcodings/util/CaseInsensitiveBytesHash;
            ldc "CP51932"
            invokevirtual java.lang.String.getBytes:()[B
            invokevirtual org.jcodings.util.CaseInsensitiveBytesHash.get:([B)Ljava/lang/Object;
            checkcast org.jcodings.EncodingDB$Entry
            invokevirtual org.jcodings.EncodingDB$Entry.getEncoding:()Lorg/jcodings/Encoding;
         8: .line 100
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         9: .line 103
            getstatic org.jruby.RubyConverter.NONASCII_TO_ASCII:Ljava/util/Map;
        10: .line 104
            invokestatic org.jcodings.EncodingDB.getEncodings:()Lorg/jcodings/util/CaseInsensitiveBytesHash;
            ldc "CP50221"
            invokevirtual java.lang.String.getBytes:()[B
            invokevirtual org.jcodings.util.CaseInsensitiveBytesHash.get:([B)Ljava/lang/Object;
            checkcast org.jcodings.EncodingDB$Entry
            invokevirtual org.jcodings.EncodingDB$Entry.getEncoding:()Lorg/jcodings/Encoding;
        11: .line 105
            invokestatic org.jcodings.EncodingDB.getEncodings:()Lorg/jcodings/util/CaseInsensitiveBytesHash;
            ldc "CP51932"
            invokevirtual java.lang.String.getBytes:()[B
            invokevirtual org.jcodings.util.CaseInsensitiveBytesHash.get:([B)Ljava/lang/Object;
            checkcast org.jcodings.EncodingDB$Entry
            invokevirtual org.jcodings.EncodingDB$Entry.getEncoding:()Lorg/jcodings/Encoding;
        12: .line 103
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        13: .line 106
            getstatic org.jruby.RubyConverter.NONASCII_TO_ASCII:Ljava/util/Map;
            invokestatic org.jcodings.EncodingDB.getEncodings:()Lorg/jcodings/util/CaseInsensitiveBytesHash;
            ldc "IBM037"
            invokevirtual java.lang.String.getBytes:()[B
            invokevirtual org.jcodings.util.CaseInsensitiveBytesHash.get:([B)Ljava/lang/Object;
            checkcast org.jcodings.EncodingDB$Entry
            invokevirtual org.jcodings.EncodingDB$Entry.getEncoding:()Lorg/jcodings/Encoding;
            getstatic org.jcodings.specific.ISO8859_1Encoding.INSTANCE:Lorg/jcodings/specific/ISO8859_1Encoding;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        14: .line 107
            getstatic org.jruby.RubyConverter.NONASCII_TO_ASCII:Ljava/util/Map;
            invokestatic org.jcodings.EncodingDB.getEncodings:()Lorg/jcodings/util/CaseInsensitiveBytesHash;
            ldc "UTF-16"
            invokevirtual java.lang.String.getBytes:()[B
            invokevirtual org.jcodings.util.CaseInsensitiveBytesHash.get:([B)Ljava/lang/Object;
            checkcast org.jcodings.EncodingDB$Entry
            invokevirtual org.jcodings.EncodingDB$Entry.getEncoding:()Lorg/jcodings/Encoding;
            getstatic org.jcodings.specific.UTF8Encoding.INSTANCE:Lorg/jcodings/specific/UTF8Encoding;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        15: .line 108
            getstatic org.jruby.RubyConverter.NONASCII_TO_ASCII:Ljava/util/Map;
            invokestatic org.jcodings.EncodingDB.getEncodings:()Lorg/jcodings/util/CaseInsensitiveBytesHash;
            ldc "UTF-32"
            invokevirtual java.lang.String.getBytes:()[B
            invokevirtual org.jcodings.util.CaseInsensitiveBytesHash.get:([B)Ljava/lang/Object;
            checkcast org.jcodings.EncodingDB$Entry
            invokevirtual org.jcodings.EncodingDB$Entry.getEncoding:()Lorg/jcodings/Encoding;
            getstatic org.jcodings.specific.UTF8Encoding.INSTANCE:Lorg/jcodings/specific/UTF8Encoding;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        16: .line 109
            getstatic org.jruby.RubyConverter.NONASCII_TO_ASCII:Ljava/util/Map;
        17: .line 110
            invokestatic org.jcodings.EncodingDB.getEncodings:()Lorg/jcodings/util/CaseInsensitiveBytesHash;
            ldc "ISO-2022-JP"
            invokevirtual java.lang.String.getBytes:()[B
            invokevirtual org.jcodings.util.CaseInsensitiveBytesHash.get:([B)Ljava/lang/Object;
            checkcast org.jcodings.EncodingDB$Entry
            invokevirtual org.jcodings.EncodingDB$Entry.getEncoding:()Lorg/jcodings/Encoding;
        18: .line 111
            invokestatic org.jcodings.EncodingDB.getEncodings:()Lorg/jcodings/util/CaseInsensitiveBytesHash;
            ldc "stateless-ISO-2022-JP"
            invokevirtual java.lang.String.getBytes:()[B
            invokevirtual org.jcodings.util.CaseInsensitiveBytesHash.get:([B)Ljava/lang/Object;
            checkcast org.jcodings.EncodingDB$Entry
            invokevirtual org.jcodings.EncodingDB$Entry.getEncoding:()Lorg/jcodings/Encoding;
        19: .line 109
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        20: .line 112
            getstatic org.jruby.RubyConverter.NONASCII_TO_ASCII:Ljava/util/Map;
        21: .line 113
            invokestatic org.jcodings.EncodingDB.getEncodings:()Lorg/jcodings/util/CaseInsensitiveBytesHash;
            ldc "ISO-2022-JP-KDDI"
            invokevirtual java.lang.String.getBytes:()[B
            invokevirtual org.jcodings.util.CaseInsensitiveBytesHash.get:([B)Ljava/lang/Object;
            checkcast org.jcodings.EncodingDB$Entry
            invokevirtual org.jcodings.EncodingDB$Entry.getEncoding:()Lorg/jcodings/Encoding;
        22: .line 114
            invokestatic org.jcodings.EncodingDB.getEncodings:()Lorg/jcodings/util/CaseInsensitiveBytesHash;
            ldc "stateless-ISO-2022-JP-KDDI"
            invokevirtual java.lang.String.getBytes:()[B
            invokevirtual org.jcodings.util.CaseInsensitiveBytesHash.get:([B)Ljava/lang/Object;
            checkcast org.jcodings.EncodingDB$Entry
            invokevirtual org.jcodings.EncodingDB$Entry.getEncoding:()Lorg/jcodings/Encoding;
        23: .line 112
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        24: .line 129
            new org.jruby.RubyConverter$1
            dup
            invokespecial org.jruby.RubyConverter$1.<init>:()V
            putstatic org.jruby.RubyConverter.CONVERTER_ALLOCATOR:Lorg/jruby/runtime/ObjectAllocator;
        25: .line 134
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.jruby.RubyClass createConverterClass(org.jruby.Ruby);
    descriptor: (Lorg/jruby/Ruby;)Lorg/jruby/RubyClass;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.jruby.Ruby runtime
         0: .line 118
            aload 0 /* runtime */
            ldc "Converter"
            aload 0 /* runtime */
            invokevirtual org.jruby.Ruby.getData:()Lorg/jruby/RubyClass;
            getstatic org.jruby.RubyConverter.CONVERTER_ALLOCATOR:Lorg/jruby/runtime/ObjectAllocator;
            aload 0 /* runtime */
            invokevirtual org.jruby.Ruby.getEncoding:()Lorg/jruby/RubyClass;
            invokevirtual org.jruby.Ruby.defineClassUnder:(Ljava/lang/String;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ObjectAllocator;Lorg/jruby/RubyModule;)Lorg/jruby/RubyClass;
            astore 1 /* converterc */
        start local 1 // org.jruby.RubyClass converterc
         1: .line 119
            aload 0 /* runtime */
            aload 1 /* converterc */
            invokevirtual org.jruby.Ruby.setConverter:(Lorg/jruby/RubyClass;)V
         2: .line 120
            aload 1 /* converterc */
            getstatic org.jruby.runtime.ClassIndex.CONVERTER:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.RubyClass.setClassIndex:(Lorg/jruby/runtime/ClassIndex;)V
         3: .line 121
            aload 1 /* converterc */
            ldc Lorg/jruby/RubyConverter;
            invokevirtual org.jruby.RubyClass.setReifiedClass:(Ljava/lang/Class;)V
         4: .line 122
            aload 1 /* converterc */
            new org.jruby.RubyModule$JavaClassKindOf
            dup
            ldc Lorg/jruby/RubyConverter;
            invokespecial org.jruby.RubyModule$JavaClassKindOf.<init>:(Ljava/lang/Class;)V
            putfield org.jruby.RubyClass.kindOf:Lorg/jruby/RubyModule$KindOf;
         5: .line 124
            aload 1 /* converterc */
            ldc Lorg/jruby/RubyConverter;
            invokevirtual org.jruby.RubyClass.defineAnnotatedMethods:(Ljava/lang/Class;)V
         6: .line 125
            aload 1 /* converterc */
            ldc Lorg/jruby/RubyConverter;
            invokevirtual org.jruby.RubyClass.defineAnnotatedConstants:(Ljava/lang/Class;)V
         7: .line 126
            aload 1 /* converterc */
            areturn
        end local 1 // org.jruby.RubyClass converterc
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0     runtime  Lorg/jruby/Ruby;
            1    8     1  converterc  Lorg/jruby/RubyClass;
    MethodParameters:
         Name  Flags
      runtime  

  public void <init>(org.jruby.Ruby, org.jruby.RubyClass);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.RubyConverter this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.RubyClass klass
         0: .line 137
            aload 0 /* this */
            aload 1 /* runtime */
            aload 2 /* klass */
            invokespecial org.jruby.RubyObject.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
         1: .line 138
            return
        end local 2 // org.jruby.RubyClass klass
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.RubyConverter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/RubyConverter;
            0    2     1  runtime  Lorg/jruby/Ruby;
            0    2     2    klass  Lorg/jruby/RubyClass;
    MethodParameters:
         Name  Flags
      runtime  
      klass    

  public void <init>(org.jruby.Ruby);
    descriptor: (Lorg/jruby/Ruby;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.RubyConverter this
        start local 1 // org.jruby.Ruby runtime
         0: .line 141
            aload 0 /* this */
            aload 1 /* runtime */
            aload 1 /* runtime */
            invokevirtual org.jruby.Ruby.getConverter:()Lorg/jruby/RubyClass;
            invokespecial org.jruby.RubyObject.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
         1: .line 142
            return
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.RubyConverter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/RubyConverter;
            0    2     1  runtime  Lorg/jruby/Ruby;
    MethodParameters:
         Name  Flags
      runtime  

  public org.jruby.runtime.builtin.IRubyObject initialize(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: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=3
        start local 0 // org.jruby.RubyConverter this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 146
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 3 /* runtime */
        start local 3 // org.jruby.Ruby runtime
         1: .line 147
            iconst_2
            anewarray org.jcodings.Encoding
            astore 4 /* encs */
        start local 4 // org.jcodings.Encoding[] encs
         2: .line 148
            iconst_2
            anewarray byte[]
            astore 5 /* encNames */
        start local 5 // byte[][] encNames
         3: .line 149
            iconst_1
            newarray 10
            astore 6 /* ecflags */
        start local 6 // int[] ecflags
         4: .line 150
            iconst_1
            anewarray org.jruby.runtime.builtin.IRubyObject
            dup
            iconst_0
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            aastore
            astore 7 /* ecopts */
        start local 7 // org.jruby.runtime.builtin.IRubyObject[] ecopts
         5: .line 154
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            ifnull 7
         6: .line 155
            aload 3 /* runtime */
            ldc "already initialized"
            invokevirtual org.jruby.Ruby.newTypeError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
         7: .line 158
      StackMap locals: org.jruby.RubyConverter org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject[] org.jruby.Ruby org.jcodings.Encoding[] byte[][] int[] org.jruby.runtime.builtin.IRubyObject[]
      StackMap stack:
            aload 2 /* args */
            arraylength
            iconst_1
            if_icmpne 13
            aload 2 /* args */
            iconst_0
            aaload
            invokeinterface org.jruby.runtime.builtin.IRubyObject.checkArrayType:()Lorg/jruby/runtime/builtin/IRubyObject;
            dup
            astore 8 /* convpath */
        start local 8 // org.jruby.runtime.builtin.IRubyObject convpath
         8: invokeinterface org.jruby.runtime.builtin.IRubyObject.isNil:()Z
            ifne 13
         9: .line 159
            aload 0 /* this */
            aload 1 /* context */
            aload 8 /* convpath */
            aload 5 /* encNames */
            aload 4 /* encs */
            invokestatic org.jruby.util.io.EncodingUtils.econvInitByConvpath:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;[[B[Lorg/jcodings/Encoding;)Lorg/jcodings/transcode/EConv;
            putfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
        10: .line 160
            aload 6 /* ecflags */
            iconst_0
            iconst_0
            iastore
        11: .line 161
            aload 7 /* ecopts */
            iconst_0
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            aastore
        12: .line 162
            goto 15
        end local 8 // org.jruby.runtime.builtin.IRubyObject convpath
        13: .line 163
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            aload 2 /* args */
            aload 5 /* encNames */
            aload 4 /* encs */
            aload 6 /* ecflags */
            aload 7 /* ecopts */
            invokestatic org.jruby.util.io.EncodingUtils.econvArgs:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;[[B[Lorg/jcodings/Encoding;[I[Lorg/jruby/runtime/builtin/IRubyObject;)V
        14: .line 164
            aload 0 /* this */
            aload 1 /* context */
            aload 5 /* encNames */
            iconst_0
            aaload
            aload 5 /* encNames */
            iconst_1
            aaload
            aload 6 /* ecflags */
            iconst_0
            iaload
            aload 7 /* ecopts */
            iconst_0
            aaload
            invokestatic org.jruby.util.io.EncodingUtils.econvOpenOpts:(Lorg/jruby/runtime/ThreadContext;[B[BILorg/jruby/runtime/builtin/IRubyObject;)Lorg/jcodings/transcode/EConv;
            putfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
        15: .line 167
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            ifnonnull 17
        16: .line 168
            aload 1 /* context */
            aload 5 /* encNames */
            iconst_0
            aaload
            aload 5 /* encNames */
            iconst_1
            aaload
            aload 6 /* ecflags */
            iconst_0
            iaload
            invokestatic org.jruby.util.io.EncodingUtils.econvOpenExc:(Lorg/jruby/runtime/ThreadContext;[B[BI)Lorg/jruby/exceptions/RaiseException;
            athrow
        17: .line 171
      StackMap locals:
      StackMap stack:
            aload 5 /* encNames */
            iconst_0
            aaload
            aload 5 /* encNames */
            iconst_1
            aaload
            invokestatic org.jruby.util.io.EncodingUtils.DECORATOR_P:([B[B)Z
            ifne 22
        18: .line 172
            aload 4 /* encs */
            iconst_0
            aaload
            ifnonnull 20
        19: .line 173
            aload 4 /* encs */
            iconst_0
            aload 5 /* encNames */
            iconst_0
            aaload
            invokestatic org.jcodings.EncodingDB.dummy:([B)Lorg/jcodings/EncodingDB$Entry;
            invokevirtual org.jcodings.EncodingDB$Entry.getEncoding:()Lorg/jcodings/Encoding;
            aastore
        20: .line 175
      StackMap locals:
      StackMap stack:
            aload 4 /* encs */
            iconst_1
            aaload
            ifnonnull 22
        21: .line 176
            aload 4 /* encs */
            iconst_1
            aload 5 /* encNames */
            iconst_1
            aaload
            invokestatic org.jcodings.EncodingDB.dummy:([B)Lorg/jcodings/EncodingDB$Entry;
            invokevirtual org.jcodings.EncodingDB$Entry.getEncoding:()Lorg/jcodings/Encoding;
            aastore
        22: .line 180
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            aload 4 /* encs */
            iconst_0
            aaload
            putfield org.jcodings.transcode.EConv.sourceEncoding:Lorg/jcodings/Encoding;
        23: .line 181
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            aload 4 /* encs */
            iconst_1
            aaload
            putfield org.jcodings.transcode.EConv.destinationEncoding:Lorg/jcodings/Encoding;
        24: .line 183
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 7 // org.jruby.runtime.builtin.IRubyObject[] ecopts
        end local 6 // int[] ecflags
        end local 5 // byte[][] encNames
        end local 4 // org.jcodings.Encoding[] encs
        end local 3 // org.jruby.Ruby runtime
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyConverter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   25     0      this  Lorg/jruby/RubyConverter;
            0   25     1   context  Lorg/jruby/runtime/ThreadContext;
            0   25     2      args  [Lorg/jruby/runtime/builtin/IRubyObject;
            1   25     3   runtime  Lorg/jruby/Ruby;
            2   25     4      encs  [Lorg/jcodings/Encoding;
            3   25     5  encNames  [[B
            4   25     6   ecflags  [I
            5   25     7    ecopts  [Lorg/jruby/runtime/builtin/IRubyObject;
            8   13     8  convpath  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(visibility = org.jruby.runtime.Visibility.PRIVATE:Lorg/jruby/runtime/Visibility;, required = 1, optional = 2)
    MethodParameters:
         Name  Flags
      context  
      args     

  public org.jruby.runtime.builtin.IRubyObject inspect(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.jruby.RubyConverter this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 188
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            new java.lang.StringBuilder
            dup
            ldc "#<Encoding::Converter: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            getfield org.jcodings.transcode.EConv.sourceEncoding:Lorg/jcodings/Encoding;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " to "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            getfield org.jcodings.transcode.EConv.destinationEncoding:Lorg/jcodings/Encoding;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ">"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic org.jruby.RubyString.newString:(Lorg/jruby/Ruby;Ljava/lang/String;)Lorg/jruby/RubyString;
            areturn
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyConverter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/RubyConverter;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  

  public org.jruby.runtime.builtin.IRubyObject convpath(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // org.jruby.RubyConverter this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 193
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 2 /* runtime */
        start local 2 // org.jruby.Ruby runtime
         1: .line 195
            aload 2 /* runtime */
            invokevirtual org.jruby.Ruby.newArray:()Lorg/jruby/RubyArray;
            astore 3 /* result */
        start local 3 // org.jruby.RubyArray result
         2: .line 197
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 14
         4: .line 198
      StackMap locals: org.jruby.Ruby org.jruby.RubyArray int
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            getfield org.jcodings.transcode.EConv.elements:[Lorg/jcodings/transcode/EConv$EConvElement;
            iload 4 /* i */
            aaload
            getfield org.jcodings.transcode.EConv$EConvElement.transcoding:Lorg/jcodings/transcode/Transcoding;
            getfield org.jcodings.transcode.Transcoding.transcoder:Lorg/jcodings/transcode/Transcoder;
            astore 5 /* tr */
        start local 5 // org.jcodings.transcode.Transcoder tr
         5: .line 200
            aload 5 /* tr */
            invokevirtual org.jcodings.transcode.Transcoder.getSource:()[B
            aload 5 /* tr */
            invokevirtual org.jcodings.transcode.Transcoder.getDestination:()[B
            invokestatic org.jruby.util.io.EncodingUtils.DECORATOR_P:([B[B)Z
            ifeq 8
         6: .line 201
            aload 2 /* runtime */
            aload 5 /* tr */
            invokevirtual org.jcodings.transcode.Transcoder.getDestination:()[B
            invokestatic org.jruby.RubyString.newString:(Lorg/jruby/Ruby;[B)Lorg/jruby/RubyString;
            astore 6 /* v */
        start local 6 // org.jruby.runtime.builtin.IRubyObject v
         7: .line 202
            goto 12
        end local 6 // org.jruby.runtime.builtin.IRubyObject v
         8: .line 203
      StackMap locals: org.jcodings.transcode.Transcoder
      StackMap stack:
            aload 2 /* runtime */
         9: .line 204
            aload 2 /* runtime */
            invokevirtual org.jruby.Ruby.getEncodingService:()Lorg/jruby/runtime/encoding/EncodingService;
            aload 2 /* runtime */
            invokevirtual org.jruby.Ruby.getEncodingService:()Lorg/jruby/runtime/encoding/EncodingService;
            aload 5 /* tr */
            invokevirtual org.jcodings.transcode.Transcoder.getSource:()[B
            invokevirtual org.jruby.runtime.encoding.EncodingService.findEncodingOrAliasEntry:([B)Lorg/jcodings/EncodingDB$Entry;
            invokevirtual org.jcodings.EncodingDB$Entry.getEncoding:()Lorg/jcodings/Encoding;
            invokevirtual org.jruby.runtime.encoding.EncodingService.convertEncodingToRubyEncoding:(Lorg/jcodings/Encoding;)Lorg/jruby/runtime/builtin/IRubyObject;
        10: .line 205
            aload 2 /* runtime */
            invokevirtual org.jruby.Ruby.getEncodingService:()Lorg/jruby/runtime/encoding/EncodingService;
            aload 2 /* runtime */
            invokevirtual org.jruby.Ruby.getEncodingService:()Lorg/jruby/runtime/encoding/EncodingService;
            aload 5 /* tr */
            invokevirtual org.jcodings.transcode.Transcoder.getDestination:()[B
            invokevirtual org.jruby.runtime.encoding.EncodingService.findEncodingOrAliasEntry:([B)Lorg/jcodings/EncodingDB$Entry;
            invokevirtual org.jcodings.EncodingDB$Entry.getEncoding:()Lorg/jcodings/Encoding;
            invokevirtual org.jruby.runtime.encoding.EncodingService.convertEncodingToRubyEncoding:(Lorg/jcodings/Encoding;)Lorg/jruby/runtime/builtin/IRubyObject;
        11: .line 203
            invokevirtual org.jruby.Ruby.newArray:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyArray;
            astore 6 /* v */
        start local 6 // org.jruby.runtime.builtin.IRubyObject v
        12: .line 207
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 3 /* result */
            aload 6 /* v */
            invokevirtual org.jruby.RubyArray.push:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyArray;
            pop
        end local 6 // org.jruby.runtime.builtin.IRubyObject v
        end local 5 // org.jcodings.transcode.Transcoder tr
        13: .line 197
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 4 /* i */
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            getfield org.jcodings.transcode.EConv.numTranscoders:I
            if_icmplt 4
        end local 4 // int i
        15: .line 210
            aload 3 /* result */
            areturn
        end local 3 // org.jruby.RubyArray result
        end local 2 // org.jruby.Ruby runtime
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyConverter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0     this  Lorg/jruby/RubyConverter;
            0   16     1  context  Lorg/jruby/runtime/ThreadContext;
            1   16     2  runtime  Lorg/jruby/Ruby;
            2   16     3   result  Lorg/jruby/RubyArray;
            3   15     4        i  I
            5   13     5       tr  Lorg/jcodings/transcode/Transcoder;
            7    8     6        v  Lorg/jruby/runtime/builtin/IRubyObject;
           12   13     6        v  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  

  public org.jruby.runtime.builtin.IRubyObject source_encoding(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.RubyConverter this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 215
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            getfield org.jcodings.transcode.EConv.sourceEncoding:Lorg/jcodings/Encoding;
            ifnonnull 1
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         1: .line 217
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getEncodingService:()Lorg/jruby/runtime/encoding/EncodingService;
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            getfield org.jcodings.transcode.EConv.sourceEncoding:Lorg/jcodings/Encoding;
            invokevirtual org.jruby.runtime.encoding.EncodingService.convertEncodingToRubyEncoding:(Lorg/jcodings/Encoding;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyConverter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/RubyConverter;
            0    2     1  context  Lorg/jruby/runtime/ThreadContext;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  

  public org.jruby.runtime.builtin.IRubyObject destination_encoding(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.RubyConverter this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 222
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            getfield org.jcodings.transcode.EConv.destinationEncoding:Lorg/jcodings/Encoding;
            ifnonnull 1
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         1: .line 224
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getEncodingService:()Lorg/jruby/runtime/encoding/EncodingService;
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            getfield org.jcodings.transcode.EConv.destinationEncoding:Lorg/jcodings/Encoding;
            invokevirtual org.jruby.runtime.encoding.EncodingService.convertEncodingToRubyEncoding:(Lorg/jcodings/Encoding;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyConverter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/RubyConverter;
            0    2     1  context  Lorg/jruby/runtime/ThreadContext;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  

  public org.jruby.runtime.builtin.IRubyObject primitive_convert(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: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=21, args_size=3
        start local 0 // org.jruby.RubyConverter this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 230
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 3 /* runtime */
        start local 3 // org.jruby.Ruby runtime
         1: .line 232
            aconst_null
            astore 4 /* input */
        start local 4 // org.jruby.RubyString input
         2: .line 234
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            astore 6 /* outputByteOffsetObj */
        start local 6 // org.jruby.runtime.builtin.IRubyObject outputByteOffsetObj
         3: .line 235
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            astore 7 /* outputBytesizeObj */
        start local 7 // org.jruby.runtime.builtin.IRubyObject outputBytesizeObj
         4: .line 236
            iconst_m1
            istore 8 /* outputByteoffset */
        start local 8 // int outputByteoffset
         5: .line 237
            iconst_0
            istore 9 /* outputBytesize */
        start local 9 // int outputBytesize
         6: .line 238
            iconst_0
            istore 10 /* flags */
        start local 10 // int flags
         7: .line 240
            iconst_m1
            istore 11 /* hashArg */
        start local 11 // int hashArg
         8: .line 242
            aload 2 /* args */
            arraylength
            iconst_2
            if_icmple 14
            aload 2 /* args */
            iconst_2
            aaload
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isNil:()Z
            ifne 14
         9: .line 243
            aload 2 /* args */
            arraylength
            iconst_3
            if_icmpne 12
            aload 2 /* args */
            iconst_2
            aaload
            instanceof org.jruby.RubyHash
            ifeq 12
        10: .line 244
            iconst_2
            istore 11 /* hashArg */
        11: .line 245
            goto 14
        12: .line 246
      StackMap locals: org.jruby.RubyConverter org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject[] org.jruby.Ruby org.jruby.RubyString top org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject int int int int
      StackMap stack:
            aload 2 /* args */
            iconst_2
            aaload
            astore 6 /* outputByteOffsetObj */
        13: .line 247
            aload 2 /* args */
            iconst_2
            aaload
            invokeinterface org.jruby.runtime.builtin.IRubyObject.convertToInteger:()Lorg/jruby/RubyInteger;
            invokevirtual org.jruby.RubyInteger.getLongValue:()J
            l2i
            istore 8 /* outputByteoffset */
        14: .line 251
      StackMap locals:
      StackMap stack:
            aload 2 /* args */
            arraylength
            iconst_3
            if_icmple 20
            aload 2 /* args */
            iconst_3
            aaload
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isNil:()Z
            ifne 20
        15: .line 252
            aload 2 /* args */
            arraylength
            iconst_4
            if_icmpne 18
            aload 2 /* args */
            iconst_3
            aaload
            instanceof org.jruby.RubyHash
            ifeq 18
        16: .line 253
            iconst_3
            istore 11 /* hashArg */
        17: .line 254
            goto 20
        18: .line 255
      StackMap locals:
      StackMap stack:
            aload 2 /* args */
            iconst_3
            aaload
            astore 7 /* outputBytesizeObj */
        19: .line 256
            aload 2 /* args */
            iconst_3
            aaload
            invokeinterface org.jruby.runtime.builtin.IRubyObject.convertToInteger:()Lorg/jruby/RubyInteger;
            invokevirtual org.jruby.RubyInteger.getLongValue:()J
            l2i
            istore 9 /* outputBytesize */
        20: .line 260
      StackMap locals:
      StackMap stack:
            aload 2 /* args */
            arraylength
            iconst_4
            if_icmple 27
            aload 2 /* args */
            iconst_4
            aaload
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isNil:()Z
            ifne 27
        21: .line 261
            aload 2 /* args */
            arraylength
            iconst_5
            if_icmple 23
            aload 2 /* args */
            iconst_5
            aaload
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isNil:()Z
            ifne 23
        22: .line 262
            aload 3 /* runtime */
            aload 2 /* args */
            arraylength
            iconst_5
            invokevirtual org.jruby.Ruby.newArgumentError:(II)Lorg/jruby/exceptions/RaiseException;
            athrow
        23: .line 265
      StackMap locals:
      StackMap stack:
            aload 2 /* args */
            iconst_4
            aaload
            instanceof org.jruby.RubyHash
            ifeq 26
        24: .line 266
            iconst_4
            istore 11 /* hashArg */
        25: .line 267
            goto 27
        26: .line 268
      StackMap locals:
      StackMap stack:
            aload 2 /* args */
            iconst_4
            aaload
            invokeinterface org.jruby.runtime.builtin.IRubyObject.convertToInteger:()Lorg/jruby/RubyInteger;
            invokevirtual org.jruby.RubyInteger.getLongValue:()J
            l2i
            istore 10 /* flags */
        27: .line 273
      StackMap locals:
      StackMap stack:
            iload 11 /* hashArg */
            iconst_m1
            if_icmpeq 36
        28: .line 274
            aload 3 /* runtime */
            aload 2 /* args */
            iload 11 /* hashArg */
            aaload
            invokestatic org.jruby.util.TypeConverter.checkHashType:(Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            dup
            astore 12 /* opt */
        start local 12 // org.jruby.runtime.builtin.IRubyObject opt
        29: invokeinterface org.jruby.runtime.builtin.IRubyObject.isNil:()Z
            ifne 36
        30: .line 275
            aload 12 /* opt */
            checkcast org.jruby.RubyHash
            aload 1 /* context */
            aload 3 /* runtime */
            ldc "partial_input"
            invokevirtual org.jruby.Ruby.newSymbol:(Ljava/lang/String;)Lorg/jruby/RubySymbol;
            invokevirtual org.jruby.RubyHash.op_aref:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 13 /* v */
        start local 13 // org.jruby.runtime.builtin.IRubyObject v
        31: .line 276
            aload 13 /* v */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isTrue:()Z
            ifeq 33
        32: .line 277
            iload 10 /* flags */
            ldc 65536
            ior
            istore 10 /* flags */
        33: .line 279
      StackMap locals: org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 12 /* opt */
            checkcast org.jruby.RubyHash
            aload 1 /* context */
            aload 3 /* runtime */
            ldc "after_output"
            invokevirtual org.jruby.Ruby.newSymbol:(Ljava/lang/String;)Lorg/jruby/RubySymbol;
            invokevirtual org.jruby.RubyHash.op_aref:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 13 /* v */
        34: .line 280
            aload 13 /* v */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isTrue:()Z
            ifeq 36
        35: .line 281
            iload 10 /* flags */
            ldc 131072
            ior
            istore 10 /* flags */
        end local 13 // org.jruby.runtime.builtin.IRubyObject v
        end local 12 // org.jruby.runtime.builtin.IRubyObject opt
        36: .line 288
      StackMap locals:
      StackMap stack:
            aload 2 /* args */
            iconst_0
            aaload
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isNil:()Z
            ifeq 39
        37: .line 289
            new org.jruby.util.ByteList
            dup
            invokespecial org.jruby.util.ByteList.<init>:()V
            astore 13 /* inBytes */
        start local 13 // org.jruby.util.ByteList inBytes
        38: .line 290
            goto 42
        end local 13 // org.jruby.util.ByteList inBytes
        39: .line 291
      StackMap locals:
      StackMap stack:
            aload 2 /* args */
            iconst_0
            aaload
            invokeinterface org.jruby.runtime.builtin.IRubyObject.convertToString:()Lorg/jruby/RubyString;
            astore 4 /* input */
        40: .line 292
            aload 4 /* input */
            invokevirtual org.jruby.RubyString.modify19:()V
        41: .line 293
            aload 4 /* input */
            invokevirtual org.jruby.RubyString.getByteList:()Lorg/jruby/util/ByteList;
            astore 13 /* inBytes */
        start local 13 // org.jruby.util.ByteList inBytes
        42: .line 296
      StackMap locals: org.jruby.RubyConverter org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject[] org.jruby.Ruby org.jruby.RubyString top org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject int int int int top org.jruby.util.ByteList
      StackMap stack:
            aload 2 /* args */
            iconst_1
            aaload
            invokeinterface org.jruby.runtime.builtin.IRubyObject.convertToString:()Lorg/jruby/RubyString;
            astore 5 /* output */
        start local 5 // org.jruby.RubyString output
        43: .line 297
            aload 5 /* output */
            invokevirtual org.jruby.RubyString.modify19:()V
        44: .line 298
            aload 5 /* output */
            invokevirtual org.jruby.RubyString.getByteList:()Lorg/jruby/util/ByteList;
            astore 14 /* outBytes */
        start local 14 // org.jruby.util.ByteList outBytes
        45: .line 300
            new org.jcodings.Ptr
            dup
            invokespecial org.jcodings.Ptr.<init>:()V
            astore 15 /* inPtr */
        start local 15 // org.jcodings.Ptr inPtr
        46: .line 301
            new org.jcodings.Ptr
            dup
            invokespecial org.jcodings.Ptr.<init>:()V
            astore 16 /* outPtr */
        start local 16 // org.jcodings.Ptr outPtr
        47: .line 303
            aload 7 /* outputBytesizeObj */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isNil:()Z
            ifeq 51
        48: .line 304
            bipush 16
            istore 9 /* outputBytesize */
        49: .line 305
            aload 4 /* input */
            ifnull 51
            iload 9 /* outputBytesize */
            aload 4 /* input */
            invokevirtual org.jruby.RubyString.getByteList:()Lorg/jruby/util/ByteList;
            invokevirtual org.jruby.util.ByteList.getRealSize:()I
            if_icmpge 51
        50: .line 306
            aload 4 /* input */
            invokevirtual org.jruby.RubyString.getByteList:()Lorg/jruby/util/ByteList;
            invokevirtual org.jruby.util.ByteList.getRealSize:()I
            istore 9 /* outputBytesize */
        51: .line 311
      StackMap locals: org.jruby.RubyConverter org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject[] org.jruby.Ruby org.jruby.RubyString org.jruby.RubyString org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject int int int int top org.jruby.util.ByteList org.jruby.util.ByteList org.jcodings.Ptr org.jcodings.Ptr
      StackMap stack:
            aload 6 /* outputByteOffsetObj */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isNil:()Z
            ifeq 53
        52: .line 312
            aload 14 /* outBytes */
            invokevirtual org.jruby.util.ByteList.getRealSize:()I
            istore 8 /* outputByteoffset */
        53: .line 315
      StackMap locals:
      StackMap stack:
            iload 8 /* outputByteoffset */
            ifge 55
        54: .line 316
            aload 3 /* runtime */
            ldc "negative output offset"
            invokevirtual org.jruby.Ruby.newArgumentError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
        55: .line 319
      StackMap locals:
      StackMap stack:
            aload 14 /* outBytes */
            invokevirtual org.jruby.util.ByteList.getRealSize:()I
            iload 8 /* outputByteoffset */
            if_icmpge 57
        56: .line 320
            aload 3 /* runtime */
            ldc "output offset too big"
            invokevirtual org.jruby.Ruby.newArgumentError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
        57: .line 323
      StackMap locals:
      StackMap stack:
            iload 9 /* outputBytesize */
            ifge 59
        58: .line 324
            aload 3 /* runtime */
            ldc "negative bytesize"
            invokevirtual org.jruby.Ruby.newArgumentError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
        59: .line 327
      StackMap locals:
      StackMap stack:
            iload 8 /* outputByteoffset */
            iload 9 /* outputBytesize */
            iadd
            i2l
            lstore 17 /* outputByteEnd */
        start local 17 // long outputByteEnd
        60: .line 329
            lload 17 /* outputByteEnd */
            ldc 2147483647
            lcmp
            ifle 62
        61: .line 331
            aload 3 /* runtime */
            ldc "output offset + bytesize too big"
            invokevirtual org.jruby.Ruby.newArgumentError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
        62: .line 334
      StackMap locals: long
      StackMap stack:
            aload 14 /* outBytes */
            lload 17 /* outputByteEnd */
            l2i
            invokevirtual org.jruby.util.ByteList.ensure:(I)V
        63: .line 336
            aload 15 /* inPtr */
            aload 13 /* inBytes */
            invokevirtual org.jruby.util.ByteList.getBegin:()I
            putfield org.jcodings.Ptr.p:I
        64: .line 337
            aload 16 /* outPtr */
            aload 14 /* outBytes */
            invokevirtual org.jruby.util.ByteList.getBegin:()I
            iload 8 /* outputByteoffset */
            iadd
            putfield org.jcodings.Ptr.p:I
        65: .line 338
            aload 16 /* outPtr */
            getfield org.jcodings.Ptr.p:I
            iload 9 /* outputBytesize */
            iadd
            istore 19 /* os */
        start local 19 // int os
        66: .line 339
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            aload 13 /* inBytes */
            invokevirtual org.jruby.util.ByteList.getUnsafeBytes:()[B
            aload 15 /* inPtr */
            aload 13 /* inBytes */
            invokevirtual org.jruby.util.ByteList.getRealSize:()I
            aload 15 /* inPtr */
            getfield org.jcodings.Ptr.p:I
            iadd
            aload 14 /* outBytes */
            invokevirtual org.jruby.util.ByteList.getUnsafeBytes:()[B
            aload 16 /* outPtr */
            iload 19 /* os */
            iload 10 /* flags */
            invokevirtual org.jcodings.transcode.EConv.convert:([BLorg/jcodings/Ptr;I[BLorg/jcodings/Ptr;II)Lorg/jcodings/transcode/EConvResult;
            astore 20 /* res */
        start local 20 // org.jcodings.transcode.EConvResult res
        67: .line 341
            aload 14 /* outBytes */
            aload 16 /* outPtr */
            getfield org.jcodings.Ptr.p:I
            aload 14 /* outBytes */
            invokevirtual org.jruby.util.ByteList.begin:()I
            isub
            invokevirtual org.jruby.util.ByteList.setRealSize:(I)V
        68: .line 343
            aload 4 /* input */
            ifnull 71
        69: .line 344
            aload 4 /* input */
            invokevirtual org.jruby.RubyString.getByteList:()Lorg/jruby/util/ByteList;
            aload 13 /* inBytes */
            invokevirtual org.jruby.util.ByteList.getRealSize:()I
            aload 15 /* inPtr */
            getfield org.jcodings.Ptr.p:I
            aload 13 /* inBytes */
            invokevirtual org.jruby.util.ByteList.getBegin:()I
            isub
            isub
            invokevirtual org.jruby.util.ByteList.setRealSize:(I)V
        70: .line 345
            aload 4 /* input */
            invokevirtual org.jruby.RubyString.getByteList:()Lorg/jruby/util/ByteList;
            aload 15 /* inPtr */
            getfield org.jcodings.Ptr.p:I
            invokevirtual org.jruby.util.ByteList.setBegin:(I)V
        71: .line 348
      StackMap locals: int org.jcodings.transcode.EConvResult
      StackMap stack:
            aload 7 /* outputBytesizeObj */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isNil:()Z
            ifeq 77
            aload 20 /* res */
            getstatic org.jcodings.transcode.EConvResult.DestinationBufferFull:Lorg/jcodings/transcode/EConvResult;
            if_acmpne 77
        72: .line 349
            ldc 1073741823
            iload 9 /* outputBytesize */
            if_icmpge 74
        73: .line 350
            aload 3 /* runtime */
            ldc "too long conversion result"
            invokevirtual org.jruby.Ruby.newArgumentError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
        74: .line 352
      StackMap locals:
      StackMap stack:
            iload 9 /* outputBytesize */
            iconst_2
            imul
            istore 9 /* outputBytesize */
        75: .line 353
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            astore 6 /* outputByteOffsetObj */
        76: .line 354
            goto 51
        77: .line 357
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            getfield org.jcodings.transcode.EConv.destinationEncoding:Lorg/jcodings/Encoding;
            ifnull 79
        78: .line 358
            aload 14 /* outBytes */
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            getfield org.jcodings.transcode.EConv.destinationEncoding:Lorg/jcodings/Encoding;
            invokevirtual org.jruby.util.ByteList.setEncoding:(Lorg/jcodings/Encoding;)V
        79: .line 361
      StackMap locals:
      StackMap stack:
            aload 3 /* runtime */
            aload 20 /* res */
            invokevirtual org.jcodings.transcode.EConvResult.symbolicName:()Ljava/lang/String;
            invokevirtual org.jruby.Ruby.newSymbol:(Ljava/lang/String;)Lorg/jruby/RubySymbol;
            areturn
        end local 20 // org.jcodings.transcode.EConvResult res
        end local 19 // int os
        end local 17 // long outputByteEnd
        end local 16 // org.jcodings.Ptr outPtr
        end local 15 // org.jcodings.Ptr inPtr
        end local 14 // org.jruby.util.ByteList outBytes
        end local 13 // org.jruby.util.ByteList inBytes
        end local 11 // int hashArg
        end local 10 // int flags
        end local 9 // int outputBytesize
        end local 8 // int outputByteoffset
        end local 7 // org.jruby.runtime.builtin.IRubyObject outputBytesizeObj
        end local 6 // org.jruby.runtime.builtin.IRubyObject outputByteOffsetObj
        end local 5 // org.jruby.RubyString output
        end local 4 // org.jruby.RubyString input
        end local 3 // org.jruby.Ruby runtime
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyConverter this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   80     0                 this  Lorg/jruby/RubyConverter;
            0   80     1              context  Lorg/jruby/runtime/ThreadContext;
            0   80     2                 args  [Lorg/jruby/runtime/builtin/IRubyObject;
            1   80     3              runtime  Lorg/jruby/Ruby;
            2   80     4                input  Lorg/jruby/RubyString;
           43   80     5               output  Lorg/jruby/RubyString;
            3   80     6  outputByteOffsetObj  Lorg/jruby/runtime/builtin/IRubyObject;
            4   80     7    outputBytesizeObj  Lorg/jruby/runtime/builtin/IRubyObject;
            5   80     8     outputByteoffset  I
            6   80     9       outputBytesize  I
            7   80    10                flags  I
            8   80    11              hashArg  I
           29   36    12                  opt  Lorg/jruby/runtime/builtin/IRubyObject;
           31   36    13                    v  Lorg/jruby/runtime/builtin/IRubyObject;
           38   39    13              inBytes  Lorg/jruby/util/ByteList;
           42   80    13              inBytes  Lorg/jruby/util/ByteList;
           45   80    14             outBytes  Lorg/jruby/util/ByteList;
           46   80    15                inPtr  Lorg/jcodings/Ptr;
           47   80    16               outPtr  Lorg/jcodings/Ptr;
           60   80    17        outputByteEnd  J
           66   80    19                   os  I
           67   80    20                  res  Lorg/jcodings/transcode/EConvResult;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(required = 2, optional = 4)
    MethodParameters:
         Name  Flags
      context  
      args     

  public org.jruby.runtime.builtin.IRubyObject convert(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: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=3
        start local 0 // org.jruby.RubyConverter this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject srcBuffer
         0: .line 367
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 3 /* runtime */
        start local 3 // org.jruby.Ruby runtime
         1: .line 368
            aload 2 /* srcBuffer */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.convertToString:()Lorg/jruby/RubyString;
            astore 4 /* orig */
        start local 4 // org.jruby.RubyString orig
         2: .line 371
            iconst_5
            anewarray org.jruby.runtime.builtin.IRubyObject
            dup
            iconst_0
         3: .line 372
            aload 4 /* orig */
            invokevirtual org.jruby.RubyString.dup:()Lorg/jruby/runtime/builtin/IRubyObject;
            aastore
            dup
            iconst_1
         4: .line 373
            aload 3 /* runtime */
            invokevirtual org.jruby.Ruby.newString:()Lorg/jruby/RubyString;
            dup
            astore 5 /* dest */
        start local 5 // org.jruby.runtime.builtin.IRubyObject dest
         5: aastore
            dup
            iconst_2
         6: .line 374
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            aastore
            dup
            iconst_3
         7: .line 375
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            aastore
            dup
            iconst_4
         8: .line 376
            aload 3 /* runtime */
            ldc 65536
            invokevirtual org.jruby.Ruby.newFixnum:(I)Lorg/jruby/RubyFixnum;
            aastore
         9: .line 371
            astore 6 /* newArgs */
        start local 6 // org.jruby.runtime.builtin.IRubyObject[] newArgs
        10: .line 379
            aload 0 /* this */
            aload 1 /* context */
            aload 6 /* newArgs */
            invokevirtual org.jruby.RubyConverter.primitive_convert:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 7 /* ret */
        start local 7 // org.jruby.runtime.builtin.IRubyObject ret
        11: .line 381
            aload 7 /* ret */
            instanceof org.jruby.RubySymbol
            ifeq 22
        12: .line 382
            aload 7 /* ret */
            checkcast org.jruby.RubySymbol
            astore 8 /* retSym */
        start local 8 // org.jruby.RubySymbol retSym
        13: .line 383
            aload 8 /* retSym */
            invokevirtual org.jruby.RubySymbol.asJavaString:()Ljava/lang/String;
            astore 9 /* retStr */
        start local 9 // java.lang.String retStr
        14: .line 385
            aload 9 /* retStr */
            getstatic org.jcodings.transcode.EConvResult.InvalidByteSequence:Lorg/jcodings/transcode/EConvResult;
            invokevirtual org.jcodings.transcode.EConvResult.symbolicName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 17
        15: .line 386
            aload 9 /* retStr */
            getstatic org.jcodings.transcode.EConvResult.UndefinedConversion:Lorg/jcodings/transcode/EConvResult;
            invokevirtual org.jcodings.transcode.EConvResult.symbolicName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 17
        16: .line 387
            aload 9 /* retStr */
            getstatic org.jcodings.transcode.EConvResult.IncompleteInput:Lorg/jcodings/transcode/EConvResult;
            invokevirtual org.jcodings.transcode.EConvResult.symbolicName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 18
        17: .line 388
      StackMap locals: org.jruby.RubyConverter org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.Ruby org.jruby.RubyString org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject[] org.jruby.runtime.builtin.IRubyObject org.jruby.RubySymbol java.lang.String
      StackMap stack:
            aload 3 /* runtime */
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            invokestatic org.jruby.util.io.EncodingUtils.makeEconvException:(Lorg/jruby/Ruby;Lorg/jcodings/transcode/EConv;)Lorg/jruby/exceptions/RaiseException;
            athrow
        18: .line 391
      StackMap locals:
      StackMap stack:
            aload 9 /* retStr */
            getstatic org.jcodings.transcode.EConvResult.Finished:Lorg/jcodings/transcode/EConvResult;
            invokevirtual org.jcodings.transcode.EConvResult.symbolicName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 20
        19: .line 392
            aload 3 /* runtime */
            ldc "converter already finished"
            invokevirtual org.jruby.Ruby.newArgumentError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
        20: .line 395
      StackMap locals:
      StackMap stack:
            aload 9 /* retStr */
            getstatic org.jcodings.transcode.EConvResult.SourceBufferEmpty:Lorg/jcodings/transcode/EConvResult;
            invokevirtual org.jcodings.transcode.EConvResult.symbolicName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 22
        21: .line 396
            aload 3 /* runtime */
            new java.lang.StringBuilder
            dup
            ldc "bug: unexpected result of primitive_convert: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 8 /* retSym */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.jruby.Ruby.newRuntimeError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
        end local 9 // java.lang.String retStr
        end local 8 // org.jruby.RubySymbol retSym
        22: .line 400
      StackMap locals:
      StackMap stack:
            aload 5 /* dest */
            aload 4 /* orig */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.infectBy:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
        23: .line 402
            aload 5 /* dest */
            areturn
        end local 7 // org.jruby.runtime.builtin.IRubyObject ret
        end local 6 // org.jruby.runtime.builtin.IRubyObject[] newArgs
        end local 5 // org.jruby.runtime.builtin.IRubyObject dest
        end local 4 // org.jruby.RubyString orig
        end local 3 // org.jruby.Ruby runtime
        end local 2 // org.jruby.runtime.builtin.IRubyObject srcBuffer
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyConverter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   24     0       this  Lorg/jruby/RubyConverter;
            0   24     1    context  Lorg/jruby/runtime/ThreadContext;
            0   24     2  srcBuffer  Lorg/jruby/runtime/builtin/IRubyObject;
            1   24     3    runtime  Lorg/jruby/Ruby;
            2   24     4       orig  Lorg/jruby/RubyString;
            5   24     5       dest  Lorg/jruby/runtime/builtin/IRubyObject;
           10   24     6    newArgs  [Lorg/jruby/runtime/builtin/IRubyObject;
           11   24     7        ret  Lorg/jruby/runtime/builtin/IRubyObject;
           13   22     8     retSym  Lorg/jruby/RubySymbol;
           14   22     9     retStr  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
           Name  Flags
      context    
      srcBuffer  

  public org.jruby.runtime.builtin.IRubyObject finish(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // org.jruby.RubyConverter this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 407
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 2 /* runtime */
        start local 2 // org.jruby.Ruby runtime
         1: .line 410
            iconst_5
            anewarray org.jruby.runtime.builtin.IRubyObject
            dup
            iconst_0
         2: .line 411
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            aastore
            dup
            iconst_1
         3: .line 412
            aload 2 /* runtime */
            invokevirtual org.jruby.Ruby.newString:()Lorg/jruby/RubyString;
            dup
            astore 3 /* dest */
        start local 3 // org.jruby.runtime.builtin.IRubyObject dest
         4: aastore
            dup
            iconst_2
         5: .line 413
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            aastore
            dup
            iconst_3
         6: .line 414
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            aastore
            dup
            iconst_4
         7: .line 415
            aload 2 /* runtime */
            iconst_0
            invokevirtual org.jruby.Ruby.newFixnum:(I)Lorg/jruby/RubyFixnum;
            aastore
         8: .line 410
            astore 4 /* newArgs */
        start local 4 // org.jruby.runtime.builtin.IRubyObject[] newArgs
         9: .line 418
            aload 0 /* this */
            aload 1 /* context */
            aload 4 /* newArgs */
            invokevirtual org.jruby.RubyConverter.primitive_convert:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 5 /* ret */
        start local 5 // org.jruby.runtime.builtin.IRubyObject ret
        10: .line 420
            aload 5 /* ret */
            instanceof org.jruby.RubySymbol
            ifeq 19
        11: .line 421
            aload 5 /* ret */
            checkcast org.jruby.RubySymbol
            astore 6 /* retSym */
        start local 6 // org.jruby.RubySymbol retSym
        12: .line 422
            aload 6 /* retSym */
            invokevirtual org.jruby.RubySymbol.asJavaString:()Ljava/lang/String;
            astore 7 /* retStr */
        start local 7 // java.lang.String retStr
        13: .line 424
            aload 7 /* retStr */
            getstatic org.jcodings.transcode.EConvResult.InvalidByteSequence:Lorg/jcodings/transcode/EConvResult;
            invokevirtual org.jcodings.transcode.EConvResult.symbolicName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 16
        14: .line 425
            aload 7 /* retStr */
            getstatic org.jcodings.transcode.EConvResult.UndefinedConversion:Lorg/jcodings/transcode/EConvResult;
            invokevirtual org.jcodings.transcode.EConvResult.symbolicName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 16
        15: .line 426
            aload 7 /* retStr */
            getstatic org.jcodings.transcode.EConvResult.IncompleteInput:Lorg/jcodings/transcode/EConvResult;
            invokevirtual org.jcodings.transcode.EConvResult.symbolicName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 17
        16: .line 427
      StackMap locals: org.jruby.RubyConverter org.jruby.runtime.ThreadContext org.jruby.Ruby org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject[] org.jruby.runtime.builtin.IRubyObject org.jruby.RubySymbol java.lang.String
      StackMap stack:
            aload 2 /* runtime */
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            invokestatic org.jruby.util.io.EncodingUtils.makeEconvException:(Lorg/jruby/Ruby;Lorg/jcodings/transcode/EConv;)Lorg/jruby/exceptions/RaiseException;
            athrow
        17: .line 430
      StackMap locals:
      StackMap stack:
            aload 7 /* retStr */
            getstatic org.jcodings.transcode.EConvResult.Finished:Lorg/jcodings/transcode/EConvResult;
            invokevirtual org.jcodings.transcode.EConvResult.symbolicName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 19
        18: .line 431
            aload 2 /* runtime */
            ldc "bug: unexpected result of primitive_convert"
            invokevirtual org.jruby.Ruby.newRuntimeError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
        end local 7 // java.lang.String retStr
        end local 6 // org.jruby.RubySymbol retSym
        19: .line 435
      StackMap locals:
      StackMap stack:
            aload 3 /* dest */
            areturn
        end local 5 // org.jruby.runtime.builtin.IRubyObject ret
        end local 4 // org.jruby.runtime.builtin.IRubyObject[] newArgs
        end local 3 // org.jruby.runtime.builtin.IRubyObject dest
        end local 2 // org.jruby.Ruby runtime
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyConverter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   20     0     this  Lorg/jruby/RubyConverter;
            0   20     1  context  Lorg/jruby/runtime/ThreadContext;
            1   20     2  runtime  Lorg/jruby/Ruby;
            4   20     3     dest  Lorg/jruby/runtime/builtin/IRubyObject;
            9   20     4  newArgs  [Lorg/jruby/runtime/builtin/IRubyObject;
           10   20     5      ret  Lorg/jruby/runtime/builtin/IRubyObject;
           12   19     6   retSym  Lorg/jruby/RubySymbol;
           13   19     7   retStr  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  

  public org.jruby.runtime.builtin.IRubyObject replacement(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=3, args_size=2
        start local 0 // org.jruby.RubyConverter this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 440
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            invokevirtual org.jcodings.transcode.EConv.makeReplacement:()I
            istore 2 /* ret */
        start local 2 // int ret
         1: .line 442
            iload 2 /* ret */
            iconst_m1
            if_icmpne 3
         2: .line 443
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            ldc "replacement character setup failed"
            invokevirtual org.jruby.Ruby.newUndefinedConversionError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
         3: .line 446
      StackMap locals: int
      StackMap stack:
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            new org.jruby.util.ByteList
            dup
         4: .line 447
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            getfield org.jcodings.transcode.EConv.replacementString:[B
         5: .line 448
            iconst_0
         6: .line 449
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            getfield org.jcodings.transcode.EConv.replacementLength:I
         7: .line 450
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getEncodingService:()Lorg/jruby/runtime/encoding/EncodingService;
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            getfield org.jcodings.transcode.EConv.replacementEncoding:[B
            invokevirtual org.jruby.runtime.encoding.EncodingService.findEncodingOrAliasEntry:([B)Lorg/jcodings/EncodingDB$Entry;
            invokevirtual org.jcodings.EncodingDB$Entry.getEncoding:()Lorg/jcodings/Encoding;
            iconst_1
            invokespecial org.jruby.util.ByteList.<init>:([BIILorg/jcodings/Encoding;Z)V
         8: .line 446
            invokevirtual org.jruby.Ruby.newString:(Lorg/jruby/util/ByteList;)Lorg/jruby/RubyString;
            areturn
        end local 2 // int ret
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyConverter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/jruby/RubyConverter;
            0    9     1  context  Lorg/jruby/runtime/ThreadContext;
            1    9     2      ret  I
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  

  public org.jruby.runtime.builtin.IRubyObject replacement_set(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: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // org.jruby.RubyConverter this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject arg
         0: .line 455
            aload 2 /* arg */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.convertToString:()Lorg/jruby/RubyString;
            astore 3 /* string */
        start local 3 // org.jruby.RubyString string
         1: .line 456
            aload 3 /* string */
            invokevirtual org.jruby.RubyString.getByteList:()Lorg/jruby/util/ByteList;
            astore 4 /* stringBytes */
        start local 4 // org.jruby.util.ByteList stringBytes
         2: .line 457
            aload 3 /* string */
            invokevirtual org.jruby.RubyString.getEncoding:()Lorg/jcodings/Encoding;
            astore 5 /* enc */
        start local 5 // org.jcodings.Encoding enc
         3: .line 459
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            aload 4 /* stringBytes */
            invokevirtual org.jruby.util.ByteList.getUnsafeBytes:()[B
            aload 4 /* stringBytes */
            invokevirtual org.jruby.util.ByteList.getBegin:()I
            aload 4 /* stringBytes */
            invokevirtual org.jruby.util.ByteList.getRealSize:()I
            aload 5 /* enc */
            invokevirtual org.jcodings.Encoding.getName:()[B
            invokevirtual org.jcodings.transcode.EConv.setReplacement:([BII[B)I
            istore 6 /* ret */
        start local 6 // int ret
         4: .line 461
            iload 6 /* ret */
            iconst_m1
            if_icmpne 6
         5: .line 462
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            ldc "replacement character setup failed"
            invokevirtual org.jruby.Ruby.newUndefinedConversionError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
         6: .line 465
      StackMap locals: org.jruby.RubyConverter org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.RubyString org.jruby.util.ByteList org.jcodings.Encoding int
      StackMap stack:
            aload 2 /* arg */
            areturn
        end local 6 // int ret
        end local 5 // org.jcodings.Encoding enc
        end local 4 // org.jruby.util.ByteList stringBytes
        end local 3 // org.jruby.RubyString string
        end local 2 // org.jruby.runtime.builtin.IRubyObject arg
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyConverter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lorg/jruby/RubyConverter;
            0    7     1      context  Lorg/jruby/runtime/ThreadContext;
            0    7     2          arg  Lorg/jruby/runtime/builtin/IRubyObject;
            1    7     3       string  Lorg/jruby/RubyString;
            2    7     4  stringBytes  Lorg/jruby/util/ByteList;
            3    7     5          enc  Lorg/jcodings/Encoding;
            4    7     6          ret  I
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"replacement="})
    MethodParameters:
         Name  Flags
      context  
      arg      

  public static org.jruby.runtime.builtin.IRubyObject asciicompat_encoding(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=7, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
        start local 2 // org.jruby.runtime.builtin.IRubyObject strOrEnc
         0: .line 470
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 3 /* runtime */
        start local 3 // org.jruby.Ruby runtime
         1: .line 471
            aload 3 /* runtime */
            invokevirtual org.jruby.Ruby.getEncodingService:()Lorg/jruby/runtime/encoding/EncodingService;
            astore 4 /* encodingService */
        start local 4 // org.jruby.runtime.encoding.EncodingService encodingService
         2: .line 473
            aload 4 /* encodingService */
            aload 2 /* strOrEnc */
            invokevirtual org.jruby.runtime.encoding.EncodingService.getEncodingFromObjectNoError:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jcodings/Encoding;
            astore 5 /* encoding */
        start local 5 // org.jcodings.Encoding encoding
         3: .line 475
            aload 5 /* encoding */
            ifnonnull 5
         4: .line 476
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         5: .line 479
      StackMap locals: org.jruby.Ruby org.jruby.runtime.encoding.EncodingService org.jcodings.Encoding
      StackMap stack:
            aload 5 /* encoding */
            invokevirtual org.jcodings.Encoding.isAsciiCompatible:()Z
            ifeq 7
         6: .line 480
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         7: .line 483
      StackMap locals:
      StackMap stack:
            getstatic org.jruby.RubyConverter.NONASCII_TO_ASCII:Ljava/util/Map;
            aload 5 /* encoding */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.jcodings.Encoding
            astore 6 /* asciiCompat */
        start local 6 // org.jcodings.Encoding asciiCompat
         8: .line 485
            aload 6 /* asciiCompat */
            ifnonnull 10
         9: .line 486
            aload 3 /* runtime */
            new java.lang.StringBuilder
            dup
            ldc "no ASCII compatible encoding found for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* strOrEnc */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.jruby.Ruby.newConverterNotFoundError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
        10: .line 489
      StackMap locals: org.jcodings.Encoding
      StackMap stack:
            aload 4 /* encodingService */
            aload 6 /* asciiCompat */
            invokevirtual org.jruby.runtime.encoding.EncodingService.convertEncodingToRubyEncoding:(Lorg/jcodings/Encoding;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 6 // org.jcodings.Encoding asciiCompat
        end local 5 // org.jcodings.Encoding encoding
        end local 4 // org.jruby.runtime.encoding.EncodingService encodingService
        end local 3 // org.jruby.Ruby runtime
        end local 2 // org.jruby.runtime.builtin.IRubyObject strOrEnc
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   11     0          context  Lorg/jruby/runtime/ThreadContext;
            0   11     1             self  Lorg/jruby/runtime/builtin/IRubyObject;
            0   11     2         strOrEnc  Lorg/jruby/runtime/builtin/IRubyObject;
            1   11     3          runtime  Lorg/jruby/Ruby;
            2   11     4  encodingService  Lorg/jruby/runtime/encoding/EncodingService;
            3   11     5         encoding  Lorg/jcodings/Encoding;
            8   11     6      asciiCompat  Lorg/jcodings/Encoding;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(meta = true)
    MethodParameters:
          Name  Flags
      context   
      self      
      strOrEnc  

  public org.jruby.runtime.builtin.IRubyObject last_error(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jruby.RubyConverter this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 494
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            invokestatic org.jruby.util.io.EncodingUtils.makeEconvException:(Lorg/jruby/Ruby;Lorg/jcodings/transcode/EConv;)Lorg/jruby/exceptions/RaiseException;
            astore 2 /* re */
        start local 2 // org.jruby.exceptions.RaiseException re
         1: .line 496
            aload 2 /* re */
            ifnull 2
            aload 2 /* re */
            invokevirtual org.jruby.exceptions.RaiseException.getException:()Lorg/jruby/RubyException;
            areturn
         2: .line 498
      StackMap locals: org.jruby.exceptions.RaiseException
      StackMap stack:
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 2 // org.jruby.exceptions.RaiseException re
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyConverter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/RubyConverter;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            1    3     2       re  Lorg/jruby/exceptions/RaiseException;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  

  public org.jruby.runtime.builtin.IRubyObject primitive_errinfo(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // org.jruby.RubyConverter this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 503
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 2 /* runtime */
        start local 2 // org.jruby.Ruby runtime
         1: .line 505
            iconst_5
            anewarray org.jruby.runtime.builtin.IRubyObject
            dup
            iconst_0
         2: .line 506
            aload 2 /* runtime */
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            getfield org.jcodings.transcode.EConv.lastError:Lorg/jcodings/transcode/EConv$LastError;
            invokevirtual org.jcodings.transcode.EConv$LastError.getResult:()Lorg/jcodings/transcode/EConvResult;
            invokevirtual org.jcodings.transcode.EConvResult.symbolicName:()Ljava/lang/String;
            invokevirtual org.jruby.Ruby.newSymbol:(Ljava/lang/String;)Lorg/jruby/RubySymbol;
            aastore
            dup
            iconst_1
         3: .line 507
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            aastore
            dup
            iconst_2
         4: .line 508
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            aastore
            dup
            iconst_3
         5: .line 509
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            aastore
            dup
            iconst_4
         6: .line 510
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            aastore
         7: .line 505
            astore 3 /* values */
        start local 3 // org.jruby.runtime.builtin.IRubyObject[] values
         8: .line 513
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            getfield org.jcodings.transcode.EConv.lastError:Lorg/jcodings/transcode/EConv$LastError;
            invokevirtual org.jcodings.transcode.EConv$LastError.getSource:()[B
            ifnull 10
         9: .line 514
            aload 3 /* values */
            iconst_1
            aload 2 /* runtime */
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            getfield org.jcodings.transcode.EConv.lastError:Lorg/jcodings/transcode/EConv$LastError;
            invokevirtual org.jcodings.transcode.EConv$LastError.getSource:()[B
            invokestatic org.jruby.RubyString.newString:(Lorg/jruby/Ruby;[B)Lorg/jruby/RubyString;
            aastore
        10: .line 517
      StackMap locals: org.jruby.Ruby org.jruby.runtime.builtin.IRubyObject[]
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            getfield org.jcodings.transcode.EConv.lastError:Lorg/jcodings/transcode/EConv$LastError;
            invokevirtual org.jcodings.transcode.EConv$LastError.getDestination:()[B
            ifnull 12
        11: .line 518
            aload 3 /* values */
            iconst_2
            aload 2 /* runtime */
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            getfield org.jcodings.transcode.EConv.lastError:Lorg/jcodings/transcode/EConv$LastError;
            invokevirtual org.jcodings.transcode.EConv$LastError.getDestination:()[B
            invokestatic org.jruby.RubyString.newString:(Lorg/jruby/Ruby;[B)Lorg/jruby/RubyString;
            aastore
        12: .line 521
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            getfield org.jcodings.transcode.EConv.lastError:Lorg/jcodings/transcode/EConv$LastError;
            invokevirtual org.jcodings.transcode.EConv$LastError.getErrorBytes:()[B
            ifnull 15
        13: .line 522
            aload 3 /* values */
            iconst_3
            aload 2 /* runtime */
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            getfield org.jcodings.transcode.EConv.lastError:Lorg/jcodings/transcode/EConv$LastError;
            invokevirtual org.jcodings.transcode.EConv$LastError.getErrorBytes:()[B
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            getfield org.jcodings.transcode.EConv.lastError:Lorg/jcodings/transcode/EConv$LastError;
            invokevirtual org.jcodings.transcode.EConv$LastError.getErrorBytesP:()I
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            getfield org.jcodings.transcode.EConv.lastError:Lorg/jcodings/transcode/EConv$LastError;
            invokevirtual org.jcodings.transcode.EConv$LastError.getErrorBytesLength:()I
            invokestatic org.jruby.RubyString.newString:(Lorg/jruby/Ruby;[BII)Lorg/jruby/RubyString;
            aastore
        14: .line 523
            aload 3 /* values */
            iconst_4
            aload 2 /* runtime */
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            getfield org.jcodings.transcode.EConv.lastError:Lorg/jcodings/transcode/EConv$LastError;
            invokevirtual org.jcodings.transcode.EConv$LastError.getErrorBytes:()[B
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            getfield org.jcodings.transcode.EConv.lastError:Lorg/jcodings/transcode/EConv$LastError;
            invokevirtual org.jcodings.transcode.EConv$LastError.getErrorBytesP:()I
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            getfield org.jcodings.transcode.EConv.lastError:Lorg/jcodings/transcode/EConv$LastError;
            invokevirtual org.jcodings.transcode.EConv$LastError.getErrorBytesLength:()I
            iadd
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            getfield org.jcodings.transcode.EConv.lastError:Lorg/jcodings/transcode/EConv$LastError;
            invokevirtual org.jcodings.transcode.EConv$LastError.getReadAgainLength:()I
            invokestatic org.jruby.RubyString.newString:(Lorg/jruby/Ruby;[BII)Lorg/jruby/RubyString;
            aastore
        15: .line 526
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 3 /* values */
            invokestatic org.jruby.RubyArray.newArrayMayCopy:(Lorg/jruby/Ruby;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyArray;
            astore 4 /* ary */
        start local 4 // org.jruby.RubyArray ary
        16: .line 528
            aload 4 /* ary */
            areturn
        end local 4 // org.jruby.RubyArray ary
        end local 3 // org.jruby.runtime.builtin.IRubyObject[] values
        end local 2 // org.jruby.Ruby runtime
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyConverter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   17     0     this  Lorg/jruby/RubyConverter;
            0   17     1  context  Lorg/jruby/runtime/ThreadContext;
            1   17     2  runtime  Lorg/jruby/Ruby;
            8   17     3   values  [Lorg/jruby/runtime/builtin/IRubyObject;
           16   17     4      ary  Lorg/jruby/RubyArray;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  

  public static org.jruby.runtime.builtin.IRubyObject search_convpath(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=8, locals=10, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] argv
         0: .line 533
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 3 /* runtime */
        start local 3 // org.jruby.Ruby runtime
         1: .line 534
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            astore 4 /* nil */
        start local 4 // org.jruby.runtime.builtin.IRubyObject nil
         2: .line 535
            iconst_2
            anewarray byte[]
            astore 5 /* encNames */
        start local 5 // byte[][] encNames
         3: .line 536
            iconst_2
            anewarray org.jcodings.Encoding
            astore 6 /* encs */
        start local 6 // org.jcodings.Encoding[] encs
         4: .line 537
            iconst_1
            newarray 10
            astore 7 /* ecflags_p */
        start local 7 // int[] ecflags_p
         5: .line 538
            iconst_1
            anewarray org.jruby.runtime.builtin.IRubyObject
            dup
            iconst_0
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            aastore
            astore 8 /* ecopts_p */
        start local 8 // org.jruby.runtime.builtin.IRubyObject[] ecopts_p
         6: .line 539
            iconst_1
            anewarray org.jruby.runtime.builtin.IRubyObject
            dup
            iconst_0
            aload 4 /* nil */
            aastore
            astore 9 /* convpath */
        start local 9 // org.jruby.runtime.builtin.IRubyObject[] convpath
         7: .line 541
            aload 0 /* context */
            aload 2 /* argv */
            aload 5 /* encNames */
            aload 6 /* encs */
            aload 7 /* ecflags_p */
            aload 8 /* ecopts_p */
            invokestatic org.jruby.util.io.EncodingUtils.econvArgs:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;[[B[Lorg/jcodings/Encoding;[I[Lorg/jruby/runtime/builtin/IRubyObject;)V
         8: .line 543
            aload 5 /* encNames */
            iconst_0
            aaload
            aload 5 /* encNames */
            iconst_1
            aaload
            new org.jruby.RubyConverter$2
            dup
            aload 3 /* runtime */
            aload 9 /* convpath */
            aload 4 /* nil */
            aload 5 /* encNames */
            invokespecial org.jruby.RubyConverter$2.<init>:(Lorg/jruby/Ruby;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[[B)V
            invokestatic org.jcodings.transcode.TranscoderDB.searchPath:([B[BLorg/jcodings/transcode/TranscoderDB$SearchPathCallback;)I
            pop
         9: .line 565
            aload 9 /* convpath */
            iconst_0
            aaload
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isNil:()Z
            ifeq 11
        10: .line 566
            aload 0 /* context */
            aload 5 /* encNames */
            iconst_0
            aaload
            aload 5 /* encNames */
            iconst_1
            aaload
            iconst_0
            invokestatic org.jruby.util.io.EncodingUtils.econvOpenExc:(Lorg/jruby/runtime/ThreadContext;[B[BI)Lorg/jruby/exceptions/RaiseException;
            athrow
        11: .line 569
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject[] org.jruby.Ruby org.jruby.runtime.builtin.IRubyObject byte[][] org.jcodings.Encoding[] int[] org.jruby.runtime.builtin.IRubyObject[] org.jruby.runtime.builtin.IRubyObject[]
      StackMap stack:
            aload 0 /* context */
            aload 9 /* convpath */
            iconst_0
            aaload
            aload 7 /* ecflags_p */
            iconst_0
            iaload
            invokestatic org.jruby.util.io.EncodingUtils.decorateConvpath:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;I)I
            iconst_m1
            if_icmpne 13
        12: .line 570
            aload 0 /* context */
            aload 5 /* encNames */
            iconst_0
            aaload
            aload 5 /* encNames */
            iconst_1
            aaload
            aload 7 /* ecflags_p */
            iconst_0
            iaload
            invokestatic org.jruby.util.io.EncodingUtils.econvOpenExc:(Lorg/jruby/runtime/ThreadContext;[B[BI)Lorg/jruby/exceptions/RaiseException;
            athrow
        13: .line 573
      StackMap locals:
      StackMap stack:
            aload 9 /* convpath */
            iconst_0
            aaload
            areturn
        end local 9 // org.jruby.runtime.builtin.IRubyObject[] convpath
        end local 8 // org.jruby.runtime.builtin.IRubyObject[] ecopts_p
        end local 7 // int[] ecflags_p
        end local 6 // org.jcodings.Encoding[] encs
        end local 5 // byte[][] encNames
        end local 4 // org.jruby.runtime.builtin.IRubyObject nil
        end local 3 // org.jruby.Ruby runtime
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] argv
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0    context  Lorg/jruby/runtime/ThreadContext;
            0   14     1       self  Lorg/jruby/runtime/builtin/IRubyObject;
            0   14     2       argv  [Lorg/jruby/runtime/builtin/IRubyObject;
            1   14     3    runtime  Lorg/jruby/Ruby;
            2   14     4        nil  Lorg/jruby/runtime/builtin/IRubyObject;
            3   14     5   encNames  [[B
            4   14     6       encs  [Lorg/jcodings/Encoding;
            5   14     7  ecflags_p  [I
            6   14     8   ecopts_p  [Lorg/jruby/runtime/builtin/IRubyObject;
            7   14     9   convpath  [Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(meta = true, required = 2, optional = 1)
    MethodParameters:
         Name  Flags
      context  
      self     
      argv     

  public org.jruby.runtime.builtin.IRubyObject insert_output(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: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // org.jruby.RubyConverter this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject string
         0: .line 579
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 3 /* runtime */
        start local 3 // org.jruby.Ruby runtime
         1: .line 584
            aload 2 /* string */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.convertToString:()Lorg/jruby/RubyString;
            astore 2 /* string */
         2: .line 585
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            invokevirtual org.jcodings.transcode.EConv.encodingToInsertOutput:()[B
            astore 4 /* insertEnc */
        start local 4 // byte[] insertEnc
         3: .line 587
            aload 1 /* context */
         4: .line 588
            aload 2 /* string */
         5: .line 589
            aload 3 /* runtime */
            invokevirtual org.jruby.Ruby.getEncodingService:()Lorg/jruby/runtime/encoding/EncodingService;
            aload 4 /* insertEnc */
            invokevirtual org.jruby.runtime.encoding.EncodingService.findEncodingObject:([B)Lorg/jruby/runtime/builtin/IRubyObject;
         6: .line 590
            iconst_0
         7: .line 591
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
         8: .line 586
            invokestatic org.jruby.util.io.EncodingUtils.rbStrEncode:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;ILorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 2 /* string */
         9: .line 593
            aload 2 /* string */
            checkcast org.jruby.RubyString
            invokevirtual org.jruby.RubyString.getByteList:()Lorg/jruby/util/ByteList;
            astore 6 /* stringBL */
        start local 6 // org.jruby.util.ByteList stringBL
        10: .line 594
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            aload 6 /* stringBL */
            invokevirtual org.jruby.util.ByteList.getUnsafeBytes:()[B
            aload 6 /* stringBL */
            invokevirtual org.jruby.util.ByteList.getBegin:()I
            aload 6 /* stringBL */
            invokevirtual org.jruby.util.ByteList.getRealSize:()I
            aload 4 /* insertEnc */
            invokevirtual org.jcodings.transcode.EConv.insertOutput:([BII[B)I
            istore 5 /* ret */
        start local 5 // int ret
        11: .line 595
            iload 5 /* ret */
            iconst_m1
            if_icmpne 13
        12: .line 596
            aload 3 /* runtime */
            ldc "too big string"
            invokevirtual org.jruby.Ruby.newArgumentError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
        13: .line 599
      StackMap locals: org.jruby.RubyConverter org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.Ruby byte[] int org.jruby.util.ByteList
      StackMap stack:
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 6 // org.jruby.util.ByteList stringBL
        end local 5 // int ret
        end local 4 // byte[] insertEnc
        end local 3 // org.jruby.Ruby runtime
        end local 2 // org.jruby.runtime.builtin.IRubyObject string
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyConverter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Lorg/jruby/RubyConverter;
            0   14     1    context  Lorg/jruby/runtime/ThreadContext;
            0   14     2     string  Lorg/jruby/runtime/builtin/IRubyObject;
            1   14     3    runtime  Lorg/jruby/Ruby;
            3   14     4  insertEnc  [B
           11   14     5        ret  I
           10   14     6   stringBL  Lorg/jruby/util/ByteList;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  
      string   

  public org.jruby.runtime.builtin.IRubyObject putback(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: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=3
        start local 0 // org.jruby.RubyConverter this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] argv
         0: .line 606
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 3 /* runtime */
        start local 3 // org.jruby.Ruby runtime
         1: .line 611
            aload 2 /* argv */
            arraylength
            ifne 4
         2: .line 612
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            astore 7 /* max */
        start local 7 // org.jruby.runtime.builtin.IRubyObject max
         3: .line 613
            goto 5
        end local 7 // org.jruby.runtime.builtin.IRubyObject max
         4: .line 614
      StackMap locals: org.jruby.Ruby
      StackMap stack:
            aload 2 /* argv */
            iconst_0
            aaload
            astore 7 /* max */
        start local 7 // org.jruby.runtime.builtin.IRubyObject max
         5: .line 617
      StackMap locals: org.jruby.RubyConverter org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject[] org.jruby.Ruby top top top org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 7 /* max */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isNil:()Z
            ifeq 8
         6: .line 618
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            invokevirtual org.jcodings.transcode.EConv.putbackable:()I
            istore 4 /* n */
        start local 4 // int n
         7: .line 619
            goto 12
        end local 4 // int n
         8: .line 620
      StackMap locals:
      StackMap stack:
            aload 7 /* max */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.convertToInteger:()Lorg/jruby/RubyInteger;
            invokevirtual org.jruby.RubyInteger.getLongValue:()J
            l2i
            istore 4 /* n */
        start local 4 // int n
         9: .line 621
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            invokevirtual org.jcodings.transcode.EConv.putbackable:()I
            istore 5 /* putbackable */
        start local 5 // int putbackable
        10: .line 622
            iload 5 /* putbackable */
            iload 4 /* n */
            if_icmpge 12
        11: .line 623
            iload 5 /* putbackable */
            istore 4 /* n */
        end local 5 // int putbackable
        12: .line 627
      StackMap locals: org.jruby.RubyConverter org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject[] org.jruby.Ruby int top top org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 3 /* runtime */
            iload 4 /* n */
            invokestatic org.jruby.RubyString.newStringLight:(Lorg/jruby/Ruby;I)Lorg/jruby/RubyString;
            astore 6 /* str */
        start local 6 // org.jruby.runtime.builtin.IRubyObject str
        13: .line 628
            aload 6 /* str */
            checkcast org.jruby.RubyString
            invokevirtual org.jruby.RubyString.getByteList:()Lorg/jruby/util/ByteList;
            astore 8 /* strBL */
        start local 8 // org.jruby.util.ByteList strBL
        14: .line 629
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            aload 8 /* strBL */
            invokevirtual org.jruby.util.ByteList.getUnsafeBytes:()[B
            aload 8 /* strBL */
            invokevirtual org.jruby.util.ByteList.getBegin:()I
            iload 4 /* n */
            invokevirtual org.jcodings.transcode.EConv.putback:([BII)V
        15: .line 630
            aload 8 /* strBL */
            iload 4 /* n */
            invokevirtual org.jruby.util.ByteList.setRealSize:(I)V
        16: .line 632
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            getfield org.jcodings.transcode.EConv.sourceEncoding:Lorg/jcodings/Encoding;
            ifnull 18
        17: .line 633
            aload 6 /* str */
            checkcast org.jruby.RubyString
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            getfield org.jcodings.transcode.EConv.sourceEncoding:Lorg/jcodings/Encoding;
            invokevirtual org.jruby.RubyString.setEncoding:(Lorg/jcodings/Encoding;)V
        18: .line 636
      StackMap locals: org.jruby.RubyConverter org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject[] org.jruby.Ruby int top org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.util.ByteList
      StackMap stack:
            aload 6 /* str */
            areturn
        end local 8 // org.jruby.util.ByteList strBL
        end local 7 // org.jruby.runtime.builtin.IRubyObject max
        end local 6 // org.jruby.runtime.builtin.IRubyObject str
        end local 4 // int n
        end local 3 // org.jruby.Ruby runtime
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] argv
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyConverter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   19     0         this  Lorg/jruby/RubyConverter;
            0   19     1      context  Lorg/jruby/runtime/ThreadContext;
            0   19     2         argv  [Lorg/jruby/runtime/builtin/IRubyObject;
            1   19     3      runtime  Lorg/jruby/Ruby;
            7    8     4            n  I
            9   19     4            n  I
           10   12     5  putbackable  I
           13   19     6          str  Lorg/jruby/runtime/builtin/IRubyObject;
            3    4     7          max  Lorg/jruby/runtime/builtin/IRubyObject;
            5   19     7          max  Lorg/jruby/runtime/builtin/IRubyObject;
           14   19     8        strBL  Lorg/jruby/util/ByteList;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(required = 0, optional = 1)
    MethodParameters:
         Name  Flags
      context  
      argv     

  public org.jruby.runtime.builtin.IRubyObject op_equal(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: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.jruby.RubyConverter this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject other
         0: .line 642
            aload 0 /* this */
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            astore 3 /* ec1 */
        start local 3 // org.jcodings.transcode.EConv ec1
         1: .line 646
            aload 2 /* other */
            instanceof org.jruby.RubyConverter
            ifne 2
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         2: .line 648
      StackMap locals: org.jcodings.transcode.EConv
      StackMap stack:
            aload 2 /* other */
            checkcast org.jruby.RubyConverter
            getfield org.jruby.RubyConverter.ec:Lorg/jcodings/transcode/EConv;
            astore 4 /* ec2 */
        start local 4 // org.jcodings.transcode.EConv ec2
         3: .line 650
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 3 /* ec1 */
            aload 4 /* ec2 */
            invokevirtual org.jcodings.transcode.EConv.equals:(Ljava/lang/Object;)Z
            invokevirtual org.jruby.Ruby.newBoolean:(Z)Lorg/jruby/RubyBoolean;
            areturn
        end local 4 // org.jcodings.transcode.EConv ec2
        end local 3 // org.jcodings.transcode.EConv ec1
        end local 2 // org.jruby.runtime.builtin.IRubyObject other
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyConverter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/jruby/RubyConverter;
            0    4     1  context  Lorg/jruby/runtime/ThreadContext;
            0    4     2    other  Lorg/jruby/runtime/builtin/IRubyObject;
            1    4     3      ec1  Lorg/jcodings/transcode/EConv;
            3    4     4      ec2  Lorg/jcodings/transcode/EConv;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"=="})
    MethodParameters:
         Name  Flags
      context  
      other    
}
SourceFile: "RubyConverter.java"
NestMembers:
  org.jruby.RubyConverter$1  org.jruby.RubyConverter$2  org.jruby.RubyConverter$EncodingErrorMethods  org.jruby.RubyConverter$InvalidByteSequenceErrorMethods  org.jruby.RubyConverter$UndefinedConversionErrorMethods
InnerClasses:
  public final Entry = org.jcodings.EncodingDB$Entry of org.jcodings.EncodingDB
  public final EConvElement = org.jcodings.transcode.EConv$EConvElement of org.jcodings.transcode.EConv
  public final LastError = org.jcodings.transcode.EConv$LastError of org.jcodings.transcode.EConv
  public abstract SearchPathCallback = org.jcodings.transcode.TranscoderDB$SearchPathCallback of org.jcodings.transcode.TranscoderDB
  org.jruby.RubyConverter$1
  org.jruby.RubyConverter$2
  public EncodingErrorMethods = org.jruby.RubyConverter$EncodingErrorMethods of org.jruby.RubyConverter
  public InvalidByteSequenceErrorMethods = org.jruby.RubyConverter$InvalidByteSequenceErrorMethods of org.jruby.RubyConverter
  public UndefinedConversionErrorMethods = org.jruby.RubyConverter$UndefinedConversionErrorMethods of org.jruby.RubyConverter
  public final JavaClassKindOf = org.jruby.RubyModule$JavaClassKindOf of org.jruby.RubyModule
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyClass(name = {"Converter"})