> On 25 Oct 2016, at 14:28, Roger Riggs <[email protected]> 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.
