diff -r 8b6597b0231e -r 149745044e48 src/hotspot/share/gc/g1/g1DefaultPolicy.hpp --- a/src/hotspot/share/gc/g1/g1DefaultPolicy.hpp Mon Oct 23 11:46:38 2017 +0200 +++ b/src/hotspot/share/gc/g1/g1DefaultPolicy.hpp Mon Oct 23 11:46:54 2017 +0200 @@ -241,7 +241,7 @@ // Returns the given amount of reclaimable bytes (that represents // the amount of reclaimable space still to be collected) as a // percentage of the current heap capacity. - double reclaimable_bytes_perc(size_t reclaimable_bytes) const; + double reclaimable_bytes_percent(size_t reclaimable_bytes) const; jlong collection_pause_end_millis() { return _collection_pause_end_millis; }