RFR: Fix location of transform call in oop_promotion_failed

Thomas Schatzl tschatzl at openjdk.java.net
Thu Apr 21 09:45:44 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.

Marked as reviewed by tschatzl (no project role).

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

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


More information about the loom-dev mailing list