JDK-8306914 : Implement JEP 458: Launch Multi-File Source-Code Programs
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javac
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-04-26
  • Updated: 2024-01-16
  • Resolved: 2023-12-05
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
Blocks :  
CSR :  
Relates :  
Relates :  
Relates :  
Description
Enhance the `java` launcher to run a program supplied as one or more files of Java source code.
Comments
Changeset: 517b1788 Author: Christian Stein <cstein@openjdk.org> Date: 2023-12-05 07:50:21 +0000 URL: https://git.openjdk.org/jdk/commit/517b1788198fc325961df61161f9b365c7b2524e
05-12-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/13712 Date: 2023-04-28 08:00:36 +0000
16-10-2023

The source launcher should re-use the main method finder introduced by JDK-8315458
26-09-2023