public class sun.jvm.hotspot.opto.InlineTree extends sun.jvm.hotspot.runtime.VMObject
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.jvm.hotspot.opto.InlineTree
super_class: sun.jvm.hotspot.runtime.VMObject
{
private static sun.jvm.hotspot.types.AddressField callerJvmsField;
descriptor: Lsun/jvm/hotspot/types/AddressField;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static sun.jvm.hotspot.types.AddressField methodField;
descriptor: Lsun/jvm/hotspot/types/AddressField;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static sun.jvm.hotspot.types.AddressField callerTreeField;
descriptor: Lsun/jvm/hotspot/types/AddressField;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static sun.jvm.hotspot.types.AddressField subtreesField;
descriptor: Lsun/jvm/hotspot/types/AddressField;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static sun.jvm.hotspot.runtime.StaticBaseConstructor inlineTreeConstructor;
descriptor: Lsun/jvm/hotspot/runtime/StaticBaseConstructor;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new sun.jvm.hotspot.opto.InlineTree$1
dup
invokespecial sun.jvm.hotspot.opto.InlineTree$1.<init>:()V
invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Ljava/util/Observer;)V
1: new sun.jvm.hotspot.runtime.StaticBaseConstructor
dup
ldc Lsun/jvm/hotspot/opto/InlineTree;
invokespecial sun.jvm.hotspot.runtime.StaticBaseConstructor.<init>:(Ljava/lang/Class;)V
putstatic sun.jvm.hotspot.opto.InlineTree.inlineTreeConstructor:Lsun/jvm/hotspot/runtime/StaticBaseConstructor;
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=2, locals=2, args_size=1
start local 0 0: aload 0
ldc "InlineTree"
invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
astore 1
start local 1 1: aload 1
ldc "_caller_jvms"
invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
putstatic sun.jvm.hotspot.opto.InlineTree.callerJvmsField:Lsun/jvm/hotspot/types/AddressField;
2: aload 1
ldc "_method"
invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
putstatic sun.jvm.hotspot.opto.InlineTree.methodField:Lsun/jvm/hotspot/types/AddressField;
3: aload 1
ldc "_caller_tree"
invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
putstatic sun.jvm.hotspot.opto.InlineTree.callerTreeField:Lsun/jvm/hotspot/types/AddressField;
4: aload 1
ldc "_subtrees"
invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
putstatic sun.jvm.hotspot.opto.InlineTree.subtreesField:Lsun/jvm/hotspot/types/AddressField;
5: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 db Lsun/jvm/hotspot/types/TypeDataBase;
1 6 1 type Lsun/jvm/hotspot/types/Type;
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.runtime.VMObject.<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/opto/InlineTree;
0 2 1 addr Lsun/jvm/hotspot/debugger/Address;
MethodParameters:
Name Flags
addr
public sun.jvm.hotspot.opto.InlineTree callerTree();
descriptor: ()Lsun/jvm/hotspot/opto/InlineTree;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: getstatic sun.jvm.hotspot.opto.InlineTree.callerTreeField:Lsun/jvm/hotspot/types/AddressField;
aload 0
invokevirtual sun.jvm.hotspot.opto.InlineTree.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: aload 1
ifnonnull 2
aconst_null
areturn
2: StackMap locals: sun.jvm.hotspot.debugger.Address
StackMap stack:
new sun.jvm.hotspot.opto.InlineTree
dup
aload 1
invokespecial sun.jvm.hotspot.opto.InlineTree.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/opto/InlineTree;
1 3 1 addr Lsun/jvm/hotspot/debugger/Address;
public sun.jvm.hotspot.ci.ciMethod method();
descriptor: ()Lsun/jvm/hotspot/ci/ciMethod;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic sun.jvm.hotspot.opto.InlineTree.methodField:Lsun/jvm/hotspot/types/AddressField;
aload 0
invokevirtual sun.jvm.hotspot.opto.InlineTree.getAddress:()Lsun/jvm/hotspot/debugger/Address;
invokeinterface sun.jvm.hotspot.types.AddressField.getValue:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
invokestatic sun.jvm.hotspot.ci.ciObjectFactory.getMetadata:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/ci/ciMetadata;
checkcast sun.jvm.hotspot.ci.ciMethod
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/opto/InlineTree;
public sun.jvm.hotspot.opto.JVMState callerJvms();
descriptor: ()Lsun/jvm/hotspot/opto/JVMState;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic sun.jvm.hotspot.opto.InlineTree.callerJvmsField:Lsun/jvm/hotspot/types/AddressField;
aload 0
invokevirtual sun.jvm.hotspot.opto.InlineTree.getAddress:()Lsun/jvm/hotspot/debugger/Address;
invokeinterface sun.jvm.hotspot.types.AddressField.getValue:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
invokestatic sun.jvm.hotspot.opto.JVMState.create:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/opto/JVMState;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/opto/InlineTree;
public int callerBci();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.opto.InlineTree.callerJvms:()Lsun/jvm/hotspot/opto/JVMState;
astore 1
start local 1 1: aload 1
ifnull 2
aload 1
invokevirtual sun.jvm.hotspot.opto.JVMState.bci:()I
goto 3
StackMap locals: sun.jvm.hotspot.opto.JVMState
StackMap stack:
2: iconst_m1
StackMap locals:
StackMap stack: int
3: ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/opto/InlineTree;
1 4 1 jvms Lsun/jvm/hotspot/opto/JVMState;
public sun.jvm.hotspot.utilities.GrowableArray<sun.jvm.hotspot.opto.InlineTree> subtrees();
descriptor: ()Lsun/jvm/hotspot/utilities/GrowableArray;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.opto.InlineTree.getAddress:()Lsun/jvm/hotspot/debugger/Address;
getstatic sun.jvm.hotspot.opto.InlineTree.subtreesField:Lsun/jvm/hotspot/types/AddressField;
invokeinterface sun.jvm.hotspot.types.AddressField.getOffset:()J
invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
astore 1
start local 1 1: aload 1
getstatic sun.jvm.hotspot.opto.InlineTree.inlineTreeConstructor:Lsun/jvm/hotspot/runtime/StaticBaseConstructor;
invokestatic sun.jvm.hotspot.utilities.GrowableArray.create:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/runtime/InstanceConstructor;)Lsun/jvm/hotspot/utilities/GrowableArray;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/opto/InlineTree;
1 2 1 addr Lsun/jvm/hotspot/debugger/Address;
Signature: ()Lsun/jvm/hotspot/utilities/GrowableArray<Lsun/jvm/hotspot/opto/InlineTree;>;
public int inlineLevel();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.opto.InlineTree.callerJvms:()Lsun/jvm/hotspot/opto/JVMState;
astore 1
start local 1 1: aload 1
ifnull 2
aload 1
invokevirtual sun.jvm.hotspot.opto.JVMState.depth:()I
goto 3
StackMap locals: sun.jvm.hotspot.opto.JVMState
StackMap stack:
2: iconst_0
StackMap locals:
StackMap stack: int
3: ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/opto/InlineTree;
1 4 1 jvms Lsun/jvm/hotspot/opto/JVMState;
public void printImpl(java.io.PrintStream, int);
descriptor: (Ljava/io/PrintStream;I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=5, args_size=3
start local 0 start local 1 start local 2 0: iconst_0
istore 3
start local 3 1: goto 3
StackMap locals: int
StackMap stack:
2: aload 1
ldc " "
invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
iinc 3 1
StackMap locals:
StackMap stack:
3: iload 3
iload 2
if_icmplt 2
end local 3 4: aload 1
ldc " @ %d "
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 0
invokevirtual sun.jvm.hotspot.opto.InlineTree.callerBci:()I
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
invokevirtual java.io.PrintStream.printf:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/PrintStream;
pop
5: aload 0
invokevirtual sun.jvm.hotspot.opto.InlineTree.method:()Lsun/jvm/hotspot/ci/ciMethod;
aload 1
invokevirtual sun.jvm.hotspot.ci.ciMethod.printShortName:(Ljava/io/PrintStream;)V
6: aload 1
invokevirtual java.io.PrintStream.println:()V
7: aload 0
invokevirtual sun.jvm.hotspot.opto.InlineTree.subtrees:()Lsun/jvm/hotspot/utilities/GrowableArray;
astore 3
start local 3 8: iconst_0
istore 4
start local 4 9: goto 12
10: StackMap locals: sun.jvm.hotspot.opto.InlineTree java.io.PrintStream int sun.jvm.hotspot.utilities.GrowableArray int
StackMap stack:
aload 3
iload 4
invokevirtual sun.jvm.hotspot.utilities.GrowableArray.at:(I)Ljava/lang/Object;
checkcast sun.jvm.hotspot.opto.InlineTree
aload 1
iload 2
iconst_2
iadd
invokevirtual sun.jvm.hotspot.opto.InlineTree.printImpl:(Ljava/io/PrintStream;I)V
11: iinc 4 1
StackMap locals:
StackMap stack:
12: iload 4
aload 3
invokevirtual sun.jvm.hotspot.utilities.GrowableArray.length:()I
if_icmplt 10
end local 4 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/opto/InlineTree;
0 14 1 st Ljava/io/PrintStream;
0 14 2 indent I
1 4 3 i I
8 14 3 subt Lsun/jvm/hotspot/utilities/GrowableArray<Lsun/jvm/hotspot/opto/InlineTree;>;
9 13 4 i I
MethodParameters:
Name Flags
st
indent
public void print(java.io.PrintStream);
descriptor: (Ljava/io/PrintStream;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
iconst_2
invokevirtual sun.jvm.hotspot.opto.InlineTree.printImpl:(Ljava/io/PrintStream;I)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/opto/InlineTree;
0 2 1 st Ljava/io/PrintStream;
MethodParameters:
Name Flags
st
public int count();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=1
start local 0 0: iconst_1
istore 1
start local 1 1: aload 0
invokevirtual sun.jvm.hotspot.opto.InlineTree.subtrees:()Lsun/jvm/hotspot/utilities/GrowableArray;
astore 2
start local 2 2: iconst_0
istore 3
start local 3 3: goto 6
4: StackMap locals: int sun.jvm.hotspot.utilities.GrowableArray int
StackMap stack:
iload 1
aload 2
iload 3
invokevirtual sun.jvm.hotspot.utilities.GrowableArray.at:(I)Ljava/lang/Object;
checkcast sun.jvm.hotspot.opto.InlineTree
invokevirtual sun.jvm.hotspot.opto.InlineTree.count:()I
iadd
istore 1
5: iinc 3 1
StackMap locals:
StackMap stack:
6: iload 3
aload 2
invokevirtual sun.jvm.hotspot.utilities.GrowableArray.length:()I
if_icmplt 4
end local 3 7: iload 1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lsun/jvm/hotspot/opto/InlineTree;
1 8 1 result I
2 8 2 subt Lsun/jvm/hotspot/utilities/GrowableArray<Lsun/jvm/hotspot/opto/InlineTree;>;
3 7 3 i I
public void dumpReplayData(java.io.PrintStream);
descriptor: (Ljava/io/PrintStream;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=6, args_size=2
start local 0 start local 1 0: aload 1
ldc " %d %d "
iconst_2
anewarray java.lang.Object
dup
iconst_0
aload 0
invokevirtual sun.jvm.hotspot.opto.InlineTree.inlineLevel:()I
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_1
aload 0
invokevirtual sun.jvm.hotspot.opto.InlineTree.callerBci:()I
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
invokevirtual java.io.PrintStream.printf:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/PrintStream;
pop
1: aload 0
invokevirtual sun.jvm.hotspot.opto.InlineTree.method:()Lsun/jvm/hotspot/ci/ciMethod;
invokevirtual sun.jvm.hotspot.ci.ciMethod.getMetadata:()Lsun/jvm/hotspot/oops/Metadata;
checkcast sun.jvm.hotspot.oops.Method
astore 2
start local 2 2: aload 2
invokevirtual sun.jvm.hotspot.oops.Method.getMethodHolder:()Lsun/jvm/hotspot/oops/InstanceKlass;
astore 3
start local 3 3: aload 1
new java.lang.StringBuilder
dup
aload 3
invokevirtual sun.jvm.hotspot.oops.Klass.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;
4: aload 2
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;
5: aload 2
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;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
6: invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
7: aload 0
invokevirtual sun.jvm.hotspot.opto.InlineTree.subtrees:()Lsun/jvm/hotspot/utilities/GrowableArray;
astore 4
start local 4 8: iconst_0
istore 5
start local 5 9: goto 12
10: StackMap locals: sun.jvm.hotspot.opto.InlineTree java.io.PrintStream sun.jvm.hotspot.oops.Method sun.jvm.hotspot.oops.Klass sun.jvm.hotspot.utilities.GrowableArray int
StackMap stack:
aload 4
iload 5
invokevirtual sun.jvm.hotspot.utilities.GrowableArray.at:(I)Ljava/lang/Object;
checkcast sun.jvm.hotspot.opto.InlineTree
aload 1
invokevirtual sun.jvm.hotspot.opto.InlineTree.dumpReplayData:(Ljava/io/PrintStream;)V
11: iinc 5 1
StackMap locals:
StackMap stack:
12: iload 5
aload 4
invokevirtual sun.jvm.hotspot.utilities.GrowableArray.length:()I
if_icmplt 10
end local 5 13: return
end local 4 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/opto/InlineTree;
0 14 1 out Ljava/io/PrintStream;
2 14 2 method Lsun/jvm/hotspot/oops/Method;
3 14 3 holder Lsun/jvm/hotspot/oops/Klass;
8 14 4 subt Lsun/jvm/hotspot/utilities/GrowableArray<Lsun/jvm/hotspot/opto/InlineTree;>;
9 13 5 i I
MethodParameters:
Name Flags
out
}
SourceFile: "InlineTree.java"
NestMembers:
sun.jvm.hotspot.opto.InlineTree$1
InnerClasses:
sun.jvm.hotspot.opto.InlineTree$1