Re: RFR: JDK-8058845 : Update JCE environment for build improvements

2014-09-25 Thread Bradford Wetmore
javax/crypto/JceSecurity.java line 79: this could be (PrivilegedExceptionAction) as the return value is ignored Good catch. It may be better to rename URLVerifier to ProviderVerifier as it verifies the security provider of the given codebase. URLVerifier might give an interpretation

RFR: 8015376 - Remove jnlp and applet files from the JDK samples

2014-09-25 Thread Daniil Titov
Please review changeset that reverses changes done in the team forest (https://bugs.openjdk.java.net/browse/JDK-8015376 removal of applet demos). JDK-8015376 changes were integrated in 8u-dev team forest only, so there in nothing to reverse in JDK 9. Both changesets will have to come through

Re: RFR: JDK-8055141 Catch linker errors earlier in the JVM build by not allowing unresolved externals

2014-09-25 Thread Mikael Gerdin
On Friday 19 September 2014 09.40.37 David Holmes wrote: > Looks good and works well! Lets get this one backported too please. :) Thanks for the reviews, David, Erik & Erik. I suppose it does not really matter which hs-repo I push this to, so I'll push it to hs-gc/hotspot. /Mikael > > Thanks,