RFR 7116946: JSSecurityManager should use java.util.ServiceLoader to lookup service providers (original) (raw)
Chris Hegarty chris.hegarty at oracle.com
Thu Dec 1 16:09:58 UTC 2011
- Previous message: Answer requested!!! was: Re: 7081804: Remove cause field from javax.xml.crypto.NoSuchMechnismException
- Next message: RFR 7116946: JSSecurityManager should use java.util.ServiceLoader to lookup service providers
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This is a follow up to an issue that came up during discussion of another fix. Essentially, JDK classes should use j.u.ServiceLoader rather than sun.misc.Service.
http://cr.openjdk.java.net/~chegar/7116946/webrev.00/webrev/
And a few warning cleanups, given the date that's in it ;-) Since getProviders is package private I assume it is ok to "generify".
-Chris
- Previous message: Answer requested!!! was: Re: 7081804: Remove cause field from javax.xml.crypto.NoSuchMechnismException
- Next message: RFR 7116946: JSSecurityManager should use java.util.ServiceLoader to lookup service providers
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]