Re: 8169001: Remove launcher's built-in ergonomics

2016-11-07 Thread David Holmes
Hi Kumar, On 8/11/2016 4:47 AM, Kumar Srinivasan wrote: Hello, Please review the fix for: https://bugs.openjdk.java.net/browse/JDK-8169001 Webrev at: http://cr.openjdk.java.net/~ksrini/8169001/webrev.00/ Overall this looks like a complete eradication of the launcher ergonomics. A few speci

Re: RFR: 8157561 :Ship the unlimited policy files in JDK Updates

2016-11-07 Thread Bradford Wetmore
Great, thanks. Looks good. Brad On 11/7/2016 3:34 AM, Seán Coffey wrote: Thanks for review Brad. I've included an extra check in CryptoLevel to check for "limited/unlimited" input. Addressed the JceSecurity indentation issue also. http://cr.openjdk.java.net/~coffeys/webrev.8157561.8u.jdk.v5

8169001: Remove launcher's built-in ergonomics

2016-11-07 Thread Kumar Srinivasan
Hello, Please review the fix for: https://bugs.openjdk.java.net/browse/JDK-8169001 Webrev at: http://cr.openjdk.java.net/~ksrini/8169001/webrev.00/ Background: Launcher ergonomics was introduced last decade to help determine if the execution system is "Server Class", this was necessary to cho

Re: RFR: JDK-8063154: Checked in jvmti.h not in sync with generated jvmti.h

2016-11-07 Thread Erik Joelsson
Good catch, but unfortunately this has already been pushed. /Erik On 2016-11-07 13:43, Magnus Ihse Bursie wrote: Hi, On 2016-11-01 17:56, Erik Joelsson wrote: New webrev: http://cr.openjdk.java.net/~erikj/8063154/webrev.02/ I had not managed to revert all changes from another patch. Looks

Re: RFR: JDK-8168108: lib/classlist should be packaged in java.base.jmod

2016-11-07 Thread Erik Joelsson
Hello, On 2016-11-07 13:40, Magnus Ihse Bursie wrote: Hi, The webrev haven't picked up the relationship between the LinkOpt and Classlist files. It seems that it is a rename + modifications. Can you please redo it using hg mv? And update the webrev so the changes in the file is visible. Th

Re: RFR: JDK-8063154: Checked in jvmti.h not in sync with generated jvmti.h

2016-11-07 Thread Magnus Ihse Bursie
Hi, On 2016-11-01 17:56, Erik Joelsson wrote: New webrev: http://cr.openjdk.java.net/~erikj/8063154/webrev.02/ I had not managed to revert all changes from another patch. Looks good to me, but please remove this comment as well: # Disable copy of jvmti.h from hotspot until this has been cle

Re: RFR: JDK-8168108: lib/classlist should be packaged in java.base.jmod

2016-11-07 Thread Magnus Ihse Bursie
Hi, The webrev haven't picked up the relationship between the LinkOpt and Classlist files. It seems that it is a rename + modifications. Can you please redo it using hg mv? And update the webrev so the changes in the file is visible. The name "LinkOptData", is it supposed to be read "link op

Re: RFR: JDK-8160491: tar.gz bundles missing files containing $

2016-11-07 Thread Magnus Ihse Bursie
On 2016-11-03 19:04, Erik Joelsson wrote: Here is a new webrev that actually works. http://cr.openjdk.java.net/~erikj/8160491/webrev.02/ It looks reasonable, but these kinds of changes are always scary. The new solution, if it works correctly, seems easier to understand, though. If you fe

Re: RFR: 8157561 :Ship the unlimited policy files in JDK Updates

2016-11-07 Thread Seán Coffey
Thanks for review Brad. I've included an extra check in CryptoLevel to check for "limited/unlimited" input. Addressed the JceSecurity indentation issue also. http://cr.openjdk.java.net/~coffeys/webrev.8157561.8u.jdk.v5/webrev/ Regards, Sean. On 04/11/16 22:56, Bradford Wetmore wrote: I didn't