JDK-8225628 : Remove unused Thread::muxAcquireW function
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 13,14
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-06-11
  • Updated: 2019-09-26
  • Resolved: 2019-09-20
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 14
14 b16Fixed
Related Reports
Relates :  
Relates :  
Description
The function Thread::muxAcquireW is unused and can be removed.

Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/c67f514fdd54 User: coleenp Date: 2019-09-20 15:03:02 +0000
20-09-2019

The muxAcquireW() code was added by the following delta: $ sccs prs -r1.105.2.1 src/share/vm/runtime/synchronizer.cpp src/share/vm/runtime/SCCS/s.synchronizer.cpp: D 1.105.2.1 07/06/29 02:27:45 dice 227 210 00188/00121/04441 MRs: COMMENTS: 6575424 : native monitor/mutex cleanup I did not find any calls to the function in the old TeamWare workspace either.
20-09-2019