On Wed, 26 Nov 2025 19:48:07 GMT, Roger Riggs <[email protected]> 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