Re: 10 RFR of JDK-8183990: compilation error for test/com/sun/crypto/provider/Cipher/DES/PerformanceTest.java

2017-07-06 Thread Weijun Wang
This looks fine. Thanks Max > On Jul 7, 2017, at 1:30 PM, Hamlin Li wrote: > > Hi Max, > > As you suggested, remove comments and wrap long lines, updated webrev in > place: http://cr.openjdk.java.net/~mli/8183990/webrev.00/ > > Thank you > > -Hamlin > > > On 2017/7/7 13:15, Weijun Wang wr

Re: 10 RFR of JDK-8183990: compilation error for test/com/sun/crypto/provider/Cipher/DES/PerformanceTest.java

2017-07-06 Thread Hamlin Li
Hi Max, As you suggested, remove comments and wrap long lines, updated webrev in place: http://cr.openjdk.java.net/~mli/8183990/webrev.00/ Thank you -Hamlin On 2017/7/7 13:15, Weijun Wang wrote: If the compiler is just complaining about characters in a comment, why not simply remove the c

Re: 10 RFR of JDK-8183990: compilation error for test/com/sun/crypto/provider/Cipher/DES/PerformanceTest.java

2017-07-06 Thread Weijun Wang
If the compiler is just complaining about characters in a comment, why not simply remove the comment? Do you think the current test is wrong and the 2nd half of the string must be added back? Also, the string is still too long. I’d rather break it into multiple lines to fit a normal screen widt

10 RFR of JDK-8183990: compilation error for test/com/sun/crypto/provider/Cipher/DES/PerformanceTest.java

2017-07-06 Thread Hamlin Li
Would you please review the below patch? bug: https://bugs.openjdk.java.net/browse/JDK-8183990 webrev: http://cr.openjdk.java.net/~mli/8183990/webrev.00/ Thank you -Hamlin

Re: AccessController.doPrivileged and default methods

2017-07-06 Thread Sean Mullan
On 7/5/17 4:01 PM, Adam Petcher wrote: Very interesting. The exception originates in the VM, so I added the hotspot-dev list to the discussion. It looks like the VM either can't find the method, or it decides that it's not the right kind of method. Right. The check that is causing this error