RFR 8055901: Update policytool for jdk.net.NetworkPermission

2014-08-25 Thread Wang Weijun
Hi Michael Please review the code change at http://cr.openjdk.java.net/~weijun/8055901/webrev.00/ With this change, the policy tool can generate a file like grant { permission jdk.net.NetworkPermission "setOption.SO_FLOW_SLA"; }; Please confirm the grammar is correct. BTW, I also add som

Re: RFR 8047031: Need new tests to check socket permission

2014-08-25 Thread Amanda Jiang
Hi Michael, Chris and others We’re working on moving our internal security tests to open idk repo(Include refactoring effort). Could you please help to review these tests? Thanks, Amanda On 7/28/14 5:25 PM, Amanda Jiang wrote: Hi All, Could you please review 1 new test to be added for Sock

Re: RFR 8055747: Move SimpleSSLContext to jdk/testlibrary

2014-08-25 Thread Michael McMahon
On 25/08/14 14:06, Chris Hegarty wrote: Michael, This looks mainly ok to me. It is nice to be adding to the common test infrastructure, where possible. Just a few minor comments... 1) Do the tests what use this also need to ensure that the classfile is compiled? We had trouble in the past

Re: RFR: 8055299 HttpsURLConnection.equals() broken

2014-08-25 Thread Chris Hegarty
Michael, The source changes look fine to me, but I know you are waiting on another dependent bug to be able to update the test. -Chris. On 25/08/14 11:47, Michael McMahon wrote: Thanks for looking at it. I need to get this one reviewed first though, to re-organise one of the test support cla

Re: RFR 8055747: Move SimpleSSLContext to jdk/testlibrary

2014-08-25 Thread Chris Hegarty
Michael, This looks mainly ok to me. It is nice to be adding to the common test infrastructure, where possible. Just a few minor comments... 1) Do the tests what use this also need to ensure that the classfile is compiled? We had trouble in the past when running concurrently. @build jd

Re: RFR: 8055299 HttpsURLConnection.equals() broken

2014-08-25 Thread Michael McMahon
Thanks for looking at it. I need to get this one reviewed first though, to re-organise one of the test support classes it uses https://bugs.openjdk.java.net/browse/JDK-8055747 Michael On 25/08/14 03:09, Xuelei Fan wrote: Looks fine to me. Thanks for the update. Xuelei On 8/20/2014 9:02 PM,

Re: RFR : 8032808, 8047186, 8029607, 8048212 - SO_FLOW_SLA support for solaris, Set TOS in IPv6 header

2014-08-25 Thread Michael McMahon
On 22/08/14 18:08, Seán Coffey wrote: Not sure how the SocksProxy.java change occurred. I'll fix that up before pushing. Thanks for catching. Good point about the NetworkPermission changes for policytool - I don't see it in jdk 9 either (I see NetPermission being catered for) jdk/src/jdk.runt