JDK-8241363 : [JVMCI] expose SafepointMechanism::uses_thread_local_poll() to JVMCI
Type:Bug
Component:hotspot
Sub-Component:compiler
Affected Version:15
Priority:P4
Status:Resolved
Resolution:Not an Issue
Submitted:2020-03-20
Updated:2020-03-25
Resolved:2020-03-25
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.
Since JDK-8220049 removed the ThreadLocalHandshakes flag, JVMCI has assumed the value is true where as it should be using the result of SafepointMechanism::uses_thread_local_poll(). The proposed fix is attached.
Comments
[~dlong] Thank you, Dean. I will assign this to you because you understand what needs to be done.
20-03-2020
JDK-8220051 is going to make this obsolete. Let's just assume the value is true for 15.