RFR: JDK-8325432: enhance assert message "relocation addr must be in this section"

Matthias Baesken mbaesken at openjdk.org
Wed Feb 7 14:13:15 UTC 2024


The assert message "relocation addr must be in this section" in codeBuffer.hpp could be enhanced by printing the pointer and section information.
See also
https://bugs.openjdk.org/browse/JDK-8325326
8325326: compiler/codecache/TestStressCodeBuffers.java assertion on AIX

where we run into the assertion since 2 days.

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

Commit messages:
 - JDK-8325432

Changes: https://git.openjdk.org/jdk/pull/17749/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17749&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8325432
  Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/17749.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/17749/head:pull/17749

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


More information about the hotspot-compiler-dev mailing list