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

This pull request has now been integrated.

Changeset: 3d3a8f0e
Author:    Matthias Baesken <mbaesken at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/3d3a8f0ebfafab6e67eb697ff0ec545bd9a51814
Stats:     2 lines in 1 file changed: 0 ins; 0 del; 2 mod

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

Reviewed-by: kvn, thartmann

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

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


More information about the hotspot-compiler-dev mailing list