src/hotspot/share/gc/g1/g1Policy.hpp
changeset 47681 149745044e48
parent 47216 71c04702a3d5
child 49412 2c3b9dbba7bc
--- a/src/hotspot/share/gc/g1/g1Policy.hpp	Mon Oct 23 11:46:38 2017 +0200
+++ b/src/hotspot/share/gc/g1/g1Policy.hpp	Mon Oct 23 11:46:54 2017 +0200
@@ -89,7 +89,7 @@
 
   // Returns the given amount of uncollected reclaimable space
   // as a percentage of the current heap capacity.
-  virtual double reclaimable_bytes_perc(size_t reclaimable_bytes) const = 0;
+  virtual double reclaimable_bytes_percent(size_t reclaimable_bytes) const = 0;
 
   virtual ~G1Policy() {}