Re: Change in hotspot causing build issues on OSX 10.8.5

2015-08-24 Thread David Holmes
On 24/08/2015 9:07 PM, Lance Andersen wrote: Hi David, thank you for your reply. I was using Xcode 4.6.2 - Using gcc C++ compiler version 4.2.1 [i686-apple-darwin11-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)] --- I upgraded to

Re: Change in hotspot causing build issues on OSX 10.8.5

2015-08-24 Thread Lance Andersen
Hi David, thank you for your reply. I was using Xcode 4.6.2 - Using gcc C++ compiler version 4.2.1 [i686-apple-darwin11-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)] --- I upgraded to XCode 5.1.1 -- C Compiler: Vers

Re: RFR 8043937: Drop support for the IIOP transport from the JMX RMIConnector

2015-08-24 Thread Erik Joelsson
This version looks good to me. /Erik On 2015-08-24 08:52, Alan Bateman wrote: On 21/08/2015 12:49, Jaroslav Bachorik wrote: Updated webrev top-level: http://cr.openjdk.java.net/~jbachorik/8043937/webrev.03 Updated webrev jdk: http://cr.openjdk.java.net/~jbachorik/8043937/webrev.03/jdk Co

Re: RFR 8043937: Drop support for the IIOP transport from the JMX RMIConnector

2015-08-24 Thread Jaroslav Bachorik
On 24.8.2015 08:52, Alan Bateman wrote: On 21/08/2015 12:49, Jaroslav Bachorik wrote: Updated webrev top-level: http://cr.openjdk.java.net/~jbachorik/8043937/webrev.03 Updated webrev jdk: http://cr.openjdk.java.net/~jbachorik/8043937/webrev.03/jdk Contains changes to the top level repo as wel

Re: RFR: JDK-8134290

2015-08-24 Thread Ingemar Aberg
Sorry, I sent this to the wrong list, please disregard. /ingo On 2015-08-24 10:38, Ingemar Aberg wrote: Please review my fix for this P2 bug The executables built by the ant-based tonga build system don't get their executable bits set, this causes them to fail with 'permission denied'. Fix by

RFR: JDK-8134290

2015-08-24 Thread Ingemar Aberg
Please review my fix for this P2 bug The executables built by the ant-based tonga build system don't get their executable bits set, this causes them to fail with 'permission denied'. Fix by running 'chmod +x' on those files after building. As a bonus a remedy for JDK-8077107