JDK-8315458 : Implement JEP 463: Implicitly Declared Classes and Instance Main Method (Second Preview)
  • Type: Sub-task
  • Component: tools
  • Sub-Component: javac
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-08-31
  • Updated: 2024-06-06
  • Resolved: 2023-11-30
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
CSR :  
Duplicate :  
Duplicate :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
Address changes from JEP 445 to current JEP.

Move from a SYNTHETIC to a MANDATED implicit class. Don't mark class on read. Remove reflection related to unnamed classes. Simplify main search. Integrate launcher and source code launcher better (primarily common error checks and messages.)


Comments
Changeset: 04ad98ed Author: Jim Laskey <jlaskey@openjdk.org> Date: 2023-11-30 12:49:49 +0000 URL: https://git.openjdk.org/jdk/commit/04ad98ed32cf899404a3ae13e24407e53be7ebc6
30-11-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/16461 Date: 2023-11-01 18:56:13 +0000
01-11-2023