RFR: JDK-8328165: improve assert(idx < _maxlrg) failed: oob
Matthias Baesken
mbaesken at openjdk.org
Thu Mar 14 12:50:46 UTC 2024
The assert in chaitin.hpp
assert(idx < _maxlrg) failed: oob
could be improved, it should show more information.
-------------
Commit messages:
- JDK-8328165
Changes: https://git.openjdk.org/jdk/pull/18302/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=18302&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8328165
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/18302.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/18302/head:pull/18302
PR: https://git.openjdk.org/jdk/pull/18302
More information about the hotspot-compiler-dev
mailing list