mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-19 20:33:16 +00:00
8230642: 8224815 broke Shenandoah build
Reviewed-by: shade
This commit is contained in:
parent
f869706f5f
commit
4b65e2b3db
@ -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; }
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user