On Tue, 11 May 2021 17:07:35 GMT, Ioi Lam <ik...@openjdk.org> wrote: >> Harold Seigel has updated the pull request incrementally with one additional >> commit since the last revision: >> >> fix GetModuleTest.java > > src/hotspot/share/oops/instanceMirrorKlass.inline.hpp line 65: > >> 63: // so when handling the java mirror for the class we need to >> make sure its class >> 64: // loader data is claimed, this is done by calling do_cld >> explicitly. >> 65: // For non-string hidden classes the call to do_cld is made when >> the class > > Typo: non-strong
fixed, thanks for finding this. ------------- PR: https://git.openjdk.java.net/jdk/pull/3974