RFR: 8297499: Parallel: Missing klass when marking objArray object in Full GC
Thomas Schatzl
tschatzl at openjdk.org
Wed Nov 23 13:11:10 UTC 2022
On Wed, 23 Nov 2022 12:55:55 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
> Extending the current class-unloading test to expose a pre-existing issue in Parallel and the fix.
>
> Test: the revised test fails for Parallel without the fix
Lgtm, nice catch!
One nit: the name of the bug does not indicate what "missing klass" means, I would prefer spelling it out like:
Parallel: Missing iteration over klass when marking objArrays/objArrayOops during Full GC
or
Parallel does not mark/iterate over/process klass for objArrays/objArrayOops during Full GC
-------------
Marked as reviewed by tschatzl (Reviewer).
PR: https://git.openjdk.org/jdk/pull/11321
More information about the hotspot-dev
mailing list