8230642: 8224815 broke Shenandoah build

Reviewed-by: shade
This commit is contained in:
Thomas Stuefe 2019-09-05 11:09:12 +02:00
parent f869706f5f
commit 4b65e2b3db

View File

@ -214,6 +214,9 @@ private:
ShenandoahRegionIterator _update_refs_iterator;
public:
inline HeapWord* base() const { return _heap_region.start(); }
inline size_t num_regions() const { return _num_regions; }
inline bool is_heap_region_special() { return _heap_region_special; }