<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 27/03/15 10:04, David Lindholm
      wrote:<br>
    </div>
    <blockquote cite="mid:55151D39.6020401@oracle.com" type="cite">Hi,
      <br>
      <br>
      Please review this fix that removes the macro
      PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC in gc files and fixes the gcc
      warnings for the format strings. Some files had this macro even
      though there were no warnings in them.
      <br>
      <br>
      This patch deals with all the parNew source files that had this
      macro.
      <br>
      <br>
      Webrev: <a class="moz-txt-link-freetext" href="http://cr.openjdk.java.net/~david/JDK-8076072/webrev.00/">http://cr.openjdk.java.net/~david/JDK-8076072/webrev.00/</a>
      <br>
    </blockquote>
    <br>
<a class="moz-txt-link-freetext" href="http://cr.openjdk.java.net/~david/JDK-8076072/webrev.00/src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp.frames.html">http://cr.openjdk.java.net/~david/JDK-8076072/webrev.00/src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp.frames.html</a><br>
    <br>
    The alignment needs to be fixed:<br>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <pre> 380           assert(sp->used_region().end() > used.end(),
 381                  err_msg("Expansion did not happen: "
 382                          "[" PTR_FORMAT "," PTR_FORMAT ") -> [" PTR_FORMAT "," PTR_FORMAT ")",
<span class="changed"> 383                          p2i(sp->used_region().start()), p2i(sp->used_region().end()),</span>
<span class="changed"> 384                                                  p2i(used.start()), p2i(used.end())));


Thanks,
StefanK
</span></pre>
    <br>
    <blockquote cite="mid:55151D39.6020401@oracle.com" type="cite">Bug:
      <a class="moz-txt-link-freetext" href="https://bugs.openjdk.java.net/browse/JDK-8076072">https://bugs.openjdk.java.net/browse/JDK-8076072</a>
      <br>
      <br>
      Testing done: Passed JPRT
      <br>
      <br>
      <br>
      Thanks,
      <br>
      David
      <br>
    </blockquote>
    <br>
  </body>
</html>