RFR: 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.

Thanks for the reviews !

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

PR Comment: https://git.openjdk.org/jdk/pull/18302#issuecomment-1999133791


More information about the hotspot-compiler-dev mailing list