public class sun.jvm.hotspot.utilities.IntervalNode extends sun.jvm.hotspot.utilities.RBNode
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.jvm.hotspot.utilities.IntervalNode
super_class: sun.jvm.hotspot.utilities.RBNode
{
private sun.jvm.hotspot.utilities.Interval interval;
descriptor: Lsun/jvm/hotspot/utilities/Interval;
flags: (0x0002) ACC_PRIVATE
private java.util.Comparator endpointComparator;
descriptor: Ljava/util/Comparator;
flags: (0x0002) ACC_PRIVATE
private java.lang.Object minEndpoint;
descriptor: Ljava/lang/Object;
flags: (0x0002) ACC_PRIVATE
private java.lang.Object maxEndpoint;
descriptor: Ljava/lang/Object;
flags: (0x0002) ACC_PRIVATE
public void <init>(sun.jvm.hotspot.utilities.Interval, java.util.Comparator, java.lang.Object);
descriptor: (Lsun/jvm/hotspot/utilities/Interval;Ljava/util/Comparator;Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 3
invokespecial sun.jvm.hotspot.utilities.RBNode.<init>:(Ljava/lang/Object;)V
1: aload 0
aload 1
putfield sun.jvm.hotspot.utilities.IntervalNode.interval:Lsun/jvm/hotspot/utilities/Interval;
2: aload 0
aload 2
putfield sun.jvm.hotspot.utilities.IntervalNode.endpointComparator:Ljava/util/Comparator;
3: return
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/utilities/IntervalNode;
0 4 1 interval Lsun/jvm/hotspot/utilities/Interval;
0 4 2 endpointComparator Ljava/util/Comparator;
0 4 3 data Ljava/lang/Object;
MethodParameters:
Name Flags
interval
endpointComparator
data
public void copyFrom(sun.jvm.hotspot.utilities.RBNode);
descriptor: (Lsun/jvm/hotspot/utilities/RBNode;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 1
checkcast sun.jvm.hotspot.utilities.IntervalNode
astore 2
start local 2 1: aload 0
aload 2
getfield sun.jvm.hotspot.utilities.IntervalNode.interval:Lsun/jvm/hotspot/utilities/Interval;
putfield sun.jvm.hotspot.utilities.IntervalNode.interval:Lsun/jvm/hotspot/utilities/Interval;
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/utilities/IntervalNode;
0 3 1 arg Lsun/jvm/hotspot/utilities/RBNode;
1 3 2 argNode Lsun/jvm/hotspot/utilities/IntervalNode;
MethodParameters:
Name Flags
arg
public sun.jvm.hotspot.utilities.Interval getInterval();
descriptor: ()Lsun/jvm/hotspot/utilities/Interval;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.utilities.IntervalNode.interval:Lsun/jvm/hotspot/utilities/Interval;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/utilities/IntervalNode;
public java.lang.Object getMinEndpoint();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.utilities.IntervalNode.minEndpoint:Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/utilities/IntervalNode;
public java.lang.Object getMaxEndpoint();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.utilities.IntervalNode.maxEndpoint:Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/utilities/IntervalNode;
public boolean update();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.utilities.IntervalNode.computeMaxEndpoint:()Ljava/lang/Object;
astore 1
start local 1 1: aload 0
invokevirtual sun.jvm.hotspot.utilities.IntervalNode.computeMinEndpoint:()Ljava/lang/Object;
astore 2
start local 2 2: aload 0
getfield sun.jvm.hotspot.utilities.IntervalNode.maxEndpoint:Ljava/lang/Object;
aload 1
if_acmpne 3
aload 0
getfield sun.jvm.hotspot.utilities.IntervalNode.minEndpoint:Ljava/lang/Object;
aload 2
if_acmpeq 6
3: StackMap locals: java.lang.Object java.lang.Object
StackMap stack:
aload 0
aload 1
putfield sun.jvm.hotspot.utilities.IntervalNode.maxEndpoint:Ljava/lang/Object;
4: aload 0
aload 2
putfield sun.jvm.hotspot.utilities.IntervalNode.minEndpoint:Ljava/lang/Object;
5: iconst_1
ireturn
6: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lsun/jvm/hotspot/utilities/IntervalNode;
1 7 1 newMaxEndpoint Ljava/lang/Object;
2 7 2 newMinEndpoint Ljava/lang/Object;
public java.lang.Object computeMinEndpoint();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.utilities.IntervalNode.getLeft:()Lsun/jvm/hotspot/utilities/RBNode;
checkcast sun.jvm.hotspot.utilities.IntervalNode
astore 1
start local 1 1: aload 1
ifnull 3
2: aload 1
invokevirtual sun.jvm.hotspot.utilities.IntervalNode.getMinEndpoint:()Ljava/lang/Object;
areturn
3: StackMap locals: sun.jvm.hotspot.utilities.IntervalNode
StackMap stack:
aload 0
getfield sun.jvm.hotspot.utilities.IntervalNode.interval:Lsun/jvm/hotspot/utilities/Interval;
invokevirtual sun.jvm.hotspot.utilities.Interval.getLowEndpoint:()Ljava/lang/Object;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/utilities/IntervalNode;
1 4 1 left Lsun/jvm/hotspot/utilities/IntervalNode;
public java.lang.Object computeMaxEndpoint();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.utilities.IntervalNode.interval:Lsun/jvm/hotspot/utilities/Interval;
invokevirtual sun.jvm.hotspot.utilities.Interval.getHighEndpoint:()Ljava/lang/Object;
astore 1
start local 1 1: aload 0
invokevirtual sun.jvm.hotspot.utilities.IntervalNode.getLeft:()Lsun/jvm/hotspot/utilities/RBNode;
ifnull 5
2: aload 0
invokevirtual sun.jvm.hotspot.utilities.IntervalNode.getLeft:()Lsun/jvm/hotspot/utilities/RBNode;
checkcast sun.jvm.hotspot.utilities.IntervalNode
astore 2
start local 2 3: aload 0
getfield sun.jvm.hotspot.utilities.IntervalNode.endpointComparator:Ljava/util/Comparator;
aload 2
invokevirtual sun.jvm.hotspot.utilities.IntervalNode.getMaxEndpoint:()Ljava/lang/Object;
aload 1
invokeinterface java.util.Comparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I
ifle 5
4: aload 2
invokevirtual sun.jvm.hotspot.utilities.IntervalNode.getMaxEndpoint:()Ljava/lang/Object;
astore 1
end local 2 5: StackMap locals: java.lang.Object
StackMap stack:
aload 0
invokevirtual sun.jvm.hotspot.utilities.IntervalNode.getRight:()Lsun/jvm/hotspot/utilities/RBNode;
ifnull 9
6: aload 0
invokevirtual sun.jvm.hotspot.utilities.IntervalNode.getRight:()Lsun/jvm/hotspot/utilities/RBNode;
checkcast sun.jvm.hotspot.utilities.IntervalNode
astore 2
start local 2 7: aload 0
getfield sun.jvm.hotspot.utilities.IntervalNode.endpointComparator:Ljava/util/Comparator;
aload 2
invokevirtual sun.jvm.hotspot.utilities.IntervalNode.getMaxEndpoint:()Ljava/lang/Object;
aload 1
invokeinterface java.util.Comparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I
ifle 9
8: aload 2
invokevirtual sun.jvm.hotspot.utilities.IntervalNode.getMaxEndpoint:()Ljava/lang/Object;
astore 1
end local 2 9: StackMap locals:
StackMap stack:
aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lsun/jvm/hotspot/utilities/IntervalNode;
1 10 1 curMax Ljava/lang/Object;
3 5 2 left Lsun/jvm/hotspot/utilities/IntervalNode;
7 9 2 right Lsun/jvm/hotspot/utilities/IntervalNode;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.utilities.IntervalNode.interval:Lsun/jvm/hotspot/utilities/Interval;
invokevirtual sun.jvm.hotspot.utilities.Interval.toString:()Ljava/lang/String;
astore 1
start local 1 1: aload 0
invokevirtual sun.jvm.hotspot.utilities.IntervalNode.getData:()Ljava/lang/Object;
astore 2
start local 2 2: aload 2
ifnull 4
3: new java.lang.StringBuilder
dup
aload 1
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;
aload 2
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
astore 1
4: StackMap locals: java.lang.String java.lang.Object
StackMap stack:
aload 1
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/jvm/hotspot/utilities/IntervalNode;
1 5 1 res Ljava/lang/String;
2 5 2 d Ljava/lang/Object;
}
SourceFile: "IntervalNode.java"