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

Tom Rodriguez never at openjdk.org
Thu Aug 10 16:53:29 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.

This pull request has now been integrated.

Changeset: 1875b287
Author:    Tom Rodriguez <never at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/1875b2872baa566fa11f92006c8eba7642267213
Stats:     4 lines in 1 file changed: 2 ins; 1 del; 1 mod

8314061: [JVMCI] DeoptimizeALot stress logic breaks deferred barriers

Reviewed-by: thartmann, dnsimon

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

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


More information about the graal-dev mailing list