RFR: 8344706: Implement JEP 512: Compact Source Files and Instance Main Methods [v9]
Chen Liang
liach at openjdk.org
Fri May 2 00:57:27 UTC 2025
On Fri, 2 May 2025 00:54:24 GMT, Jan Lahoda <jlahoda at openjdk.org> wrote:
>> This is a PR that implements JEP: Compact Source Files and Instance Main Methods. Changes include:
>> - `java.io.IO` moved to `java.lang.IO`, and no longer uses `System.console()` to implement the methods (thanks to @stuart-marks)
>> - `java. ... .IO` is no longer automatically imported in any compilation unit
>> - the feature is finalized (i.e. no longer requires `--enable-preview`)
>
> Jan Lahoda has updated the pull request incrementally with one additional commit since the last revision:
>
> Make br field private; tweaks to javadoc.
Thanks for the update Stuart. Looks all good to me.
-------------
Marked as reviewed by liach (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/24438#pullrequestreview-2810991411
More information about the core-libs-dev
mailing list