JDK-8321484 : Make TestImplicitlyDeclaredClasses release independent
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 22
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-12-06
  • Updated: 2024-10-27
  • Resolved: 2023-12-06
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 22
22 b27Fixed
Related Reports
Relates :  
Relates :  
Description
TestImplicitlyDeclaredClasses.java is written with a hard-coded argument for "--source" for use with enabled preview. This idiom will not work when the repository is JDK 23.
Comments
A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/17003 Date: 2023-12-06 21:09:40 +0000
27-10-2024

Changeset: 781775d7 Author: Joe Darcy <darcy@openjdk.org> Date: 2023-12-06 21:24:56 +0000 URL: https://git.openjdk.org/jdk/commit/781775d73b4dd0b241870be50c921242f561b8a1
06-12-2023