RFR : 8023395 : (xs) Deprecate sun.misc.Sort and sun.misc.Compare

Mike Duigou Mike.Duigou at oracle.COM
Tue Aug 20 18:07:13 UTC 2013


Hello all;

This is a proposal to deprecate (Any votes for outright removal?) two classes in the private sun.misc package. These are ancient vestigial classes who's usage has long been eliminated in the JDK in favour of java.util.Arrays.sort(T[], Comparator) and java.util.Arrays.sort(T[], int start, int end, Comparator).


http://cr.openjdk.java.net/~mduigou/JDK-8023395/0/webrev/

Mike





More information about the core-libs-dev mailing list