[jdk20] RFR: 8298176: remove OpaqueZeroTripGuardPostLoop once main-loop disappears
Vladimir Kozlov
kvn at openjdk.org
Fri Dec 23 02:16:02 UTC 2022
On Thu, 22 Dec 2022 11:45:44 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
> Right, that's the difficult part. I was hoping that we could tag the if with a flag or something. But maybe it's not worth it.
We can create new `class ZeroTripCheckNode : public IfNode` similar to `RangeCheckNode`.
-------------
PR: https://git.openjdk.org/jdk20/pull/65
More information about the hotspot-compiler-dev
mailing list