<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Evgeniya,<br>
    <br>
    I've only look at a few of the files.  I'm not sure <br>
    I'm interpreting the @requires correctly.  If you <br>
    reply to these initial comments, that will help<br>
    me understand.<br>
    <br>
    <a class="moz-txt-link-freetext"
href="http://cr.openjdk.java.net/%7Eeistepan/8062537/webrev.00/test/gc/arguments/TestMaxNewSize.java.udiff.html">http://cr.openjdk.java.net/~eistepan/8062537/webrev.00/test/gc/arguments/TestMaxNewSize.java.udiff.html</a><br>
    <br>
    <pre><span class="new">+ * @requires vm.gc=="null"</span></pre>
    Test seems to expect Serial GC.  Should the requires<br>
    be Serial or null?<br>
    <br>
    <a class="moz-txt-link-freetext"
href="http://cr.openjdk.java.net/%7Eeistepan/8062537/webrev.00/test/gc/arguments/TestSerialHeapSizeFlags.java.udiff.html">http://cr.openjdk.java.net/~eistepan/8062537/webrev.00/test/gc/arguments/TestSerialHeapSizeFlags.java.udiff.html</a><br>
    <br>
    Comments say this is a test of Serial but null<br>
    allowed.<br>
    <br>
    <pre><span class="new">+ * @requires vm.gc=="Serial" | vm.gc=="null"</span></pre>
    <br>
    <a class="moz-txt-link-freetext"
href="http://cr.openjdk.java.net/%7Eeistepan/8062537/webrev.00/test/gc/class_unloading/TestCMSClassUnloadingEnabledHWM.java.udiff.html">http://cr.openjdk.java.net/~eistepan/8062537/webrev.00/test/gc/class_unloading/TestCMSClassUnloadingEnabledHWM.java.udiff.html</a><br>
    <br>
    If you're going to use this on all the collectors (allow vm.gc == 
    null),<br>
    then class loading should be turned off on all the GC's, not<br>
    just CMS (-XX:-CMSClassUnloadingEnabled only affects CMS).<br>
    <br>
    Jon<br>
    <br>
    <div class="moz-cite-prefix">On 10/30/2014 07:05 AM, Evgeniya
      Stepanova wrote:<br>
    </div>
    <blockquote cite="mid:545245C5.4050504@oracle.com" type="cite">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      Hi,<br>
      <br>
      Please review changes for 8062537, the OpenJDK/hotspot part of the
      <a moz-do-not-send="true" id="key-val" rel="4684019"
        href="https://bugs.openjdk.java.net/browse/JDK-8019361">JDK-8019361</a><br>
      <br>
      bug: <a moz-do-not-send="true" class="moz-txt-link-freetext"
        href="https://bugs.openjdk.java.net/browse/JDK-8062537">https://bugs.openjdk.java.net/browse/JDK-8062537</a><br>
      fix: <a moz-do-not-send="true" class="moz-txt-link-freetext"
        href="http://cr.openjdk.java.net/%7Eeistepan/8062537/webrev.00/">http://cr.openjdk.java.net/~eistepan/8062537/webrev.00/</a><br>
      <br>
      Problem: Some tests explicitly set GC and fail when jtreg set
      another GC.<br>
      Solution: Such tests marked with the jtreg tag "requires" to skip
      test if there is a conflict<br>
      <br>
      Tested locally with different GC flags (-XX:+UseG1GC,
      -XX:+UseParallelGC, -XX:+UseSerialGC, -XX:+UseConcMarkSweep and
      without any GC flag). Tests are being excluded as expected. No
      tests failed because of the conflict.<br>
      <br>
      Thanks,<br>
      Evgeniya Stepanova
      <div class="moz-signature"><br>
      </div>
    </blockquote>
    <br>
  </body>
</html>