RFR: 8316659: assert(LockingMode != LM_LIGHTWEIGHT || flag == CCR0) failed: bad condition register
Matthias Baesken
mbaesken at openjdk.org
Thu Sep 21 12:00:40 UTC 2023
On Thu, 21 Sep 2023 10:41:56 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> `compiler_fast_lock_object` and `compiler_fast_unlock_object` need to use CR0, now. This works for all locking modes and is used this way by C2 compiler, too (`flagsRegCR0` used by the mach nodes in ppc.ad).
Marked as reviewed by mbaesken (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/15857#pullrequestreview-1637642543
More information about the hotspot-compiler-dev
mailing list