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).