JDK-8214271 : Fast primitive to wake many threads
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 13
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-11-23
  • Updated: 2023-10-27
  • Resolved: 2019-01-11
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
13 b04Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
The traditional generic ways to wake many threads lack in performance in their implementation.
The problem for hotspot is that after a safepoint is finished we need to wake the JavaThreads.
We need a primitive that can wake many threads fast.

Comments
URL: http://hg.openjdk.java.net/jdk/jdk/rev/47bc06170313 User: rehn Date: 2019-01-11 13:04:17 +0000
11-01-2019

Moved to 13 instead.
28-11-2018