RFR: 8342701: [PPC64] TestOSRLotsOfLocals.java crashes
Martin Doerr
mdoerr at openjdk.org
Tue Oct 22 12:34:26 UTC 2024
On Mon, 21 Oct 2024 14:10:02 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> Fix for "assert(nbits == 32 || (-(1 << (nbits-1)) <= x && x < (1 << (nbits-1)))) failed: value out of range" in new test "TestOSRLotsOfLocals" (see JBS).
Thanks for the reviews!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21613#issuecomment-2429154901
More information about the hotspot-compiler-dev
mailing list