-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: 9
-
Component/s: hotspot
-
b04
-
generic
-
generic
After asLongValue() added to interface Address.java, there no need to have the function in every instance Address.java:
long getValue() {
return addr;
}
It can be replaced by asLongValue and removed from SA.
long getValue() {
return addr;
}
It can be replaced by asLongValue and removed from SA.