Integrated: 8330253: Remove verify_consistent_lock_order
Axel Boldt-Christmas
aboldtch at openjdk.org
Mon Apr 29 17:17:14 UTC 2024
On Mon, 15 Apr 2024 09:15:44 GMT, Axel Boldt-Christmas <aboldtch at openjdk.org> wrote:
> The verification added in [JDK-8329757](https://bugs.openjdk.org/browse/JDK-8329757) will not work when deoptimization occurs on a monitorenter bytecode. The locking may be in a transitional state. Because the correct solution is still not obvious and this test is currently only causing false positives, remove the verification for now.
>
> Redo this verification in [JDK-8331307](https://bugs.openjdk.org/browse/JDK-8331307).
>
> Removal tested GHA and tier 1-3.
This pull request has now been integrated.
Changeset: 9b423a85
Author: Axel Boldt-Christmas <aboldtch at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/9b423a8509d6bf8a76297d74aaaea40613f5f2ae
Stats: 70 lines in 3 files changed: 0 ins; 70 del; 0 mod
8330253: Remove verify_consistent_lock_order
Co-authored-by: Patricio Chilano Mateo <pchilanomate at openjdk.org>
Reviewed-by: dcubed, pchilanomate, dnsimon
-------------
PR: https://git.openjdk.org/jdk/pull/18782
More information about the hotspot-dev
mailing list