public class sun.jvm.hotspot.utilities.ObjectReader
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.utilities.ObjectReader
  super_class: java.lang.Object
{
  private static final boolean DEBUG;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  protected java.lang.String javaLangString;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String javaUtilHashtableEntry;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String javaUtilHashtable;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String javaUtilProperties;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected final java.lang.ClassLoader cl;
    descriptor: Ljava/lang/ClassLoader;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected java.util.Map<java.lang.Object, java.lang.Object> oopToObjMap;
    descriptor: Ljava/util/Map;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;

  protected java.util.Map<sun.jvm.hotspot.oops.Field, java.lang.reflect.Field> fieldMap;
    descriptor: Ljava/util/Map;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/util/Map<Lsun/jvm/hotspot/oops/Field;Ljava/lang/reflect/Field;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 76
            ldc "sun.jvm.hotspot.utilities.ObjectReader.DEBUG"
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            ifnull 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic sun.jvm.hotspot.utilities.ObjectReader.DEBUG:Z
         3: .line 77
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.lang.ClassLoader);
    descriptor: (Ljava/lang/ClassLoader;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.utilities.ObjectReader this
        start local 1 // java.lang.ClassLoader cl
         0: .line 79
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 80
            aload 0 /* this */
            aload 1 /* cl */
            putfield sun.jvm.hotspot.utilities.ObjectReader.cl:Ljava/lang/ClassLoader;
         2: .line 81
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield sun.jvm.hotspot.utilities.ObjectReader.oopToObjMap:Ljava/util/Map;
         3: .line 82
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield sun.jvm.hotspot.utilities.ObjectReader.fieldMap:Ljava/util/Map;
         4: .line 83
            return
        end local 1 // java.lang.ClassLoader cl
        end local 0 // sun.jvm.hotspot.utilities.ObjectReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/utilities/ObjectReader;
            0    5     1    cl  Ljava/lang/ClassLoader;
    MethodParameters:
      Name  Flags
      cl    

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.ObjectReader this
         0: .line 86
            aload 0 /* this */
            new sun.jvm.hotspot.utilities.ProcImageClassLoader
            dup
            invokespecial sun.jvm.hotspot.utilities.ProcImageClassLoader.<init>:()V
            invokespecial sun.jvm.hotspot.utilities.ObjectReader.<init>:(Ljava/lang/ClassLoader;)V
         1: .line 87
            return
        end local 0 // sun.jvm.hotspot.utilities.ObjectReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/utilities/ObjectReader;

  static void debugPrintln(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.lang.String msg
         0: .line 90
            getstatic sun.jvm.hotspot.utilities.ObjectReader.DEBUG:Z
            ifeq 2
         1: .line 91
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "DEBUG>"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* msg */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         2: .line 93
      StackMap locals:
      StackMap stack:
            return
        end local 0 // java.lang.String msg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   msg  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      msg   

  static void debugPrintStackTrace(java.lang.Exception);
    descriptor: (Ljava/lang/Exception;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // java.lang.Exception exp
         0: .line 96
            getstatic sun.jvm.hotspot.utilities.ObjectReader.DEBUG:Z
            ifeq 7
         1: .line 97
            aload 0 /* exp */
            invokevirtual java.lang.Exception.getStackTrace:()[Ljava/lang/StackTraceElement;
            astore 1 /* els */
        start local 1 // java.lang.StackTraceElement[] els
         2: .line 98
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 6
         4: .line 99
      StackMap locals: java.lang.StackTraceElement[] int
      StackMap stack:
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "DEBUG>"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* els */
            iload 2 /* i */
            aaload
            invokevirtual java.lang.StackTraceElement.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         5: .line 98
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 1 /* els */
            arraylength
            if_icmplt 4
        end local 2 // int i
        end local 1 // java.lang.StackTraceElement[] els
         7: .line 102
      StackMap locals:
      StackMap stack:
            return
        end local 0 // java.lang.Exception exp
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0   exp  Ljava/lang/Exception;
            2    7     1   els  [Ljava/lang/StackTraceElement;
            3    7     2     i  I
    MethodParameters:
      Name  Flags
      exp   

  public java.lang.Object readObject(sun.jvm.hotspot.oops.Oop);
    descriptor: (Lsun/jvm/hotspot/oops/Oop;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.utilities.ObjectReader this
        start local 1 // sun.jvm.hotspot.oops.Oop oop
         0: .line 105
            aload 1 /* oop */
            instanceof sun.jvm.hotspot.oops.Instance
            ifeq 2
         1: .line 106
            aload 0 /* this */
            aload 1 /* oop */
            checkcast sun.jvm.hotspot.oops.Instance
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.readInstance:(Lsun/jvm/hotspot/oops/Instance;)Ljava/lang/Object;
            areturn
         2: .line 107
      StackMap locals:
      StackMap stack:
            aload 1 /* oop */
            instanceof sun.jvm.hotspot.oops.TypeArray
            ifeq 4
         3: .line 108
            aload 0 /* this */
            aload 1 /* oop */
            checkcast sun.jvm.hotspot.oops.TypeArray
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.readPrimitiveArray:(Lsun/jvm/hotspot/oops/TypeArray;)Ljava/lang/Object;
            areturn
         4: .line 109
      StackMap locals:
      StackMap stack:
            aload 1 /* oop */
            instanceof sun.jvm.hotspot.oops.ObjArray
            ifeq 6
         5: .line 110
            aload 0 /* this */
            aload 1 /* oop */
            checkcast sun.jvm.hotspot.oops.ObjArray
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.readObjectArray:(Lsun/jvm/hotspot/oops/ObjArray;)Ljava/lang/Object;
            areturn
         6: .line 112
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // sun.jvm.hotspot.oops.Oop oop
        end local 0 // sun.jvm.hotspot.utilities.ObjectReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/jvm/hotspot/utilities/ObjectReader;
            0    7     1   oop  Lsun/jvm/hotspot/oops/Oop;
    Exceptions:
      throws java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      oop   

  protected final java.lang.Object getDefaultPrimitiveValue(java.lang.Class);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.utilities.ObjectReader this
        start local 1 // java.lang.Class clz
         0: .line 117
            aload 1 /* clz */
            getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
            if_acmpne 2
         1: .line 118
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            areturn
         2: .line 119
      StackMap locals:
      StackMap stack:
            aload 1 /* clz */
            getstatic java.lang.Character.TYPE:Ljava/lang/Class;
            if_acmpne 4
         3: .line 120
            bipush 32
            invokestatic java.lang.Character.valueOf:(C)Ljava/lang/Character;
            areturn
         4: .line 121
      StackMap locals:
      StackMap stack:
            aload 1 /* clz */
            getstatic java.lang.Byte.TYPE:Ljava/lang/Class;
            if_acmpne 6
         5: .line 122
            iconst_0
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
            areturn
         6: .line 123
      StackMap locals:
      StackMap stack:
            aload 1 /* clz */
            getstatic java.lang.Short.TYPE:Ljava/lang/Class;
            if_acmpne 8
         7: .line 124
            iconst_0
            invokestatic java.lang.Short.valueOf:(S)Ljava/lang/Short;
            areturn
         8: .line 125
      StackMap locals:
      StackMap stack:
            aload 1 /* clz */
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            if_acmpne 10
         9: .line 126
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        10: .line 127
      StackMap locals:
      StackMap stack:
            aload 1 /* clz */
            getstatic java.lang.Long.TYPE:Ljava/lang/Class;
            if_acmpne 12
        11: .line 128
            lconst_0
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
        12: .line 129
      StackMap locals:
      StackMap stack:
            aload 1 /* clz */
            getstatic java.lang.Float.TYPE:Ljava/lang/Class;
            if_acmpne 14
        13: .line 130
            fconst_0
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            areturn
        14: .line 131
      StackMap locals:
      StackMap stack:
            aload 1 /* clz */
            getstatic java.lang.Double.TYPE:Ljava/lang/Class;
            if_acmpne 16
        15: .line 132
            dconst_0
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            areturn
        16: .line 134
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            ldc "should not reach here!"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.Class clz
        end local 0 // sun.jvm.hotspot.utilities.ObjectReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lsun/jvm/hotspot/utilities/ObjectReader;
            0   17     1   clz  Ljava/lang/Class;
    MethodParameters:
      Name  Flags
      clz   

  protected java.lang.String javaLangString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.ObjectReader this
         0: .line 144
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ObjectReader.javaLangString:Ljava/lang/String;
            ifnonnull 2
         1: .line 145
            aload 0 /* this */
            ldc "java/lang/String"
            putfield sun.jvm.hotspot.utilities.ObjectReader.javaLangString:Ljava/lang/String;
         2: .line 147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ObjectReader.javaLangString:Ljava/lang/String;
            areturn
        end local 0 // sun.jvm.hotspot.utilities.ObjectReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/utilities/ObjectReader;

  protected java.lang.String javaUtilHashtableEntry();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.ObjectReader this
         0: .line 151
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ObjectReader.javaUtilHashtableEntry:Ljava/lang/String;
            ifnonnull 2
         1: .line 152
            aload 0 /* this */
            ldc "java/util/Hashtable$Entry"
            putfield sun.jvm.hotspot.utilities.ObjectReader.javaUtilHashtableEntry:Ljava/lang/String;
         2: .line 154
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ObjectReader.javaUtilHashtableEntry:Ljava/lang/String;
            areturn
        end local 0 // sun.jvm.hotspot.utilities.ObjectReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/utilities/ObjectReader;

  protected java.lang.String javaUtilHashtable();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.ObjectReader this
         0: .line 158
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ObjectReader.javaUtilHashtable:Ljava/lang/String;
            ifnonnull 2
         1: .line 159
            aload 0 /* this */
            ldc "java/util/Hashtable"
            putfield sun.jvm.hotspot.utilities.ObjectReader.javaUtilHashtable:Ljava/lang/String;
         2: .line 161
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ObjectReader.javaUtilHashtable:Ljava/lang/String;
            areturn
        end local 0 // sun.jvm.hotspot.utilities.ObjectReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/utilities/ObjectReader;

  protected java.lang.String javaUtilProperties();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.ObjectReader this
         0: .line 165
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ObjectReader.javaUtilProperties:Ljava/lang/String;
            ifnonnull 2
         1: .line 166
            aload 0 /* this */
            ldc "java/util/Properties"
            putfield sun.jvm.hotspot.utilities.ObjectReader.javaUtilProperties:Ljava/lang/String;
         2: .line 168
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ObjectReader.javaUtilProperties:Ljava/lang/String;
            areturn
        end local 0 // sun.jvm.hotspot.utilities.ObjectReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/utilities/ObjectReader;

  private void setHashtableEntry(java.util.Hashtable<java.lang.Object, java.lang.Object>, sun.jvm.hotspot.oops.Oop);
    descriptor: (Ljava/util/Hashtable;Lsun/jvm/hotspot/oops/Oop;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=11, args_size=3
        start local 0 // sun.jvm.hotspot.utilities.ObjectReader this
        start local 1 // java.util.Hashtable p
        start local 2 // sun.jvm.hotspot.oops.Oop oop
         0: .line 172
            aload 2 /* oop */
            invokevirtual sun.jvm.hotspot.oops.Oop.getKlass:()Lsun/jvm/hotspot/oops/Klass;
            checkcast sun.jvm.hotspot.oops.InstanceKlass
            astore 3 /* ik */
        start local 3 // sun.jvm.hotspot.oops.InstanceKlass ik
         1: .line 173
            aload 3 /* ik */
            ldc "key"
            ldc "Ljava/lang/Object;"
            invokevirtual sun.jvm.hotspot.oops.InstanceKlass.findField:(Ljava/lang/String;Ljava/lang/String;)Lsun/jvm/hotspot/oops/Field;
            checkcast sun.jvm.hotspot.oops.OopField
            astore 4 /* keyField */
        start local 4 // sun.jvm.hotspot.oops.OopField keyField
         2: .line 174
            aload 3 /* ik */
            ldc "value"
            ldc "Ljava/lang/Object;"
            invokevirtual sun.jvm.hotspot.oops.InstanceKlass.findField:(Ljava/lang/String;Ljava/lang/String;)Lsun/jvm/hotspot/oops/Field;
            checkcast sun.jvm.hotspot.oops.OopField
            astore 5 /* valueField */
        start local 5 // sun.jvm.hotspot.oops.OopField valueField
         3: .line 175
            aload 3 /* ik */
            ldc "next"
            ldc "Ljava/util/Hashtable$Entry;"
            invokevirtual sun.jvm.hotspot.oops.InstanceKlass.findField:(Ljava/lang/String;Ljava/lang/String;)Lsun/jvm/hotspot/oops/Field;
            checkcast sun.jvm.hotspot.oops.OopField
            astore 6 /* nextField */
        start local 6 // sun.jvm.hotspot.oops.OopField nextField
         4: .line 176
            getstatic sun.jvm.hotspot.utilities.ObjectReader.DEBUG:Z
            ifeq 10
         5: .line 177
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 10
         6: .line 178
            aload 3 /* ik */
            invokevirtual sun.jvm.hotspot.oops.InstanceKlass.getName:()Lsun/jvm/hotspot/oops/Symbol;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.javaUtilHashtableEntry:()Ljava/lang/String;
            invokevirtual sun.jvm.hotspot.oops.Symbol.equals:(Ljava/lang/String;)Z
            ldc "Not a Hashtable$Entry?"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         7: .line 179
            aload 4 /* keyField */
            ifnull 8
            aload 5 /* valueField */
            ifnull 8
            aload 6 /* nextField */
            ifnull 8
            iconst_1
            goto 9
      StackMap locals: sun.jvm.hotspot.utilities.ObjectReader java.util.Hashtable sun.jvm.hotspot.oops.Oop sun.jvm.hotspot.oops.InstanceKlass sun.jvm.hotspot.oops.OopField sun.jvm.hotspot.oops.OopField sun.jvm.hotspot.oops.OopField
      StackMap stack:
         8: iconst_0
      StackMap locals:
      StackMap stack: int
         9: ldc "Invalid fields!"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
        10: .line 183
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 7 /* key */
        start local 7 // java.lang.Object key
        11: .line 184
            aconst_null
            astore 8 /* value */
        start local 8 // java.lang.Object value
        12: .line 185
            aconst_null
            astore 9 /* next */
        start local 9 // sun.jvm.hotspot.oops.Oop next
        13: .line 187
            aload 0 /* this */
            aload 4 /* keyField */
            aload 2 /* oop */
            invokevirtual sun.jvm.hotspot.oops.OopField.getValue:(Lsun/jvm/hotspot/oops/Oop;)Lsun/jvm/hotspot/oops/Oop;
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.readObject:(Lsun/jvm/hotspot/oops/Oop;)Ljava/lang/Object;
            astore 7 /* key */
        14: .line 188
            aload 0 /* this */
            aload 5 /* valueField */
            aload 2 /* oop */
            invokevirtual sun.jvm.hotspot.oops.OopField.getValue:(Lsun/jvm/hotspot/oops/Oop;)Lsun/jvm/hotspot/oops/Oop;
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.readObject:(Lsun/jvm/hotspot/oops/Oop;)Ljava/lang/Object;
            astore 8 /* value */
        15: .line 189
            aload 6 /* nextField */
            aload 2 /* oop */
            invokevirtual sun.jvm.hotspot.oops.OopField.getValue:(Lsun/jvm/hotspot/oops/Oop;)Lsun/jvm/hotspot/oops/Oop;
            astore 9 /* next */
        16: .line 192
            aload 1 /* p */
            aload 7 /* key */
            aload 8 /* value */
            invokevirtual java.util.Hashtable.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        17: .line 193
            aload 9 /* next */
            ifnull 24
        18: .line 194
            aload 0 /* this */
            aload 1 /* p */
            aload 9 /* next */
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.setHashtableEntry:(Ljava/util/Hashtable;Lsun/jvm/hotspot/oops/Oop;)V
        19: .line 196
            goto 24
      StackMap locals: sun.jvm.hotspot.utilities.ObjectReader java.util.Hashtable sun.jvm.hotspot.oops.Oop sun.jvm.hotspot.oops.InstanceKlass sun.jvm.hotspot.oops.OopField sun.jvm.hotspot.oops.OopField sun.jvm.hotspot.oops.OopField java.lang.Object java.lang.Object sun.jvm.hotspot.oops.Oop
      StackMap stack: java.lang.ClassNotFoundException
        20: astore 10 /* ce */
        start local 10 // java.lang.ClassNotFoundException ce
        21: .line 197
            getstatic sun.jvm.hotspot.utilities.ObjectReader.DEBUG:Z
            ifeq 24
        22: .line 198
            new java.lang.StringBuilder
            dup
            ldc "Class not found "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 10 /* ce */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic sun.jvm.hotspot.utilities.ObjectReader.debugPrintln:(Ljava/lang/String;)V
        23: .line 199
            aload 10 /* ce */
            invokestatic sun.jvm.hotspot.utilities.ObjectReader.debugPrintStackTrace:(Ljava/lang/Exception;)V
        end local 10 // java.lang.ClassNotFoundException ce
        24: .line 202
      StackMap locals:
      StackMap stack:
            return
        end local 9 // sun.jvm.hotspot.oops.Oop next
        end local 8 // java.lang.Object value
        end local 7 // java.lang.Object key
        end local 6 // sun.jvm.hotspot.oops.OopField nextField
        end local 5 // sun.jvm.hotspot.oops.OopField valueField
        end local 4 // sun.jvm.hotspot.oops.OopField keyField
        end local 3 // sun.jvm.hotspot.oops.InstanceKlass ik
        end local 2 // sun.jvm.hotspot.oops.Oop oop
        end local 1 // java.util.Hashtable p
        end local 0 // sun.jvm.hotspot.utilities.ObjectReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   25     0        this  Lsun/jvm/hotspot/utilities/ObjectReader;
            0   25     1           p  Ljava/util/Hashtable<Ljava/lang/Object;Ljava/lang/Object;>;
            0   25     2         oop  Lsun/jvm/hotspot/oops/Oop;
            1   25     3          ik  Lsun/jvm/hotspot/oops/InstanceKlass;
            2   25     4    keyField  Lsun/jvm/hotspot/oops/OopField;
            3   25     5  valueField  Lsun/jvm/hotspot/oops/OopField;
            4   25     6   nextField  Lsun/jvm/hotspot/oops/OopField;
           11   25     7         key  Ljava/lang/Object;
           12   25     8       value  Ljava/lang/Object;
           13   25     9        next  Lsun/jvm/hotspot/oops/Oop;
           21   24    10          ce  Ljava/lang/ClassNotFoundException;
      Exception table:
        from    to  target  type
          13    19      20  Class java.lang.ClassNotFoundException
    Signature: (Ljava/util/Hashtable<Ljava/lang/Object;Ljava/lang/Object;>;Lsun/jvm/hotspot/oops/Oop;)V
    MethodParameters:
      Name  Flags
      p     
      oop   

  private void setPropertiesEntry(java.util.Properties, sun.jvm.hotspot.oops.Oop);
    descriptor: (Ljava/util/Properties;Lsun/jvm/hotspot/oops/Oop;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=3
        start local 0 // sun.jvm.hotspot.utilities.ObjectReader this
        start local 1 // java.util.Properties p
        start local 2 // sun.jvm.hotspot.oops.Oop oop
         0: .line 205
            aload 2 /* oop */
            invokevirtual sun.jvm.hotspot.oops.Oop.getKlass:()Lsun/jvm/hotspot/oops/Klass;
            checkcast sun.jvm.hotspot.oops.InstanceKlass
            astore 3 /* ik */
        start local 3 // sun.jvm.hotspot.oops.InstanceKlass ik
         1: .line 206
            aload 3 /* ik */
            ldc "key"
            ldc "Ljava/lang/Object;"
            invokevirtual sun.jvm.hotspot.oops.InstanceKlass.findField:(Ljava/lang/String;Ljava/lang/String;)Lsun/jvm/hotspot/oops/Field;
            checkcast sun.jvm.hotspot.oops.OopField
            astore 4 /* keyField */
        start local 4 // sun.jvm.hotspot.oops.OopField keyField
         2: .line 207
            aload 3 /* ik */
            ldc "val"
            ldc "Ljava/lang/Object;"
            invokevirtual sun.jvm.hotspot.oops.InstanceKlass.findField:(Ljava/lang/String;Ljava/lang/String;)Lsun/jvm/hotspot/oops/Field;
            checkcast sun.jvm.hotspot.oops.OopField
            astore 5 /* valueField */
        start local 5 // sun.jvm.hotspot.oops.OopField valueField
         3: .line 208
            aload 3 /* ik */
            ldc "next"
            ldc "Ljava/util/concurrent/ConcurrentHashMap$Node;"
            invokevirtual sun.jvm.hotspot.oops.InstanceKlass.findField:(Ljava/lang/String;Ljava/lang/String;)Lsun/jvm/hotspot/oops/Field;
            checkcast sun.jvm.hotspot.oops.OopField
            astore 6 /* nextField */
        start local 6 // sun.jvm.hotspot.oops.OopField nextField
         4: .line 211
            aload 1 /* p */
            aload 0 /* this */
            aload 4 /* keyField */
            aload 2 /* oop */
            invokevirtual sun.jvm.hotspot.oops.OopField.getValue:(Lsun/jvm/hotspot/oops/Oop;)Lsun/jvm/hotspot/oops/Oop;
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.readObject:(Lsun/jvm/hotspot/oops/Oop;)Ljava/lang/Object;
            checkcast java.lang.String
         5: .line 212
            aload 0 /* this */
            aload 5 /* valueField */
            aload 2 /* oop */
            invokevirtual sun.jvm.hotspot.oops.OopField.getValue:(Lsun/jvm/hotspot/oops/Oop;)Lsun/jvm/hotspot/oops/Oop;
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.readObject:(Lsun/jvm/hotspot/oops/Oop;)Ljava/lang/Object;
            checkcast java.lang.String
         6: .line 211
            invokevirtual java.util.Properties.setProperty:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
            pop
         7: .line 213
            goto 11
      StackMap locals: sun.jvm.hotspot.utilities.ObjectReader java.util.Properties sun.jvm.hotspot.oops.Oop sun.jvm.hotspot.oops.InstanceKlass sun.jvm.hotspot.oops.OopField sun.jvm.hotspot.oops.OopField sun.jvm.hotspot.oops.OopField
      StackMap stack: java.lang.ClassNotFoundException
         8: astore 7 /* ce */
        start local 7 // java.lang.ClassNotFoundException ce
         9: .line 214
            getstatic sun.jvm.hotspot.utilities.ObjectReader.DEBUG:Z
            ifeq 11
        10: .line 215
            aload 7 /* ce */
            invokestatic sun.jvm.hotspot.utilities.ObjectReader.debugPrintStackTrace:(Ljava/lang/Exception;)V
        end local 7 // java.lang.ClassNotFoundException ce
        11: .line 219
      StackMap locals:
      StackMap stack:
            aload 6 /* nextField */
            aload 2 /* oop */
            invokevirtual sun.jvm.hotspot.oops.OopField.getValue:(Lsun/jvm/hotspot/oops/Oop;)Lsun/jvm/hotspot/oops/Oop;
            astore 7 /* chainedOop */
        start local 7 // sun.jvm.hotspot.oops.Oop chainedOop
        12: .line 220
            aload 7 /* chainedOop */
            ifnull 14
        13: .line 221
            aload 0 /* this */
            aload 1 /* p */
            aload 7 /* chainedOop */
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.setPropertiesEntry:(Ljava/util/Properties;Lsun/jvm/hotspot/oops/Oop;)V
        14: .line 223
      StackMap locals: sun.jvm.hotspot.oops.Oop
      StackMap stack:
            return
        end local 7 // sun.jvm.hotspot.oops.Oop chainedOop
        end local 6 // sun.jvm.hotspot.oops.OopField nextField
        end local 5 // sun.jvm.hotspot.oops.OopField valueField
        end local 4 // sun.jvm.hotspot.oops.OopField keyField
        end local 3 // sun.jvm.hotspot.oops.InstanceKlass ik
        end local 2 // sun.jvm.hotspot.oops.Oop oop
        end local 1 // java.util.Properties p
        end local 0 // sun.jvm.hotspot.utilities.ObjectReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   15     0        this  Lsun/jvm/hotspot/utilities/ObjectReader;
            0   15     1           p  Ljava/util/Properties;
            0   15     2         oop  Lsun/jvm/hotspot/oops/Oop;
            1   15     3          ik  Lsun/jvm/hotspot/oops/InstanceKlass;
            2   15     4    keyField  Lsun/jvm/hotspot/oops/OopField;
            3   15     5  valueField  Lsun/jvm/hotspot/oops/OopField;
            4   15     6   nextField  Lsun/jvm/hotspot/oops/OopField;
            9   11     7          ce  Ljava/lang/ClassNotFoundException;
           12   15     7  chainedOop  Lsun/jvm/hotspot/oops/Oop;
      Exception table:
        from    to  target  type
           4     7       8  Class java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      p     
      oop   

  protected java.lang.Object getHashtable(sun.jvm.hotspot.oops.Instance);
    descriptor: (Lsun/jvm/hotspot/oops/Instance;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=11, args_size=2
        start local 0 // sun.jvm.hotspot.utilities.ObjectReader this
        start local 1 // sun.jvm.hotspot.oops.Instance oop
         0: .line 226
            aload 1 /* oop */
            invokevirtual sun.jvm.hotspot.oops.Instance.getKlass:()Lsun/jvm/hotspot/oops/Klass;
            checkcast sun.jvm.hotspot.oops.InstanceKlass
            astore 2 /* k */
        start local 2 // sun.jvm.hotspot.oops.InstanceKlass k
         1: .line 227
            aload 2 /* k */
            ldc "table"
            ldc "[Ljava/util/Hashtable$Entry;"
            invokevirtual sun.jvm.hotspot.oops.InstanceKlass.findField:(Ljava/lang/String;Ljava/lang/String;)Lsun/jvm/hotspot/oops/Field;
            checkcast sun.jvm.hotspot.oops.OopField
            astore 3 /* tableField */
        start local 3 // sun.jvm.hotspot.oops.OopField tableField
         2: .line 228
            aload 3 /* tableField */
            ifnonnull 5
         3: .line 229
            ldc "Could not find field of [Ljava/util/Hashtable$Entry;"
            invokestatic sun.jvm.hotspot.utilities.ObjectReader.debugPrintln:(Ljava/lang/String;)V
         4: .line 230
            aconst_null
            areturn
         5: .line 232
      StackMap locals: sun.jvm.hotspot.oops.InstanceKlass sun.jvm.hotspot.oops.OopField
      StackMap stack:
            new java.util.Hashtable
            dup
            invokespecial java.util.Hashtable.<init>:()V
            astore 4 /* table */
        start local 4 // java.util.Hashtable table
         6: .line 233
            aload 3 /* tableField */
            aload 1 /* oop */
            invokevirtual sun.jvm.hotspot.oops.OopField.getValue:(Lsun/jvm/hotspot/oops/Oop;)Lsun/jvm/hotspot/oops/Oop;
            checkcast sun.jvm.hotspot.oops.ObjArray
            astore 5 /* kvs */
        start local 5 // sun.jvm.hotspot.oops.ObjArray kvs
         7: .line 234
            aload 5 /* kvs */
            invokevirtual sun.jvm.hotspot.oops.ObjArray.getLength:()J
            lstore 6 /* size */
        start local 6 // long size
         8: .line 235
            new java.lang.StringBuilder
            dup
            ldc "Hashtable$Entry Size = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            lload 6 /* size */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic sun.jvm.hotspot.utilities.ObjectReader.debugPrintln:(Ljava/lang/String;)V
         9: .line 236
            lconst_0
            lstore 8 /* i */
        start local 8 // long i
        10: goto 15
        11: .line 237
      StackMap locals: sun.jvm.hotspot.utilities.ObjectReader sun.jvm.hotspot.oops.Instance sun.jvm.hotspot.oops.InstanceKlass sun.jvm.hotspot.oops.OopField java.util.Hashtable sun.jvm.hotspot.oops.ObjArray long long
      StackMap stack:
            aload 5 /* kvs */
            lload 8 /* i */
            invokevirtual sun.jvm.hotspot.oops.ObjArray.getObjAt:(J)Lsun/jvm/hotspot/oops/Oop;
            astore 10 /* entry */
        start local 10 // sun.jvm.hotspot.oops.Oop entry
        12: .line 238
            aload 10 /* entry */
            ifnull 14
            aload 10 /* entry */
            invokevirtual sun.jvm.hotspot.oops.Oop.isInstance:()Z
            ifeq 14
        13: .line 239
            aload 0 /* this */
            aload 4 /* table */
            aload 10 /* entry */
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.setHashtableEntry:(Ljava/util/Hashtable;Lsun/jvm/hotspot/oops/Oop;)V
        end local 10 // sun.jvm.hotspot.oops.Oop entry
        14: .line 236
      StackMap locals:
      StackMap stack:
            lload 8 /* i */
            lconst_1
            ladd
            lstore 8 /* i */
      StackMap locals:
      StackMap stack:
        15: lload 8 /* i */
            lload 6 /* size */
            lcmp
            iflt 11
        end local 8 // long i
        16: .line 242
            aload 4 /* table */
            areturn
        end local 6 // long size
        end local 5 // sun.jvm.hotspot.oops.ObjArray kvs
        end local 4 // java.util.Hashtable table
        end local 3 // sun.jvm.hotspot.oops.OopField tableField
        end local 2 // sun.jvm.hotspot.oops.InstanceKlass k
        end local 1 // sun.jvm.hotspot.oops.Instance oop
        end local 0 // sun.jvm.hotspot.utilities.ObjectReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   17     0        this  Lsun/jvm/hotspot/utilities/ObjectReader;
            0   17     1         oop  Lsun/jvm/hotspot/oops/Instance;
            1   17     2           k  Lsun/jvm/hotspot/oops/InstanceKlass;
            2   17     3  tableField  Lsun/jvm/hotspot/oops/OopField;
            6   17     4       table  Ljava/util/Hashtable<Ljava/lang/Object;Ljava/lang/Object;>;
            7   17     5         kvs  Lsun/jvm/hotspot/oops/ObjArray;
            8   17     6        size  J
           10   16     8           i  J
           12   14    10       entry  Lsun/jvm/hotspot/oops/Oop;
    MethodParameters:
      Name  Flags
      oop   

  private java.util.Properties getProperties(sun.jvm.hotspot.oops.Instance);
    descriptor: (Lsun/jvm/hotspot/oops/Instance;)Ljava/util/Properties;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=11, args_size=2
        start local 0 // sun.jvm.hotspot.utilities.ObjectReader this
        start local 1 // sun.jvm.hotspot.oops.Instance oop
         0: .line 246
            aload 1 /* oop */
            invokevirtual sun.jvm.hotspot.oops.Instance.getKlass:()Lsun/jvm/hotspot/oops/Klass;
            checkcast sun.jvm.hotspot.oops.InstanceKlass
            astore 2 /* k */
        start local 2 // sun.jvm.hotspot.oops.InstanceKlass k
         1: .line 247
            aload 2 /* k */
            ldc "map"
            ldc "Ljava/util/concurrent/ConcurrentHashMap;"
            invokevirtual sun.jvm.hotspot.oops.InstanceKlass.findField:(Ljava/lang/String;Ljava/lang/String;)Lsun/jvm/hotspot/oops/Field;
            checkcast sun.jvm.hotspot.oops.OopField
            astore 3 /* mapField */
        start local 3 // sun.jvm.hotspot.oops.OopField mapField
         2: .line 248
            aload 3 /* mapField */
            ifnonnull 5
         3: .line 249
            ldc "Could not find field of Ljava/util/concurrent/ConcurrentHashMap"
            invokestatic sun.jvm.hotspot.utilities.ObjectReader.debugPrintln:(Ljava/lang/String;)V
         4: .line 250
            aconst_null
            areturn
         5: .line 253
      StackMap locals: sun.jvm.hotspot.oops.InstanceKlass sun.jvm.hotspot.oops.OopField
      StackMap stack:
            aload 3 /* mapField */
            aload 1 /* oop */
            invokevirtual sun.jvm.hotspot.oops.OopField.getValue:(Lsun/jvm/hotspot/oops/Oop;)Lsun/jvm/hotspot/oops/Oop;
            checkcast sun.jvm.hotspot.oops.Instance
            astore 4 /* mapObj */
        start local 4 // sun.jvm.hotspot.oops.Instance mapObj
         6: .line 254
            aload 4 /* mapObj */
            ifnonnull 9
         7: .line 255
            ldc "Could not get map field from java.util.Properties"
            invokestatic sun.jvm.hotspot.utilities.ObjectReader.debugPrintln:(Ljava/lang/String;)V
         8: .line 256
            aconst_null
            areturn
         9: .line 259
      StackMap locals: sun.jvm.hotspot.oops.Instance
      StackMap stack:
            aload 4 /* mapObj */
            invokevirtual sun.jvm.hotspot.oops.Instance.getKlass:()Lsun/jvm/hotspot/oops/Klass;
            checkcast sun.jvm.hotspot.oops.InstanceKlass
            astore 5 /* mk */
        start local 5 // sun.jvm.hotspot.oops.InstanceKlass mk
        10: .line 260
            aload 5 /* mk */
            ldc "table"
            ldc "[Ljava/util/concurrent/ConcurrentHashMap$Node;"
            invokevirtual sun.jvm.hotspot.oops.InstanceKlass.findField:(Ljava/lang/String;Ljava/lang/String;)Lsun/jvm/hotspot/oops/Field;
            checkcast sun.jvm.hotspot.oops.OopField
            astore 6 /* tableField */
        start local 6 // sun.jvm.hotspot.oops.OopField tableField
        11: .line 261
            aload 6 /* tableField */
            ifnonnull 14
        12: .line 262
            ldc "Could not find field of [Ljava/util/concurrent/ConcurrentHashMap$Node"
            invokestatic sun.jvm.hotspot.utilities.ObjectReader.debugPrintln:(Ljava/lang/String;)V
        13: .line 263
            aconst_null
            areturn
        14: .line 266
      StackMap locals: sun.jvm.hotspot.oops.InstanceKlass sun.jvm.hotspot.oops.OopField
      StackMap stack:
            new java.util.Properties
            dup
            invokespecial java.util.Properties.<init>:()V
            astore 7 /* props */
        start local 7 // java.util.Properties props
        15: .line 267
            aload 6 /* tableField */
            aload 4 /* mapObj */
            invokevirtual sun.jvm.hotspot.oops.OopField.getValue:(Lsun/jvm/hotspot/oops/Oop;)Lsun/jvm/hotspot/oops/Oop;
            checkcast sun.jvm.hotspot.oops.ObjArray
            astore 8 /* kvs */
        start local 8 // sun.jvm.hotspot.oops.ObjArray kvs
        16: .line 268
            aload 8 /* kvs */
            invokevirtual sun.jvm.hotspot.oops.ObjArray.getLength:()J
            lstore 9 /* size */
        start local 9 // long size
        17: .line 269
            new java.lang.StringBuilder
            dup
            ldc "ConcurrentHashMap$Node Size = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            lload 9 /* size */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic sun.jvm.hotspot.utilities.ObjectReader.debugPrintln:(Ljava/lang/String;)V
        18: .line 270
            lconst_0
            lload 9 /* size */
            invokestatic java.util.stream.LongStream.range:(JJ)Ljava/util/stream/LongStream;
        19: .line 271
            aload 8 /* kvs */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic apply(Lsun/jvm/hotspot/oops/ObjArray;)Ljava/util/function/LongFunction;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (J)Ljava/lang/Object;
                  sun/jvm/hotspot/oops/ObjArray.getObjAt(J)Lsun/jvm/hotspot/oops/Oop; (5)
                  (J)Lsun/jvm/hotspot/oops/Oop;
            invokeinterface java.util.stream.LongStream.mapToObj:(Ljava/util/function/LongFunction;)Ljava/util/stream/Stream;
        20: .line 272
            invokedynamic test()Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  sun/jvm/hotspot/utilities/ObjectReader.lambda$1(Lsun/jvm/hotspot/oops/Oop;)Z (6)
                  (Lsun/jvm/hotspot/oops/Oop;)Z
            invokeinterface java.util.stream.Stream.filter:(Ljava/util/function/Predicate;)Ljava/util/stream/Stream;
        21: .line 273
            aload 0 /* this */
            aload 7 /* props */
            invokedynamic accept(Lsun/jvm/hotspot/utilities/ObjectReader;Ljava/util/Properties;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  sun/jvm/hotspot/utilities/ObjectReader.lambda$2(Ljava/util/Properties;Lsun/jvm/hotspot/oops/Oop;)V (7)
                  (Lsun/jvm/hotspot/oops/Oop;)V
            invokeinterface java.util.stream.Stream.forEach:(Ljava/util/function/Consumer;)V
        22: .line 275
            aload 7 /* props */
            areturn
        end local 9 // long size
        end local 8 // sun.jvm.hotspot.oops.ObjArray kvs
        end local 7 // java.util.Properties props
        end local 6 // sun.jvm.hotspot.oops.OopField tableField
        end local 5 // sun.jvm.hotspot.oops.InstanceKlass mk
        end local 4 // sun.jvm.hotspot.oops.Instance mapObj
        end local 3 // sun.jvm.hotspot.oops.OopField mapField
        end local 2 // sun.jvm.hotspot.oops.InstanceKlass k
        end local 1 // sun.jvm.hotspot.oops.Instance oop
        end local 0 // sun.jvm.hotspot.utilities.ObjectReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   23     0        this  Lsun/jvm/hotspot/utilities/ObjectReader;
            0   23     1         oop  Lsun/jvm/hotspot/oops/Instance;
            1   23     2           k  Lsun/jvm/hotspot/oops/InstanceKlass;
            2   23     3    mapField  Lsun/jvm/hotspot/oops/OopField;
            6   23     4      mapObj  Lsun/jvm/hotspot/oops/Instance;
           10   23     5          mk  Lsun/jvm/hotspot/oops/InstanceKlass;
           11   23     6  tableField  Lsun/jvm/hotspot/oops/OopField;
           15   23     7       props  Ljava/util/Properties;
           16   23     8         kvs  Lsun/jvm/hotspot/oops/ObjArray;
           17   23     9        size  J
    MethodParameters:
      Name  Flags
      oop   

  public java.lang.Object readInstance(sun.jvm.hotspot.oops.Instance);
    descriptor: (Lsun/jvm/hotspot/oops/Instance;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=11, args_size=2
        start local 0 // sun.jvm.hotspot.utilities.ObjectReader this
        start local 1 // sun.jvm.hotspot.oops.Instance oop
         0: .line 279
            aload 0 /* this */
            aload 1 /* oop */
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.getFromObjTable:(Lsun/jvm/hotspot/oops/Oop;)Ljava/lang/Object;
            astore 2 /* result */
        start local 2 // java.lang.Object result
         1: .line 280
            aload 2 /* result */
            ifnonnull 37
         2: .line 281
            aload 1 /* oop */
            invokevirtual sun.jvm.hotspot.oops.Instance.getKlass:()Lsun/jvm/hotspot/oops/Klass;
            checkcast sun.jvm.hotspot.oops.InstanceKlass
            astore 3 /* kls */
        start local 3 // sun.jvm.hotspot.oops.InstanceKlass kls
         3: .line 288
            aload 3 /* kls */
            invokevirtual sun.jvm.hotspot.oops.InstanceKlass.getName:()Lsun/jvm/hotspot/oops/Symbol;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.javaLangString:()Ljava/lang/String;
            invokevirtual sun.jvm.hotspot.oops.Symbol.equals:(Ljava/lang/String;)Z
            ifeq 5
         4: .line 289
            aload 1 /* oop */
            invokestatic sun.jvm.hotspot.oops.OopUtilities.stringOopToString:(Lsun/jvm/hotspot/oops/Oop;)Ljava/lang/String;
            areturn
         5: .line 292
      StackMap locals: java.lang.Object sun.jvm.hotspot.oops.InstanceKlass
      StackMap stack:
            aload 3 /* kls */
            invokevirtual sun.jvm.hotspot.oops.InstanceKlass.getName:()Lsun/jvm/hotspot/oops/Symbol;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.javaUtilHashtable:()Ljava/lang/String;
            invokevirtual sun.jvm.hotspot.oops.Symbol.equals:(Ljava/lang/String;)Z
            ifeq 7
         6: .line 293
            aload 0 /* this */
            aload 1 /* oop */
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.getHashtable:(Lsun/jvm/hotspot/oops/Instance;)Ljava/lang/Object;
            areturn
         7: .line 296
      StackMap locals:
      StackMap stack:
            aload 3 /* kls */
            invokevirtual sun.jvm.hotspot.oops.InstanceKlass.getName:()Lsun/jvm/hotspot/oops/Symbol;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.javaUtilProperties:()Ljava/lang/String;
            invokevirtual sun.jvm.hotspot.oops.Symbol.equals:(Ljava/lang/String;)Z
            ifeq 9
         8: .line 297
            aload 0 /* this */
            aload 1 /* oop */
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.getProperties:(Lsun/jvm/hotspot/oops/Instance;)Ljava/util/Properties;
            areturn
         9: .line 300
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* kls */
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.readClass:(Lsun/jvm/hotspot/oops/InstanceKlass;)Ljava/lang/Class;
            astore 4 /* clz */
        start local 4 // java.lang.Class clz
        10: .line 302
            aload 4 /* clz */
            iconst_0
            anewarray java.lang.Class
            invokevirtual java.lang.Class.getDeclaredConstructor:([Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
            iconst_0
            anewarray java.lang.Object
            invokevirtual java.lang.reflect.Constructor.newInstance:([Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* result */
        11: .line 303
            goto 34
      StackMap locals: sun.jvm.hotspot.utilities.ObjectReader sun.jvm.hotspot.oops.Instance java.lang.Object sun.jvm.hotspot.oops.InstanceKlass java.lang.Class
      StackMap stack: java.lang.Exception
        12: pop
        13: .line 309
            aload 4 /* clz */
            invokevirtual java.lang.Class.getDeclaredConstructors:()[Ljava/lang/reflect/Constructor;
            astore 5 /* ctrs */
        start local 5 // java.lang.reflect.Constructor[] ctrs
        14: .line 310
            iconst_0
            istore 6 /* n */
        start local 6 // int n
        15: goto 33
        16: .line 311
      StackMap locals: java.lang.reflect.Constructor[] int
      StackMap stack:
            aload 5 /* ctrs */
            iload 6 /* n */
            aaload
            astore 7 /* c */
        start local 7 // java.lang.reflect.Constructor c
        17: .line 312
            aload 7 /* c */
            invokevirtual java.lang.reflect.Constructor.getParameterTypes:()[Ljava/lang/Class;
            astore 8 /* paramTypes */
        start local 8 // java.lang.Class[] paramTypes
        18: .line 313
            aload 8 /* paramTypes */
            arraylength
            anewarray java.lang.Object
            astore 9 /* params */
        start local 9 // java.lang.Object[] params
        19: .line 314
            iconst_0
            istore 10 /* i */
        start local 10 // int i
        20: goto 24
        21: .line 315
      StackMap locals: sun.jvm.hotspot.utilities.ObjectReader sun.jvm.hotspot.oops.Instance java.lang.Object sun.jvm.hotspot.oops.InstanceKlass java.lang.Class java.lang.reflect.Constructor[] int java.lang.reflect.Constructor java.lang.Class[] java.lang.Object[] int
      StackMap stack:
            aload 8 /* paramTypes */
            iload 10 /* i */
            aaload
            invokevirtual java.lang.Class.isPrimitive:()Z
            ifeq 23
        22: .line 316
            aload 9 /* params */
            iload 10 /* i */
            aload 0 /* this */
            aload 8 /* paramTypes */
            iload 10 /* i */
            aaload
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.getDefaultPrimitiveValue:(Ljava/lang/Class;)Ljava/lang/Object;
            aastore
        23: .line 314
      StackMap locals:
      StackMap stack:
            iinc 10 /* i */ 1
      StackMap locals:
      StackMap stack:
        24: iload 10 /* i */
            aload 9 /* params */
            arraylength
            if_icmplt 21
        end local 10 // int i
        25: .line 320
            aload 7 /* c */
            iconst_1
            invokevirtual java.lang.reflect.Constructor.setAccessible:(Z)V
        26: .line 321
            aload 7 /* c */
            aload 9 /* params */
            invokevirtual java.lang.reflect.Constructor.newInstance:([Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* result */
        27: .line 322
            goto 34
        28: .line 323
      StackMap locals: sun.jvm.hotspot.utilities.ObjectReader sun.jvm.hotspot.oops.Instance java.lang.Object sun.jvm.hotspot.oops.InstanceKlass java.lang.Class java.lang.reflect.Constructor[] int java.lang.reflect.Constructor java.lang.Class[] java.lang.Object[]
      StackMap stack: java.lang.Exception
            astore 10 /* exp */
        start local 10 // java.lang.Exception exp
        29: .line 324
            getstatic sun.jvm.hotspot.utilities.ObjectReader.DEBUG:Z
            ifeq 32
        30: .line 325
            new java.lang.StringBuilder
            dup
            ldc "Can't create object using "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 7 /* c */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic sun.jvm.hotspot.utilities.ObjectReader.debugPrintln:(Ljava/lang/String;)V
        31: .line 326
            aload 10 /* exp */
            invokestatic sun.jvm.hotspot.utilities.ObjectReader.debugPrintStackTrace:(Ljava/lang/Exception;)V
        end local 10 // java.lang.Exception exp
        end local 9 // java.lang.Object[] params
        end local 8 // java.lang.Class[] paramTypes
        end local 7 // java.lang.reflect.Constructor c
        32: .line 310
      StackMap locals:
      StackMap stack:
            iinc 6 /* n */ 1
      StackMap locals:
      StackMap stack:
        33: iload 6 /* n */
            aload 5 /* ctrs */
            arraylength
            if_icmplt 16
        end local 6 // int n
        end local 5 // java.lang.reflect.Constructor[] ctrs
        34: .line 332
      StackMap locals:
      StackMap stack:
            aload 2 /* result */
            ifnull 37
        35: .line 333
            aload 0 /* this */
            aload 1 /* oop */
            aload 2 /* result */
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.putIntoObjTable:(Lsun/jvm/hotspot/oops/Oop;Ljava/lang/Object;)V
        36: .line 334
            aload 1 /* oop */
            new sun.jvm.hotspot.utilities.ObjectReader$FieldSetter
            dup
            aload 0 /* this */
            aload 2 /* result */
            invokespecial sun.jvm.hotspot.utilities.ObjectReader$FieldSetter.<init>:(Lsun/jvm/hotspot/utilities/ObjectReader;Ljava/lang/Object;)V
            iconst_0
            invokevirtual sun.jvm.hotspot.oops.Instance.iterate:(Lsun/jvm/hotspot/oops/OopVisitor;Z)V
        end local 4 // java.lang.Class clz
        end local 3 // sun.jvm.hotspot.oops.InstanceKlass kls
        37: .line 337
      StackMap locals:
      StackMap stack:
            aload 2 /* result */
            areturn
        end local 2 // java.lang.Object result
        end local 1 // sun.jvm.hotspot.oops.Instance oop
        end local 0 // sun.jvm.hotspot.utilities.ObjectReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   38     0        this  Lsun/jvm/hotspot/utilities/ObjectReader;
            0   38     1         oop  Lsun/jvm/hotspot/oops/Instance;
            1   38     2      result  Ljava/lang/Object;
            3   37     3         kls  Lsun/jvm/hotspot/oops/InstanceKlass;
           10   37     4         clz  Ljava/lang/Class<*>;
           14   34     5        ctrs  [Ljava/lang/reflect/Constructor;
           15   34     6           n  I
           17   32     7           c  Ljava/lang/reflect/Constructor;
           18   32     8  paramTypes  [Ljava/lang/Class;
           19   32     9      params  [Ljava/lang/Object;
           20   25    10           i  I
           29   32    10         exp  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
          10    11      12  Class java.lang.Exception
          25    27      28  Class java.lang.Exception
    Exceptions:
      throws java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      oop   

  public java.lang.Object readPrimitiveArray(sun.jvm.hotspot.oops.TypeArray);
    descriptor: (Lsun/jvm/hotspot/oops/TypeArray;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=2
        start local 0 // sun.jvm.hotspot.utilities.ObjectReader this
        start local 1 // sun.jvm.hotspot.oops.TypeArray array
         0: .line 342
            aload 0 /* this */
            aload 1 /* array */
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.getFromObjTable:(Lsun/jvm/hotspot/oops/Oop;)Ljava/lang/Object;
            astore 2 /* result */
        start local 2 // java.lang.Object result
         1: .line 343
            aload 2 /* result */
            ifnonnull 56
         2: .line 344
            aload 1 /* array */
            invokevirtual sun.jvm.hotspot.oops.TypeArray.getLength:()J
            l2i
            istore 3 /* length */
        start local 3 // int length
         3: .line 345
            aload 1 /* array */
            invokevirtual sun.jvm.hotspot.oops.TypeArray.getKlass:()Lsun/jvm/hotspot/oops/Klass;
            checkcast sun.jvm.hotspot.oops.TypeArrayKlass
            astore 4 /* klass */
        start local 4 // sun.jvm.hotspot.oops.TypeArrayKlass klass
         4: .line 346
            aload 4 /* klass */
            invokevirtual sun.jvm.hotspot.oops.TypeArrayKlass.getElementType:()I
            istore 5 /* type */
        start local 5 // int type
         5: .line 347
            iload 5 /* type */
            tableswitch { // 4 - 11
                    4: 6
                    5: 12
                    6: 18
                    7: 24
                    8: 30
                    9: 36
                   10: 42
                   11: 48
              default: 54
          }
         6: .line 349
      StackMap locals: sun.jvm.hotspot.utilities.ObjectReader sun.jvm.hotspot.oops.TypeArray java.lang.Object int sun.jvm.hotspot.oops.TypeArrayKlass int
      StackMap stack:
            iload 3 /* length */
            newarray 4
            astore 6 /* arrayObj */
        start local 6 // boolean[] arrayObj
         7: .line 350
            aload 1 /* array */
            new sun.jvm.hotspot.utilities.ObjectReader$1
            dup
            aload 0 /* this */
            aload 6 /* arrayObj */
            aload 1 /* array */
            invokespecial sun.jvm.hotspot.utilities.ObjectReader$1.<init>:(Lsun/jvm/hotspot/utilities/ObjectReader;[ZLsun/jvm/hotspot/oops/TypeArray;)V
         8: .line 355
            iconst_0
         9: .line 350
            invokevirtual sun.jvm.hotspot.oops.TypeArray.iterate:(Lsun/jvm/hotspot/oops/OopVisitor;Z)V
        10: .line 356
            aload 6 /* arrayObj */
            astore 2 /* result */
        end local 6 // boolean[] arrayObj
        11: .line 358
            goto 55
        12: .line 361
      StackMap locals:
      StackMap stack:
            iload 3 /* length */
            newarray 5
            astore 6 /* arrayObj */
        start local 6 // char[] arrayObj
        13: .line 362
            aload 1 /* array */
            new sun.jvm.hotspot.utilities.ObjectReader$2
            dup
            aload 0 /* this */
            aload 6 /* arrayObj */
            aload 1 /* array */
            invokespecial sun.jvm.hotspot.utilities.ObjectReader$2.<init>:(Lsun/jvm/hotspot/utilities/ObjectReader;[CLsun/jvm/hotspot/oops/TypeArray;)V
        14: .line 367
            iconst_0
        15: .line 362
            invokevirtual sun.jvm.hotspot.oops.TypeArray.iterate:(Lsun/jvm/hotspot/oops/OopVisitor;Z)V
        16: .line 368
            aload 6 /* arrayObj */
            astore 2 /* result */
        end local 6 // char[] arrayObj
        17: .line 370
            goto 55
        18: .line 373
      StackMap locals:
      StackMap stack:
            iload 3 /* length */
            newarray 6
            astore 6 /* arrayObj */
        start local 6 // float[] arrayObj
        19: .line 374
            aload 1 /* array */
            new sun.jvm.hotspot.utilities.ObjectReader$3
            dup
            aload 0 /* this */
            aload 6 /* arrayObj */
            aload 1 /* array */
            invokespecial sun.jvm.hotspot.utilities.ObjectReader$3.<init>:(Lsun/jvm/hotspot/utilities/ObjectReader;[FLsun/jvm/hotspot/oops/TypeArray;)V
        20: .line 379
            iconst_0
        21: .line 374
            invokevirtual sun.jvm.hotspot.oops.TypeArray.iterate:(Lsun/jvm/hotspot/oops/OopVisitor;Z)V
        22: .line 380
            aload 6 /* arrayObj */
            astore 2 /* result */
        end local 6 // float[] arrayObj
        23: .line 382
            goto 55
        24: .line 385
      StackMap locals:
      StackMap stack:
            iload 3 /* length */
            newarray 7
            astore 6 /* arrayObj */
        start local 6 // double[] arrayObj
        25: .line 386
            aload 1 /* array */
            new sun.jvm.hotspot.utilities.ObjectReader$4
            dup
            aload 0 /* this */
            aload 6 /* arrayObj */
            aload 1 /* array */
            invokespecial sun.jvm.hotspot.utilities.ObjectReader$4.<init>:(Lsun/jvm/hotspot/utilities/ObjectReader;[DLsun/jvm/hotspot/oops/TypeArray;)V
        26: .line 391
            iconst_0
        27: .line 386
            invokevirtual sun.jvm.hotspot.oops.TypeArray.iterate:(Lsun/jvm/hotspot/oops/OopVisitor;Z)V
        28: .line 392
            aload 6 /* arrayObj */
            astore 2 /* result */
        end local 6 // double[] arrayObj
        29: .line 394
            goto 55
        30: .line 397
      StackMap locals:
      StackMap stack:
            iload 3 /* length */
            newarray 8
            astore 6 /* arrayObj */
        start local 6 // byte[] arrayObj
        31: .line 398
            aload 1 /* array */
            new sun.jvm.hotspot.utilities.ObjectReader$5
            dup
            aload 0 /* this */
            aload 6 /* arrayObj */
            aload 1 /* array */
            invokespecial sun.jvm.hotspot.utilities.ObjectReader$5.<init>:(Lsun/jvm/hotspot/utilities/ObjectReader;[BLsun/jvm/hotspot/oops/TypeArray;)V
        32: .line 403
            iconst_0
        33: .line 398
            invokevirtual sun.jvm.hotspot.oops.TypeArray.iterate:(Lsun/jvm/hotspot/oops/OopVisitor;Z)V
        34: .line 404
            aload 6 /* arrayObj */
            astore 2 /* result */
        end local 6 // byte[] arrayObj
        35: .line 406
            goto 55
        36: .line 409
      StackMap locals:
      StackMap stack:
            iload 3 /* length */
            newarray 9
            astore 6 /* arrayObj */
        start local 6 // short[] arrayObj
        37: .line 410
            aload 1 /* array */
            new sun.jvm.hotspot.utilities.ObjectReader$6
            dup
            aload 0 /* this */
            aload 6 /* arrayObj */
            aload 1 /* array */
            invokespecial sun.jvm.hotspot.utilities.ObjectReader$6.<init>:(Lsun/jvm/hotspot/utilities/ObjectReader;[SLsun/jvm/hotspot/oops/TypeArray;)V
        38: .line 415
            iconst_0
        39: .line 410
            invokevirtual sun.jvm.hotspot.oops.TypeArray.iterate:(Lsun/jvm/hotspot/oops/OopVisitor;Z)V
        40: .line 416
            aload 6 /* arrayObj */
            astore 2 /* result */
        end local 6 // short[] arrayObj
        41: .line 418
            goto 55
        42: .line 421
      StackMap locals:
      StackMap stack:
            iload 3 /* length */
            newarray 10
            astore 6 /* arrayObj */
        start local 6 // int[] arrayObj
        43: .line 422
            aload 1 /* array */
            new sun.jvm.hotspot.utilities.ObjectReader$7
            dup
            aload 0 /* this */
            aload 6 /* arrayObj */
            aload 1 /* array */
            invokespecial sun.jvm.hotspot.utilities.ObjectReader$7.<init>:(Lsun/jvm/hotspot/utilities/ObjectReader;[ILsun/jvm/hotspot/oops/TypeArray;)V
        44: .line 427
            iconst_0
        45: .line 422
            invokevirtual sun.jvm.hotspot.oops.TypeArray.iterate:(Lsun/jvm/hotspot/oops/OopVisitor;Z)V
        46: .line 428
            aload 6 /* arrayObj */
            astore 2 /* result */
        end local 6 // int[] arrayObj
        47: .line 430
            goto 55
        48: .line 433
      StackMap locals:
      StackMap stack:
            iload 3 /* length */
            newarray 11
            astore 6 /* arrayObj */
        start local 6 // long[] arrayObj
        49: .line 434
            aload 1 /* array */
            new sun.jvm.hotspot.utilities.ObjectReader$8
            dup
            aload 0 /* this */
            aload 6 /* arrayObj */
            aload 1 /* array */
            invokespecial sun.jvm.hotspot.utilities.ObjectReader$8.<init>:(Lsun/jvm/hotspot/utilities/ObjectReader;[JLsun/jvm/hotspot/oops/TypeArray;)V
        50: .line 439
            iconst_0
        51: .line 434
            invokevirtual sun.jvm.hotspot.oops.TypeArray.iterate:(Lsun/jvm/hotspot/oops/OopVisitor;Z)V
        52: .line 440
            aload 6 /* arrayObj */
            astore 2 /* result */
        end local 6 // long[] arrayObj
        53: .line 442
            goto 55
        54: .line 445
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            ldc "should not reach here!"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        55: .line 448
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* array */
            aload 2 /* result */
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.putIntoObjTable:(Lsun/jvm/hotspot/oops/Oop;Ljava/lang/Object;)V
        end local 5 // int type
        end local 4 // sun.jvm.hotspot.oops.TypeArrayKlass klass
        end local 3 // int length
        56: .line 450
      StackMap locals:
      StackMap stack:
            aload 2 /* result */
            areturn
        end local 2 // java.lang.Object result
        end local 1 // sun.jvm.hotspot.oops.TypeArray array
        end local 0 // sun.jvm.hotspot.utilities.ObjectReader this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   57     0      this  Lsun/jvm/hotspot/utilities/ObjectReader;
            0   57     1     array  Lsun/jvm/hotspot/oops/TypeArray;
            1   57     2    result  Ljava/lang/Object;
            3   56     3    length  I
            4   56     4     klass  Lsun/jvm/hotspot/oops/TypeArrayKlass;
            5   56     5      type  I
            7   11     6  arrayObj  [Z
           13   17     6  arrayObj  [C
           19   23     6  arrayObj  [F
           25   29     6  arrayObj  [D
           31   35     6  arrayObj  [B
           37   41     6  arrayObj  [S
           43   47     6  arrayObj  [I
           49   53     6  arrayObj  [J
    MethodParameters:
       Name  Flags
      array  final

  protected final boolean isRobust(sun.jvm.hotspot.debugger.OopHandle);
    descriptor: (Lsun/jvm/hotspot/debugger/OopHandle;)Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.utilities.ObjectReader this
        start local 1 // sun.jvm.hotspot.debugger.OopHandle handle
         0: .line 454
            aload 1 /* handle */
            invokestatic sun.jvm.hotspot.utilities.RobustOopDeterminator.oopLooksValid:(Lsun/jvm/hotspot/debugger/OopHandle;)Z
            ireturn
        end local 1 // sun.jvm.hotspot.debugger.OopHandle handle
        end local 0 // sun.jvm.hotspot.utilities.ObjectReader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lsun/jvm/hotspot/utilities/ObjectReader;
            0    1     1  handle  Lsun/jvm/hotspot/debugger/OopHandle;
    MethodParameters:
        Name  Flags
      handle  

  public java.lang.Object readObjectArray(sun.jvm.hotspot.oops.ObjArray);
    descriptor: (Lsun/jvm/hotspot/oops/ObjArray;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=2
        start local 0 // sun.jvm.hotspot.utilities.ObjectReader this
        start local 1 // sun.jvm.hotspot.oops.ObjArray array
         0: .line 458
            aload 0 /* this */
            aload 1 /* array */
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.getFromObjTable:(Lsun/jvm/hotspot/oops/Oop;)Ljava/lang/Object;
            astore 2 /* result */
        start local 2 // java.lang.Object result
         1: .line 459
            aload 2 /* result */
            ifnonnull 21
         2: .line 460
            aload 1 /* array */
            invokevirtual sun.jvm.hotspot.oops.ObjArray.getLength:()J
            l2i
            istore 3 /* length */
        start local 3 // int length
         3: .line 461
            aload 1 /* array */
            invokevirtual sun.jvm.hotspot.oops.ObjArray.getKlass:()Lsun/jvm/hotspot/oops/Klass;
            checkcast sun.jvm.hotspot.oops.ObjArrayKlass
            astore 4 /* klass */
        start local 4 // sun.jvm.hotspot.oops.ObjArrayKlass klass
         4: .line 462
            aload 4 /* klass */
            invokevirtual sun.jvm.hotspot.oops.ObjArrayKlass.getBottomKlass:()Lsun/jvm/hotspot/oops/Klass;
            astore 5 /* bottomKls */
        start local 5 // sun.jvm.hotspot.oops.Klass bottomKls
         5: .line 463
            aconst_null
            astore 6 /* bottomCls */
        start local 6 // java.lang.Class bottomCls
         6: .line 464
            aload 4 /* klass */
            invokevirtual sun.jvm.hotspot.oops.ObjArrayKlass.getDimension:()J
            l2i
            istore 7 /* dimension */
        start local 7 // int dimension
         7: .line 465
            aconst_null
            astore 8 /* dimArray */
        start local 8 // int[] dimArray
         8: .line 466
            aload 5 /* bottomKls */
            instanceof sun.jvm.hotspot.oops.InstanceKlass
            ifeq 12
         9: .line 467
            aload 0 /* this */
            aload 5 /* bottomKls */
            checkcast sun.jvm.hotspot.oops.InstanceKlass
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.readClass:(Lsun/jvm/hotspot/oops/InstanceKlass;)Ljava/lang/Class;
            astore 6 /* bottomCls */
        10: .line 468
            iload 7 /* dimension */
            newarray 10
            astore 8 /* dimArray */
        11: .line 469
            goto 14
        12: .line 470
      StackMap locals: sun.jvm.hotspot.utilities.ObjectReader sun.jvm.hotspot.oops.ObjArray java.lang.Object int sun.jvm.hotspot.oops.ObjArrayKlass sun.jvm.hotspot.oops.Klass java.lang.Class int int[]
      StackMap stack:
            aload 5 /* bottomKls */
            checkcast sun.jvm.hotspot.oops.TypeArrayKlass
            pop
        13: .line 471
            iload 7 /* dimension */
            iconst_1
            isub
            newarray 10
            astore 8 /* dimArray */
        14: .line 474
      StackMap locals:
      StackMap stack:
            aload 8 /* dimArray */
            iconst_0
            iload 3 /* length */
            iastore
        15: .line 475
            aload 6 /* bottomCls */
            aload 8 /* dimArray */
            invokestatic java.lang.reflect.Array.newInstance:(Ljava/lang/Class;[I)Ljava/lang/Object;
            checkcast java.lang.Object[]
            astore 9 /* arrayObj */
        start local 9 // java.lang.Object[] arrayObj
        16: .line 476
            aload 0 /* this */
            aload 1 /* array */
            aload 9 /* arrayObj */
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.putIntoObjTable:(Lsun/jvm/hotspot/oops/Oop;Ljava/lang/Object;)V
        17: .line 477
            aload 9 /* arrayObj */
            astore 2 /* result */
        18: .line 478
            aload 1 /* array */
            new sun.jvm.hotspot.utilities.ObjectReader$9
            dup
            aload 0 /* this */
            aload 9 /* arrayObj */
            invokespecial sun.jvm.hotspot.utilities.ObjectReader$9.<init>:(Lsun/jvm/hotspot/utilities/ObjectReader;[Ljava/lang/Object;)V
        19: .line 495
            iconst_0
        20: .line 478
            invokevirtual sun.jvm.hotspot.oops.ObjArray.iterate:(Lsun/jvm/hotspot/oops/OopVisitor;Z)V
        end local 9 // java.lang.Object[] arrayObj
        end local 8 // int[] dimArray
        end local 7 // int dimension
        end local 6 // java.lang.Class bottomCls
        end local 5 // sun.jvm.hotspot.oops.Klass bottomKls
        end local 4 // sun.jvm.hotspot.oops.ObjArrayKlass klass
        end local 3 // int length
        21: .line 497
      StackMap locals: sun.jvm.hotspot.utilities.ObjectReader sun.jvm.hotspot.oops.ObjArray java.lang.Object
      StackMap stack:
            aload 2 /* result */
            areturn
        end local 2 // java.lang.Object result
        end local 1 // sun.jvm.hotspot.oops.ObjArray array
        end local 0 // sun.jvm.hotspot.utilities.ObjectReader this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   22     0       this  Lsun/jvm/hotspot/utilities/ObjectReader;
            0   22     1      array  Lsun/jvm/hotspot/oops/ObjArray;
            1   22     2     result  Ljava/lang/Object;
            3   21     3     length  I
            4   21     4      klass  Lsun/jvm/hotspot/oops/ObjArrayKlass;
            5   21     5  bottomKls  Lsun/jvm/hotspot/oops/Klass;
            6   21     6  bottomCls  Ljava/lang/Class;
            7   21     7  dimension  I
            8   21     8   dimArray  [I
           16   21     9   arrayObj  [Ljava/lang/Object;
    Exceptions:
      throws java.lang.ClassNotFoundException
    MethodParameters:
       Name  Flags
      array  final

  public java.lang.Class readClass(sun.jvm.hotspot.oops.InstanceKlass);
    descriptor: (Lsun/jvm/hotspot/oops/InstanceKlass;)Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.utilities.ObjectReader this
        start local 1 // sun.jvm.hotspot.oops.InstanceKlass kls
         0: .line 634
            aload 0 /* this */
            aload 1 /* kls */
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.getFromObjTable:(Lsun/jvm/hotspot/oops/Metadata;)Ljava/lang/Object;
            checkcast java.lang.Class
            astore 2 /* cls */
        start local 2 // java.lang.Class cls
         1: .line 635
            aload 2 /* cls */
            ifnonnull 4
         2: .line 636
            aload 1 /* kls */
            invokevirtual sun.jvm.hotspot.oops.InstanceKlass.getName:()Lsun/jvm/hotspot/oops/Symbol;
            invokevirtual sun.jvm.hotspot.oops.Symbol.asString:()Ljava/lang/String;
            bipush 47
            bipush 46
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            iconst_1
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ObjectReader.cl:Ljava/lang/ClassLoader;
            invokestatic java.lang.Class.forName:(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;
            astore 2 /* cls */
         3: .line 637
            aload 0 /* this */
            aload 1 /* kls */
            aload 2 /* cls */
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.putIntoObjTable:(Lsun/jvm/hotspot/oops/Metadata;Ljava/lang/Object;)V
         4: .line 639
      StackMap locals: java.lang.Class
      StackMap stack:
            aload 2 /* cls */
            areturn
        end local 2 // java.lang.Class cls
        end local 1 // sun.jvm.hotspot.oops.InstanceKlass kls
        end local 0 // sun.jvm.hotspot.utilities.ObjectReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/utilities/ObjectReader;
            0    5     1   kls  Lsun/jvm/hotspot/oops/InstanceKlass;
            1    5     2   cls  Ljava/lang/Class;
    Exceptions:
      throws java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      kls   

  public java.lang.Object readMethodOrConstructor(sun.jvm.hotspot.oops.Method);
    descriptor: (Lsun/jvm/hotspot/oops/Method;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.utilities.ObjectReader this
        start local 1 // sun.jvm.hotspot.oops.Method m
         0: .line 644
            aload 1 /* m */
            invokevirtual sun.jvm.hotspot.oops.Method.getName:()Lsun/jvm/hotspot/oops/Symbol;
            invokevirtual sun.jvm.hotspot.oops.Symbol.asString:()Ljava/lang/String;
            astore 2 /* name */
        start local 2 // java.lang.String name
         1: .line 645
            aload 2 /* name */
            ldc "<init>"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 3
         2: .line 646
            aload 0 /* this */
            aload 1 /* m */
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.readConstructor:(Lsun/jvm/hotspot/oops/Method;)Ljava/lang/reflect/Constructor;
            areturn
         3: .line 648
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 1 /* m */
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.readMethod:(Lsun/jvm/hotspot/oops/Method;)Ljava/lang/reflect/Method;
            areturn
        end local 2 // java.lang.String name
        end local 1 // sun.jvm.hotspot.oops.Method m
        end local 0 // sun.jvm.hotspot.utilities.ObjectReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/utilities/ObjectReader;
            0    4     1     m  Lsun/jvm/hotspot/oops/Method;
            1    4     2  name  Ljava/lang/String;
    Exceptions:
      throws java.lang.NoSuchMethodException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      m     

  public java.lang.reflect.Method readMethod(sun.jvm.hotspot.oops.Method);
    descriptor: (Lsun/jvm/hotspot/oops/Method;)Ljava/lang/reflect/Method;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // sun.jvm.hotspot.utilities.ObjectReader this
        start local 1 // sun.jvm.hotspot.oops.Method m
         0: .line 654
            aload 0 /* this */
            aload 1 /* m */
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.getFromObjTable:(Lsun/jvm/hotspot/oops/Metadata;)Ljava/lang/Object;
            checkcast java.lang.reflect.Method
            astore 2 /* result */
        start local 2 // java.lang.reflect.Method result
         1: .line 655
            aload 2 /* result */
            ifnonnull 7
         2: .line 656
            aload 0 /* this */
            aload 1 /* m */
            invokevirtual sun.jvm.hotspot.oops.Method.getMethodHolder:()Lsun/jvm/hotspot/oops/InstanceKlass;
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.readClass:(Lsun/jvm/hotspot/oops/InstanceKlass;)Ljava/lang/Class;
            astore 3 /* clz */
        start local 3 // java.lang.Class clz
         3: .line 657
            aload 1 /* m */
            invokevirtual sun.jvm.hotspot.oops.Method.getName:()Lsun/jvm/hotspot/oops/Symbol;
            invokevirtual sun.jvm.hotspot.oops.Symbol.asString:()Ljava/lang/String;
            astore 4 /* name */
        start local 4 // java.lang.String name
         4: .line 658
            aload 0 /* this */
            aload 1 /* m */
            invokevirtual sun.jvm.hotspot.oops.Method.getSignature:()Lsun/jvm/hotspot/oops/Symbol;
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.getParamTypes:(Lsun/jvm/hotspot/oops/Symbol;)[Ljava/lang/Class;
            astore 5 /* paramTypes */
        start local 5 // java.lang.Class[] paramTypes
         5: .line 659
            aload 3 /* clz */
            aload 4 /* name */
            aload 5 /* paramTypes */
            invokevirtual java.lang.Class.getMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            astore 2 /* result */
         6: .line 660
            aload 0 /* this */
            aload 1 /* m */
            aload 2 /* result */
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.putIntoObjTable:(Lsun/jvm/hotspot/oops/Metadata;Ljava/lang/Object;)V
        end local 5 // java.lang.Class[] paramTypes
        end local 4 // java.lang.String name
        end local 3 // java.lang.Class clz
         7: .line 662
      StackMap locals: java.lang.reflect.Method
      StackMap stack:
            aload 2 /* result */
            areturn
        end local 2 // java.lang.reflect.Method result
        end local 1 // sun.jvm.hotspot.oops.Method m
        end local 0 // sun.jvm.hotspot.utilities.ObjectReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lsun/jvm/hotspot/utilities/ObjectReader;
            0    8     1           m  Lsun/jvm/hotspot/oops/Method;
            1    8     2      result  Ljava/lang/reflect/Method;
            3    7     3         clz  Ljava/lang/Class<*>;
            4    7     4        name  Ljava/lang/String;
            5    7     5  paramTypes  [Ljava/lang/Class;
    Exceptions:
      throws java.lang.NoSuchMethodException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      m     

  public java.lang.reflect.Constructor readConstructor(sun.jvm.hotspot.oops.Method);
    descriptor: (Lsun/jvm/hotspot/oops/Method;)Ljava/lang/reflect/Constructor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // sun.jvm.hotspot.utilities.ObjectReader this
        start local 1 // sun.jvm.hotspot.oops.Method m
         0: .line 667
            aload 0 /* this */
            aload 1 /* m */
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.getFromObjTable:(Lsun/jvm/hotspot/oops/Metadata;)Ljava/lang/Object;
            checkcast java.lang.reflect.Constructor
            astore 2 /* result */
        start local 2 // java.lang.reflect.Constructor result
         1: .line 668
            aload 2 /* result */
            ifnonnull 7
         2: .line 669
            aload 0 /* this */
            aload 1 /* m */
            invokevirtual sun.jvm.hotspot.oops.Method.getMethodHolder:()Lsun/jvm/hotspot/oops/InstanceKlass;
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.readClass:(Lsun/jvm/hotspot/oops/InstanceKlass;)Ljava/lang/Class;
            astore 3 /* clz */
        start local 3 // java.lang.Class clz
         3: .line 670
            aload 1 /* m */
            invokevirtual sun.jvm.hotspot.oops.Method.getName:()Lsun/jvm/hotspot/oops/Symbol;
            invokevirtual sun.jvm.hotspot.oops.Symbol.asString:()Ljava/lang/String;
            pop
         4: .line 671
            aload 0 /* this */
            aload 1 /* m */
            invokevirtual sun.jvm.hotspot.oops.Method.getSignature:()Lsun/jvm/hotspot/oops/Symbol;
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.getParamTypes:(Lsun/jvm/hotspot/oops/Symbol;)[Ljava/lang/Class;
            astore 4 /* paramTypes */
        start local 4 // java.lang.Class[] paramTypes
         5: .line 672
            aload 3 /* clz */
            aload 4 /* paramTypes */
            invokevirtual java.lang.Class.getDeclaredConstructor:([Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
            astore 2 /* result */
         6: .line 673
            aload 0 /* this */
            aload 1 /* m */
            aload 2 /* result */
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.putIntoObjTable:(Lsun/jvm/hotspot/oops/Metadata;Ljava/lang/Object;)V
        end local 4 // java.lang.Class[] paramTypes
        end local 3 // java.lang.Class clz
         7: .line 675
      StackMap locals: java.lang.reflect.Constructor
      StackMap stack:
            aload 2 /* result */
            areturn
        end local 2 // java.lang.reflect.Constructor result
        end local 1 // sun.jvm.hotspot.oops.Method m
        end local 0 // sun.jvm.hotspot.utilities.ObjectReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lsun/jvm/hotspot/utilities/ObjectReader;
            0    8     1           m  Lsun/jvm/hotspot/oops/Method;
            1    8     2      result  Ljava/lang/reflect/Constructor;
            3    7     3         clz  Ljava/lang/Class<*>;
            5    7     4  paramTypes  [Ljava/lang/Class;
    Exceptions:
      throws java.lang.NoSuchMethodException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      m     

  public java.lang.reflect.Field readField(sun.jvm.hotspot.oops.Field);
    descriptor: (Lsun/jvm/hotspot/oops/Field;)Ljava/lang/reflect/Field;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // sun.jvm.hotspot.utilities.ObjectReader this
        start local 1 // sun.jvm.hotspot.oops.Field f
         0: .line 680
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ObjectReader.fieldMap:Ljava/util/Map;
            aload 1 /* f */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.reflect.Field
            astore 2 /* result */
        start local 2 // java.lang.reflect.Field result
         1: .line 681
            aload 2 /* result */
            ifnonnull 10
         2: .line 682
            aload 1 /* f */
            invokevirtual sun.jvm.hotspot.oops.Field.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
            astore 3 /* fieldId */
        start local 3 // sun.jvm.hotspot.oops.FieldIdentifier fieldId
         3: .line 683
            aload 0 /* this */
            aload 1 /* f */
            invokevirtual sun.jvm.hotspot.oops.Field.getFieldHolder:()Lsun/jvm/hotspot/oops/InstanceKlass;
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.readClass:(Lsun/jvm/hotspot/oops/InstanceKlass;)Ljava/lang/Class;
            astore 4 /* clz */
        start local 4 // java.lang.Class clz
         4: .line 684
            aload 3 /* fieldId */
            invokevirtual sun.jvm.hotspot.oops.FieldIdentifier.getName:()Ljava/lang/String;
            astore 5 /* name */
        start local 5 // java.lang.String name
         5: .line 686
            aload 4 /* clz */
            aload 5 /* name */
            invokevirtual java.lang.Class.getField:(Ljava/lang/String;)Ljava/lang/reflect/Field;
            astore 2 /* result */
         6: .line 687
            goto 9
      StackMap locals: sun.jvm.hotspot.utilities.ObjectReader sun.jvm.hotspot.oops.Field java.lang.reflect.Field sun.jvm.hotspot.oops.FieldIdentifier java.lang.Class java.lang.String
      StackMap stack: java.lang.NoSuchFieldException
         7: pop
         8: .line 688
            aload 4 /* clz */
            aload 5 /* name */
            invokevirtual java.lang.Class.getDeclaredField:(Ljava/lang/String;)Ljava/lang/reflect/Field;
            astore 2 /* result */
         9: .line 690
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ObjectReader.fieldMap:Ljava/util/Map;
            aload 1 /* f */
            aload 2 /* result */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 5 // java.lang.String name
        end local 4 // java.lang.Class clz
        end local 3 // sun.jvm.hotspot.oops.FieldIdentifier fieldId
        10: .line 692
      StackMap locals:
      StackMap stack:
            aload 2 /* result */
            areturn
        end local 2 // java.lang.reflect.Field result
        end local 1 // sun.jvm.hotspot.oops.Field f
        end local 0 // sun.jvm.hotspot.utilities.ObjectReader this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lsun/jvm/hotspot/utilities/ObjectReader;
            0   11     1        f  Lsun/jvm/hotspot/oops/Field;
            1   11     2   result  Ljava/lang/reflect/Field;
            3   10     3  fieldId  Lsun/jvm/hotspot/oops/FieldIdentifier;
            4   10     4      clz  Ljava/lang/Class;
            5   10     5     name  Ljava/lang/String;
      Exception table:
        from    to  target  type
           5     6       7  Class java.lang.NoSuchFieldException
    Exceptions:
      throws java.lang.NoSuchFieldException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      f     

  protected void putIntoObjTable(sun.jvm.hotspot.oops.Oop, java.lang.Object);
    descriptor: (Lsun/jvm/hotspot/oops/Oop;Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.utilities.ObjectReader this
        start local 1 // sun.jvm.hotspot.oops.Oop oop
        start local 2 // java.lang.Object obj
         0: .line 700
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ObjectReader.oopToObjMap:Ljava/util/Map;
            aload 1 /* oop */
            aload 2 /* obj */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 701
            return
        end local 2 // java.lang.Object obj
        end local 1 // sun.jvm.hotspot.oops.Oop oop
        end local 0 // sun.jvm.hotspot.utilities.ObjectReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/utilities/ObjectReader;
            0    2     1   oop  Lsun/jvm/hotspot/oops/Oop;
            0    2     2   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      oop   
      obj   

  protected java.lang.Object getFromObjTable(sun.jvm.hotspot.oops.Oop);
    descriptor: (Lsun/jvm/hotspot/oops/Oop;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.utilities.ObjectReader this
        start local 1 // sun.jvm.hotspot.oops.Oop oop
         0: .line 704
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ObjectReader.oopToObjMap:Ljava/util/Map;
            aload 1 /* oop */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // sun.jvm.hotspot.oops.Oop oop
        end local 0 // sun.jvm.hotspot.utilities.ObjectReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/utilities/ObjectReader;
            0    1     1   oop  Lsun/jvm/hotspot/oops/Oop;
    MethodParameters:
      Name  Flags
      oop   

  protected void putIntoObjTable(sun.jvm.hotspot.oops.Metadata, java.lang.Object);
    descriptor: (Lsun/jvm/hotspot/oops/Metadata;Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.utilities.ObjectReader this
        start local 1 // sun.jvm.hotspot.oops.Metadata oop
        start local 2 // java.lang.Object obj
         0: .line 708
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ObjectReader.oopToObjMap:Ljava/util/Map;
            aload 1 /* oop */
            aload 2 /* obj */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 709
            return
        end local 2 // java.lang.Object obj
        end local 1 // sun.jvm.hotspot.oops.Metadata oop
        end local 0 // sun.jvm.hotspot.utilities.ObjectReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/utilities/ObjectReader;
            0    2     1   oop  Lsun/jvm/hotspot/oops/Metadata;
            0    2     2   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      oop   
      obj   

  protected java.lang.Object getFromObjTable(sun.jvm.hotspot.oops.Metadata);
    descriptor: (Lsun/jvm/hotspot/oops/Metadata;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.utilities.ObjectReader this
        start local 1 // sun.jvm.hotspot.oops.Metadata oop
         0: .line 712
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ObjectReader.oopToObjMap:Ljava/util/Map;
            aload 1 /* oop */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // sun.jvm.hotspot.oops.Metadata oop
        end local 0 // sun.jvm.hotspot.utilities.ObjectReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/utilities/ObjectReader;
            0    1     1   oop  Lsun/jvm/hotspot/oops/Metadata;
    MethodParameters:
      Name  Flags
      oop   

  protected java.lang.Class[] getParamTypes(sun.jvm.hotspot.oops.Symbol);
    descriptor: (Lsun/jvm/hotspot/oops/Symbol;)[Ljava/lang/Class;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // sun.jvm.hotspot.utilities.ObjectReader this
        start local 1 // sun.jvm.hotspot.oops.Symbol signature
         0: .line 806
            new sun.jvm.hotspot.utilities.ObjectReader$SignatureParser
            dup
            aload 0 /* this */
            aload 1 /* signature */
            invokespecial sun.jvm.hotspot.utilities.ObjectReader$SignatureParser.<init>:(Lsun/jvm/hotspot/utilities/ObjectReader;Lsun/jvm/hotspot/oops/Symbol;)V
            astore 2 /* sp */
        start local 2 // sun.jvm.hotspot.utilities.ObjectReader$SignatureParser sp
         1: .line 807
            aload 2 /* sp */
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader$SignatureParser.iterateParameters:()V
         2: .line 808
            aload 2 /* sp */
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader$SignatureParser.getNumParams:()I
            anewarray java.lang.Class
            astore 3 /* result */
        start local 3 // java.lang.Class[] result
         3: .line 809
            aload 2 /* sp */
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader$SignatureParser.getParamTypes:()Ljava/util/Enumeration;
            astore 4 /* e */
        start local 4 // java.util.Enumeration e
         4: .line 810
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         5: .line 811
            goto 8
         6: .line 812
      StackMap locals: sun.jvm.hotspot.utilities.ObjectReader sun.jvm.hotspot.oops.Symbol sun.jvm.hotspot.utilities.ObjectReader$SignatureParser java.lang.Class[] java.util.Enumeration int
      StackMap stack:
            aload 3 /* result */
            iload 5 /* i */
            aload 4 /* e */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            checkcast java.lang.Class
            aastore
         7: .line 813
            iinc 5 /* i */ 1
         8: .line 811
      StackMap locals:
      StackMap stack:
            aload 4 /* e */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifne 6
         9: .line 815
            aload 3 /* result */
            areturn
        end local 5 // int i
        end local 4 // java.util.Enumeration e
        end local 3 // java.lang.Class[] result
        end local 2 // sun.jvm.hotspot.utilities.ObjectReader$SignatureParser sp
        end local 1 // sun.jvm.hotspot.oops.Symbol signature
        end local 0 // sun.jvm.hotspot.utilities.ObjectReader this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lsun/jvm/hotspot/utilities/ObjectReader;
            0   10     1  signature  Lsun/jvm/hotspot/oops/Symbol;
            1   10     2         sp  Lsun/jvm/hotspot/utilities/ObjectReader$SignatureParser;
            3   10     3     result  [Ljava/lang/Class;
            4   10     4          e  Ljava/util/Enumeration;
            5   10     5          i  I
    MethodParameters:
           Name  Flags
      signature  

  private static boolean lambda$1(sun.jvm.hotspot.oops.Oop);
    descriptor: (Lsun/jvm/hotspot/oops/Oop;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.oops.Oop o
         0: .line 272
            aload 0 /* o */
            ifnull 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // sun.jvm.hotspot.oops.Oop o
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     o  Lsun/jvm/hotspot/oops/Oop;

  private void lambda$2(java.util.Properties, sun.jvm.hotspot.oops.Oop);
    descriptor: (Ljava/util/Properties;Lsun/jvm/hotspot/oops/Oop;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.utilities.ObjectReader this
        start local 2 // sun.jvm.hotspot.oops.Oop o
         0: .line 273
            aload 0 /* this */
            aload 1
            aload 2 /* o */
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.setPropertiesEntry:(Ljava/util/Properties;Lsun/jvm/hotspot/oops/Oop;)V
            return
        end local 2 // sun.jvm.hotspot.oops.Oop o
        end local 0 // sun.jvm.hotspot.utilities.ObjectReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/utilities/ObjectReader;
            0    1     2     o  Lsun/jvm/hotspot/oops/Oop;
}
SourceFile: "ObjectReader.java"
NestMembers:
  sun.jvm.hotspot.utilities.ObjectReader$1  sun.jvm.hotspot.utilities.ObjectReader$2  sun.jvm.hotspot.utilities.ObjectReader$3  sun.jvm.hotspot.utilities.ObjectReader$4  sun.jvm.hotspot.utilities.ObjectReader$5  sun.jvm.hotspot.utilities.ObjectReader$6  sun.jvm.hotspot.utilities.ObjectReader$7  sun.jvm.hotspot.utilities.ObjectReader$8  sun.jvm.hotspot.utilities.ObjectReader$9  sun.jvm.hotspot.utilities.ObjectReader$FieldSetter  sun.jvm.hotspot.utilities.ObjectReader$SignatureParser
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  sun.jvm.hotspot.utilities.ObjectReader$1
  sun.jvm.hotspot.utilities.ObjectReader$2
  sun.jvm.hotspot.utilities.ObjectReader$3
  sun.jvm.hotspot.utilities.ObjectReader$4
  sun.jvm.hotspot.utilities.ObjectReader$5
  sun.jvm.hotspot.utilities.ObjectReader$6
  sun.jvm.hotspot.utilities.ObjectReader$7
  sun.jvm.hotspot.utilities.ObjectReader$8
  sun.jvm.hotspot.utilities.ObjectReader$9
  protected FieldSetter = sun.jvm.hotspot.utilities.ObjectReader$FieldSetter of sun.jvm.hotspot.utilities.ObjectReader
  protected SignatureParser = sun.jvm.hotspot.utilities.ObjectReader$SignatureParser of sun.jvm.hotspot.utilities.ObjectReader