JDK-8203346 : JFR: Inconsistent signature of jfr_add_string_constant
Type:Bug
Component:hotspot
Sub-Component:jfr
Affected Version:11
Priority:P3
Status:Resolved
Resolution:Fixed
Submitted:2018-05-17
Updated:2020-04-27
Resolved:2018-05-17
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 signature of "jfr_add_string_constant" contains "jboolean epoch" in cpp file while "jlong gen" is used in hpp file. This leads to link errors on Windows 32 bit.
Comments
Replacing jdk8u-fix-request with link to JDK-8239140