<html>
  <head>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi all,<br>
    <br>
    could I please have reviews for this small cleanup?<br>
    For RSHashTable, it<br>
     - removes entry_for_region_ind(RegionIdx_t)<br>
     - changes get_entry to be public and declared const<br>
     - changes the sites that called entry_for_region to instead use
    get_entry, since they have the same implementation.<br>
     - changes get_cards to make use of get_entry instead of very
    similar code contained inline.<br>
    <br>
    webrev: <a class="moz-txt-link-freetext" href="http://cr.openjdk.java.net/~brutisso/JDK-8042474/01/webrev/">http://cr.openjdk.java.net/~brutisso/JDK-8042474/01/webrev/</a><br>
    <br>
    It seems get_cards is not used. Maybe it should be removed as a
    separate CR?<br>
    <br>
    testing: jprt.<br>
    <br>
    Best regards,<br>
    Andreas<br>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
  </body>
</html>