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

Martin Doerr mdoerr at openjdk.org
Thu Mar 14 13:08:38 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.

LGTM.

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

Marked as reviewed by mdoerr (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/18302#pullrequestreview-1936648175


More information about the hotspot-compiler-dev mailing list