Integrated: JDK-8328165: improve assert(idx < _maxlrg) failed: oob

Matthias Baesken mbaesken at openjdk.org
Fri Mar 15 08:13:39 UTC 2024


On Thu, 14 Mar 2024 12:45:20 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> The assert in chaitin.hpp
> assert(idx < _maxlrg) failed: oob
> could be improved, it should show more information.

This pull request has now been integrated.

Changeset: d57bdd85
Author:    Matthias Baesken <mbaesken at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/d57bdd85ab5e45a2ecfce0c022da067ac30bb80d
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8328165: improve assert(idx < _maxlrg) failed: oob

Reviewed-by: mdoerr, chagedorn

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

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


More information about the hotspot-compiler-dev mailing list