[jdk11u-dev] RFR: JDK-8215889 assert(!_unloading) failed: This oop is not available to unloading class loader data with ZGC

Severin Gehwolf sgehwolf at openjdk.java.net
Tue Jun 8 08:21:16 UTC 2021


On Mon, 7 Jun 2021 13:06:17 GMT, Peter Zhelezniakov <peterz at openjdk.org> wrote:

> Almost clean backport. I've just changed the type of `PrepareExtraDataClosure::_safepoint_counter` from `uint64_t` to `int` to match the type of `SafepointSynchronize::_safepoint_counter` and thus avoid a compiler warning.
> 
> This fix had a flaw that was later identified and corrected under JDK-8231501, so this latter fix will also be backported.

@petermz Please use commit message `Backport <sha-from-jdk-head>` for 11u backports. Right now the bot doesn't know this is a backport and complains that the issue isn't open. Changing the commit and force-pushing should fix that. Thanks!

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

PR: https://git.openjdk.java.net/jdk11u-dev/pull/19


More information about the jdk-updates-dev mailing list