On Fri, 12 Sep 2025 15:00:38 GMT, Jaikiran Pai <[email protected]> wrote:
>> David Beaumont has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Tweak test. > > test/jdk/jdk/internal/jimage/ImageReaderTest.java line 163: > >> 161: // Or module names/paths to be empty. >> 162: "'':modfoo/com/foo/Alpha.class", >> 163: "modfoo:''"}) > > Does the use of `'` literals in that string translate to an empty value for > module/resource path? I haven't checked myself. Yes, without it you get null. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/27203#discussion_r2351754572
