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 sun.jvm.hotspot.oops.Symbol javaLangString;
descriptor: Lsun/jvm/hotspot/oops/Symbol;
flags: (0x0004) ACC_PROTECTED
protected sun.jvm.hotspot.oops.Symbol javaUtilHashtableEntry;
descriptor: Lsun/jvm/hotspot/oops/Symbol;
flags: (0x0004) ACC_PROTECTED
protected sun.jvm.hotspot.oops.Symbol javaUtilHashtable;
descriptor: Lsun/jvm/hotspot/oops/Symbol;
flags: (0x0004) ACC_PROTECTED
protected sun.jvm.hotspot.oops.Symbol javaUtilProperties;
descriptor: Lsun/jvm/hotspot/oops/Symbol;
flags: (0x0004) ACC_PROTECTED
protected final java.lang.ClassLoader cl;
descriptor: Ljava/lang/ClassLoader;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected java.util.Map oopToObjMap;
descriptor: Ljava/util/Map;
flags: (0x0004) ACC_PROTECTED
protected java.util.Map fieldMap;
descriptor: Ljava/util/Map;
flags: (0x0004) ACC_PROTECTED
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: 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: 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 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield sun.jvm.hotspot.utilities.ObjectReader.cl:Ljava/lang/ClassLoader;
2: aload 0
new java.util.HashMap
dup
invokespecial java.util.HashMap.<init>:()V
putfield sun.jvm.hotspot.utilities.ObjectReader.oopToObjMap:Ljava/util/Map;
3: aload 0
new java.util.HashMap
dup
invokespecial java.util.HashMap.<init>:()V
putfield sun.jvm.hotspot.utilities.ObjectReader.fieldMap:Ljava/util/Map;
4: return
end local 1 end local 0 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 0: aload 0
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: return
end local 0 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 0: getstatic sun.jvm.hotspot.utilities.ObjectReader.DEBUG:Z
ifeq 2
1: 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
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: StackMap locals:
StackMap stack:
return
end local 0 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 0: getstatic sun.jvm.hotspot.utilities.ObjectReader.DEBUG:Z
ifeq 7
1: aload 0
invokevirtual java.lang.Exception.getStackTrace:()[Ljava/lang/StackTraceElement;
astore 1
start local 1 2: iconst_0
istore 2
start local 2 3: goto 6
4: 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
iload 2
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: iinc 2 1
StackMap locals:
StackMap stack:
6: iload 2
aload 1
arraylength
if_icmplt 4
end local 2 end local 1 7: StackMap locals:
StackMap stack:
return
end local 0 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 start local 1 0: aload 1
instanceof sun.jvm.hotspot.oops.Instance
ifeq 2
1: aload 0
aload 1
checkcast sun.jvm.hotspot.oops.Instance
invokevirtual sun.jvm.hotspot.utilities.ObjectReader.readInstance:(Lsun/jvm/hotspot/oops/Instance;)Ljava/lang/Object;
areturn
2: StackMap locals:
StackMap stack:
aload 1
instanceof sun.jvm.hotspot.oops.TypeArray
ifeq 4
3: aload 0
aload 1
checkcast sun.jvm.hotspot.oops.TypeArray
invokevirtual sun.jvm.hotspot.utilities.ObjectReader.readPrimitiveArray:(Lsun/jvm/hotspot/oops/TypeArray;)Ljava/lang/Object;
areturn
4: StackMap locals:
StackMap stack:
aload 1
instanceof sun.jvm.hotspot.oops.ObjArray
ifeq 6
5: aload 0
aload 1
checkcast sun.jvm.hotspot.oops.ObjArray
invokevirtual sun.jvm.hotspot.utilities.ObjectReader.readObjectArray:(Lsun/jvm/hotspot/oops/ObjArray;)Ljava/lang/Object;
areturn
6: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 1 end local 0 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=4, locals=2, args_size=2
start local 0 start local 1 0: aload 1
getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
if_acmpne 2
1: getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
areturn
2: StackMap locals:
StackMap stack:
aload 1
getstatic java.lang.Character.TYPE:Ljava/lang/Class;
if_acmpne 4
3: new java.lang.Character
dup
bipush 32
invokespecial java.lang.Character.<init>:(C)V
areturn
4: StackMap locals:
StackMap stack:
aload 1
getstatic java.lang.Byte.TYPE:Ljava/lang/Class;
if_acmpne 6
5: new java.lang.Byte
dup
iconst_0
invokespecial java.lang.Byte.<init>:(B)V
areturn
6: StackMap locals:
StackMap stack:
aload 1
getstatic java.lang.Short.TYPE:Ljava/lang/Class;
if_acmpne 8
7: new java.lang.Short
dup
iconst_0
invokespecial java.lang.Short.<init>:(S)V
areturn
8: StackMap locals:
StackMap stack:
aload 1
getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
if_acmpne 10
9: new java.lang.Integer
dup
iconst_0
invokespecial java.lang.Integer.<init>:(I)V
areturn
10: StackMap locals:
StackMap stack:
aload 1
getstatic java.lang.Long.TYPE:Ljava/lang/Class;
if_acmpne 12
11: new java.lang.Long
dup
lconst_0
invokespecial java.lang.Long.<init>:(J)V
areturn
12: StackMap locals:
StackMap stack:
aload 1
getstatic java.lang.Float.TYPE:Ljava/lang/Class;
if_acmpne 14
13: new java.lang.Float
dup
fconst_0
invokespecial java.lang.Float.<init>:(F)V
areturn
14: StackMap locals:
StackMap stack:
aload 1
getstatic java.lang.Double.TYPE:Ljava/lang/Class;
if_acmpne 16
15: new java.lang.Double
dup
dconst_0
invokespecial java.lang.Double.<init>:(D)V
areturn
16: 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 end local 0 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 sun.jvm.hotspot.oops.Symbol getVMSymbol(java.lang.String);
descriptor: (Ljava/lang/String;)Lsun/jvm/hotspot/oops/Symbol;
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getSymbolTable:()Lsun/jvm/hotspot/memory/SymbolTable;
aload 1
invokevirtual sun.jvm.hotspot.memory.SymbolTable.probe:(Ljava/lang/String;)Lsun/jvm/hotspot/oops/Symbol;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/utilities/ObjectReader;
0 1 1 name Ljava/lang/String;
MethodParameters:
Name Flags
name
protected sun.jvm.hotspot.oops.Symbol javaLangString();
descriptor: ()Lsun/jvm/hotspot/oops/Symbol;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.utilities.ObjectReader.javaLangString:Lsun/jvm/hotspot/oops/Symbol;
ifnonnull 2
1: aload 0
aload 0
ldc "java/lang/String"
invokevirtual sun.jvm.hotspot.utilities.ObjectReader.getVMSymbol:(Ljava/lang/String;)Lsun/jvm/hotspot/oops/Symbol;
putfield sun.jvm.hotspot.utilities.ObjectReader.javaLangString:Lsun/jvm/hotspot/oops/Symbol;
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.utilities.ObjectReader.javaLangString:Lsun/jvm/hotspot/oops/Symbol;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/utilities/ObjectReader;
protected sun.jvm.hotspot.oops.Symbol javaUtilHashtableEntry();
descriptor: ()Lsun/jvm/hotspot/oops/Symbol;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.utilities.ObjectReader.javaUtilHashtableEntry:Lsun/jvm/hotspot/oops/Symbol;
ifnonnull 2
1: aload 0
aload 0
ldc "java/util/Hashtable$Entry"
invokevirtual sun.jvm.hotspot.utilities.ObjectReader.getVMSymbol:(Ljava/lang/String;)Lsun/jvm/hotspot/oops/Symbol;
putfield sun.jvm.hotspot.utilities.ObjectReader.javaUtilHashtableEntry:Lsun/jvm/hotspot/oops/Symbol;
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.utilities.ObjectReader.javaUtilHashtableEntry:Lsun/jvm/hotspot/oops/Symbol;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/utilities/ObjectReader;
protected sun.jvm.hotspot.oops.Symbol javaUtilHashtable();
descriptor: ()Lsun/jvm/hotspot/oops/Symbol;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.utilities.ObjectReader.javaUtilHashtable:Lsun/jvm/hotspot/oops/Symbol;
ifnonnull 2
1: aload 0
aload 0
ldc "java/util/Hashtable"
invokevirtual sun.jvm.hotspot.utilities.ObjectReader.getVMSymbol:(Ljava/lang/String;)Lsun/jvm/hotspot/oops/Symbol;
putfield sun.jvm.hotspot.utilities.ObjectReader.javaUtilHashtable:Lsun/jvm/hotspot/oops/Symbol;
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.utilities.ObjectReader.javaUtilHashtable:Lsun/jvm/hotspot/oops/Symbol;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/utilities/ObjectReader;
protected sun.jvm.hotspot.oops.Symbol javaUtilProperties();
descriptor: ()Lsun/jvm/hotspot/oops/Symbol;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.utilities.ObjectReader.javaUtilProperties:Lsun/jvm/hotspot/oops/Symbol;
ifnonnull 2
1: aload 0
aload 0
ldc "java/util/Properties"
invokevirtual sun.jvm.hotspot.utilities.ObjectReader.getVMSymbol:(Ljava/lang/String;)Lsun/jvm/hotspot/oops/Symbol;
putfield sun.jvm.hotspot.utilities.ObjectReader.javaUtilProperties:Lsun/jvm/hotspot/oops/Symbol;
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.utilities.ObjectReader.javaUtilProperties:Lsun/jvm/hotspot/oops/Symbol;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/utilities/ObjectReader;
private void setHashtableEntry(java.util.Hashtable, 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 start local 1 start local 2 0: aload 2
invokevirtual sun.jvm.hotspot.oops.Oop.getKlass:()Lsun/jvm/hotspot/oops/Klass;
checkcast sun.jvm.hotspot.oops.InstanceKlass
astore 3
start local 3 1: aload 3
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
start local 4 2: aload 3
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
start local 5 3: aload 3
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
start local 6 4: getstatic sun.jvm.hotspot.utilities.ObjectReader.DEBUG:Z
ifeq 10
5: getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
ifeq 10
6: aload 3
invokevirtual sun.jvm.hotspot.oops.InstanceKlass.getName:()Lsun/jvm/hotspot/oops/Symbol;
aload 0
invokevirtual sun.jvm.hotspot.utilities.ObjectReader.javaUtilHashtableEntry:()Lsun/jvm/hotspot/oops/Symbol;
invokevirtual sun.jvm.hotspot.oops.Symbol.equals:(Ljava/lang/Object;)Z
ldc "Not a Hashtable$Entry?"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
7: aload 4
ifnull 8
aload 5
ifnull 8
aload 6
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: StackMap locals:
StackMap stack:
aconst_null
astore 7
start local 7 11: aconst_null
astore 8
start local 8 12: aconst_null
astore 9
start local 9 13: aload 0
aload 4
aload 2
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
14: aload 0
aload 5
aload 2
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
15: aload 6
aload 2
invokevirtual sun.jvm.hotspot.oops.OopField.getValue:(Lsun/jvm/hotspot/oops/Oop;)Lsun/jvm/hotspot/oops/Oop;
astore 9
16: aload 1
aload 7
aload 8
invokevirtual java.util.Hashtable.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
17: aload 9
ifnull 24
18: aload 0
aload 1
aload 9
invokevirtual sun.jvm.hotspot.utilities.ObjectReader.setHashtableEntry:(Ljava/util/Hashtable;Lsun/jvm/hotspot/oops/Oop;)V
19: 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
start local 10 21: getstatic sun.jvm.hotspot.utilities.ObjectReader.DEBUG:Z
ifeq 24
22: new java.lang.StringBuilder
dup
ldc "Class not found "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 10
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: aload 10
invokestatic sun.jvm.hotspot.utilities.ObjectReader.debugPrintStackTrace:(Ljava/lang/Exception;)V
end local 10 24: StackMap locals:
StackMap stack:
return
end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 25 0 this Lsun/jvm/hotspot/utilities/ObjectReader;
0 25 1 p Ljava/util/Hashtable;
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
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=7, args_size=3
start local 0 start local 1 start local 2 0: aload 2
invokevirtual sun.jvm.hotspot.oops.Oop.getKlass:()Lsun/jvm/hotspot/oops/Klass;
checkcast sun.jvm.hotspot.oops.InstanceKlass
astore 3
start local 3 1: aload 3
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
start local 4 2: aload 3
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
start local 5 3: aload 1
aload 0
aload 4
aload 2
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
4: aload 0
aload 5
aload 2
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: invokevirtual java.util.Properties.setProperty:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
pop
6: goto 10
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
StackMap stack: java.lang.ClassNotFoundException
7: astore 6
start local 6 8: getstatic sun.jvm.hotspot.utilities.ObjectReader.DEBUG:Z
ifeq 10
9: aload 6
invokestatic sun.jvm.hotspot.utilities.ObjectReader.debugPrintStackTrace:(Ljava/lang/Exception;)V
end local 6 10: StackMap locals:
StackMap stack:
return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lsun/jvm/hotspot/utilities/ObjectReader;
0 11 1 p Ljava/util/Properties;
0 11 2 oop Lsun/jvm/hotspot/oops/Oop;
1 11 3 ik Lsun/jvm/hotspot/oops/InstanceKlass;
2 11 4 keyField Lsun/jvm/hotspot/oops/OopField;
3 11 5 valueField Lsun/jvm/hotspot/oops/OopField;
8 10 6 ce Ljava/lang/ClassNotFoundException;
Exception table:
from to target type
3 6 7 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 start local 1 0: aload 1
invokevirtual sun.jvm.hotspot.oops.Instance.getKlass:()Lsun/jvm/hotspot/oops/Klass;
checkcast sun.jvm.hotspot.oops.InstanceKlass
astore 2
start local 2 1: aload 2
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
start local 3 2: aload 3
ifnonnull 5
3: ldc "Could not find field of [Ljava/util/Hashtable$Entry;"
invokestatic sun.jvm.hotspot.utilities.ObjectReader.debugPrintln:(Ljava/lang/String;)V
4: aconst_null
areturn
5: 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
start local 4 6: aload 3
aload 1
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
start local 5 7: aload 5
invokevirtual sun.jvm.hotspot.oops.ObjArray.getLength:()J
lstore 6
start local 6 8: new java.lang.StringBuilder
dup
ldc "Hashtable$Entry Size = "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
lload 6
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: lconst_0
lstore 8
start local 8 10: goto 15
11: 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
lload 8
invokevirtual sun.jvm.hotspot.oops.ObjArray.getObjAt:(J)Lsun/jvm/hotspot/oops/Oop;
astore 10
start local 10 12: aload 10
ifnull 14
aload 10
invokevirtual sun.jvm.hotspot.oops.Oop.isInstance:()Z
ifeq 14
13: aload 0
aload 4
aload 10
invokevirtual sun.jvm.hotspot.utilities.ObjectReader.setHashtableEntry:(Ljava/util/Hashtable;Lsun/jvm/hotspot/oops/Oop;)V
end local 10 14: StackMap locals:
StackMap stack:
lload 8
lconst_1
ladd
lstore 8
StackMap locals:
StackMap stack:
15: lload 8
lload 6
lcmp
iflt 11
end local 8 16: aload 4
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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;
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 start local 1 0: aload 1
invokevirtual sun.jvm.hotspot.oops.Instance.getKlass:()Lsun/jvm/hotspot/oops/Klass;
checkcast sun.jvm.hotspot.oops.InstanceKlass
astore 2
start local 2 1: aload 2
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
start local 3 2: aload 3
ifnonnull 5
3: ldc "Could not find field of Ljava/util/concurrent/ConcurrentHashMap"
invokestatic sun.jvm.hotspot.utilities.ObjectReader.debugPrintln:(Ljava/lang/String;)V
4: aconst_null
areturn
5: StackMap locals: sun.jvm.hotspot.oops.InstanceKlass sun.jvm.hotspot.oops.OopField
StackMap stack:
aload 3
aload 1
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
start local 4 6: aload 4
ifnonnull 9
7: ldc "Could not get map field from java.util.Properties"
invokestatic sun.jvm.hotspot.utilities.ObjectReader.debugPrintln:(Ljava/lang/String;)V
8: aconst_null
areturn
9: StackMap locals: sun.jvm.hotspot.oops.Instance
StackMap stack:
aload 4
invokevirtual sun.jvm.hotspot.oops.Instance.getKlass:()Lsun/jvm/hotspot/oops/Klass;
checkcast sun.jvm.hotspot.oops.InstanceKlass
astore 5
start local 5 10: aload 5
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
start local 6 11: aload 6
ifnonnull 14
12: ldc "Could not find field of [Ljava/util/concurrent/ConcurrentHashMap$Node"
invokestatic sun.jvm.hotspot.utilities.ObjectReader.debugPrintln:(Ljava/lang/String;)V
13: aconst_null
areturn
14: 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
start local 7 15: aload 6
aload 4
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
start local 8 16: aload 8
invokevirtual sun.jvm.hotspot.oops.ObjArray.getLength:()J
lstore 9
start local 9 17: new java.lang.StringBuilder
dup
ldc "ConcurrentHashMap$Node Size = "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
lload 9
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: lconst_0
lload 9
invokestatic java.util.stream.LongStream.range:(JJ)Ljava/util/stream/LongStream;
19: aload 8
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: 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: aload 0
aload 7
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: aload 7
areturn
end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 0: aload 0
aload 1
invokevirtual sun.jvm.hotspot.utilities.ObjectReader.getFromObjTable:(Lsun/jvm/hotspot/oops/Oop;)Ljava/lang/Object;
astore 2
start local 2 1: aload 2
ifnonnull 37
2: aload 1
invokevirtual sun.jvm.hotspot.oops.Instance.getKlass:()Lsun/jvm/hotspot/oops/Klass;
checkcast sun.jvm.hotspot.oops.InstanceKlass
astore 3
start local 3 3: aload 3
invokevirtual sun.jvm.hotspot.oops.InstanceKlass.getName:()Lsun/jvm/hotspot/oops/Symbol;
aload 0
invokevirtual sun.jvm.hotspot.utilities.ObjectReader.javaLangString:()Lsun/jvm/hotspot/oops/Symbol;
invokevirtual sun.jvm.hotspot.oops.Symbol.equals:(Ljava/lang/Object;)Z
ifeq 5
4: aload 1
invokestatic sun.jvm.hotspot.oops.OopUtilities.stringOopToString:(Lsun/jvm/hotspot/oops/Oop;)Ljava/lang/String;
areturn
5: StackMap locals: java.lang.Object sun.jvm.hotspot.oops.InstanceKlass
StackMap stack:
aload 3
invokevirtual sun.jvm.hotspot.oops.InstanceKlass.getName:()Lsun/jvm/hotspot/oops/Symbol;
aload 0
invokevirtual sun.jvm.hotspot.utilities.ObjectReader.javaUtilHashtable:()Lsun/jvm/hotspot/oops/Symbol;
invokevirtual sun.jvm.hotspot.oops.Symbol.equals:(Ljava/lang/Object;)Z
ifeq 7
6: aload 0
aload 1
invokevirtual sun.jvm.hotspot.utilities.ObjectReader.getHashtable:(Lsun/jvm/hotspot/oops/Instance;)Ljava/lang/Object;
areturn
7: StackMap locals:
StackMap stack:
aload 3
invokevirtual sun.jvm.hotspot.oops.InstanceKlass.getName:()Lsun/jvm/hotspot/oops/Symbol;
aload 0
invokevirtual sun.jvm.hotspot.utilities.ObjectReader.javaUtilProperties:()Lsun/jvm/hotspot/oops/Symbol;
invokevirtual sun.jvm.hotspot.oops.Symbol.equals:(Ljava/lang/Object;)Z
ifeq 9
8: aload 0
aload 1
invokevirtual sun.jvm.hotspot.utilities.ObjectReader.getProperties:(Lsun/jvm/hotspot/oops/Instance;)Ljava/util/Properties;
areturn
9: StackMap locals:
StackMap stack:
aload 0
aload 3
invokevirtual sun.jvm.hotspot.utilities.ObjectReader.readClass:(Lsun/jvm/hotspot/oops/InstanceKlass;)Ljava/lang/Class;
astore 4
start local 4 10: aload 4
invokevirtual java.lang.Class.newInstance:()Ljava/lang/Object;
astore 2
11: 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: aload 4
invokevirtual java.lang.Class.getDeclaredConstructors:()[Ljava/lang/reflect/Constructor;
astore 5
start local 5 14: iconst_0
istore 6
start local 6 15: goto 33
16: StackMap locals: java.lang.reflect.Constructor[] int
StackMap stack:
aload 5
iload 6
aaload
astore 7
start local 7 17: aload 7
invokevirtual java.lang.reflect.Constructor.getParameterTypes:()[Ljava/lang/Class;
astore 8
start local 8 18: aload 8
arraylength
anewarray java.lang.Object
astore 9
start local 9 19: iconst_0
istore 10
start local 10 20: goto 24
21: 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
iload 10
aaload
invokevirtual java.lang.Class.isPrimitive:()Z
ifeq 23
22: aload 9
iload 10
aload 0
aload 8
iload 10
aaload
invokevirtual sun.jvm.hotspot.utilities.ObjectReader.getDefaultPrimitiveValue:(Ljava/lang/Class;)Ljava/lang/Object;
aastore
23: StackMap locals:
StackMap stack:
iinc 10 1
StackMap locals:
StackMap stack:
24: iload 10
aload 9
arraylength
if_icmplt 21
end local 10 25: aload 7
iconst_1
invokevirtual java.lang.reflect.Constructor.setAccessible:(Z)V
26: aload 7
aload 9
invokevirtual java.lang.reflect.Constructor.newInstance:([Ljava/lang/Object;)Ljava/lang/Object;
astore 2
27: goto 34
28: 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
start local 10 29: getstatic sun.jvm.hotspot.utilities.ObjectReader.DEBUG:Z
ifeq 32
30: new java.lang.StringBuilder
dup
ldc "Can't create object using "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 7
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: aload 10
invokestatic sun.jvm.hotspot.utilities.ObjectReader.debugPrintStackTrace:(Ljava/lang/Exception;)V
end local 10 end local 9 end local 8 end local 7 32: StackMap locals:
StackMap stack:
iinc 6 1
StackMap locals:
StackMap stack:
33: iload 6
aload 5
arraylength
if_icmplt 16
end local 6 end local 5 34: StackMap locals:
StackMap stack:
aload 2
ifnull 37
35: aload 0
aload 1
aload 2
invokevirtual sun.jvm.hotspot.utilities.ObjectReader.putIntoObjTable:(Lsun/jvm/hotspot/oops/Oop;Ljava/lang/Object;)V
36: aload 1
new sun.jvm.hotspot.utilities.ObjectReader$FieldSetter
dup
aload 0
aload 2
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 end local 3 37: StackMap locals:
StackMap stack:
aload 2
areturn
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
aload 1
invokevirtual sun.jvm.hotspot.utilities.ObjectReader.getFromObjTable:(Lsun/jvm/hotspot/oops/Oop;)Ljava/lang/Object;
astore 2
start local 2 1: aload 2
ifnonnull 56
2: aload 1
invokevirtual sun.jvm.hotspot.oops.TypeArray.getLength:()J
l2i
istore 3
start local 3 3: aload 1
invokevirtual sun.jvm.hotspot.oops.TypeArray.getKlass:()Lsun/jvm/hotspot/oops/Klass;
checkcast sun.jvm.hotspot.oops.TypeArrayKlass
astore 4
start local 4 4: aload 4
invokevirtual sun.jvm.hotspot.oops.TypeArrayKlass.getElementType:()I
istore 5
start local 5 5: iload 5
tableswitch { // 4 - 11
4: 6
5: 12
6: 18
7: 24
8: 30
9: 36
10: 42
11: 48
default: 54
}
6: 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
newarray 4
astore 6
start local 6 7: aload 1
new sun.jvm.hotspot.utilities.ObjectReader$1
dup
aload 0
aload 6
aload 1
invokespecial sun.jvm.hotspot.utilities.ObjectReader$1.<init>:(Lsun/jvm/hotspot/utilities/ObjectReader;[ZLsun/jvm/hotspot/oops/TypeArray;)V
8: iconst_0
9: invokevirtual sun.jvm.hotspot.oops.TypeArray.iterate:(Lsun/jvm/hotspot/oops/OopVisitor;Z)V
10: aload 6
astore 2
end local 6 11: goto 55
12: StackMap locals:
StackMap stack:
iload 3
newarray 5
astore 6
start local 6 13: aload 1
new sun.jvm.hotspot.utilities.ObjectReader$2
dup
aload 0
aload 6
aload 1
invokespecial sun.jvm.hotspot.utilities.ObjectReader$2.<init>:(Lsun/jvm/hotspot/utilities/ObjectReader;[CLsun/jvm/hotspot/oops/TypeArray;)V
14: iconst_0
15: invokevirtual sun.jvm.hotspot.oops.TypeArray.iterate:(Lsun/jvm/hotspot/oops/OopVisitor;Z)V
16: aload 6
astore 2
end local 6 17: goto 55
18: StackMap locals:
StackMap stack:
iload 3
newarray 6
astore 6
start local 6 19: aload 1
new sun.jvm.hotspot.utilities.ObjectReader$3
dup
aload 0
aload 6
aload 1
invokespecial sun.jvm.hotspot.utilities.ObjectReader$3.<init>:(Lsun/jvm/hotspot/utilities/ObjectReader;[FLsun/jvm/hotspot/oops/TypeArray;)V
20: iconst_0
21: invokevirtual sun.jvm.hotspot.oops.TypeArray.iterate:(Lsun/jvm/hotspot/oops/OopVisitor;Z)V
22: aload 6
astore 2
end local 6 23: goto 55
24: StackMap locals:
StackMap stack:
iload 3
newarray 7
astore 6
start local 6 25: aload 1
new sun.jvm.hotspot.utilities.ObjectReader$4
dup
aload 0
aload 6
aload 1
invokespecial sun.jvm.hotspot.utilities.ObjectReader$4.<init>:(Lsun/jvm/hotspot/utilities/ObjectReader;[DLsun/jvm/hotspot/oops/TypeArray;)V
26: iconst_0
27: invokevirtual sun.jvm.hotspot.oops.TypeArray.iterate:(Lsun/jvm/hotspot/oops/OopVisitor;Z)V
28: aload 6
astore 2
end local 6 29: goto 55
30: StackMap locals:
StackMap stack:
iload 3
newarray 8
astore 6
start local 6 31: aload 1
new sun.jvm.hotspot.utilities.ObjectReader$5
dup
aload 0
aload 6
aload 1
invokespecial sun.jvm.hotspot.utilities.ObjectReader$5.<init>:(Lsun/jvm/hotspot/utilities/ObjectReader;[BLsun/jvm/hotspot/oops/TypeArray;)V
32: iconst_0
33: invokevirtual sun.jvm.hotspot.oops.TypeArray.iterate:(Lsun/jvm/hotspot/oops/OopVisitor;Z)V
34: aload 6
astore 2
end local 6 35: goto 55
36: StackMap locals:
StackMap stack:
iload 3
newarray 9
astore 6
start local 6 37: aload 1
new sun.jvm.hotspot.utilities.ObjectReader$6
dup
aload 0
aload 6
aload 1
invokespecial sun.jvm.hotspot.utilities.ObjectReader$6.<init>:(Lsun/jvm/hotspot/utilities/ObjectReader;[SLsun/jvm/hotspot/oops/TypeArray;)V
38: iconst_0
39: invokevirtual sun.jvm.hotspot.oops.TypeArray.iterate:(Lsun/jvm/hotspot/oops/OopVisitor;Z)V
40: aload 6
astore 2
end local 6 41: goto 55
42: StackMap locals:
StackMap stack:
iload 3
newarray 10
astore 6
start local 6 43: aload 1
new sun.jvm.hotspot.utilities.ObjectReader$7
dup
aload 0
aload 6
aload 1
invokespecial sun.jvm.hotspot.utilities.ObjectReader$7.<init>:(Lsun/jvm/hotspot/utilities/ObjectReader;[ILsun/jvm/hotspot/oops/TypeArray;)V
44: iconst_0
45: invokevirtual sun.jvm.hotspot.oops.TypeArray.iterate:(Lsun/jvm/hotspot/oops/OopVisitor;Z)V
46: aload 6
astore 2
end local 6 47: goto 55
48: StackMap locals:
StackMap stack:
iload 3
newarray 11
astore 6
start local 6 49: aload 1
new sun.jvm.hotspot.utilities.ObjectReader$8
dup
aload 0
aload 6
aload 1
invokespecial sun.jvm.hotspot.utilities.ObjectReader$8.<init>:(Lsun/jvm/hotspot/utilities/ObjectReader;[JLsun/jvm/hotspot/oops/TypeArray;)V
50: iconst_0
51: invokevirtual sun.jvm.hotspot.oops.TypeArray.iterate:(Lsun/jvm/hotspot/oops/OopVisitor;Z)V
52: aload 6
astore 2
end local 6 53: goto 55
54: 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: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 2
invokevirtual sun.jvm.hotspot.utilities.ObjectReader.putIntoObjTable:(Lsun/jvm/hotspot/oops/Oop;Ljava/lang/Object;)V
end local 5 end local 4 end local 3 56: StackMap locals:
StackMap stack:
aload 2
areturn
end local 2 end local 1 end local 0 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 start local 1 0: aload 1
invokestatic sun.jvm.hotspot.utilities.RobustOopDeterminator.oopLooksValid:(Lsun/jvm/hotspot/debugger/OopHandle;)Z
ireturn
end local 1 end local 0 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 start local 1 0: aload 0
aload 1
invokevirtual sun.jvm.hotspot.utilities.ObjectReader.getFromObjTable:(Lsun/jvm/hotspot/oops/Oop;)Ljava/lang/Object;
astore 2
start local 2 1: aload 2
ifnonnull 21
2: aload 1
invokevirtual sun.jvm.hotspot.oops.ObjArray.getLength:()J
l2i
istore 3
start local 3 3: aload 1
invokevirtual sun.jvm.hotspot.oops.ObjArray.getKlass:()Lsun/jvm/hotspot/oops/Klass;
checkcast sun.jvm.hotspot.oops.ObjArrayKlass
astore 4
start local 4 4: aload 4
invokevirtual sun.jvm.hotspot.oops.ObjArrayKlass.getBottomKlass:()Lsun/jvm/hotspot/oops/Klass;
astore 5
start local 5 5: aconst_null
astore 6
start local 6 6: aload 4
invokevirtual sun.jvm.hotspot.oops.ObjArrayKlass.getDimension:()J
l2i
istore 7
start local 7 7: aconst_null
astore 8
start local 8 8: aload 5
instanceof sun.jvm.hotspot.oops.InstanceKlass
ifeq 12
9: aload 0
aload 5
checkcast sun.jvm.hotspot.oops.InstanceKlass
invokevirtual sun.jvm.hotspot.utilities.ObjectReader.readClass:(Lsun/jvm/hotspot/oops/InstanceKlass;)Ljava/lang/Class;
astore 6
10: iload 7
newarray 10
astore 8
11: goto 14
12: 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
checkcast sun.jvm.hotspot.oops.TypeArrayKlass
pop
13: iload 7
iconst_1
isub
newarray 10
astore 8
14: StackMap locals:
StackMap stack:
aload 8
iconst_0
iload 3
iastore
15: aload 6
aload 8
invokestatic java.lang.reflect.Array.newInstance:(Ljava/lang/Class;[I)Ljava/lang/Object;
checkcast java.lang.Object[]
astore 9
start local 9 16: aload 0
aload 1
aload 9
invokevirtual sun.jvm.hotspot.utilities.ObjectReader.putIntoObjTable:(Lsun/jvm/hotspot/oops/Oop;Ljava/lang/Object;)V
17: aload 9
astore 2
18: aload 1
new sun.jvm.hotspot.utilities.ObjectReader$9
dup
aload 0
aload 9
invokespecial sun.jvm.hotspot.utilities.ObjectReader$9.<init>:(Lsun/jvm/hotspot/utilities/ObjectReader;[Ljava/lang/Object;)V
19: iconst_0
20: invokevirtual sun.jvm.hotspot.oops.ObjArray.iterate:(Lsun/jvm/hotspot/oops/OopVisitor;Z)V
end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 21: StackMap locals: sun.jvm.hotspot.utilities.ObjectReader sun.jvm.hotspot.oops.ObjArray java.lang.Object
StackMap stack:
aload 2
areturn
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
aload 1
invokevirtual sun.jvm.hotspot.utilities.ObjectReader.getFromObjTable:(Lsun/jvm/hotspot/oops/Metadata;)Ljava/lang/Object;
checkcast java.lang.Class
astore 2
start local 2 1: aload 2
ifnonnull 4
2: aload 1
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
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
3: aload 0
aload 1
aload 2
invokevirtual sun.jvm.hotspot.utilities.ObjectReader.putIntoObjTable:(Lsun/jvm/hotspot/oops/Metadata;Ljava/lang/Object;)V
4: StackMap locals: java.lang.Class
StackMap stack:
aload 2
areturn
end local 2 end local 1 end local 0 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 start local 1 0: aload 1
invokevirtual sun.jvm.hotspot.oops.Method.getName:()Lsun/jvm/hotspot/oops/Symbol;
invokevirtual sun.jvm.hotspot.oops.Symbol.asString:()Ljava/lang/String;
astore 2
start local 2 1: aload 2
ldc "<init>"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 3
2: aload 0
aload 1
invokevirtual sun.jvm.hotspot.utilities.ObjectReader.readConstructor:(Lsun/jvm/hotspot/oops/Method;)Ljava/lang/reflect/Constructor;
areturn
3: StackMap locals: java.lang.String
StackMap stack:
aload 0
aload 1
invokevirtual sun.jvm.hotspot.utilities.ObjectReader.readMethod:(Lsun/jvm/hotspot/oops/Method;)Ljava/lang/reflect/Method;
areturn
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
aload 1
invokevirtual sun.jvm.hotspot.utilities.ObjectReader.getFromObjTable:(Lsun/jvm/hotspot/oops/Metadata;)Ljava/lang/Object;
checkcast java.lang.reflect.Method
astore 2
start local 2 1: aload 2
ifnonnull 7
2: aload 0
aload 1
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
start local 3 3: aload 1
invokevirtual sun.jvm.hotspot.oops.Method.getName:()Lsun/jvm/hotspot/oops/Symbol;
invokevirtual sun.jvm.hotspot.oops.Symbol.asString:()Ljava/lang/String;
astore 4
start local 4 4: aload 0
aload 1
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
start local 5 5: aload 3
aload 4
aload 5
invokevirtual java.lang.Class.getMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
astore 2
6: aload 0
aload 1
aload 2
invokevirtual sun.jvm.hotspot.utilities.ObjectReader.putIntoObjTable:(Lsun/jvm/hotspot/oops/Metadata;Ljava/lang/Object;)V
end local 5 end local 4 end local 3 7: StackMap locals: java.lang.reflect.Method
StackMap stack:
aload 2
areturn
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
aload 1
invokevirtual sun.jvm.hotspot.utilities.ObjectReader.getFromObjTable:(Lsun/jvm/hotspot/oops/Metadata;)Ljava/lang/Object;
checkcast java.lang.reflect.Constructor
astore 2
start local 2 1: aload 2
ifnonnull 7
2: aload 0
aload 1
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
start local 3 3: aload 1
invokevirtual sun.jvm.hotspot.oops.Method.getName:()Lsun/jvm/hotspot/oops/Symbol;
invokevirtual sun.jvm.hotspot.oops.Symbol.asString:()Ljava/lang/String;
pop
4: aload 0
aload 1
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
start local 4 5: aload 3
aload 4
invokevirtual java.lang.Class.getDeclaredConstructor:([Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
astore 2
6: aload 0
aload 1
aload 2
invokevirtual sun.jvm.hotspot.utilities.ObjectReader.putIntoObjTable:(Lsun/jvm/hotspot/oops/Metadata;Ljava/lang/Object;)V
end local 4 end local 3 7: StackMap locals: java.lang.reflect.Constructor
StackMap stack:
aload 2
areturn
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield sun.jvm.hotspot.utilities.ObjectReader.fieldMap:Ljava/util/Map;
aload 1
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.reflect.Field
astore 2
start local 2 1: aload 2
ifnonnull 10
2: aload 1
invokevirtual sun.jvm.hotspot.oops.Field.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
astore 3
start local 3 3: aload 0
aload 1
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
start local 4 4: aload 3
invokevirtual sun.jvm.hotspot.oops.FieldIdentifier.getName:()Ljava/lang/String;
astore 5
start local 5 5: aload 4
aload 5
invokevirtual java.lang.Class.getField:(Ljava/lang/String;)Ljava/lang/reflect/Field;
astore 2
6: 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: aload 4
aload 5
invokevirtual java.lang.Class.getDeclaredField:(Ljava/lang/String;)Ljava/lang/reflect/Field;
astore 2
9: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.utilities.ObjectReader.fieldMap:Ljava/util/Map;
aload 1
aload 2
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
end local 5 end local 4 end local 3 10: StackMap locals:
StackMap stack:
aload 2
areturn
end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield sun.jvm.hotspot.utilities.ObjectReader.oopToObjMap:Ljava/util/Map;
aload 1
aload 2
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
1: return
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield sun.jvm.hotspot.utilities.ObjectReader.oopToObjMap:Ljava/util/Map;
aload 1
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
areturn
end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield sun.jvm.hotspot.utilities.ObjectReader.oopToObjMap:Ljava/util/Map;
aload 1
aload 2
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
1: return
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield sun.jvm.hotspot.utilities.ObjectReader.oopToObjMap:Ljava/util/Map;
aload 1
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
areturn
end local 1 end local 0 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 start local 1 0: new sun.jvm.hotspot.utilities.ObjectReader$SignatureParser
dup
aload 0
aload 1
invokespecial sun.jvm.hotspot.utilities.ObjectReader$SignatureParser.<init>:(Lsun/jvm/hotspot/utilities/ObjectReader;Lsun/jvm/hotspot/oops/Symbol;)V
astore 2
start local 2 1: aload 2
invokevirtual sun.jvm.hotspot.utilities.ObjectReader$SignatureParser.iterateParameters:()V
2: aload 2
invokevirtual sun.jvm.hotspot.utilities.ObjectReader$SignatureParser.getNumParams:()I
anewarray java.lang.Class
astore 3
start local 3 3: aload 2
invokevirtual sun.jvm.hotspot.utilities.ObjectReader$SignatureParser.getParamTypes:()Ljava/util/Enumeration;
astore 4
start local 4 4: iconst_0
istore 5
start local 5 5: goto 8
6: 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
iload 5
aload 4
invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
checkcast java.lang.Class
aastore
7: iinc 5 1
8: StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Enumeration.hasMoreElements:()Z
ifne 6
9: aload 3
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 0: aload 0
ifnull 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: ireturn
end local 0 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 start local 2 0: aload 0
aload 1
aload 2
invokevirtual sun.jvm.hotspot.utilities.ObjectReader.setPropertiesEntry:(Ljava/util/Properties;Lsun/jvm/hotspot/oops/Oop;)V
return
end local 2 end local 0 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