RFR: 8316659: assert(LockingMode != LM_LIGHTWEIGHT || flag == CCR0) failed: bad condition register
Goetz Lindenmaier
goetz at openjdk.org
Thu Sep 21 11:05:39 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).
LGTM
-------------
Marked as reviewed by goetz (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/15857#pullrequestreview-1637547995
More information about the hotspot-compiler-dev
mailing list