<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello All,<br>
    <br>
    Please review the fix.<br>
    <br>
    Bug: <a moz-do-not-send="true" class="moz-txt-link-freetext"
      href="https://bugs.openjdk.java.net/browse/JDK-8071811">https://bugs.openjdk.java.net/browse/JDK-8071811</a><br>
    Webrev:
    <a class="moz-txt-link-freetext" href="http://cr.openjdk.java.net/~eistepan/~skovalev/8071811/webrev.00/">http://cr.openjdk.java.net/~eistepan/~skovalev/8071811/webrev.00/</a><br>
    <br>
    Synopsis: Test failed on embedded<br>
    Root cause: G1 GC is not supported on embedded. But G1 related tests
    were launched.<br>
    <br>
    Solution:<br>
    Add test name to appropriate group: <b>needs_g1gc</b>.<br>
    <br>
    embedded group have below definition: <br>
    <tt><br>
      embedded_jdk = </tt><tt><br>
    </tt><tt>  :jdk  \</tt><tt><br>
    </tt><tt>  -:not_embedded</tt><tt><br>
    </tt><br>
    and<br>
    <tt><br>
      not_embedded = :needs_g1gc \</tt><tt><br>
    </tt><tt>  :needs_debug<br>
      <br>
    </tt>Therefore if we add the test in G1GC group they automatically
    will be excluded from embedded execution.<br>
    <pre class="moz-signature" cols="72">-- 
With best regards,
Sergei</pre>
  </body>
</html>