Re: RFR 7116946: JSSecurityManager should use java.util.ServiceLoader to lookup service providers

2011-12-06 Thread Lance Andersen - Oracle
Looks fine ChrisOn Dec 1, 2011, at 11:09 AM, Chris Hegarty wrote: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 wa

Re: [OpenJDK 2D-Dev] RFR 7116946: JSSecurityManager should use java.util.ServiceLoader to lookup service providers

2011-12-01 Thread Phil Race
Looks good to me. I thought we'd squished all the uses of this internal class a long time ago. -phil. On 12/1/11 8:09 AM, Chris Hegarty wrote: 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

RFR 7116946: JSSecurityManager should use java.util.ServiceLoader to lookup service providers

2011-12-01 Thread Chris Hegarty
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 g