RFR: JDK-8325432: enhance assert message "relocation addr must be in this section"
Matthias Baesken
mbaesken at openjdk.org
Thu Feb 8 11:05:58 UTC 2024
On Wed, 7 Feb 2024 14:08:48 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> 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.
Thanks for the reviews !
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17749#issuecomment-1933834579
More information about the hotspot-compiler-dev
mailing list