On Thu, 1 Dec 2022 02:01:54 GMT, Coleen Phillimore <cole...@openjdk.org> wrote:
> The code for RedefineVerifyMark in redefinition replaces the OopHandle mirror > so that the verification has the right mirror, but it really should just copy > it. Replacing an OopHandle in the ClassLoaderData didn't set the > has_modified_oops flag so GC wasn't noticing that this handle is old. > > Tested with tier1-4 and tier6 in progress (linux-x64 and windows-x64 done). Looks good. ------------- Marked as reviewed by eosterlund (Reviewer). PR: https://git.openjdk.org/jdk/pull/11444