JDK-8001225 : Disable jdk regression test java/lang/System/Versions.java until jdk's classfile version code is updated
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 8
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-10-22
  • Updated: 2012-11-06
  • Resolved: 2012-10-23
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
8 b62Fixed
Related Reports
Relates :  
Relates :  
Description
java/lang/System/Versions.java test fails when hotspot and jdk versions are not in sync about what the max supported classfile version is.  Because of different integration schedules of hotspot and jdk, there will be a window of time when the versions are not in sync and this test should be disabled for that time.  Once the max versions are again in sync, we can re-enable the test.
Comments
Kieth - you can exclude the test by adding it to jdk/test/ProblemList.txt, the exclude list is more flexible than @ignore. Also Amy has a script that runs to remind us to remove tests from the exclude list. So if you add a comment with the JIRA issue for the hotspot change then it will send a reminder mail to remove it from the exclude list once the hotspot change makes it to jdk8/tl/hotspot.
22-10-2012