Re: [9] Review Request: 8079965 Stop ignoring warnings for libawt_lwawt

2015-09-25 Thread Phil Race
Approved. -phil. On 09/25/2015 10:07 AM, Sergey Bylokhov wrote: Hi, Phil. Here is an updated version: http://cr.openjdk.java.net/~serb/8079965/webrev.02 The CPrinterJob.m is changed only. jprt build passed. But I cannot verify osx 10.8, I have not it. On 25.09.15 1:57, Phil Race wrote: On

Re: [9] Review Request: 8079965 Stop ignoring warnings for libawt_lwawt

2015-09-25 Thread Sergey Bylokhov
Hi, Phil. Here is an updated version: http://cr.openjdk.java.net/~serb/8079965/webrev.02 The CPrinterJob.m is changed only. jprt build passed. But I cannot verify osx 10.8, I have not it. On 25.09.15 1:57, Phil Race wrote: On 9/24/2015 1:05 PM, Sergey Bylokhov wrote: On 23.09.15 23:58, Phil

Building jdk9 on Windows x64 and Visual Studio 2015 Community edition

2015-09-25 Thread timo.kinnunen
Hi, I’ve been going over the Windows build of the whole JDK for a while with VS 2015 and now I have patches that allow the build to complete. I’ve made changes in the root repository as well as in hotspot and jdk repositories. The changes fall broadly in three categories: enabling the v140 t

Building jdk9 on Windows x64 and Visual Studio 2015 Community edition

2015-09-25 Thread timo.kinnunen
Hi, I’ve been going over the Windows build of the whole JDK for a while with VS 2015 and now I have patches that allow the build to complete. I’ve made changes in the root repository as well as in hotspot and jdk repositories. The changes fall broadly in three categories: enabling the v140 t

Re: RFR: JDK-8137088: Drop building of interim_java.corba

2015-09-25 Thread Magnus Ihse Bursie
On 2015-09-25 15:08, Erik Joelsson wrote: Hello, Please review this change to the build of JDK 9, which drops building of interim-corba. The interim build of java.corba has historically been needed for rmic -iiop but it is no longer needed in the build since the JMX remote API dropped suppo

Re: RFR: JDK-8137088: Drop building of interim_java.corba

2015-09-25 Thread Chris Hegarty
On 25/09/15 14:08, Erik Joelsson wrote: Hello, Please review this change to the build of JDK 9, which drops building of interim-corba. The interim build of java.corba has historically been needed for rmic -iiop but it is no longer needed in the build since the JMX remote API dropped support for

Re: RFR: JDK-8137088: Drop building of interim_java.corba

2015-09-25 Thread Alan Bateman
On 25/09/2015 14:08, Erik Joelsson wrote: Hello, Please review this change to the build of JDK 9, which drops building of interim-corba. The interim build of java.corba has historically been needed for rmic -iiop but it is no longer needed in the build since the JMX remote API dropped suppo

RFR: JDK-8137088: Drop building of interim_java.corba

2015-09-25 Thread Erik Joelsson
Hello, Please review this change to the build of JDK 9, which drops building of interim-corba. The interim build of java.corba has historically been needed for rmic -iiop but it is no longer needed in the build since the JMX remote API dropped support for the IIOP transport (JDK-8043937).

Re: RFR: JDK-8136385: Various build speed improvements for windows

2015-09-25 Thread Magnus Ihse Bursie
On 2015-09-24 14:31, Erik Joelsson wrote: On 2015-09-16 11:37, Magnus Ihse Bursie wrote: On 2015-09-11 16:46, Erik Joelsson wrote: Hello, In the build-infra project, I have made various minor build speed improvements for Windows. These mostly affect incremental build performance, but in ce