[lworld] RFR: 8372515: [lworld] Plumb in javac flags for compiling with preview mode [v2]
David Beaumont
duke at openjdk.org
Tue Dec 16 11:59:57 UTC 2025
On Wed, 26 Nov 2025 19:48:07 GMT, Roger Riggs <rriggs at openjdk.org> wrote:
>> David Beaumont has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Remove note about StableValue (not possible)
>
> src/jdk.compiler/share/classes/com/sun/tools/javac/file/JRTIndex.java line 59:
>
>> 57: */
>> 58: public class JRTIndex implements Closeable {
>> 59: public static JRTIndex getInstance(boolean previewMode) {
>
> Generally, we (core-libs) have been dropping the "get" prefix on accessors; so there's no need to change the name of the method back to an older pattern.
Done.
-------------
PR Review Comment: https://git.openjdk.org/valhalla/pull/1761#discussion_r2622574653
More information about the valhalla-dev
mailing list