<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    <br>
    Please review this fix for
    javax/security/auth/Subject/doAs/NestedActions.java test.<br>
    <br>
    The test runs java in a separate process. It fails if multiple java
    options are passed because ProcessBuilder expects
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    each parameter to be put in to a separate array element, but the
    test didn't do that. I updated the test to split java option string,
    and put each option in a separate array element.<br>
    <br>
    Bug: <a class="moz-txt-link-freetext" href="https://bugs.openjdk.java.net/browse/JDK-8076486">https://bugs.openjdk.java.net/browse/JDK-8076486</a><br>
    Webrev: <a class="moz-txt-link-freetext" href="http://cr.openjdk.java.net/~asmotrak/8076486/webrev.00/">http://cr.openjdk.java.net/~asmotrak/8076486/webrev.00/</a><br>
    <br>
    Artem<br>
  </body>
</html>