RFR: 8314061: [JVMCI] DeoptimizeALot stress logic breaks deferred barriers
Doug Simon
dnsimon at openjdk.org
Thu Aug 10 08:32:28 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.
Marked as reviewed by dnsimon (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/15218#pullrequestreview-1571285872
More information about the hotspot-compiler-dev
mailing list