On Mon, 25 Nov 2024 19:30:12 GMT, Calvin Cheung <cche...@openjdk.org> wrote:
>> Currently, when retrieving a ClassFileStream during runtime, we call into >> the zip library to retrieve the stream based only on a class name. This >> doesn't work well if the class is in a multi-release jar under a versioned >> directory such as `META-INF/versions/9/Foo.class`. To address this issue, >> this change calls the java api `ClassLoader.getResourceAsStream()` to >> retrieve the stream. >> >> Passed tiers 1 - 4 testing. > > Calvin Cheung has updated the pull request incrementally with one additional > commit since the last revision: > > @dholmes-ora comments Nothing further from me. Thanks ------------- Marked as reviewed by dholmes (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/22262#pullrequestreview-2459889166