Integrated: 8342701: [PPC64] TestOSRLotsOfLocals.java crashes

Martin Doerr mdoerr at openjdk.org
Tue Oct 22 13:19:22 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).

This pull request has now been integrated.

Changeset: 3bba0f3d
Author:    Martin Doerr <mdoerr at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/3bba0f3dc8faf83a3aadcd704ae2ae4967e6daa4
Stats:     19 lines in 1 file changed: 16 ins; 0 del; 3 mod

8342701: [PPC64] TestOSRLotsOfLocals.java crashes

Reviewed-by: lucy, rrich

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

PR: https://git.openjdk.org/jdk/pull/21613


More information about the hotspot-compiler-dev mailing list