Re: RFR 8141690: JDK-8133151 change to MakeJavaSecurity.java is not complete

2015-12-01 Thread Sean Mullan
Looks good, although the location of the new test (test/sun/security) doesn't seem right. A new directory named test/conf/security would probably make the most sense, but I think putting it in the new test/jdk/security directory is also a better option. --Sean On 11/25/2015 09:36 PM, Wang Wei

Re: RFR 8141690: JDK-8133151 change to MakeJavaSecurity.java is not complete

2015-11-25 Thread Wang Weijun
> On Nov 25, 2015, at 11:04 PM, Sean Mullan wrote: > > The fix looks fine to me. For testing, can you create a test that uses a > custom java.security file with "#ifndef solaris-sparc" in it, and check > whether the property is used or not depending on what system is being tested? The tool is

Re: RFR 8141690: JDK-8133151 change to MakeJavaSecurity.java is not complete

2015-11-25 Thread Sean Mullan
The fix looks fine to me. For testing, can you create a test that uses a custom java.security file with "#ifndef solaris-sparc" in it, and check whether the property is used or not depending on what system is being tested? --Sean On 11/24/2015 06:10 AM, Magnus Ihse Bursie wrote: On 2015-11-2

Re: RFR 8141690: JDK-8133151 change to MakeJavaSecurity.java is not complete

2015-11-24 Thread Magnus Ihse Bursie
On 2015-11-20 02:12, Wang Weijun wrote: Ding dong. Even though this code resides in the make directory, it is not really build code, so I cannot comment on it. /Magnus On Nov 9, 2015, at 3:35 PM, Wang Weijun wrote: Hi All Please review the code change at http://cr.openjdk.java.net/~

Re: RFR 8141690: JDK-8133151 change to MakeJavaSecurity.java is not complete

2015-11-19 Thread Wang Weijun
Ding dong. > On Nov 9, 2015, at 3:35 PM, Wang Weijun wrote: > > Hi All > > Please review the code change at > > http://cr.openjdk.java.net/~weijun/8141690/webrev.00/ > > JDK-8133151 added support for "#ifdef solaris-sparc" but not "#ifndef > solaris-spare". This is fixed and I also added "

RFR 8141690: JDK-8133151 change to MakeJavaSecurity.java is not complete

2015-11-08 Thread Wang Weijun
Hi All Please review the code change at http://cr.openjdk.java.net/~weijun/8141690/webrev.00/ JDK-8133151 added support for "#ifdef solaris-sparc" but not "#ifndef solaris-spare". This is fixed and I also added "#else". How do I test the change? Thanks Max