public class org.jruby.ir.targets.JVM6 extends org.jruby.ir.targets.JVM
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ir.targets.JVM6
  super_class: org.jruby.ir.targets.JVM
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.targets.JVM6 this
         0: .line 12
            aload 0 /* this */
            invokespecial org.jruby.ir.targets.JVM.<init>:()V
            return
        end local 0 // org.jruby.ir.targets.JVM6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/targets/JVM6;

  public void pushscript(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.ir.targets.JVM6 this
         0: .line 14
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tClassWriter cannot be resolved to a type\n\tClassWriter cannot be resolved to a type\n\tClassWriter cannot be resolved to a variable\n\tClassWriter cannot be resolved to a variable\n\tClassWriter cannot be resolved to a type\n\tThe method cls() from the type JVM refers to the missing type ClassVisitor\n\tACC_PUBLIC cannot be resolved to a variable\n\tACC_SUPER cannot be resolved to a variable\n\tThe method cls() from the type JVM refers to the missing type ClassVisitor\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jruby.ir.targets.JVM6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/targets/JVM6;
    MethodParameters:
          Name  Flags
      clsName   
      filename  
}
SourceFile: "JVM6.java"