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