JDK-8202090 : evolve ThreadList to protect non-JavaThreads in addition to JavaThreads
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 10,11
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: generic
  • CPU: generic
  • Submitted: 2018-04-20
  • Updated: 2024-03-28
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
During the discussions about the following fixes:

JDK-8200374 Add ThreadsSMRSupport::verify_hazard_pointer_scanned() to verify threads_do()
JDK-8201805 ThreadSampler::disenroll() can block safepoints

Robbin, Erik and David H had some ideas about how to
improve non-JavaThread life cycle. I've filed this
enhancement to capture those ideas.