-
Bug
-
Resolution: Not an Issue
-
P4
-
7
-
None
-
generic
-
generic
There are limited usages on sun.misc.Service in the JDK ( and it should not be used externally since it is a private implementation class ). These usages should be replace with the supported public java.util.ServiceLoader API. Then Service can be deprecated/removed.