RFR [9] 8139307: Remove sun.misc.ConditionLock and Lock (original) (raw)
Chris Hegarty chris.hegarty at oracle.com
Fri Oct 9 17:23:26 UTC 2015
- Previous message: RFC: draft API for JEP 269 Convenience Collection Factories
- Next message: RFR [9] 8139307: Remove sun.misc.ConditionLock and Lock
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message: RFC: draft API for JEP 269 Convenience Collection Factories
- Next message: RFR [9] 8139307: Remove sun.misc.ConditionLock and Lock
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]