RFR [9] 8139307: Remove sun.misc.ConditionLock and Lock

Aleksey Shipilev aleksey.shipilev at oracle.com
Fri Oct 9 17:33:09 UTC 2015


On 10/09/2015 08:23 PM, Chris Hegarty wrote:
> The functionality provided by these classes has long since been provided 
> by supported APIs in java.util.concurrent.locks. Nothing internal, or external 
> ( to the best of my knowledge ), to the JDK is depending on these classes. 
> They should simply be removed. 
> 
> $ hg rm src/java.base/share/classes/sun/misc/ConditionLock.java 
> $ hg rm src/java.base/share/classes/sun/misc/Lock.java 

+1

Thanks,
-Aleksey





More information about the core-libs-dev mailing list