-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
7
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.