<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi All,</p>
    <p class="MsoNormal">Please review the following test only fix for
      jdk15.</p>
    <p class="MsoNormal"><br>
      Bug: </p>
    <p class="MsoNormal"><a
        href="https://bugs.openjdk.java.net/browse/JDK-8241791">https://bugs.openjdk.java.net/browse/JDK-8241791</a></p>
    <p class="MsoNormal">webrev:</p>
    <p class="MsoNormal"><a
        href="http://cr.openjdk.java.net/%7Epbansal/8241791/webrev00/">http://cr.openjdk.java.net/~pbansal/8241791/webrev00/</a></p>
    <p class="MsoNormal"> </p>
    <p class="MsoNormal">Issue:</p>
    <p class="MsoNormal">The testcase fail with exception "<span
        style="color: rgb(23, 43, 77); font-family: "DejaVu
        Sans", sans-serif; font-size: 14px; font-style: normal;
        font-variant-ligatures: normal; font-variant-caps: normal;
        font-weight: 400; letter-spacing: normal; orphans: 2;
        text-align: start; text-indent: 0px; text-transform: none;
        white-space: normal; widows: 2; word-spacing: 0px;
        -webkit-text-stroke-width: 0px; background-color: rgb(255, 255,
        255); text-decoration-style: initial; text-decoration-color:
        initial; display: inline !important; float: none;">java.lang.UnsupportedOperationException
        : Caused by: java.lang.UnsupportedOperationException: The system
        tray is not supported on the current platform</span>" on Ubuntu
      18.04.</p>
    <p class="MsoNormal"> </p>
    <p class="MsoNormal">Cause:</p>
    <p class="MsoNormal">The test cases are failing as Ubuntu 18.04 does
      not support SystemTray and the test is not handling the case
      properly. It test tries to use SystemTray and throws this
      exception.</p>
    <p class="MsoNormal"> </p>
    <p class="MsoNormal">Fix:                                                                                                                             
    </p>
    Added proper handling in test for case when the system does not
    support SystemTray. The test passes on Windows, Linux and Mac.
    <p class="MsoNormal"> </p>
    Regards,<br>
    Pankaj Bansal
  </body>
</html>