JDK-8225702 : Safepoint counter can't be used for safepoint detection
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 13
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-06-13
  • Updated: 2023-09-18
  • Resolved: 2019-06-26
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 13 JDK 14
13 b28Fixed 14Fixed
Related Reports
Relates :  
Description
A few places tries to use safepoint counter to detect that a safepoint happened. This does not work reliably. Which in a few cases has lead to crashes.
Comments
URL: http://hg.openjdk.java.net/jdk/jdk13/rev/03468b206457 User: rehn Date: 2019-06-26 20:51:22 +0000
26-06-2019

http://cr.openjdk.java.net/~rehn/8225702/v1/webrev/index.html
13-06-2019