JDK-8032678 : [TEST_BUG] sun/misc/Version/Version.java doesn't understand two-digit HotSpot minor version numbers
  • Type: Bug
  • Component: core-libs
  • Affected Version: 8,9
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2014-01-24
  • Updated: 2014-07-17
  • Resolved: 2014-01-29
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 JDK 9
8u11Fixed 9Fixed
Related Reports
Duplicate :  
Duplicate :  
Relates :  
Description
sun/misc/Version/Version.java doesn't understand two-digit HotSpot minor version numbers which have been introduced with "8031552: Update the Hotspot version numbers in Hotspot for JDK 8U". That changed bumped the minor HS version from '0' to '20'.
Comments
I have to remove RULE since it does not match ----------System.out:(4/242)---------- newVersionInfo: input=1.8.0-fastdebug-b129 output=1.8.0-b129 JDK version = 1.8.0-b129 1.8.0-b129 newVersionInfo: input=25.20-b04-internal-201402201953.ddaugher.8028073_exp_for_jd-fastdebug output=25.2.0-b0 JVM version = 25.2.0-b0 25.20.0-b4 ----------System.err:(13/772)---------- java.lang.RuntimeException: Unmatched version: 25.2.0-b0 vs 25.20.0-b4 at Version.main(Version.java:56)
06-06-2014

We have new failures in jdk9 after 8030011 changes. Adding RULE to this bug to avoid false matching.
06-06-2014

test fix - SQE is OK to take it
12-05-2014

Has been the fix pushed to 8uCPU, 7uCPU?
08-05-2014