[lworld] RFR: 8366093: [lworld] Add preview mode to C++ classloader [v2]
David Beaumont
duke at openjdk.org
Thu Oct 23 13:56:58 UTC 2025
On Wed, 15 Oct 2025 09:07:37 GMT, Paul Hübner <phubner at openjdk.org> wrote:
>> David Beaumont has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Reorganising to catch preview-only cases
>
> src/java.base/share/native/libjimage/jimage.cpp line 190:
>
>> 188: index += preview_infix_len;
>> 189: // Check we copied up to the expected '/' separator.
>> 190: assert(name_buffer[index] == '/' && "bad string concatenation");
>
> Here as well fwiw.
Done.
-------------
PR Review Comment: https://git.openjdk.org/valhalla/pull/1618#discussion_r2455230879
More information about the valhalla-dev
mailing list