RFR: 8297499: Parallel: Missing iteration over klass when marking objArrays/objArrayOops during Full GC

David Holmes dholmes at openjdk.org
Tue Nov 29 04:16:28 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

The test change is not robust. If the code is JIT'd then all the locals can be nulled at the same time and so break the test's expectations - ref https://bugs.openjdk.org/browse/JDK-8297740

-------------

PR: https://git.openjdk.org/jdk/pull/11321


More information about the hotspot-dev mailing list