RFR: Fix location of transform call in oop_promotion_failed

Erik Österlund eosterlund at openjdk.java.net
Thu Apr 21 08:56:41 UTC 2022


On Thu, 21 Apr 2022 07:29:48 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:

> Manual inspection of the ParallelGC code showed that we transform the chunk *after* the oops are pushed and published to other threads. I couldn't reproduce a crash with this, but this looks wrong and should be fixed. Just move the transform to *before* the push.

Looks good.

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

Marked as reviewed by eosterlund (Committer).

PR: https://git.openjdk.java.net/loom/pull/159


More information about the loom-dev mailing list