Re: RFR 8154447: Exempt classes under java.util.concurrent from MH.Lookup restrictions

2016-04-26 Thread Paul Sandoz
> On 26 Apr 2016, at 15:14, Martin Buchholz wrote: > > Looks good to me. I'd add a TODO comment. > Thanks. I have changed the comment to: // For caller-sensitive MethodHandles.lookup() disallow lookup from // restricted packages. This a fragile and blunt approach. // TODO replace with a mor

Re: RFR 8154447: Exempt classes under java.util.concurrent from MH.Lookup restrictions

2016-04-26 Thread Mandy Chung
> On Apr 26, 2016, at 3:01 PM, Paul Sandoz wrote: > > Hi, > > Please review: > > > http://cr.openjdk.java.net/~psandoz/jdk9/JDK-8154447-mh-lookup-restricted-pkgs/webrev/ > > > https://bugs.openjdk.jav

Re: RFR 8154447: Exempt classes under java.util.concurrent from MH.Lookup restrictions

2016-04-26 Thread Martin Buchholz
Looks good to me. I'd add a TODO comment. On Tue, Apr 26, 2016 at 3:01 PM, Paul Sandoz wrote: > Hi, > > Please review: > > > http://cr.openjdk.java.net/~psandoz/jdk9/JDK-8154447-mh-lookup-restricted-pkgs/webrev/ > >

RFR 8154447: Exempt classes under java.util.concurrent from MH.Lookup restrictions

2016-04-26 Thread Paul Sandoz
Hi, Please review: http://cr.openjdk.java.net/~psandoz/jdk9/JDK-8154447-mh-lookup-restricted-pkgs/webrev/ https://bugs.openjdk.java.net/browse/JDK-8154447