< prev index next >

src/hotspot/share/gc/g1/g1CollectorPolicy.cpp

Print this page
rev 53924 : imported patch 8219747-remove-g1-prefix
rev 53925 : imported patch 8219747-shade-review
rev 53927 : [mq]: 8219856-spell-out-hetero

@@ -58,8 +58,8 @@
 
 size_t G1CollectorPolicy::heap_reserved_size_bytes() const {
   return _max_heap_byte_size;
 }
 
-bool G1CollectorPolicy::is_hetero_heap() const {
+bool G1CollectorPolicy::is_heterogeneous_heap() const {
   return false;
 }
< prev index next >