JDK-8325432 : enhance assert message "relocation addr must be in this section"
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 21,22,23
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2024-02-07
  • Updated: 2024-04-05
  • Resolved: 2024-02-08
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 21 JDK 22 JDK 23
21.0.4-oracleFixed 22.0.2Fixed 23 b10Fixed
Related Reports
Relates :  
Description
The assert message "relocation addr must be in this section" in codeBuffer.hpp could be enhanced by printing the pointer and section information.
Comments
A pull request was submitted for review. URL: https://git.openjdk.org/jdk17u-dev/pull/2372 Date: 2024-04-05 10:40:54 +0000
05-04-2024

jdk17u-dev backport request I would like to have that patch in jdk17u-dev as well, because it would be helpful there too. The backport is clean (except COPYRIGHT header) and low risk.
05-04-2024

jdk21u-dev backport request I would like to have that patch in jdk21u-dev as well, because it would be helpful there too. The backport is clean and low risk.
12-03-2024

jdk22u backport request I would like to have that patch in jdk22u as well, because it would be helpful there too. The backport is clean and low risk.
12-03-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk21u-dev/pull/351 Date: 2024-03-12 09:16:31 +0000
12-03-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk22u/pull/96 Date: 2024-03-12 09:11:30 +0000
12-03-2024

The mentioned assert was triggered recently by compiler/codecache/TestStressCodeBuffers.java assertion on AIX. See also JDK-8325326 .
13-02-2024

Changeset: 3d3a8f0e Author: Matthias Baesken <mbaesken@openjdk.org> Date: 2024-02-08 11:02:49 +0000 URL: https://git.openjdk.org/jdk/commit/3d3a8f0ebfafab6e67eb697ff0ec545bd9a51814
08-02-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/17749 Date: 2024-02-07 14:08:48 +0000
07-02-2024