<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Times New Roman, Times, serif">8154743: Internal Error:
      psParallelCompact.hpp assert(addr >= _region_start) failed: bad
      addr<br>
    </font><font face="Times New Roman, Times, serif"><font face="Times
        New Roman, Times, serif"><a class="moz-txt-link-freetext" href="https://bugs.openjdk.java.net/browse/JDK-8154743">https://bugs.openjdk.java.net/browse/JDK-8154743</a></font><br>
      <br>
      ParallelGC summarizes liveness information (among other things)
      into<br>
      regions for parallel compaction.  It allows the calculation of the
      region<br>
      index for the region just beyond the end of the heap but should
      not<br>
      access that region.  One of the printing methods mistakenly did.<br>
      <br>
      One line fix + more detail on a couple of the asserts + a test<br>
      <br>
      <a class="moz-txt-link-freetext" href="http://cr.openjdk.java.net/~jmasa/8154743/webrev.00/">http://cr.openjdk.java.net/~jmasa/8154743/webrev.00/</a><br>
      <br>
      Tested with new test and with gc_test_suite (in progress) and
      -Xlog:all=trace.<br>
      <br>
      Thanks.<br>
      <br>
      Jon<br>
    </font>
  </body>
</html>