RFR: JDK-8328165: improve assert(idx < _maxlrg) failed: oob
Christian Hagedorn
chagedorn at openjdk.org
Thu Mar 14 15:18: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.
Looks good.
-------------
Marked as reviewed by chagedorn (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/18302#pullrequestreview-1937017655
More information about the hotspot-compiler-dev
mailing list