JDK-8213105 : Reorder methods in mutex.cpp so related ones are near each other
Type:Enhancement
Component:hotspot
Sub-Component:runtime
Affected Version:12
Priority:P4
Status:Closed
Resolution:Not an Issue
Submitted:2018-10-29
Updated:2019-08-15
Resolved:2019-02-05
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.
Methods in mutex.cpp that implement the lock()-unlock() path are interleaved with the ones implementing wait()-notify() making it more tedious to browse through the code.
Related methods should be put closer together.
Comments
Closing as not an issue since it was fixed in JDK-8210832.