< prev index next >

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

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

*** 37,44 **** void initialize_alignments(); public: G1CollectorPolicy(); virtual size_t heap_reserved_size_bytes() const; ! virtual bool is_hetero_heap() const; }; #endif // SHARE_GC_G1_G1COLLECTORPOLICY_HPP --- 37,44 ---- void initialize_alignments(); public: G1CollectorPolicy(); virtual size_t heap_reserved_size_bytes() const; ! virtual bool is_heterogeneous_heap() const; }; #endif // SHARE_GC_G1_G1COLLECTORPOLICY_HPP
< prev index next >