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

Chris Hegarty chris.hegarty at oracle.com
Fri Oct 9 18:54:32 UTC 2015


On 9 Oct 2015, at 19:51, Stuart Marks <stuart.marks at oracle.com> wrote:

> On 10/9/15 10:23 AM, 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
>> 
>> -Chris.
>> 
>> P.S. I did not feel it necessary to generate a webrev for this change.
> 
> Dr Deprecator approves!

Hmmm..  does Dr Deprecator have an OpenJDK userId? If not, we should
have one assigned! ;-)

-Chris.




More information about the core-libs-dev mailing list