JDK-8238862 : Handshakes selective poll
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 15
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2020-02-11
  • Updated: 2023-01-09
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.
Other
tbdUnresolved
Related Reports
Relates :  
Relates :  
Description
Future use-cases of handshake require the operation to only be executed in
certain transition. An example is the asynchronous exception which should be
delivered when going to java. Another is the stack water-mark barrier, which is
triggered when going below a certain stack-depth. Some investigation is needed
of the exact requirements.

Comments
8253180: ZGC: Implementation of JEP 376: ZGC: Concurrent Thread-Stack Processing implements the in java (JIT code/interpreter) selective polling for StackWater marks.
07-10-2020