JDK-8272480 : Remove Mutex::access rank
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-08-14
  • Updated: 2021-09-02
  • Resolved: 2021-08-27
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 18
18 b13Fixed
Related Reports
Blocks :  
Blocks :  
Relates :  
Description
After JDK-8221360, there are no Mutexes directly using the Mutex::access rank, allowing that rank to be removed.  This may also allow removal of the Mutex::tty rank, reverting the tty_lock back to Mutex::event rank.  That is, effectively undoing some of JDK-8214315.
Comments
Changeset: b92214a8 Author: Coleen Phillimore <coleenp@openjdk.org> Date: 2021-08-27 13:51:39 +0000 URL: https://git.openjdk.java.net/jdk/commit/b92214a8d0ca6ed2a51e4286c258b4ddd0ca3a51
27-08-2021

Fixing this changes the same lines as JDK-8272447 so no point doing this yet. And the comments desperately need updating. Also there should be a special rank for stack_watermark_lock rather than tty-2.
24-08-2021