RFR: 8365467: Issues with jrtfs implementation for exploded run-time images [v2]

Chen Liang liach at openjdk.org
Sat Aug 30 14:29:48 UTC 2025


On Wed, 13 Aug 2025 12:32:58 GMT, David Beaumont <duke at openjdk.org> wrote:

>> David Beaumont has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Feedback tweaks.
>
> src/java.base/share/classes/jdk/internal/jrtfs/SystemImage.java line 81:
> 
>> 79:     }
>> 80: 
>> 81:     private static final String RUNTIME_HOME;
> 
> Hiding these prevents unwanted use by other classes (which would make them effectively untestable).

You can still use Method handles and `@modules java.base/jdk.internal.jrtfs:+open` in JTReg to test these.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/26757#discussion_r2311962507


More information about the core-libs-dev mailing list