jmx-dev Dropping support for the IIOP transport from the RMI connector

2014-01-14 Thread Alan Bateman
In JDK 8 we updated the JMX Remote API and the RMI connector so that support for the IIOP transport is optional. RI and Oracle JDK builds continue to support it, builds of Compact Profiles leave it out (as CORBA and a number of its dependencies are not defined for any subset Profile of Java S

Re: jmx-dev [ping] Re: RFR 8022221: Intermittent test failures in sun/management/jmxremote/startstop/JMXStartStopTest.sh

2014-01-14 Thread Jaroslav Bachorik
Thanks, Staffan! On 14.1.2014 13:13, Staffan Larsen wrote: JMXStartStopTest.java:162 I see no path that calls testConnect with port == -1, so can we we remove the setting of port to 4567? I don’t like that hardcoded port, and I don’t see it being used. I've removed the port setting magic - n

Re: jmx-dev [ping] Re: RFR 8022221: Intermittent test failures in sun/management/jmxremote/startstop/JMXStartStopTest.sh

2014-01-14 Thread Staffan Larsen
JMXStartStopTest.java:162 I see no path that calls testConnect with port == -1, so can we we remove the setting of port to 4567? I don’t like that hardcoded port, and I don’t see it being used. Other than that I think it looks good. /Staffan On 14 jan 2014, at 12:27, Jaroslav Bachorik wrote:

Re: jmx-dev [ping] Re: RFR 8022221: Intermittent test failures in sun/management/jmxremote/startstop/JMXStartStopTest.sh

2014-01-14 Thread Jaroslav Bachorik
Ok, trying again. Could anyone, please, spare some time to review this test stabilization fix? Thanks! -JB- On 17.12.2013 12:41, Jaroslav Bachorik wrote: Anyone? -JB- On 15.11.2013 15:25, Jaroslav Bachorik wrote: Please, review this test fix. Issue : https://bugs.openjdk.java.net/browse/J