RFR [9] 8139307: Remove sun.misc.ConditionLock and Lock (original) (raw)
Mandy Chung mandy.chung at oracle.com
Fri Oct 9 18:55:03 UTC 2015
- Previous message: RFR [9] 8139307: Remove sun.misc.ConditionLock and Lock
- Next message: RFR [9] 8139297: java.lang.NoClassDefFoundError: Could not initialize class jdk.internal.jimage.ImageNativeSubstrate
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
+1
Mandy P.S. These two classes do not show up in the list of JDK internal API referenced I gathered.
On 10/09/2015 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.
- Previous message: RFR [9] 8139307: Remove sun.misc.ConditionLock and Lock
- Next message: RFR [9] 8139297: java.lang.NoClassDefFoundError: Could not initialize class jdk.internal.jimage.ImageNativeSubstrate
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]