< prev index next >

src/hotspot/share/gc/g1/g1HeterogeneousCollectorPolicy.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

*** 96,103 **** size_t G1HeterogeneousCollectorPolicy::heap_reserved_size_bytes() const { return 2 * _max_heap_byte_size; } ! bool G1HeterogeneousCollectorPolicy::is_hetero_heap() const { return true; } --- 96,103 ---- size_t G1HeterogeneousCollectorPolicy::heap_reserved_size_bytes() const { return 2 * _max_heap_byte_size; } ! bool G1HeterogeneousCollectorPolicy::is_heterogeneous_heap() const { return true; }
< prev index next >