<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    This is a small cleanup that:<br>
    <ul>
      <li>Deletes an undefined method declaration
        <meta http-equiv="content-type" content="text/html;
          charset=utf-8">
        G1CollectedHeap::collected_locked()</li>
      <li>Renames method to be more descriptive:
        G1CollectedHeap::do_collection() ---> do_full_collection()</li>
      <li>Removes unused parameter "word_size" from (newly renamed)
        do_full_collection() and
        resize_if_necessary_after_full_collection()
        <meta http-equiv="content-type" content="text/html;
          charset=utf-8">
      </li>
    </ul>
    CR: <a class="moz-txt-link-freetext" href="https://bugs.openjdk.java.net/browse/JDK-8143252">https://bugs.openjdk.java.net/browse/JDK-8143252</a><br>
    Webrev: <a class="moz-txt-link-freetext" href="http://cr.openjdk.java.net/~drwhite/8143252/webrev.01/">http://cr.openjdk.java.net/~drwhite/8143252/webrev.01/</a><br>
    <br>
    Ran jprt.<br>
    <br>
    Thanks!<br>
    <br>
     - Derek<br>
  </body>
</html>