Re: JDK 9 RFR of JDK-8039854: Broken link in java.lang.RuntimePermission

2016-09-08 Thread joe darcy
Hi Sean, I'm going to push the fix to get a valid link in the table, but I don't oppose if someone else files a follow-up bug to change the spec and remove the row if that is appropriate course of action. Thanks, -Joe On 9/8/2016 12:55 PM, Sean Mullan wrote: Actually, I don't really think

Re: JDK 9 RFR of JDK-8039854: Broken link in java.lang.RuntimePermission

2016-09-08 Thread Sean Mullan
Actually, I don't really think this permission target belongs in RuntimePermission since it is specific to Oracle's Java Plugin. I would be in favor of removing it and only documenting it in the deployment guides. --Sean On 09/08/2016 02:17 PM, Lance Andersen wrote: all good Joe On Sep 8,

Re: JDK 9 RFR of JDK-8039854: Broken link in java.lang.RuntimePermission

2016-09-08 Thread Lance Andersen
all good Joe > On Sep 8, 2016, at 2:16 PM, joe darcy wrote: > > Hello, > > Please review the patch below to address > >JDK-8039854: Broken link in java.lang.RuntimePermission > > Two broken links are replaced by a live link to the deployment guide. > > Thanks, > >

JDK 9 RFR of JDK-8039854: Broken link in java.lang.RuntimePermission

2016-09-08 Thread joe darcy
Hello, Please review the patch below to address JDK-8039854: Broken link in java.lang.RuntimePermission Two broken links are replaced by a live link to the deployment guide. Thanks, -Joe --- a/src/java.base/share/classes/java/lang/RuntimePermission.java Thu Sep 08 16:16:44 2016 +0100

RFR(S): 8165689: Fix module dependencies for sun/security/pkcs11/* tests

2016-09-08 Thread Sergei Kovalev
Hello team, Could you please review the fix for below CR: Bug ID: https://bugs.openjdk.java.net/browse/JDK-8165689 WebRev: http://cr.openjdk.java.net/~skovalev/8165689/webrev.00/ Goal: make test possible to run with "--limit-modules" flag. Summary: added @modules tag into jtreg header if

RFR(S): 8165689: Fix module dependencies for sun/security/pkcs11/* tests

2016-09-08 Thread Sergei Kovalev
Hello team, Could you please review the fix for below CR: Bug ID: https://bugs.openjdk.java.net/browse/JDK-8165689 WebRev: http://cr.openjdk.java.net/~skovalev/8165689/webrev.00/ Goal: make test possible to run with "--limit-modules" flag. Summary: added @modules tag into jtreg header if