RFR: 8314061: [JVMCI] DeoptimizeALot stress logic breaks deferred barriers

Tobias Hartmann thartmann at openjdk.org
Thu Aug 10 05:50:59 UTC 2023


On Thu, 10 Aug 2023 01:06:35 GMT, Tom Rodriguez <never at openjdk.org> wrote:

> JVMCIRuntime::new_array_common includes a little bit of stress logic that changes how it returns when DeoptimizeALot is set. This can cause it to bypass the call to SharedRuntime::on_slowpath_allocation_exit(current) which is where the deferred card mark logic lives. This can lead to random crashes of various kinds.

Looks good to me.

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

Marked as reviewed by thartmann (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/15218#pullrequestreview-1571044722


More information about the graal-dev mailing list