RFR 9: [testbug] 8168613 : CORBA ObjectStreamTest fails with address in use

Paul Sandoz paul.sandoz at oracle.com
Tue Oct 25 21:35:47 UTC 2016


> On 25 Oct 2016, at 14:28, Roger Riggs <Roger.Riggs at Oracle.com> wrote:
> 
> Hi Paul,
> 
> Thanks for explanation and suggestions.
> 
> I updated the webrev to use instance methods and fields and using synchronized.
> (And a bit of long-line cleanup.)
> 
> webrev:
>   http://cr.openjdk.java.net/~rriggs/webrev-orb-addrinuse-8168613/
> 

You have a rogue @BeforeClass:
 202     @BeforeClass
 203     synchronized Echo getEchoStub() throws RemoteException {

Otherwise looks good.

Paul.


More information about the core-libs-dev mailing list