class org.jruby.RubyHash$Mismatch extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.RubyHash$Mismatch
  super_class: java.lang.RuntimeException
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyHash$Mismatch this
         0: .line 1706
            aload 0 /* this */
            invokespecial java.lang.RuntimeException.<init>:()V
            return
        end local 0 // org.jruby.RubyHash$Mismatch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyHash$Mismatch;

  public java.lang.Throwable fillInStackTrace();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyHash$Mismatch this
         0: .line 1708
            aload 0 /* this */
            areturn
        end local 0 // org.jruby.RubyHash$Mismatch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyHash$Mismatch;
}
SourceFile: "RubyHash.java"
NestHost: org.jruby.RubyHash
InnerClasses:
  private Mismatch = org.jruby.RubyHash$Mismatch of org.jruby.RubyHash