JDK-8292060 : Make ClassFileVersionTest.java version adapting
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 20
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-08-08
  • Updated: 2024-10-27
  • Resolved: 2022-08-09
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 20
20 b10Fixed
Related Reports
Relates :  
Description
The test ClassFileVersionTest.java tests class file versions; a new class file version is defined for each release. The test can be modified so that it does not need to be explicitly updated for each release.
Comments
A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/9796 Date: 2022-08-08 19:30:22 +0000
27-10-2024

Changeset: ae1a9a0b Author: Joe Darcy <darcy@openjdk.org> Date: 2022-08-09 17:55:18 +0000 URL: https://git.openjdk.org/jdk/commit/ae1a9a0b252fc9593b077f9626a431b0f06b3f51
09-08-2022