-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
P4
-
None
-
Affects Version/s: 7
-
Component/s: hotspot
HotSpot versions are currently limited to 255:
in Abstract_VM_Version::jvm_version(), we mask major, minor, security and build with 0xff.
It's not inconceivable we'll max out "minor" in future releases.