public class sun.jvm.hotspot.oops.Method extends sun.jvm.hotspot.oops.Metadata
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.jvm.hotspot.oops.Method
super_class: sun.jvm.hotspot.oops.Metadata
{
private static sun.jvm.hotspot.types.Type type;
descriptor: Lsun/jvm/hotspot/types/Type;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static sun.jvm.hotspot.types.AddressField constMethod;
descriptor: Lsun/jvm/hotspot/types/AddressField;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static sun.jvm.hotspot.types.AddressField methodData;
descriptor: Lsun/jvm/hotspot/types/AddressField;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static sun.jvm.hotspot.types.AddressField methodCounters;
descriptor: Lsun/jvm/hotspot/types/AddressField;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static sun.jvm.hotspot.oops.CIntField accessFlags;
descriptor: Lsun/jvm/hotspot/oops/CIntField;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static sun.jvm.hotspot.oops.CIntField vtableIndex;
descriptor: Lsun/jvm/hotspot/oops/CIntField;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static sun.jvm.hotspot.types.AddressField code;
descriptor: Lsun/jvm/hotspot/types/AddressField;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static sun.jvm.hotspot.oops.Symbol objectInitializerName;
descriptor: Lsun/jvm/hotspot/oops/Symbol;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static sun.jvm.hotspot.oops.Symbol classInitializerName;
descriptor: Lsun/jvm/hotspot/oops/Symbol;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new sun.jvm.hotspot.oops.Method$1
dup
invokespecial sun.jvm.hotspot.oops.Method$1.<init>:()V
invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Ljava/util/Observer;)V
1: return
LocalVariableTable:
Start End Slot Name Signature
private static synchronized void initialize(sun.jvm.hotspot.types.TypeDataBase);
descriptor: (Lsun/jvm/hotspot/types/TypeDataBase;)V
flags: (0x002a) ACC_PRIVATE, ACC_STATIC, ACC_SYNCHRONIZED
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
ldc "Method"
invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
putstatic sun.jvm.hotspot.oops.Method.type:Lsun/jvm/hotspot/types/Type;
1: getstatic sun.jvm.hotspot.oops.Method.type:Lsun/jvm/hotspot/types/Type;
ldc "_constMethod"
invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
putstatic sun.jvm.hotspot.oops.Method.constMethod:Lsun/jvm/hotspot/types/AddressField;
2: getstatic sun.jvm.hotspot.oops.Method.type:Lsun/jvm/hotspot/types/Type;
ldc "_method_data"
invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
putstatic sun.jvm.hotspot.oops.Method.methodData:Lsun/jvm/hotspot/types/AddressField;
3: getstatic sun.jvm.hotspot.oops.Method.type:Lsun/jvm/hotspot/types/Type;
ldc "_method_counters"
invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
putstatic sun.jvm.hotspot.oops.Method.methodCounters:Lsun/jvm/hotspot/types/AddressField;
4: new sun.jvm.hotspot.oops.CIntField
dup
getstatic sun.jvm.hotspot.oops.Method.type:Lsun/jvm/hotspot/types/Type;
ldc "_access_flags"
invokeinterface sun.jvm.hotspot.types.Type.getCIntegerField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/CIntegerField;
lconst_0
invokespecial sun.jvm.hotspot.oops.CIntField.<init>:(Lsun/jvm/hotspot/types/CIntegerField;J)V
putstatic sun.jvm.hotspot.oops.Method.accessFlags:Lsun/jvm/hotspot/oops/CIntField;
5: getstatic sun.jvm.hotspot.oops.Method.type:Lsun/jvm/hotspot/types/Type;
ldc "_code"
invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
putstatic sun.jvm.hotspot.oops.Method.code:Lsun/jvm/hotspot/types/AddressField;
6: new sun.jvm.hotspot.oops.CIntField
dup
getstatic sun.jvm.hotspot.oops.Method.type:Lsun/jvm/hotspot/types/Type;
ldc "_vtable_index"
invokeinterface sun.jvm.hotspot.types.Type.getCIntegerField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/CIntegerField;
lconst_0
invokespecial sun.jvm.hotspot.oops.CIntField.<init>:(Lsun/jvm/hotspot/types/CIntegerField;J)V
putstatic sun.jvm.hotspot.oops.Method.vtableIndex:Lsun/jvm/hotspot/oops/CIntField;
7: aconst_null
putstatic sun.jvm.hotspot.oops.Method.objectInitializerName:Lsun/jvm/hotspot/oops/Symbol;
8: aconst_null
putstatic sun.jvm.hotspot.oops.Method.classInitializerName:Lsun/jvm/hotspot/oops/Symbol;
9: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 db Lsun/jvm/hotspot/types/TypeDataBase;
Exceptions:
throws sun.jvm.hotspot.types.WrongTypeException
MethodParameters:
Name Flags
db
public void <init>(sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial sun.jvm.hotspot.oops.Metadata.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/oops/Method;
0 2 1 addr Lsun/jvm/hotspot/debugger/Address;
MethodParameters:
Name Flags
addr
public boolean isMethod();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
private static sun.jvm.hotspot.oops.Symbol objectInitializerName();
descriptor: ()Lsun/jvm/hotspot/oops/Symbol;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: getstatic sun.jvm.hotspot.oops.Method.objectInitializerName:Lsun/jvm/hotspot/oops/Symbol;
ifnonnull 2
1: invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getSymbolTable:()Lsun/jvm/hotspot/memory/SymbolTable;
ldc "<init>"
invokevirtual sun.jvm.hotspot.memory.SymbolTable.probe:(Ljava/lang/String;)Lsun/jvm/hotspot/oops/Symbol;
putstatic sun.jvm.hotspot.oops.Method.objectInitializerName:Lsun/jvm/hotspot/oops/Symbol;
2: StackMap locals:
StackMap stack:
getstatic sun.jvm.hotspot.oops.Method.objectInitializerName:Lsun/jvm/hotspot/oops/Symbol;
areturn
LocalVariableTable:
Start End Slot Name Signature
private static sun.jvm.hotspot.oops.Symbol classInitializerName();
descriptor: ()Lsun/jvm/hotspot/oops/Symbol;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: getstatic sun.jvm.hotspot.oops.Method.classInitializerName:Lsun/jvm/hotspot/oops/Symbol;
ifnonnull 2
1: invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getSymbolTable:()Lsun/jvm/hotspot/memory/SymbolTable;
ldc "<clinit>"
invokevirtual sun.jvm.hotspot.memory.SymbolTable.probe:(Ljava/lang/String;)Lsun/jvm/hotspot/oops/Symbol;
putstatic sun.jvm.hotspot.oops.Method.classInitializerName:Lsun/jvm/hotspot/oops/Symbol;
2: StackMap locals:
StackMap stack:
getstatic sun.jvm.hotspot.oops.Method.classInitializerName:Lsun/jvm/hotspot/oops/Symbol;
areturn
LocalVariableTable:
Start End Slot Name Signature
public sun.jvm.hotspot.oops.ConstMethod getConstMethod();
descriptor: ()Lsun/jvm/hotspot/oops/ConstMethod;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: getstatic sun.jvm.hotspot.oops.Method.constMethod:Lsun/jvm/hotspot/types/AddressField;
aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getAddress:()Lsun/jvm/hotspot/debugger/Address;
invokeinterface sun.jvm.hotspot.types.AddressField.getValue:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
astore 1
start local 1 1: ldc Lsun/jvm/hotspot/oops/ConstMethod;
aload 1
invokestatic sun.jvm.hotspot.runtime.VMObjectFactory.newObject:(Ljava/lang/Class;Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/Object;
checkcast sun.jvm.hotspot.oops.ConstMethod
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/oops/Method;
1 2 1 addr Lsun/jvm/hotspot/debugger/Address;
public sun.jvm.hotspot.oops.ConstantPool getConstants();
descriptor: ()Lsun/jvm/hotspot/oops/ConstantPool;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getConstMethod:()Lsun/jvm/hotspot/oops/ConstMethod;
invokevirtual sun.jvm.hotspot.oops.ConstMethod.getConstants:()Lsun/jvm/hotspot/oops/ConstantPool;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
public sun.jvm.hotspot.oops.MethodData getMethodData();
descriptor: ()Lsun/jvm/hotspot/oops/MethodData;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: getstatic sun.jvm.hotspot.oops.Method.methodData:Lsun/jvm/hotspot/types/AddressField;
aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getAddress:()Lsun/jvm/hotspot/debugger/Address;
invokeinterface sun.jvm.hotspot.types.AddressField.getValue:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
astore 1
start local 1 1: ldc Lsun/jvm/hotspot/oops/MethodData;
aload 1
invokestatic sun.jvm.hotspot.runtime.VMObjectFactory.newObject:(Ljava/lang/Class;Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/Object;
checkcast sun.jvm.hotspot.oops.MethodData
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/oops/Method;
1 2 1 addr Lsun/jvm/hotspot/debugger/Address;
public sun.jvm.hotspot.oops.MethodCounters getMethodCounters();
descriptor: ()Lsun/jvm/hotspot/oops/MethodCounters;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: getstatic sun.jvm.hotspot.oops.Method.methodCounters:Lsun/jvm/hotspot/types/AddressField;
aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getAddress:()Lsun/jvm/hotspot/debugger/Address;
invokeinterface sun.jvm.hotspot.types.AddressField.getValue:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
astore 1
start local 1 1: ldc Lsun/jvm/hotspot/oops/MethodCounters;
aload 1
invokestatic sun.jvm.hotspot.runtime.VMObjectFactory.newObject:(Ljava/lang/Class;Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/Object;
checkcast sun.jvm.hotspot.oops.MethodCounters
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/oops/Method;
1 2 1 addr Lsun/jvm/hotspot/debugger/Address;
public long getMaxStack();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getConstMethod:()Lsun/jvm/hotspot/oops/ConstMethod;
invokevirtual sun.jvm.hotspot.oops.ConstMethod.getMaxStack:()J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
public long getMaxLocals();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getConstMethod:()Lsun/jvm/hotspot/oops/ConstMethod;
invokevirtual sun.jvm.hotspot.oops.ConstMethod.getMaxLocals:()J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
public long getSizeOfParameters();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getConstMethod:()Lsun/jvm/hotspot/oops/ConstMethod;
invokevirtual sun.jvm.hotspot.oops.ConstMethod.getSizeOfParameters:()J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
public long getNameIndex();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getConstMethod:()Lsun/jvm/hotspot/oops/ConstMethod;
invokevirtual sun.jvm.hotspot.oops.ConstMethod.getNameIndex:()J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
public long getSignatureIndex();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getConstMethod:()Lsun/jvm/hotspot/oops/ConstMethod;
invokevirtual sun.jvm.hotspot.oops.ConstMethod.getSignatureIndex:()J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
public long getGenericSignatureIndex();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getConstMethod:()Lsun/jvm/hotspot/oops/ConstMethod;
invokevirtual sun.jvm.hotspot.oops.ConstMethod.getGenericSignatureIndex:()J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
public long getAccessFlags();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic sun.jvm.hotspot.oops.Method.accessFlags:Lsun/jvm/hotspot/oops/CIntField;
aload 0
invokevirtual sun.jvm.hotspot.oops.CIntField.getValue:(Lsun/jvm/hotspot/runtime/VMObject;)J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
public long getCodeSize();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getConstMethod:()Lsun/jvm/hotspot/oops/ConstMethod;
invokevirtual sun.jvm.hotspot.oops.ConstMethod.getCodeSize:()J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
public long getVtableIndex();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic sun.jvm.hotspot.oops.Method.vtableIndex:Lsun/jvm/hotspot/oops/CIntField;
aload 0
invokevirtual sun.jvm.hotspot.oops.CIntField.getValue:(Lsun/jvm/hotspot/runtime/VMObject;)J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
public long getInvocationCount();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getMethodCounters:()Lsun/jvm/hotspot/oops/MethodCounters;
astore 1
start local 1 1: aload 1
ifnonnull 2
lconst_0
goto 3
StackMap locals: sun.jvm.hotspot.oops.MethodCounters
StackMap stack:
2: aload 1
invokevirtual sun.jvm.hotspot.oops.MethodCounters.getInvocationCounter:()J
StackMap locals:
StackMap stack: long
3: lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/oops/Method;
1 4 1 mc Lsun/jvm/hotspot/oops/MethodCounters;
public long getBackedgeCount();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getMethodCounters:()Lsun/jvm/hotspot/oops/MethodCounters;
astore 1
start local 1 1: aload 1
ifnonnull 2
lconst_0
goto 3
StackMap locals: sun.jvm.hotspot.oops.MethodCounters
StackMap stack:
2: aload 1
invokevirtual sun.jvm.hotspot.oops.MethodCounters.getBackedgeCounter:()J
StackMap locals:
StackMap stack: long
3: lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/oops/Method;
1 4 1 mc Lsun/jvm/hotspot/oops/MethodCounters;
public sun.jvm.hotspot.code.NMethod getNativeMethod();
descriptor: ()Lsun/jvm/hotspot/code/NMethod;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: getstatic sun.jvm.hotspot.oops.Method.code:Lsun/jvm/hotspot/types/AddressField;
aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getAddress:()Lsun/jvm/hotspot/debugger/Address;
invokeinterface sun.jvm.hotspot.types.AddressField.getValue:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
astore 1
start local 1 1: ldc Lsun/jvm/hotspot/code/NMethod;
aload 1
invokestatic sun.jvm.hotspot.runtime.VMObjectFactory.newObject:(Ljava/lang/Class;Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/Object;
checkcast sun.jvm.hotspot.code.NMethod
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/oops/Method;
1 2 1 addr Lsun/jvm/hotspot/debugger/Address;
public sun.jvm.hotspot.oops.AccessFlags getAccessFlagsObj();
descriptor: ()Lsun/jvm/hotspot/oops/AccessFlags;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: new sun.jvm.hotspot.oops.AccessFlags
dup
aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getAccessFlags:()J
invokespecial sun.jvm.hotspot.oops.AccessFlags.<init>:(J)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
public int getBytecodeOrBPAt(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getConstMethod:()Lsun/jvm/hotspot/oops/ConstMethod;
iload 1
invokevirtual sun.jvm.hotspot.oops.ConstMethod.getBytecodeOrBPAt:(I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
0 1 1 bci I
MethodParameters:
Name Flags
bci
public int getOrigBytecodeAt(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getMethodHolder:()Lsun/jvm/hotspot/oops/InstanceKlass;
invokevirtual sun.jvm.hotspot.oops.InstanceKlass.getBreakpoints:()Lsun/jvm/hotspot/oops/BreakpointInfo;
astore 2
start local 2 1: goto 5
2: StackMap locals: sun.jvm.hotspot.oops.BreakpointInfo
StackMap stack:
aload 2
aload 0
iload 1
invokevirtual sun.jvm.hotspot.oops.BreakpointInfo.match:(Lsun/jvm/hotspot/oops/Method;I)Z
ifeq 4
3: aload 2
invokevirtual sun.jvm.hotspot.oops.BreakpointInfo.getOrigBytecode:()I
ireturn
4: StackMap locals:
StackMap stack:
aload 2
invokevirtual sun.jvm.hotspot.oops.BreakpointInfo.getNext:()Lsun/jvm/hotspot/oops/BreakpointInfo;
astore 2
StackMap locals:
StackMap stack:
5: aload 2
ifnonnull 2
6: getstatic java.lang.System.err:Ljava/io/PrintStream;
new java.lang.StringBuilder
dup
ldc "Requested bci "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 1
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
7: goto 12
8: StackMap locals:
StackMap stack:
getstatic java.lang.System.err:Ljava/io/PrintStream;
new java.lang.StringBuilder
dup
ldc "Breakpoint at bci "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 2
invokevirtual sun.jvm.hotspot.oops.BreakpointInfo.getBCI:()I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
ldc ", bytecode "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
9: aload 2
invokevirtual sun.jvm.hotspot.oops.BreakpointInfo.getOrigBytecode:()I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
10: invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
11: aload 2
invokevirtual sun.jvm.hotspot.oops.BreakpointInfo.getNext:()Lsun/jvm/hotspot/oops/BreakpointInfo;
astore 2
StackMap locals:
StackMap stack:
12: aload 2
ifnonnull 8
13: iconst_0
ldc "Should not reach here"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
14: iconst_m1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lsun/jvm/hotspot/oops/Method;
0 15 1 bci I
1 15 2 bp Lsun/jvm/hotspot/oops/BreakpointInfo;
MethodParameters:
Name Flags
bci
public byte getBytecodeByteArg(int);
descriptor: (I)B
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getConstMethod:()Lsun/jvm/hotspot/oops/ConstMethod;
iload 1
invokevirtual sun.jvm.hotspot.oops.ConstMethod.getBytecodeByteArg:(I)B
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
0 1 1 bci I
MethodParameters:
Name Flags
bci
public short getBytecodeShortArg(int);
descriptor: (I)S
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getConstMethod:()Lsun/jvm/hotspot/oops/ConstMethod;
iload 1
invokevirtual sun.jvm.hotspot.oops.ConstMethod.getBytecodeShortArg:(I)S
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
0 1 1 bci I
MethodParameters:
Name Flags
bci
public short getNativeShortArg(int);
descriptor: (I)S
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getConstMethod:()Lsun/jvm/hotspot/oops/ConstMethod;
iload 1
invokevirtual sun.jvm.hotspot.oops.ConstMethod.getNativeShortArg:(I)S
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
0 1 1 bci I
MethodParameters:
Name Flags
bci
public int getBytecodeIntArg(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getConstMethod:()Lsun/jvm/hotspot/oops/ConstMethod;
iload 1
invokevirtual sun.jvm.hotspot.oops.ConstMethod.getBytecodeIntArg:(I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
0 1 1 bci I
MethodParameters:
Name Flags
bci
public int getNativeIntArg(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getConstMethod:()Lsun/jvm/hotspot/oops/ConstMethod;
iload 1
invokevirtual sun.jvm.hotspot.oops.ConstMethod.getNativeIntArg:(I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
0 1 1 bci I
MethodParameters:
Name Flags
bci
public byte[] getByteCode();
descriptor: ()[B
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getConstMethod:()Lsun/jvm/hotspot/oops/ConstMethod;
invokevirtual sun.jvm.hotspot.oops.ConstMethod.getByteCode:()[B
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
public sun.jvm.hotspot.oops.Symbol getName();
descriptor: ()Lsun/jvm/hotspot/oops/Symbol;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getConstants:()Lsun/jvm/hotspot/oops/ConstantPool;
aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getNameIndex:()J
invokevirtual sun.jvm.hotspot.oops.ConstantPool.getSymbolAt:(J)Lsun/jvm/hotspot/oops/Symbol;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
public sun.jvm.hotspot.oops.Symbol getSignature();
descriptor: ()Lsun/jvm/hotspot/oops/Symbol;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getConstants:()Lsun/jvm/hotspot/oops/ConstantPool;
aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getSignatureIndex:()J
invokevirtual sun.jvm.hotspot.oops.ConstantPool.getSymbolAt:(J)Lsun/jvm/hotspot/oops/Symbol;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
public sun.jvm.hotspot.oops.Symbol getGenericSignature();
descriptor: ()Lsun/jvm/hotspot/oops/Symbol;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getGenericSignatureIndex:()J
lstore 1
start local 1 1: lload 1
lconst_0
lcmp
ifeq 2
aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getConstants:()Lsun/jvm/hotspot/oops/ConstantPool;
lload 1
invokevirtual sun.jvm.hotspot.oops.ConstantPool.getSymbolAt:(J)Lsun/jvm/hotspot/oops/Symbol;
goto 3
StackMap locals: long
StackMap stack:
2: aconst_null
StackMap locals:
StackMap stack: sun.jvm.hotspot.oops.Symbol
3: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/oops/Method;
1 4 1 index J
public sun.jvm.hotspot.oops.InstanceKlass getMethodHolder();
descriptor: ()Lsun/jvm/hotspot/oops/InstanceKlass;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getConstants:()Lsun/jvm/hotspot/oops/ConstantPool;
invokevirtual sun.jvm.hotspot.oops.ConstantPool.getPoolHolder:()Lsun/jvm/hotspot/oops/InstanceKlass;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
public boolean isPublic();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getAccessFlagsObj:()Lsun/jvm/hotspot/oops/AccessFlags;
invokevirtual sun.jvm.hotspot.oops.AccessFlags.isPublic:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
public boolean isPrivate();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getAccessFlagsObj:()Lsun/jvm/hotspot/oops/AccessFlags;
invokevirtual sun.jvm.hotspot.oops.AccessFlags.isPrivate:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
public boolean isProtected();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getAccessFlagsObj:()Lsun/jvm/hotspot/oops/AccessFlags;
invokevirtual sun.jvm.hotspot.oops.AccessFlags.isProtected:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
public boolean isPackagePrivate();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getAccessFlagsObj:()Lsun/jvm/hotspot/oops/AccessFlags;
astore 1
start local 1 1: aload 1
invokevirtual sun.jvm.hotspot.oops.AccessFlags.isPublic:()Z
ifne 2
aload 1
invokevirtual sun.jvm.hotspot.oops.AccessFlags.isPrivate:()Z
ifne 2
aload 1
invokevirtual sun.jvm.hotspot.oops.AccessFlags.isProtected:()Z
ifne 2
iconst_1
ireturn
StackMap locals: sun.jvm.hotspot.oops.AccessFlags
StackMap stack:
2: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/oops/Method;
1 3 1 af Lsun/jvm/hotspot/oops/AccessFlags;
public boolean isStatic();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getAccessFlagsObj:()Lsun/jvm/hotspot/oops/AccessFlags;
invokevirtual sun.jvm.hotspot.oops.AccessFlags.isStatic:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
public boolean isFinal();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getAccessFlagsObj:()Lsun/jvm/hotspot/oops/AccessFlags;
invokevirtual sun.jvm.hotspot.oops.AccessFlags.isFinal:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
public boolean isSynchronized();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getAccessFlagsObj:()Lsun/jvm/hotspot/oops/AccessFlags;
invokevirtual sun.jvm.hotspot.oops.AccessFlags.isSynchronized:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
public boolean isBridge();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getAccessFlagsObj:()Lsun/jvm/hotspot/oops/AccessFlags;
invokevirtual sun.jvm.hotspot.oops.AccessFlags.isBridge:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
public boolean isVarArgs();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getAccessFlagsObj:()Lsun/jvm/hotspot/oops/AccessFlags;
invokevirtual sun.jvm.hotspot.oops.AccessFlags.isVarArgs:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
public boolean isNative();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getAccessFlagsObj:()Lsun/jvm/hotspot/oops/AccessFlags;
invokevirtual sun.jvm.hotspot.oops.AccessFlags.isNative:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
public boolean isAbstract();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getAccessFlagsObj:()Lsun/jvm/hotspot/oops/AccessFlags;
invokevirtual sun.jvm.hotspot.oops.AccessFlags.isAbstract:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
public boolean isStrict();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getAccessFlagsObj:()Lsun/jvm/hotspot/oops/AccessFlags;
invokevirtual sun.jvm.hotspot.oops.AccessFlags.isStrict:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
public boolean isSynthetic();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getAccessFlagsObj:()Lsun/jvm/hotspot/oops/AccessFlags;
invokevirtual sun.jvm.hotspot.oops.AccessFlags.isSynthetic:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
public boolean isConstructor();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.isStatic:()Z
ifne 1
aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getName:()Lsun/jvm/hotspot/oops/Symbol;
invokestatic sun.jvm.hotspot.oops.Method.objectInitializerName:()Lsun/jvm/hotspot/oops/Symbol;
invokevirtual sun.jvm.hotspot.oops.Symbol.equals:(Ljava/lang/Object;)Z
ifeq 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/oops/Method;
public boolean isStaticInitializer();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.isStatic:()Z
ifeq 1
aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getName:()Lsun/jvm/hotspot/oops/Symbol;
invokestatic sun.jvm.hotspot.oops.Method.classInitializerName:()Lsun/jvm/hotspot/oops/Symbol;
invokevirtual sun.jvm.hotspot.oops.Symbol.equals:(Ljava/lang/Object;)Z
ifeq 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/oops/Method;
public boolean isObsolete();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getAccessFlagsObj:()Lsun/jvm/hotspot/oops/AccessFlags;
invokevirtual sun.jvm.hotspot.oops.AccessFlags.isObsolete:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
public sun.jvm.hotspot.interpreter.OopMapCacheEntry getMaskFor(int);
descriptor: (I)Lsun/jvm/hotspot/interpreter/OopMapCacheEntry;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: new sun.jvm.hotspot.interpreter.OopMapCacheEntry
dup
invokespecial sun.jvm.hotspot.interpreter.OopMapCacheEntry.<init>:()V
astore 2
start local 2 1: aload 2
aload 0
iload 1
invokevirtual sun.jvm.hotspot.interpreter.OopMapCacheEntry.fill:(Lsun/jvm/hotspot/oops/Method;I)V
2: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/oops/Method;
0 3 1 bci I
1 3 2 entry Lsun/jvm/hotspot/interpreter/OopMapCacheEntry;
MethodParameters:
Name Flags
bci
public long getSize();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: getstatic sun.jvm.hotspot.oops.Method.type:Lsun/jvm/hotspot/types/Type;
invokeinterface sun.jvm.hotspot.types.Type.getSize:()J
aload 0
invokevirtual sun.jvm.hotspot.oops.Method.isNative:()Z
ifeq 1
iconst_2
goto 2
StackMap locals:
StackMap stack: long
1: iconst_0
StackMap locals: sun.jvm.hotspot.oops.Method
StackMap stack: long int
2: i2l
ladd
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/oops/Method;
public void printValueOn(java.io.PrintStream);
descriptor: (Ljava/io/PrintStream;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 1
new java.lang.StringBuilder
dup
ldc "Method "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getName:()Lsun/jvm/hotspot/oops/Symbol;
invokevirtual sun.jvm.hotspot.oops.Symbol.asString:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getSignature:()Lsun/jvm/hotspot/oops/Symbol;
invokevirtual sun.jvm.hotspot.oops.Symbol.asString:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
ldc "@"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getAddress:()Lsun/jvm/hotspot/debugger/Address;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/oops/Method;
0 2 1 tty Ljava/io/PrintStream;
MethodParameters:
Name Flags
tty
public void iterateFields(sun.jvm.hotspot.oops.MetadataVisitor);
descriptor: (Lsun/jvm/hotspot/oops/MetadataVisitor;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 1
getstatic sun.jvm.hotspot.oops.Method.accessFlags:Lsun/jvm/hotspot/oops/CIntField;
iconst_1
invokeinterface sun.jvm.hotspot.oops.MetadataVisitor.doCInt:(Lsun/jvm/hotspot/oops/CIntField;Z)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/oops/Method;
0 2 1 visitor Lsun/jvm/hotspot/oops/MetadataVisitor;
MethodParameters:
Name Flags
visitor
public boolean hasLineNumberTable();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getConstMethod:()Lsun/jvm/hotspot/oops/ConstMethod;
invokevirtual sun.jvm.hotspot.oops.ConstMethod.hasLineNumberTable:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
public int getLineNumberFromBCI(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getConstMethod:()Lsun/jvm/hotspot/oops/ConstMethod;
iload 1
invokevirtual sun.jvm.hotspot.oops.ConstMethod.getLineNumberFromBCI:(I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
0 1 1 bci I
MethodParameters:
Name Flags
bci
public sun.jvm.hotspot.oops.LineNumberTableElement[] getLineNumberTable();
descriptor: ()[Lsun/jvm/hotspot/oops/LineNumberTableElement;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getConstMethod:()Lsun/jvm/hotspot/oops/ConstMethod;
invokevirtual sun.jvm.hotspot.oops.ConstMethod.getLineNumberTable:()[Lsun/jvm/hotspot/oops/LineNumberTableElement;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
public boolean hasLocalVariableTable();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getConstMethod:()Lsun/jvm/hotspot/oops/ConstMethod;
invokevirtual sun.jvm.hotspot.oops.ConstMethod.hasLocalVariableTable:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
public sun.jvm.hotspot.oops.LocalVariableTableElement[] getLocalVariableTable();
descriptor: ()[Lsun/jvm/hotspot/oops/LocalVariableTableElement;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getConstMethod:()Lsun/jvm/hotspot/oops/ConstMethod;
invokevirtual sun.jvm.hotspot.oops.ConstMethod.getLocalVariableTable:()[Lsun/jvm/hotspot/oops/LocalVariableTableElement;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
public sun.jvm.hotspot.oops.Symbol getLocalVariableName(int, int);
descriptor: (II)Lsun/jvm/hotspot/oops/Symbol;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=6, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.hasLocalVariableTable:()Z
ifne 2
1: aconst_null
areturn
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getLocalVariableTable:()[Lsun/jvm/hotspot/oops/LocalVariableTableElement;
astore 3
start local 3 3: iconst_0
istore 4
start local 4 4: goto 11
5: StackMap locals: sun.jvm.hotspot.oops.LocalVariableTableElement[] int
StackMap stack:
aload 3
iload 4
aaload
astore 5
start local 5 6: iload 1
aload 5
invokevirtual sun.jvm.hotspot.oops.LocalVariableTableElement.getStartBCI:()I
if_icmplt 10
7: iload 1
aload 5
invokevirtual sun.jvm.hotspot.oops.LocalVariableTableElement.getStartBCI:()I
aload 5
invokevirtual sun.jvm.hotspot.oops.LocalVariableTableElement.getLength:()I
iadd
if_icmpge 10
8: iload 2
aload 5
invokevirtual sun.jvm.hotspot.oops.LocalVariableTableElement.getSlot:()I
if_icmpne 10
9: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getConstants:()Lsun/jvm/hotspot/oops/ConstantPool;
aload 5
invokevirtual sun.jvm.hotspot.oops.LocalVariableTableElement.getNameCPIndex:()I
i2l
invokevirtual sun.jvm.hotspot.oops.ConstantPool.getSymbolAt:(J)Lsun/jvm/hotspot/oops/Symbol;
areturn
end local 5 10: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
11: iload 4
aload 3
arraylength
if_icmplt 5
end local 4 12: aconst_null
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lsun/jvm/hotspot/oops/Method;
0 13 1 bci I
0 13 2 slot I
3 13 3 locals [Lsun/jvm/hotspot/oops/LocalVariableTableElement;
4 12 4 l I
6 10 5 local Lsun/jvm/hotspot/oops/LocalVariableTableElement;
MethodParameters:
Name Flags
bci
slot
public boolean hasExceptionTable();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getConstMethod:()Lsun/jvm/hotspot/oops/ConstMethod;
invokevirtual sun.jvm.hotspot.oops.ConstMethod.hasExceptionTable:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
public sun.jvm.hotspot.oops.ExceptionTableElement[] getExceptionTable();
descriptor: ()[Lsun/jvm/hotspot/oops/ExceptionTableElement;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getConstMethod:()Lsun/jvm/hotspot/oops/ConstMethod;
invokevirtual sun.jvm.hotspot.oops.ConstMethod.getExceptionTable:()[Lsun/jvm/hotspot/oops/ExceptionTableElement;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
public boolean hasCheckedExceptions();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getConstMethod:()Lsun/jvm/hotspot/oops/ConstMethod;
invokevirtual sun.jvm.hotspot.oops.ConstMethod.hasCheckedExceptions:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
public sun.jvm.hotspot.oops.CheckedExceptionElement[] getCheckedExceptions();
descriptor: ()[Lsun/jvm/hotspot/oops/CheckedExceptionElement;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getConstMethod:()Lsun/jvm/hotspot/oops/ConstMethod;
invokevirtual sun.jvm.hotspot.oops.ConstMethod.getCheckedExceptions:()[Lsun/jvm/hotspot/oops/CheckedExceptionElement;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
public java.lang.String externalNameAndSignature();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: new java.lang.StringBuffer
dup
invokespecial java.lang.StringBuffer.<init>:()V
astore 1
start local 1 1: aload 1
aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getMethodHolder:()Lsun/jvm/hotspot/oops/InstanceKlass;
invokevirtual sun.jvm.hotspot.oops.InstanceKlass.getName:()Lsun/jvm/hotspot/oops/Symbol;
invokevirtual sun.jvm.hotspot.oops.Symbol.asString:()Ljava/lang/String;
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
2: aload 1
ldc "."
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
3: aload 1
aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getName:()Lsun/jvm/hotspot/oops/Symbol;
invokevirtual sun.jvm.hotspot.oops.Symbol.asString:()Ljava/lang/String;
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
4: aload 1
ldc "("
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
5: new sun.jvm.hotspot.runtime.SignatureConverter
dup
aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getSignature:()Lsun/jvm/hotspot/oops/Symbol;
aload 1
invokespecial sun.jvm.hotspot.runtime.SignatureConverter.<init>:(Lsun/jvm/hotspot/oops/Symbol;Ljava/lang/StringBuffer;)V
invokevirtual sun.jvm.hotspot.runtime.SignatureConverter.iterateParameters:()V
6: aload 1
ldc ")"
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
7: aload 1
invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
bipush 47
bipush 46
invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lsun/jvm/hotspot/oops/Method;
1 8 1 buf Ljava/lang/StringBuffer;
public void dumpReplayData(java.io.PrintStream);
descriptor: (Ljava/io/PrintStream;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getNativeMethod:()Lsun/jvm/hotspot/code/NMethod;
astore 2
start local 2 1: iconst_0
istore 3
start local 3 2: aload 2
ifnull 4
3: aload 2
invokevirtual sun.jvm.hotspot.code.NMethod.codeEnd:()Lsun/jvm/hotspot/debugger/Address;
aload 2
invokevirtual sun.jvm.hotspot.code.NMethod.getVerifiedEntryPoint:()Lsun/jvm/hotspot/debugger/Address;
invokeinterface sun.jvm.hotspot.debugger.Address.minus:(Lsun/jvm/hotspot/debugger/Address;)J
l2i
istore 3
4: StackMap locals: sun.jvm.hotspot.code.NMethod int
StackMap stack:
aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getMethodHolder:()Lsun/jvm/hotspot/oops/InstanceKlass;
pop
5: aload 1
new java.lang.StringBuilder
dup
ldc "ciMethod "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
6: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.nameAsAscii:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
ldc " "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
7: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getInvocationCount:()J
invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
ldc " "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
8: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getBackedgeCount:()J
invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
ldc " "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
9: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.interpreterInvocationCount:()I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
ldc " "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
10: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.interpreterThrowoutCount:()I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
ldc " "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
11: iload 3
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
12: invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
13: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lsun/jvm/hotspot/oops/Method;
0 14 1 out Ljava/io/PrintStream;
1 14 2 nm Lsun/jvm/hotspot/code/NMethod;
2 14 3 code_size I
MethodParameters:
Name Flags
out
public int interpreterThrowoutCount();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getMethodCounters:()Lsun/jvm/hotspot/oops/MethodCounters;
invokevirtual sun.jvm.hotspot.oops.MethodCounters.interpreterThrowoutCount:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
public int interpreterInvocationCount();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getMethodCounters:()Lsun/jvm/hotspot/oops/MethodCounters;
invokevirtual sun.jvm.hotspot.oops.MethodCounters.interpreterInvocationCount:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/Method;
public java.lang.String nameAsAscii();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getMethodHolder:()Lsun/jvm/hotspot/oops/InstanceKlass;
invokevirtual sun.jvm.hotspot.oops.InstanceKlass.getName:()Lsun/jvm/hotspot/oops/Symbol;
invokevirtual sun.jvm.hotspot.oops.Symbol.asString:()Ljava/lang/String;
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
ldc " "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
1: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getName:()Lsun/jvm/hotspot/oops/Symbol;
invokevirtual sun.jvm.hotspot.oops.Symbol.asString:()Ljava/lang/String;
invokestatic sun.jvm.hotspot.oops.OopUtilities.escapeString:(Ljava/lang/String;)Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
ldc " "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
2: aload 0
invokevirtual sun.jvm.hotspot.oops.Method.getSignature:()Lsun/jvm/hotspot/oops/Symbol;
invokevirtual sun.jvm.hotspot.oops.Symbol.asString:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
3: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/oops/Method;
}
SourceFile: "Method.java"
NestMembers:
sun.jvm.hotspot.oops.Method$1
InnerClasses:
sun.jvm.hotspot.oops.Method$1