Skip to content

Commit

Permalink
Merge branch 'shutdown-hole-1' into 'ibm-trunk'
Browse files Browse the repository at this point in the history
Shutdown hole 1

See merge request !52
  • Loading branch information
ngmr committed Jun 5, 2015
2 parents 7b46aa0 + c14541a commit 6a8f04f
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -86,6 +86,7 @@ public void run() {

logger.fine("GIOPServer thread started " + this + " using acceptor " + acceptor);
try {
orbInstance_.getServerPhaser().register();
//
// Retrieve the thread group for the servers
//
Expand Down Expand Up @@ -254,6 +255,7 @@ public void starterRun() {

if (state_ == StateClosed) {
logger.fine("Shutting down server thread");
orbInstance_.getServerPhaser().arrive();
break;
}
}
Expand Down

0 comments on commit 6a8f04f

Please sign in to comment.