<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    Hi,<br>
    <blockquote type="cite"
cite="mid:DBBPR09MB30144814FBA72C728A316F0CDF440@DBBPR09MB3014.eurprd09.prod.outlook.com">
      <div>JDK8  we  don't do join() on "dispatcherThread" in stop(). 
        We need to find out why we introduce the below code.
        <div>
          <div class="x_socmaildefaultfont"
            style="font-family:Arial,Helvetica,sans-serif;
            font-size:10pt" dir="ltr">
            <div dir="ltr"> </div>
            <div dir="ltr">####################################################</div>
            <div dir="ltr">if (dispatcherThread != null) {<br>
              Â Â Â Â Â Â Â Â Â Â Â  try {<br>
              Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  dispatcherThread.join();<br>
              Â Â Â Â Â Â Â Â Â Â Â  } catch (InterruptedException e) {<br>
              Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  Thread.currentThread().interrupt();<br>
              Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  logger.log (Level.TRACE, "ServerImpl.stop:
              ", e);<br>
              Â Â Â Â Â Â Â Â Â Â Â  }<br>
              Â Â Â Â Â Â Â  }</div>
            <div dir="ltr">#########################################################</div>
          </div>
        </div>
      </div>
    </blockquote>
    <p><br>
    </p>
    <p>Thanks for confirming, Mark. dispatcherThread was introduced with
      a Windows XP specific fix in version 9:</p>
    <p><a class="moz-txt-link-freetext" href="https://bugs.openjdk.java.net/browse/JDK-8015692">https://bugs.openjdk.java.net/browse/JDK-8015692</a></p>
    <p><br>
    </p>
    <p>Regards,</p>
    <p>Julia<br>
    </p>
    <p><br>
    </p>
    <p><br>
    </p>
    <p><br>
    </p>
  </body>
</html>