RFR: 8322996: BoxLockNode creation fails with assert(reg < CHUNK_SIZE) failed: sanity [v5]
Daniel Lundén
dlunden at openjdk.org
Fri Jan 26 18:23:52 UTC 2024
On Fri, 26 Jan 2024 17:41:59 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> Does _gvn.transform handle bailout?
Not sure, but with my recent update we check for bailout in between creating the `BoxLockNode` and calling `_gvn.transform` on it. So we guard against it in any case.
> Sorry, I mean IGV
Ah, OK. I've added a guard here as well now (inside the `#ifndef PRODUCT`).
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17370#discussion_r1467991339
More information about the hotspot-compiler-dev
mailing list