On Wed, 13 Aug 2025 12:32:58 GMT, David Beaumont <[email protected]> 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
