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.
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.