--- old/src/hotspot/share/gc/shenandoah/shenandoahHeapRegionSet.hpp 2020-01-24 15:17:57.049329901 +0100 +++ new/src/hotspot/share/gc/shenandoah/shenandoahHeapRegionSet.hpp 2020-01-24 15:17:56.825326140 +0100 @@ -84,7 +84,7 @@ inline bool is_in(ShenandoahHeapRegion* r) const; inline bool is_in(size_t region_number) const; - inline bool is_in(oop p) const; + inline bool is_in(HeapWord* p) const; void print_on(outputStream* out) const;