RFR: 8316659: assert(LockingMode != LM_LIGHTWEIGHT || flag == CCR0) failed: bad condition register

Martin Doerr mdoerr at openjdk.org
Thu Sep 21 12:09:53 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).

Thanks for the reviews! Let's ship it to get the tests green again.

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

PR Comment: https://git.openjdk.org/jdk/pull/15857#issuecomment-1729436192


More information about the hotspot-compiler-dev mailing list