RFR (s): 8143252: Clean up G1CollectedHeap interface

Derek White derek.white at oracle.com
Thu Nov 19 05:01:06 UTC 2015


This is a small cleanup that:

  * Deletes an undefined method declaration
    G1CollectedHeap::collected_locked()
  * Renames method to be more descriptive:
    G1CollectedHeap::do_collection() ---> do_full_collection()
  * Removes unused parameter "word_size" from (newly renamed)
    do_full_collection() and resize_if_necessary_after_full_collection()

CR: https://bugs.openjdk.java.net/browse/JDK-8143252
Webrev: http://cr.openjdk.java.net/~drwhite/8143252/webrev.01/

Ran jprt.

Thanks!

  - Derek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/hotspot-gc-dev/attachments/20151119/5804435f/attachment.htm>


More information about the hotspot-gc-dev mailing list