public class sun.jvm.hotspot.runtime.sparc.SPARCFrame extends sun.jvm.hotspot.runtime.Frame
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.jvm.hotspot.runtime.sparc.SPARCFrame
super_class: sun.jvm.hotspot.runtime.Frame
{
private sun.jvm.hotspot.debugger.Address raw_youngerSP;
descriptor: Lsun/jvm/hotspot/debugger/Address;
flags: (0x0002) ACC_PRIVATE
private long interpreterSPAdjustmentOffset;
descriptor: J
flags: (0x0002) ACC_PRIVATE
private static final int WORDS_PER_LONG;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 2
public static final int PC_RETURN_OFFSET;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 8
public static final int REGISTER_SAVE_WORDS;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 16
public static final int CALLEE_AGGREGATE_RETURN_POINTER_WORDS;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 1
public static final int CALLEE_REGISTER_ARGUMENT_SAVE_AREA_WORDS;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 6
public static final int REGISTER_SAVE_WORDS_SP_OFFSET;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 0
public static final int CALLEE_AGGREGATE_RETURN_POINTER_SP_OFFSET;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 16
public static final int CALLEE_REGISTER_ARGUMENT_SAVE_AREA_SP_OFFSET;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 17
public static final int MEMORY_PARAMETER_WORD_SP_OFFSET;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 23
public static final int VARARGS_OFFSET;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 23
private static final boolean DEBUG;
descriptor: Z
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
public static final int INTERPRETER_FRAME_D_SCRATCH_FP_OFFSET;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: -2
public static final int INTERPRETER_FRAME_L_SCRATCH_FP_OFFSET;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: -4
public static final int INTERPRETER_FRAME_MIRROR_OFFSET;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: -5
public static final int INTERPRETER_FRAME_VM_LOCALS_FP_OFFSET;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: -6
public static final int INTERPRETER_FRAME_VM_LOCAL_WORDS;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 6
public static final int ;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 2
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc "sun.jvm.hotspot.runtime.sparc.SPARCFrame.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.runtime.sparc.SPARCFrame.DEBUG:Z
3: return
LocalVariableTable:
Start End Slot Name Signature
public static sun.jvm.hotspot.debugger.Address unBiasSP(sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
ifnull 2
1: aload 0
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getStackBias:()J
invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
areturn
2: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 raw_sp Lsun/jvm/hotspot/debugger/Address;
MethodParameters:
Name Flags
raw_sp
public static sun.jvm.hotspot.debugger.Address biasSP(sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
ifnull 4
1: getstatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.DEBUG:Z
ifeq 3
2: getstatic java.lang.System.out:Ljava/io/PrintStream;
new java.lang.StringBuilder
dup
ldc "biasing realsp: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc " biased: "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getStackBias:()J
lneg
invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)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.println:(Ljava/lang/String;)V
3: StackMap locals:
StackMap stack:
aload 0
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getStackBias:()J
lneg
invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
areturn
4: StackMap locals:
StackMap stack:
getstatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.DEBUG:Z
ifeq 6
5: getstatic java.lang.System.out:Ljava/io/PrintStream;
ldc "biasing null realsp"
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
6: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 real_sp Lsun/jvm/hotspot/debugger/Address;
MethodParameters:
Name Flags
real_sp
public static sun.jvm.hotspot.debugger.Address findYoungerSP(sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=7, args_size=2
start local 0 start local 1 0: aload 1
invokestatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.biasSP:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
astore 2
start local 2 1: aload 0
ifnull 2
aload 1
ifnull 2
aload 2
ifnonnull 3
2: StackMap locals: sun.jvm.hotspot.debugger.Address
StackMap stack:
new java.lang.RuntimeException
dup
new java.lang.StringBuilder
dup
ldc "bad values for findYoungerSP top: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc " find: "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 1
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
athrow
3: StackMap locals:
StackMap stack:
iconst_0
istore 3
start local 3 4: aload 0
astore 4
start local 4 5: getstatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.DEBUG:Z
ifeq 15
6: getstatic java.lang.System.out:Ljava/io/PrintStream;
new java.lang.StringBuilder
dup
ldc "findYoungerSP top: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc " find: "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 1
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc " findRaw: "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 2
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
7: goto 15
8: StackMap locals: int sun.jvm.hotspot.debugger.Address
StackMap stack:
aload 4
getstatic sun.jvm.hotspot.asm.sparc.SPARCRegisters.I6:Lsun/jvm/hotspot/asm/sparc/SPARCRegister;
invokevirtual sun.jvm.hotspot.asm.sparc.SPARCRegister.spOffsetInSavedWindow:()J
invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
astore 5
start local 5 9: aload 4
getstatic sun.jvm.hotspot.asm.sparc.SPARCRegisters.I7:Lsun/jvm/hotspot/asm/sparc/SPARCRegister;
invokevirtual sun.jvm.hotspot.asm.sparc.SPARCRegister.spOffsetInSavedWindow:()J
invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
astore 6
start local 6 10: getstatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.DEBUG:Z
ifeq 12
11: getstatic java.lang.System.out:Ljava/io/PrintStream;
new java.lang.StringBuilder
dup
ldc "findYoungerSP next: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 5
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc " pc: "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 6
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
12: StackMap locals: sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address
StackMap stack:
aload 5
aload 2
invokeinterface sun.jvm.hotspot.debugger.Address.equals:(Ljava/lang/Object;)Z
ifeq 14
13: aload 4
areturn
14: StackMap locals:
StackMap stack:
aload 5
invokestatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.unBiasSP:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
astore 4
end local 6 end local 5 15: StackMap locals:
StackMap stack:
iload 3
bipush 20
if_icmpeq 16
aload 4
ifnonnull 8
16: StackMap locals:
StackMap stack:
getstatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.DEBUG:Z
ifeq 18
17: getstatic java.lang.System.out:Ljava/io/PrintStream;
new java.lang.StringBuilder
dup
ldc "findYoungerSP: never found younger, top: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc " find: "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 1
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
18: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 19 0 top Lsun/jvm/hotspot/debugger/Address;
0 19 1 find Lsun/jvm/hotspot/debugger/Address;
1 19 2 findRaw Lsun/jvm/hotspot/debugger/Address;
4 19 3 count I
5 19 4 search Lsun/jvm/hotspot/debugger/Address;
9 15 5 next Lsun/jvm/hotspot/debugger/Address;
10 15 6 pc Lsun/jvm/hotspot/debugger/Address;
MethodParameters:
Name Flags
top
find
public sun.jvm.hotspot.debugger.Address getSP();
descriptor: ()Lsun/jvm/hotspot/debugger/Address;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: getstatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.DEBUG:Z
ifeq 2
1: getstatic java.lang.System.out:Ljava/io/PrintStream;
new java.lang.StringBuilder
dup
ldc "getSP raw: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.raw_sp:Lsun/jvm/hotspot/debugger/Address;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc " unbiased: "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.raw_sp:Lsun/jvm/hotspot/debugger/Address;
invokestatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.unBiasSP:(Lsun/jvm/hotspot/debugger/Address;)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.println:(Ljava/lang/String;)V
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.raw_sp:Lsun/jvm/hotspot/debugger/Address;
invokestatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.unBiasSP:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
public sun.jvm.hotspot.debugger.Address getID();
descriptor: ()Lsun/jvm/hotspot/debugger/Address;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getSP:()Lsun/jvm/hotspot/debugger/Address;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
public sun.jvm.hotspot.debugger.Address getYoungerSP();
descriptor: ()Lsun/jvm/hotspot/debugger/Address;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: getstatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.DEBUG:Z
ifeq 2
1: getstatic java.lang.System.out:Ljava/io/PrintStream;
new java.lang.StringBuilder
dup
ldc "getYoungerSP: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.raw_youngerSP:Lsun/jvm/hotspot/debugger/Address;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc " unbiased: "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.raw_youngerSP:Lsun/jvm/hotspot/debugger/Address;
invokestatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.unBiasSP:(Lsun/jvm/hotspot/debugger/Address;)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.println:(Ljava/lang/String;)V
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.raw_youngerSP:Lsun/jvm/hotspot/debugger/Address;
invokestatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.unBiasSP:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
public void <init>(sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address, boolean);
descriptor: (Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=7, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial sun.jvm.hotspot.runtime.Frame.<init>:()V
1: getstatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.DEBUG:Z
ifeq 3
2: getstatic java.lang.System.out:Ljava/io/PrintStream;
new java.lang.StringBuilder
dup
ldc "Constructing frame(1) raw_sp: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 1
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc " raw_youngerSP: "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 2
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
3: StackMap locals: sun.jvm.hotspot.runtime.sparc.SPARCFrame sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address int
StackMap stack:
getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
ifeq 13
4: aload 1
invokestatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.unBiasSP:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
lconst_1
lsub
invokeinterface sun.jvm.hotspot.debugger.Address.andWithMask:(J)Lsun/jvm/hotspot/debugger/Address;
ifnonnull 5
iconst_1
goto 6
StackMap locals:
StackMap stack:
5: iconst_0
6: StackMap locals:
StackMap stack: int
new java.lang.StringBuilder
dup
ldc "Expected raw sp likely got real sp, value was "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 1
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
7: invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
8: aload 2
ifnull 13
9: aload 2
invokestatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.unBiasSP:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
lconst_1
lsub
invokeinterface sun.jvm.hotspot.debugger.Address.andWithMask:(J)Lsun/jvm/hotspot/debugger/Address;
ifnonnull 10
iconst_1
goto 11
StackMap locals:
StackMap stack:
10: iconst_0
11: StackMap locals:
StackMap stack: int
new java.lang.StringBuilder
dup
ldc "Expected raw youngerSP likely got real youngerSP, value was "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 2
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
12: invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
13: StackMap locals:
StackMap stack:
aload 0
aload 1
putfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.raw_sp:Lsun/jvm/hotspot/debugger/Address;
14: aload 0
aload 2
putfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.raw_youngerSP:Lsun/jvm/hotspot/debugger/Address;
15: aload 2
ifnonnull 18
16: aload 0
aconst_null
putfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.pc:Lsun/jvm/hotspot/debugger/Address;
17: goto 25
18: StackMap locals:
StackMap stack:
aload 2
invokestatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.unBiasSP:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
astore 4
start local 4 19: aload 0
aload 4
getstatic sun.jvm.hotspot.asm.sparc.SPARCRegisters.I7:Lsun/jvm/hotspot/asm/sparc/SPARCRegister;
invokevirtual sun.jvm.hotspot.asm.sparc.SPARCRegister.spOffsetInSavedWindow:()J
invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
ldc 8
invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
putfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.pc:Lsun/jvm/hotspot/debugger/Address;
20: getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
ifeq 25
21: aload 4
getstatic sun.jvm.hotspot.asm.sparc.SPARCRegisters.FP:Lsun/jvm/hotspot/asm/sparc/SPARCRegister;
invokevirtual sun.jvm.hotspot.asm.sparc.SPARCRegister.spOffsetInSavedWindow:()J
invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
22: aload 1
invokeinterface sun.jvm.hotspot.debugger.Address.equals:(Ljava/lang/Object;)Z
23: ldc "youngerSP must be valid"
24: invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
end local 4 25: StackMap locals:
StackMap stack:
iload 3
ifeq 35
26: getstatic sun.jvm.hotspot.asm.sparc.SPARCRegisters.IsavedSP:Lsun/jvm/hotspot/asm/sparc/SPARCRegister;
invokevirtual sun.jvm.hotspot.asm.sparc.SPARCRegister.spOffsetInSavedWindow:()J
lstore 4
start local 4 27: aload 0
lconst_0
putfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.interpreterSPAdjustmentOffset:J
28: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getYoungerSP:()Lsun/jvm/hotspot/debugger/Address;
lload 4
invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
invokestatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.unBiasSP:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
astore 6
start local 6 29: aload 6
ifnonnull 33
30: getstatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.DEBUG:Z
ifeq 36
31: getstatic java.lang.System.out:Ljava/io/PrintStream;
new java.lang.StringBuilder
dup
ldc "WARNING: IsavedSP was null for frame "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
32: goto 36
33: StackMap locals: long sun.jvm.hotspot.debugger.Address
StackMap stack:
aload 0
aload 6
aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getSP:()Lsun/jvm/hotspot/debugger/Address;
invokeinterface sun.jvm.hotspot.debugger.Address.minus:(Lsun/jvm/hotspot/debugger/Address;)J
putfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.interpreterSPAdjustmentOffset:J
end local 6 end local 4 34: goto 36
35: StackMap locals:
StackMap stack:
aload 0
lconst_0
putfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.interpreterSPAdjustmentOffset:J
36: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.pc:Lsun/jvm/hotspot/debugger/Address;
ifnull 43
37: invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getCodeCache:()Lsun/jvm/hotspot/code/CodeCache;
aload 0
getfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.pc:Lsun/jvm/hotspot/debugger/Address;
invokevirtual sun.jvm.hotspot.code.CodeCache.findBlob:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/code/CodeBlob;
astore 4
start local 4 38: aload 4
ifnull 43
aload 4
invokevirtual sun.jvm.hotspot.code.CodeBlob.isJavaMethod:()Z
ifeq 43
39: aload 4
checkcast sun.jvm.hotspot.code.NMethod
astore 5
start local 5 40: aload 0
getfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.pc:Lsun/jvm/hotspot/debugger/Address;
aload 5
invokevirtual sun.jvm.hotspot.code.NMethod.deoptHandlerBegin:()Lsun/jvm/hotspot/debugger/Address;
invokeinterface sun.jvm.hotspot.debugger.Address.equals:(Ljava/lang/Object;)Z
ifeq 43
41: aload 0
aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getUnextendedSP:()Lsun/jvm/hotspot/debugger/Address;
aload 5
invokevirtual sun.jvm.hotspot.code.NMethod.origPCOffset:()I
i2l
invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
putfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.pc:Lsun/jvm/hotspot/debugger/Address;
42: aload 0
iconst_1
putfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.deoptimized:Z
end local 5 end local 4 43: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 44 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
0 44 1 raw_sp Lsun/jvm/hotspot/debugger/Address;
0 44 2 raw_youngerSP Lsun/jvm/hotspot/debugger/Address;
0 44 3 youngerFrameIsInterpreted Z
19 25 4 youngerSP Lsun/jvm/hotspot/debugger/Address;
27 34 4 IsavedSP J
29 34 6 savedSP Lsun/jvm/hotspot/debugger/Address;
38 43 4 cb Lsun/jvm/hotspot/code/CodeBlob;
40 43 5 nm Lsun/jvm/hotspot/code/NMethod;
MethodParameters:
Name Flags
raw_sp
raw_youngerSP
youngerFrameIsInterpreted
public void <init>(sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial sun.jvm.hotspot.runtime.Frame.<init>:()V
1: getstatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.DEBUG:Z
ifeq 3
2: getstatic java.lang.System.out:Ljava/io/PrintStream;
new java.lang.StringBuilder
dup
ldc "Constructing frame(2) raw_sp: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 1
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
3: StackMap locals: sun.jvm.hotspot.runtime.sparc.SPARCFrame sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address
StackMap stack:
aload 0
aload 1
putfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.raw_sp:Lsun/jvm/hotspot/debugger/Address;
4: getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
ifeq 9
5: aload 1
invokestatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.unBiasSP:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
lconst_1
lsub
invokeinterface sun.jvm.hotspot.debugger.Address.andWithMask:(J)Lsun/jvm/hotspot/debugger/Address;
ifnonnull 6
iconst_1
goto 7
StackMap locals:
StackMap stack:
6: iconst_0
7: StackMap locals:
StackMap stack: int
new java.lang.StringBuilder
dup
ldc "Expected raw sp likely got real sp, value was "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 1
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
8: invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
9: StackMap locals:
StackMap stack:
aload 0
aconst_null
putfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.raw_youngerSP:Lsun/jvm/hotspot/debugger/Address;
10: aload 0
aload 2
putfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.pc:Lsun/jvm/hotspot/debugger/Address;
11: aload 0
lconst_0
putfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.interpreterSPAdjustmentOffset:J
12: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
0 13 1 raw_sp Lsun/jvm/hotspot/debugger/Address;
0 13 2 pc Lsun/jvm/hotspot/debugger/Address;
MethodParameters:
Name Flags
raw_sp
pc
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial sun.jvm.hotspot.runtime.Frame.<init>:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
public java.lang.Object clone();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: new sun.jvm.hotspot.runtime.sparc.SPARCFrame
dup
invokespecial sun.jvm.hotspot.runtime.sparc.SPARCFrame.<init>:()V
astore 1
start local 1 1: aload 1
aload 0
getfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.raw_sp:Lsun/jvm/hotspot/debugger/Address;
putfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.raw_sp:Lsun/jvm/hotspot/debugger/Address;
2: aload 1
aload 0
getfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.pc:Lsun/jvm/hotspot/debugger/Address;
putfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.pc:Lsun/jvm/hotspot/debugger/Address;
3: aload 1
aload 0
getfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.raw_youngerSP:Lsun/jvm/hotspot/debugger/Address;
putfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.raw_youngerSP:Lsun/jvm/hotspot/debugger/Address;
4: aload 1
aload 0
getfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.interpreterSPAdjustmentOffset:J
putfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.interpreterSPAdjustmentOffset:J
5: aload 1
aload 0
getfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.deoptimized:Z
putfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.deoptimized:Z
6: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
1 7 1 frame Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 1
ifnonnull 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 1
instanceof sun.jvm.hotspot.runtime.sparc.SPARCFrame
ifne 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 1
checkcast sun.jvm.hotspot.runtime.sparc.SPARCFrame
astore 2
start local 2 5: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getSP:()Lsun/jvm/hotspot/debugger/Address;
aload 2
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getSP:()Lsun/jvm/hotspot/debugger/Address;
invokestatic sun.jvm.hotspot.utilities.AddressOps.equal:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
ifeq 9
6: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getFP:()Lsun/jvm/hotspot/debugger/Address;
aload 2
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getFP:()Lsun/jvm/hotspot/debugger/Address;
invokestatic sun.jvm.hotspot.utilities.AddressOps.equal:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
ifeq 9
7: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getPC:()Lsun/jvm/hotspot/debugger/Address;
aload 2
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getPC:()Lsun/jvm/hotspot/debugger/Address;
invokestatic sun.jvm.hotspot.utilities.AddressOps.equal:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
ifeq 9
8: iconst_1
ireturn
StackMap locals: sun.jvm.hotspot.runtime.sparc.SPARCFrame
StackMap stack:
9: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
0 10 1 arg Ljava/lang/Object;
5 10 2 other Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
MethodParameters:
Name Flags
arg
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.raw_sp:Lsun/jvm/hotspot/debugger/Address;
ifnonnull 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.raw_sp:Lsun/jvm/hotspot/debugger/Address;
invokeinterface sun.jvm.hotspot.debugger.Address.hashCode:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getFP:()Lsun/jvm/hotspot/debugger/Address;
astore 1
start local 1 1: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getSP:()Lsun/jvm/hotspot/debugger/Address;
astore 2
start local 2 2: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getYoungerSP:()Lsun/jvm/hotspot/debugger/Address;
astore 3
start local 3 3: new java.lang.StringBuilder
dup
ldc "sp: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 2
ifnonnull 4
ldc "null"
goto 5
StackMap locals: sun.jvm.hotspot.runtime.sparc.SPARCFrame sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address
StackMap stack: java.lang.StringBuilder
4: aload 2
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
StackMap locals: sun.jvm.hotspot.runtime.sparc.SPARCFrame sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address
StackMap stack: java.lang.StringBuilder java.lang.String
5: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
6: ldc ", younger_sp: "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 3
ifnonnull 7
ldc "null"
goto 8
StackMap locals:
StackMap stack: java.lang.StringBuilder
7: aload 3
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
StackMap locals: sun.jvm.hotspot.runtime.sparc.SPARCFrame sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address
StackMap stack: java.lang.StringBuilder java.lang.String
8: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
9: ldc ", fp: "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 1
ifnonnull 10
ldc "null"
goto 11
StackMap locals:
StackMap stack: java.lang.StringBuilder
10: aload 1
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
StackMap locals: sun.jvm.hotspot.runtime.sparc.SPARCFrame sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address
StackMap stack: java.lang.StringBuilder java.lang.String
11: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
12: ldc ", pc: "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.pc:Lsun/jvm/hotspot/debugger/Address;
ifnonnull 13
ldc "null"
goto 14
StackMap locals:
StackMap stack: java.lang.StringBuilder
13: aload 0
getfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.pc:Lsun/jvm/hotspot/debugger/Address;
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
StackMap locals: sun.jvm.hotspot.runtime.sparc.SPARCFrame sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address
StackMap stack: java.lang.StringBuilder java.lang.String
14: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
15: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
1 16 1 fp Lsun/jvm/hotspot/debugger/Address;
2 16 2 sp Lsun/jvm/hotspot/debugger/Address;
3 16 3 youngerSP Lsun/jvm/hotspot/debugger/Address;
public boolean isSignalHandlerFrameDbg();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=7, args_size=1
start local 0 0: invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getDebugger:()Lsun/jvm/hotspot/debugger/JVMDebugger;
invokeinterface sun.jvm.hotspot.debugger.JVMDebugger.getCDebugger:()Lsun/jvm/hotspot/debugger/cdbg/CDebugger;
astore 1
start local 1 1: aload 1
ifnull 9
2: aload 1
aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getPC:()Lsun/jvm/hotspot/debugger/Address;
invokeinterface sun.jvm.hotspot.debugger.cdbg.CDebugger.loadObjectContainingPC:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/cdbg/LoadObject;
astore 2
start local 2 3: aload 2
ifnull 8
4: aload 2
aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getPC:()Lsun/jvm/hotspot/debugger/Address;
invokeinterface sun.jvm.hotspot.debugger.cdbg.LoadObject.closestSymbolToPC:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/cdbg/ClosestSymbol;
astore 3
start local 3 5: aload 3
ifnull 7
aload 3
invokevirtual sun.jvm.hotspot.debugger.cdbg.ClosestSymbol.getName:()Ljava/lang/String;
ldc "__sighndlr"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 7
6: iconst_1
ireturn
7: StackMap locals: sun.jvm.hotspot.debugger.cdbg.CDebugger sun.jvm.hotspot.debugger.cdbg.LoadObject sun.jvm.hotspot.debugger.cdbg.ClosestSymbol
StackMap stack:
iconst_0
ireturn
end local 3 8: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 2 9: StackMap locals:
StackMap stack:
aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getYoungerSP:()Lsun/jvm/hotspot/debugger/Address;
ifnonnull 11
10: iconst_0
ireturn
11: StackMap locals:
StackMap stack:
aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getSP:()Lsun/jvm/hotspot/debugger/Address;
getstatic sun.jvm.hotspot.asm.sparc.SPARCRegisters.I2:Lsun/jvm/hotspot/asm/sparc/SPARCRegister;
invokevirtual sun.jvm.hotspot.asm.sparc.SPARCRegister.spOffsetInSavedWindow:()J
invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
astore 2
start local 2 12: aload 2
ifnonnull 14
13: iconst_0
ireturn
14: StackMap locals: sun.jvm.hotspot.debugger.Address
StackMap stack:
aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getFP:()Lsun/jvm/hotspot/debugger/Address;
astore 3
start local 3 15: bipush 8
istore 4
start local 4 16: aload 2
aload 3
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
bipush 16
iload 4
iadd
i2l
lmul
invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
invokeinterface sun.jvm.hotspot.debugger.Address.equals:(Ljava/lang/Object;)Z
istore 5
start local 5 17: iload 5
ifeq 22
18: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getSP:()Lsun/jvm/hotspot/debugger/Address;
getstatic sun.jvm.hotspot.asm.sparc.SPARCRegisters.I5:Lsun/jvm/hotspot/asm/sparc/SPARCRegister;
invokevirtual sun.jvm.hotspot.asm.sparc.SPARCRegister.spOffsetInSavedWindow:()J
invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
astore 6
start local 6 19: aload 6
ifnonnull 22
20: getstatic java.lang.System.err:Ljava/io/PrintStream;
new java.lang.StringBuilder
dup
ldc "Frame with fp = "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 3
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc " looked like a signal handler frame but wasn't"
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
21: iconst_0
istore 5
end local 6 22: StackMap locals: sun.jvm.hotspot.debugger.Address int int
StackMap stack:
iload 5
ireturn
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/runtime/sparc/SPARCFrame;
1 23 1 cdbg Lsun/jvm/hotspot/debugger/cdbg/CDebugger;
3 9 2 dso Lsun/jvm/hotspot/debugger/cdbg/LoadObject;
5 8 3 cs Lsun/jvm/hotspot/debugger/cdbg/ClosestSymbol;
12 23 2 i2 Lsun/jvm/hotspot/debugger/Address;
15 23 3 fp Lsun/jvm/hotspot/debugger/Address;
16 23 4 MAJOR_HACK_OFFSET I
17 23 5 res Z
19 22 6 sigInfoAddr Lsun/jvm/hotspot/debugger/Address;
public int getSignalNumberDbg();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getSP:()Lsun/jvm/hotspot/debugger/Address;
getstatic sun.jvm.hotspot.asm.sparc.SPARCRegisters.I5:Lsun/jvm/hotspot/asm/sparc/SPARCRegister;
invokevirtual sun.jvm.hotspot.asm.sparc.SPARCRegister.spOffsetInSavedWindow:()J
invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
astore 1
start local 1 1: aload 1
lconst_0
ldc 4
iconst_0
invokeinterface sun.jvm.hotspot.debugger.Address.getCIntegerAt:(JJZ)J
l2i
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
1 2 1 sigInfoAddr Lsun/jvm/hotspot/debugger/Address;
public java.lang.String getSignalNameDbg();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getSignalNumberDbg:()I
invokestatic sun.jvm.hotspot.runtime.posix.POSIXSignals.getSignalName:(I)Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
public boolean isInterpretedFrameValid();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=5, args_size=1
start local 0 0: getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
ifeq 2
1: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.isInterpretedFrame:()Z
ldc "Not an interpreted frame"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getFP:()Lsun/jvm/hotspot/debugger/Address;
ifnull 3
aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getFP:()Lsun/jvm/hotspot/debugger/Address;
ldc 2
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
lmul
lconst_1
lsub
invokeinterface sun.jvm.hotspot.debugger.Address.andWithMask:(J)Lsun/jvm/hotspot/debugger/Address;
ifnull 4
3: StackMap locals:
StackMap stack:
iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getSP:()Lsun/jvm/hotspot/debugger/Address;
ifnull 5
aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getSP:()Lsun/jvm/hotspot/debugger/Address;
ldc 2
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
lmul
lconst_1
lsub
invokeinterface sun.jvm.hotspot.debugger.Address.andWithMask:(J)Lsun/jvm/hotspot/debugger/Address;
ifnull 6
5: StackMap locals:
StackMap stack:
iconst_0
ireturn
6: StackMap locals:
StackMap stack:
aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getFP:()Lsun/jvm/hotspot/debugger/Address;
ldc 6
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
lmul
invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getSP:()Lsun/jvm/hotspot/debugger/Address;
invokeinterface sun.jvm.hotspot.debugger.Address.lessThan:(Lsun/jvm/hotspot/debugger/Address;)Z
ifeq 8
7: iconst_0
ireturn
8: StackMap locals:
StackMap stack:
aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.addressOfInterpreterFrameMethod:()Lsun/jvm/hotspot/debugger/Address;
lconst_0
invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
astore 1
start local 1 9: invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getObjectHeap:()Lsun/jvm/hotspot/oops/ObjectHeap;
aload 1
invokevirtual sun.jvm.hotspot.oops.ObjectHeap.isValidMethod:(Lsun/jvm/hotspot/debugger/Address;)Z
ifne 11
10: iconst_0
ireturn
11: StackMap locals: sun.jvm.hotspot.debugger.Address
StackMap stack:
aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getFP:()Lsun/jvm/hotspot/debugger/Address;
aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getSP:()Lsun/jvm/hotspot/debugger/Address;
invokeinterface sun.jvm.hotspot.debugger.Address.lessThanOrEqual:(Lsun/jvm/hotspot/debugger/Address;)Z
ifeq 13
12: iconst_0
ireturn
13: StackMap locals:
StackMap stack:
aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getFP:()Lsun/jvm/hotspot/debugger/Address;
aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getSP:()Lsun/jvm/hotspot/debugger/Address;
invokeinterface sun.jvm.hotspot.debugger.Address.minus:(Lsun/jvm/hotspot/debugger/Address;)J
ldc 4096
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
lmul
lcmp
ifle 15
14: iconst_0
ireturn
15: StackMap locals:
StackMap stack:
aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.addressOfInterpreterFrameBCX:()Lsun/jvm/hotspot/debugger/Address;
lconst_0
invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
astore 2
start local 2 16: aload 1
invokestatic sun.jvm.hotspot.oops.Metadata.instantiateWrapperFor:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/oops/Metadata;
checkcast sun.jvm.hotspot.oops.Method
astore 3
start local 3 17: goto 20
end local 3 StackMap locals: sun.jvm.hotspot.runtime.sparc.SPARCFrame sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address
StackMap stack: sun.jvm.hotspot.oops.UnknownOopException
18: pop
19: iconst_0
ireturn
start local 3 20: StackMap locals: sun.jvm.hotspot.oops.Method
StackMap stack:
aload 0
aload 2
aload 3
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.bcpToBci:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/oops/Method;)I
istore 4
start local 4 21: iload 4
ifge 22
iconst_0
ireturn
22: StackMap locals: int
StackMap stack:
iconst_1
ireturn
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/runtime/sparc/SPARCFrame;
9 23 1 methodHandle Lsun/jvm/hotspot/debugger/Address;
16 23 2 bcx Lsun/jvm/hotspot/debugger/Address;
17 18 3 method Lsun/jvm/hotspot/oops/Method;
20 23 3 method Lsun/jvm/hotspot/oops/Method;
21 23 4 bci I
Exception table:
from to target type
16 17 18 Class sun.jvm.hotspot.oops.UnknownOopException
public long frameSize();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getSenderSP:()Lsun/jvm/hotspot/debugger/Address;
aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getSP:()Lsun/jvm/hotspot/debugger/Address;
invokeinterface sun.jvm.hotspot.debugger.Address.minus:(Lsun/jvm/hotspot/debugger/Address;)J
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
ldiv
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
public sun.jvm.hotspot.debugger.Address getLink();
descriptor: ()Lsun/jvm/hotspot/debugger/Address;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getFP:()Lsun/jvm/hotspot/debugger/Address;
getstatic sun.jvm.hotspot.asm.sparc.SPARCRegisters.FP:Lsun/jvm/hotspot/asm/sparc/SPARCRegister;
invokevirtual sun.jvm.hotspot.asm.sparc.SPARCRegister.spOffsetInSavedWindow:()J
invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
invokestatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.unBiasSP:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
public sun.jvm.hotspot.runtime.Frame sender(sun.jvm.hotspot.runtime.RegisterMap, sun.jvm.hotspot.code.CodeBlob);
descriptor: (Lsun/jvm/hotspot/runtime/RegisterMap;Lsun/jvm/hotspot/code/CodeBlob;)Lsun/jvm/hotspot/runtime/Frame;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=11, args_size=3
start local 0 start local 1 start local 2 0: aload 1
checkcast sun.jvm.hotspot.runtime.sparc.SPARCRegisterMap
astore 3
start local 3 1: getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
ifeq 5
2: aload 3
ifnull 3
iconst_1
goto 4
StackMap locals: sun.jvm.hotspot.runtime.sparc.SPARCRegisterMap
StackMap stack:
3: iconst_0
StackMap locals:
StackMap stack: int
4: ldc "map must be set"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
5: StackMap locals:
StackMap stack:
aload 3
iconst_0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCRegisterMap.setIncludeArgumentOops:(Z)V
6: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.isEntryFrame:()Z
ifeq 8
7: aload 0
aload 3
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.senderForEntryFrame:(Lsun/jvm/hotspot/runtime/RegisterMap;)Lsun/jvm/hotspot/runtime/Frame;
areturn
8: StackMap locals:
StackMap stack:
aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getSP:()Lsun/jvm/hotspot/debugger/Address;
astore 4
start local 4 9: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getSenderSP:()Lsun/jvm/hotspot/debugger/Address;
astore 5
start local 5 10: iconst_0
istore 6
start local 6 11: invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.isDebugging:()Z
ifeq 23
12: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.isSignalHandlerFrameDbg:()Z
ifeq 23
13: getstatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.DEBUG:Z
ifeq 15
14: getstatic java.lang.System.out:Ljava/io/PrintStream;
ldc "SPARCFrame.sender: found signal handler frame"
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
15: StackMap locals: sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address int
StackMap stack:
aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getMContextAreaOffsetInUContext:()J
pop2
16: aload 5
astore 7
start local 7 17: aload 7
aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getUContextOffset:()J
aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getMContextAreaOffsetInUContext:()J
ladd
invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
astore 7
18: iconst_1
istore 8
start local 8 19: bipush 17
istore 9
start local 9 20: aload 0
aload 7
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
iload 9
i2l
lmul
invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
putfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.raw_sp:Lsun/jvm/hotspot/debugger/Address;
21: aload 7
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
iload 8
i2l
lmul
invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
astore 10
start local 10 22: new sun.jvm.hotspot.runtime.sparc.SPARCFrame
dup
aload 0
getfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.raw_sp:Lsun/jvm/hotspot/debugger/Address;
aload 10
invokespecial sun.jvm.hotspot.runtime.sparc.SPARCFrame.<init>:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
areturn
end local 10 end local 9 end local 8 end local 7 23: StackMap locals:
StackMap stack:
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getInterpreter:()Lsun/jvm/hotspot/interpreter/Interpreter;
aload 0
getfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.pc:Lsun/jvm/hotspot/debugger/Address;
invokevirtual sun.jvm.hotspot.interpreter.Interpreter.contains:(Lsun/jvm/hotspot/debugger/Address;)Z
ifeq 28
24: iconst_1
istore 6
25: aload 3
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCRegisterMap.makeIntegerRegsUnsaved:()V
26: aload 3
aload 5
aload 4
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCRegisterMap.shiftWindow:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
27: goto 36
28: StackMap locals:
StackMap stack:
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getCodeCache:()Lsun/jvm/hotspot/code/CodeCache;
aload 0
getfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.pc:Lsun/jvm/hotspot/debugger/Address;
invokevirtual sun.jvm.hotspot.code.CodeCache.findBlob:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/code/CodeBlob;
astore 2
29: aload 2
ifnull 36
30: aload 3
aload 5
aload 4
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCRegisterMap.shiftWindow:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
31: aload 3
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCRegisterMap.getUpdateMap:()Z
ifeq 36
32: aload 2
invokevirtual sun.jvm.hotspot.code.CodeBlob.callerMustGCArguments:()Z
ifeq 34
33: aload 3
iconst_1
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCRegisterMap.setIncludeArgumentOops:(Z)V
34: StackMap locals:
StackMap stack:
aload 2
invokevirtual sun.jvm.hotspot.code.CodeBlob.getOopMaps:()Lsun/jvm/hotspot/compiler/ImmutableOopMapSet;
ifnull 36
35: aload 0
aload 2
aload 3
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.isDebugging:()Z
invokestatic sun.jvm.hotspot.compiler.ImmutableOopMapSet.updateRegisterMap:(Lsun/jvm/hotspot/runtime/Frame;Lsun/jvm/hotspot/code/CodeBlob;Lsun/jvm/hotspot/runtime/RegisterMap;Z)V
36: StackMap locals:
StackMap stack:
new sun.jvm.hotspot.runtime.sparc.SPARCFrame
dup
aload 5
invokestatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.biasSP:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
aload 4
invokestatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.biasSP:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
iload 6
invokespecial sun.jvm.hotspot.runtime.sparc.SPARCFrame.<init>:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Z)V
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 37 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
0 37 1 regMap Lsun/jvm/hotspot/runtime/RegisterMap;
0 37 2 cb Lsun/jvm/hotspot/code/CodeBlob;
1 37 3 map Lsun/jvm/hotspot/runtime/sparc/SPARCRegisterMap;
9 37 4 youngerSP Lsun/jvm/hotspot/debugger/Address;
10 37 5 sp Lsun/jvm/hotspot/debugger/Address;
11 37 6 isInterpreted Z
17 23 7 fp Lsun/jvm/hotspot/debugger/Address;
19 23 8 PC_OFFSET_IN_GREGSET I
20 23 9 SP_OFFSET_IN_GREGSET I
22 23 10 pc Lsun/jvm/hotspot/debugger/Address;
MethodParameters:
Name Flags
regMap
cb
protected boolean hasSenderPD();
descriptor: ()Z
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getSP:()Lsun/jvm/hotspot/debugger/Address;
ifnonnull 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getSP:()Lsun/jvm/hotspot/debugger/Address;
getstatic sun.jvm.hotspot.asm.sparc.SPARCRegisters.FP:Lsun/jvm/hotspot/asm/sparc/SPARCRegister;
invokevirtual sun.jvm.hotspot.asm.sparc.SPARCRegister.spOffsetInSavedWindow:()J
invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
invokestatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.unBiasSP:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
ifnonnull 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
iconst_1
ireturn
5: StackMap locals:
StackMap stack: java.lang.RuntimeException
astore 1
start local 1 6: getstatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.DEBUG:Z
ifeq 8
7: getstatic java.lang.System.out:Ljava/io/PrintStream;
new java.lang.StringBuilder
dup
ldc "Bad frame "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
8: StackMap locals: java.lang.RuntimeException
StackMap stack:
aload 1
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
6 9 1 e Ljava/lang/RuntimeException;
Exception table:
from to target type
0 1 5 Class java.lang.RuntimeException
2 3 5 Class java.lang.RuntimeException
public sun.jvm.hotspot.debugger.Address getSenderPC();
descriptor: ()Lsun/jvm/hotspot/debugger/Address;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.addressOfI7:()Lsun/jvm/hotspot/debugger/Address;
lconst_0
invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
ldc 8
invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
public sun.jvm.hotspot.debugger.Address getUnextendedSP();
descriptor: ()Lsun/jvm/hotspot/debugger/Address;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getSP:()Lsun/jvm/hotspot/debugger/Address;
aload 0
getfield sun.jvm.hotspot.runtime.sparc.SPARCFrame.interpreterSPAdjustmentOffset:J
invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
public sun.jvm.hotspot.debugger.Address getSenderSP();
descriptor: ()Lsun/jvm/hotspot/debugger/Address;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getFP:()Lsun/jvm/hotspot/debugger/Address;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
public sun.jvm.hotspot.runtime.sparc.SPARCFrame afterSave();
descriptor: ()Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: new sun.jvm.hotspot.runtime.sparc.SPARCFrame
dup
aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getYoungerSP:()Lsun/jvm/hotspot/debugger/Address;
invokestatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.biasSP:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
aconst_null
invokespecial sun.jvm.hotspot.runtime.sparc.SPARCFrame.<init>:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
public sun.jvm.hotspot.debugger.Address getFP();
descriptor: ()Lsun/jvm/hotspot/debugger/Address;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getSP:()Lsun/jvm/hotspot/debugger/Address;
astore 1
start local 1 1: aload 1
ifnonnull 3
2: getstatic java.lang.System.out:Ljava/io/PrintStream;
ldc "SPARCFrame.getFP(): sp == null"
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
3: StackMap locals: sun.jvm.hotspot.debugger.Address
StackMap stack:
aload 1
getstatic sun.jvm.hotspot.asm.sparc.SPARCRegisters.FP:Lsun/jvm/hotspot/asm/sparc/SPARCRegister;
invokevirtual sun.jvm.hotspot.asm.sparc.SPARCRegister.spOffsetInSavedWindow:()J
invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
astore 2
start local 2 4: aload 2
lconst_0
invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
invokestatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.unBiasSP:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
astore 3
start local 3 5: aload 3
ifnonnull 7
6: getstatic java.lang.System.out:Ljava/io/PrintStream;
new java.lang.StringBuilder
dup
ldc "SPARCFrame.getFP(): fp == null (&fp == "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 2
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc ")"
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
7: StackMap locals: sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address
StackMap stack:
aload 3
8: areturn
end local 3 9: StackMap locals: sun.jvm.hotspot.runtime.sparc.SPARCFrame sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address
StackMap stack: java.lang.RuntimeException
pop
10: getstatic java.lang.System.out:Ljava/io/PrintStream;
new java.lang.StringBuilder
dup
ldc "SPARCFrame.getFP(): is bad (&fp == "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 2
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc " sp = "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 1
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc ")"
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
11: aconst_null
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
1 12 1 sp Lsun/jvm/hotspot/debugger/Address;
4 12 2 fpAddr Lsun/jvm/hotspot/debugger/Address;
5 9 3 fp Lsun/jvm/hotspot/debugger/Address;
Exception table:
from to target type
4 8 9 Class java.lang.RuntimeException
private sun.jvm.hotspot.debugger.Address addressOfFPSlot(int);
descriptor: (I)Lsun/jvm/hotspot/debugger/Address;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getFP:()Lsun/jvm/hotspot/debugger/Address;
iload 1
i2l
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
lmul
invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
0 1 1 index I
MethodParameters:
Name Flags
index
public sun.jvm.hotspot.debugger.Address addressOfInterpreterFrameLocals();
descriptor: ()Lsun/jvm/hotspot/debugger/Address;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getSP:()Lsun/jvm/hotspot/debugger/Address;
getstatic sun.jvm.hotspot.asm.sparc.SPARCRegisters.Llocals:Lsun/jvm/hotspot/asm/sparc/SPARCRegister;
invokevirtual sun.jvm.hotspot.asm.sparc.SPARCRegister.spOffsetInSavedWindow:()J
invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
private sun.jvm.hotspot.debugger.Address addressOfInterpreterFrameBCX();
descriptor: ()Lsun/jvm/hotspot/debugger/Address;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getSP:()Lsun/jvm/hotspot/debugger/Address;
getstatic sun.jvm.hotspot.asm.sparc.SPARCRegisters.Lbcp:Lsun/jvm/hotspot/asm/sparc/SPARCRegister;
invokevirtual sun.jvm.hotspot.asm.sparc.SPARCRegister.spOffsetInSavedWindow:()J
invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
public int getInterpreterFrameBCI();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.addressOfInterpreterFrameBCX:()Lsun/jvm/hotspot/debugger/Address;
lconst_0
invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
astore 1
start local 1 1: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.addressOfInterpreterFrameMethod:()Lsun/jvm/hotspot/debugger/Address;
lconst_0
invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
astore 2
start local 2 2: aload 2
invokestatic sun.jvm.hotspot.oops.Metadata.instantiateWrapperFor:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/oops/Metadata;
checkcast sun.jvm.hotspot.oops.Method
astore 3
start local 3 3: aload 0
aload 1
aload 3
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.bcpToBci:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/oops/Method;)I
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
1 4 1 bcp Lsun/jvm/hotspot/debugger/Address;
2 4 2 methodHandle Lsun/jvm/hotspot/debugger/Address;
3 4 3 method Lsun/jvm/hotspot/oops/Method;
public sun.jvm.hotspot.debugger.Address addressOfInterpreterFrameExpressionStack();
descriptor: ()Lsun/jvm/hotspot/debugger/Address;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.addressOfInterpreterFrameMonitors:()Lsun/jvm/hotspot/debugger/Address;
ldc -1
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
lmul
invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
public int getInterpreterFrameExpressionStackDirection();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_m1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
public sun.jvm.hotspot.debugger.Address addressOfInterpreterFrameTOS();
descriptor: ()Lsun/jvm/hotspot/debugger/Address;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getSP:()Lsun/jvm/hotspot/debugger/Address;
getstatic sun.jvm.hotspot.asm.sparc.SPARCRegisters.Lesp:Lsun/jvm/hotspot/asm/sparc/SPARCRegister;
invokevirtual sun.jvm.hotspot.asm.sparc.SPARCRegister.spOffsetInSavedWindow:()J
invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
public sun.jvm.hotspot.debugger.Address addressOfInterpreterFrameTOSAt(int);
descriptor: (I)Lsun/jvm/hotspot/debugger/Address;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.addressOfInterpreterFrameTOS:()Lsun/jvm/hotspot/debugger/Address;
iload 1
i2l
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
lmul
invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
0 1 1 slot I
MethodParameters:
Name Flags
slot
public sun.jvm.hotspot.debugger.Address getInterpreterFrameSenderSP();
descriptor: ()Lsun/jvm/hotspot/debugger/Address;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
ifeq 2
1: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.isInterpretedFrame:()Z
ldc "interpreted frame expected"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getFP:()Lsun/jvm/hotspot/debugger/Address;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
private sun.jvm.hotspot.debugger.Address addressOfInterpreterFrameMonitors();
descriptor: ()Lsun/jvm/hotspot/debugger/Address;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getSP:()Lsun/jvm/hotspot/debugger/Address;
getstatic sun.jvm.hotspot.asm.sparc.SPARCRegisters.Lmonitors:Lsun/jvm/hotspot/asm/sparc/SPARCRegister;
invokevirtual sun.jvm.hotspot.asm.sparc.SPARCRegister.spOffsetInSavedWindow:()J
invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
lconst_0
invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
public sun.jvm.hotspot.runtime.BasicObjectLock interpreterFrameMonitorBegin();
descriptor: ()Lsun/jvm/hotspot/runtime/BasicObjectLock;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=1
start local 0 0: bipush 6
iconst_2
invokestatic sun.jvm.hotspot.utilities.Bits.roundTo:(II)I
istore 1
start local 1 1: new sun.jvm.hotspot.runtime.BasicObjectLock
dup
aload 0
iconst_m1
iload 1
imul
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.addressOfFPSlot:(I)Lsun/jvm/hotspot/debugger/Address;
invokespecial sun.jvm.hotspot.runtime.BasicObjectLock.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
1 2 1 roundedVMLocalWords I
public sun.jvm.hotspot.runtime.BasicObjectLock interpreterFrameMonitorEnd();
descriptor: ()Lsun/jvm/hotspot/runtime/BasicObjectLock;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new sun.jvm.hotspot.runtime.BasicObjectLock
dup
aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.addressOfInterpreterFrameMonitors:()Lsun/jvm/hotspot/debugger/Address;
invokespecial sun.jvm.hotspot.runtime.BasicObjectLock.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
public int interpreterFrameMonitorSize();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: invokestatic sun.jvm.hotspot.runtime.BasicObjectLock.size:()I
iconst_2
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
l2i
imul
invokestatic sun.jvm.hotspot.utilities.Bits.roundTo:(II)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
public sun.jvm.hotspot.debugger.Address addressOfInterpreterFrameMethod();
descriptor: ()Lsun/jvm/hotspot/debugger/Address;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getSP:()Lsun/jvm/hotspot/debugger/Address;
getstatic sun.jvm.hotspot.asm.sparc.SPARCRegisters.Lmethod:Lsun/jvm/hotspot/asm/sparc/SPARCRegister;
invokevirtual sun.jvm.hotspot.asm.sparc.SPARCRegister.spOffsetInSavedWindow:()J
invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
public sun.jvm.hotspot.debugger.Address addressOfInterpreterFrameCPCache();
descriptor: ()Lsun/jvm/hotspot/debugger/Address;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getSP:()Lsun/jvm/hotspot/debugger/Address;
getstatic sun.jvm.hotspot.asm.sparc.SPARCRegisters.LcpoolCache:Lsun/jvm/hotspot/asm/sparc/SPARCRegister;
invokevirtual sun.jvm.hotspot.asm.sparc.SPARCRegister.spOffsetInSavedWindow:()J
invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
public sun.jvm.hotspot.runtime.JavaCallWrapper getEntryFrameCallWrapper();
descriptor: ()Lsun/jvm/hotspot/runtime/JavaCallWrapper;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: new sun.jvm.hotspot.asm.sparc.SPARCArgument
dup
iconst_0
iconst_0
invokespecial sun.jvm.hotspot.asm.sparc.SPARCArgument.<init>:(IZ)V
astore 1
start local 1 1: ldc Lsun/jvm/hotspot/runtime/JavaCallWrapper;
2: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getSP:()Lsun/jvm/hotspot/debugger/Address;
aload 1
invokevirtual sun.jvm.hotspot.asm.sparc.SPARCArgument.asIn:()Lsun/jvm/hotspot/asm/sparc/SPARCArgument;
invokevirtual sun.jvm.hotspot.asm.sparc.SPARCArgument.asRegister:()Lsun/jvm/hotspot/asm/sparc/SPARCRegister;
invokevirtual sun.jvm.hotspot.asm.sparc.SPARCRegister.spOffsetInSavedWindow:()J
invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
3: invokestatic sun.jvm.hotspot.runtime.VMObjectFactory.newObject:(Ljava/lang/Class;Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/Object;
checkcast sun.jvm.hotspot.runtime.JavaCallWrapper
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
1 4 1 link Lsun/jvm/hotspot/asm/sparc/SPARCArgument;
protected sun.jvm.hotspot.debugger.Address addressOfSavedOopResult();
descriptor: ()Lsun/jvm/hotspot/debugger/Address;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.addressOfO0:()Lsun/jvm/hotspot/debugger/Address;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
protected sun.jvm.hotspot.debugger.Address addressOfSavedReceiver();
descriptor: ()Lsun/jvm/hotspot/debugger/Address;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.addressOfO0:()Lsun/jvm/hotspot/debugger/Address;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
private sun.jvm.hotspot.debugger.Address addressOfI7();
descriptor: ()Lsun/jvm/hotspot/debugger/Address;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getSP:()Lsun/jvm/hotspot/debugger/Address;
getstatic sun.jvm.hotspot.asm.sparc.SPARCRegisters.I7:Lsun/jvm/hotspot/asm/sparc/SPARCRegister;
invokevirtual sun.jvm.hotspot.asm.sparc.SPARCRegister.spOffsetInSavedWindow:()J
invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
private sun.jvm.hotspot.debugger.Address addressOfO7();
descriptor: ()Lsun/jvm/hotspot/debugger/Address;
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.afterSave:()Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.addressOfI7:()Lsun/jvm/hotspot/debugger/Address;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
private sun.jvm.hotspot.debugger.Address addressOfI0();
descriptor: ()Lsun/jvm/hotspot/debugger/Address;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getSP:()Lsun/jvm/hotspot/debugger/Address;
getstatic sun.jvm.hotspot.asm.sparc.SPARCRegisters.I0:Lsun/jvm/hotspot/asm/sparc/SPARCRegister;
invokevirtual sun.jvm.hotspot.asm.sparc.SPARCRegister.spOffsetInSavedWindow:()J
invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
private sun.jvm.hotspot.debugger.Address addressOfO0();
descriptor: ()Lsun/jvm/hotspot/debugger/Address;
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.afterSave:()Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.addressOfI0:()Lsun/jvm/hotspot/debugger/Address;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
private static boolean addressesEqual(sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
ifnonnull 2
aload 1
ifnonnull 2
1: iconst_1
ireturn
2: StackMap locals:
StackMap stack:
aload 0
ifnull 3
aload 1
ifnonnull 4
3: StackMap locals:
StackMap stack:
iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 0
aload 1
invokeinterface sun.jvm.hotspot.debugger.Address.equals:(Ljava/lang/Object;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 a1 Lsun/jvm/hotspot/debugger/Address;
0 5 1 a2 Lsun/jvm/hotspot/debugger/Address;
MethodParameters:
Name Flags
a1
a2
private sun.jvm.hotspot.runtime.Frame senderForEntryFrame(sun.jvm.hotspot.runtime.RegisterMap);
descriptor: (Lsun/jvm/hotspot/runtime/RegisterMap;)Lsun/jvm/hotspot/runtime/Frame;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=7, args_size=2
start local 0 start local 1 0: aload 1
checkcast sun.jvm.hotspot.runtime.sparc.SPARCRegisterMap
astore 2
start local 2 1: getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
ifeq 5
2: aload 2
ifnull 3
iconst_1
goto 4
StackMap locals: sun.jvm.hotspot.runtime.sparc.SPARCRegisterMap
StackMap stack:
3: iconst_0
StackMap locals:
StackMap stack: int
4: ldc "map must be set"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
5: StackMap locals:
StackMap stack:
aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getEntryFrameCallWrapper:()Lsun/jvm/hotspot/runtime/JavaCallWrapper;
astore 3
start local 3 6: getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
ifeq 11
7: aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.entryFrameIsFirst:()Z
ifeq 8
iconst_0
goto 9
StackMap locals: sun.jvm.hotspot.runtime.JavaCallWrapper
StackMap stack:
8: iconst_1
StackMap locals:
StackMap stack: int
9: ldc "next Java fp must be non zero"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
10: aload 3
invokevirtual sun.jvm.hotspot.runtime.JavaCallWrapper.getLastJavaSP:()Lsun/jvm/hotspot/debugger/Address;
aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getSP:()Lsun/jvm/hotspot/debugger/Address;
invokeinterface sun.jvm.hotspot.debugger.Address.greaterThan:(Lsun/jvm/hotspot/debugger/Address;)Z
ldc "must be above this frame on stack"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
11: StackMap locals:
StackMap stack:
aload 3
invokevirtual sun.jvm.hotspot.runtime.JavaCallWrapper.getLastJavaSP:()Lsun/jvm/hotspot/debugger/Address;
astore 4
start local 4 12: aload 3
invokevirtual sun.jvm.hotspot.runtime.JavaCallWrapper.getLastJavaPC:()Lsun/jvm/hotspot/debugger/Address;
astore 5
start local 5 13: aload 2
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCRegisterMap.clear:()V
14: aload 2
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCRegisterMap.makeIntegerRegsUnsaved:()V
15: aload 2
aload 4
aconst_null
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCRegisterMap.shiftWindow:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
16: getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
ifeq 18
17: aload 2
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCRegisterMap.getIncludeArgumentOops:()Z
ldc "should be set by clear"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
18: StackMap locals: sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address
StackMap stack:
aload 5
ifnull 20
19: new sun.jvm.hotspot.runtime.sparc.SPARCFrame
dup
aload 4
invokestatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.biasSP:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
aload 5
invokespecial sun.jvm.hotspot.runtime.sparc.SPARCFrame.<init>:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
areturn
20: StackMap locals:
StackMap stack:
aload 4
aload 0
invokevirtual sun.jvm.hotspot.runtime.sparc.SPARCFrame.getSP:()Lsun/jvm/hotspot/debugger/Address;
invokestatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.getNextYoungerSP:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
astore 6
start local 6 21: new sun.jvm.hotspot.runtime.sparc.SPARCFrame
dup
aload 4
invokestatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.biasSP:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
aload 6
invokestatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.biasSP:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
iconst_0
invokespecial sun.jvm.hotspot.runtime.sparc.SPARCFrame.<init>:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Z)V
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 22 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
0 22 1 regMap Lsun/jvm/hotspot/runtime/RegisterMap;
1 22 2 map Lsun/jvm/hotspot/runtime/sparc/SPARCRegisterMap;
6 22 3 jcw Lsun/jvm/hotspot/runtime/JavaCallWrapper;
12 22 4 lastJavaSP Lsun/jvm/hotspot/debugger/Address;
13 22 5 lastJavaPC Lsun/jvm/hotspot/debugger/Address;
21 22 6 youngerSP Lsun/jvm/hotspot/debugger/Address;
MethodParameters:
Name Flags
regMap
private static sun.jvm.hotspot.debugger.Address getNextYoungerSP(sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aconst_null
invokestatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.getNextYoungerSPOrNull:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
astore 2
start local 2 1: getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
ifeq 5
2: aload 2
ifnull 3
iconst_1
goto 4
StackMap locals: sun.jvm.hotspot.debugger.Address
StackMap stack:
3: iconst_0
StackMap locals:
StackMap stack: int
4: ldc "missed the SP"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
5: StackMap locals:
StackMap stack:
aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 oldSP Lsun/jvm/hotspot/debugger/Address;
0 6 1 youngSP Lsun/jvm/hotspot/debugger/Address;
1 6 2 sp Lsun/jvm/hotspot/debugger/Address;
MethodParameters:
Name Flags
oldSP
youngSP
private static sun.jvm.hotspot.debugger.Address getNextYoungerSPOrNull(sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=6, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 1
ifnonnull 2
1: new java.lang.RuntimeException
dup
ldc "can not handle null youngSP in debugging system (seems to require register window flush)"
invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
3: aload 1
astore 2
4: StackMap locals:
StackMap stack:
aconst_null
astore 3
start local 3 5: aload 0
aload 2
invokeinterface sun.jvm.hotspot.debugger.Address.minus:(Lsun/jvm/hotspot/debugger/Address;)J
ldc 16
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
lmul
ldiv
l2i
istore 4
start local 4 6: goto 11
7: StackMap locals: sun.jvm.hotspot.debugger.Address int
StackMap stack:
iload 4
iinc 4 -1
ifgt 9
8: goto 12
9: StackMap locals:
StackMap stack:
aload 2
astore 3
10: aload 2
getstatic sun.jvm.hotspot.asm.sparc.SPARCRegisters.FP:Lsun/jvm/hotspot/asm/sparc/SPARCRegister;
invokevirtual sun.jvm.hotspot.asm.sparc.SPARCRegister.spOffsetInSavedWindow:()J
invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
invokestatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.unBiasSP:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
astore 2
11: StackMap locals:
StackMap stack:
aload 2
aload 0
invokeinterface sun.jvm.hotspot.debugger.Address.equals:(Ljava/lang/Object;)Z
ifne 12
aload 0
aload 1
aload 2
invokestatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.spIsValid:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
ifne 7
12: StackMap locals:
StackMap stack:
aload 2
aload 0
invokeinterface sun.jvm.hotspot.debugger.Address.equals:(Ljava/lang/Object;)Z
ifeq 13
aload 3
goto 14
StackMap locals:
StackMap stack:
13: aconst_null
StackMap locals:
StackMap stack: sun.jvm.hotspot.debugger.Address
14: areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 oldSP Lsun/jvm/hotspot/debugger/Address;
0 15 1 youngSP Lsun/jvm/hotspot/debugger/Address;
0 15 2 sp Lsun/jvm/hotspot/debugger/Address;
5 15 3 previousSP Lsun/jvm/hotspot/debugger/Address;
6 15 4 maxFrames I
MethodParameters:
Name Flags
oldSP
youngSP
sp
private static boolean spIsValid(sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=4, locals=5, args_size=3
start local 0 start local 1 start local 2 0: invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
lstore 3
start local 3 1: ldc 2
lload 3
lmul
lconst_1
lsub
lstore 3
2: aload 2
lload 3
invokeinterface sun.jvm.hotspot.debugger.Address.andWithMask:(J)Lsun/jvm/hotspot/debugger/Address;
ifnonnull 6
3: aload 2
aload 0
invokeinterface sun.jvm.hotspot.debugger.Address.lessThanOrEqual:(Lsun/jvm/hotspot/debugger/Address;)Z
ifeq 6
4: aload 2
aload 1
invokeinterface sun.jvm.hotspot.debugger.Address.greaterThanOrEqual:(Lsun/jvm/hotspot/debugger/Address;)Z
ifeq 6
5: iconst_1
ireturn
StackMap locals: long
StackMap stack:
6: iconst_0
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 oldSP Lsun/jvm/hotspot/debugger/Address;
0 7 1 youngSP Lsun/jvm/hotspot/debugger/Address;
0 7 2 sp Lsun/jvm/hotspot/debugger/Address;
1 7 3 mask J
MethodParameters:
Name Flags
oldSP
youngSP
sp
public long getUContextOffset();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: bipush 8
istore 1
start local 1 1: invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
bipush 16
iload 1
iadd
i2l
lmul
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
1 2 1 MAJOR_HACK_OFFSET I
public long getMContextAreaOffsetInUContext();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=3, args_size=1
start local 0 0: invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
ldc 4
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
invokevirtual sun.jvm.hotspot.runtime.VM.alignUp:(JJ)J
lstore 1
start local 1 1: invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
lload 1
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
ladd
ldc 8
invokevirtual sun.jvm.hotspot.runtime.VM.alignUp:(JJ)J
lstore 1
2: lload 1
ldc 16
3: ldc 2
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
lmul
4: ladd
5: ldc 4
6: ladd
ladd
lstore 1
7: invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
lload 1
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
ladd
ldc 8
invokevirtual sun.jvm.hotspot.runtime.VM.alignUp:(JJ)J
lstore 1
8: lload 1
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lsun/jvm/hotspot/runtime/sparc/SPARCFrame;
1 9 1 offset J
}
SourceFile: "SPARCFrame.java"