--- old/src/hotspot/share/gc/shenandoah/shenandoahCollectionSet.hpp 2020-01-24 15:21:05.824501154 +0100 +++ new/src/hotspot/share/gc/shenandoah/shenandoahCollectionSet.hpp 2020-01-24 15:21:05.576496985 +0100 @@ -80,7 +80,7 @@ inline bool is_in(ShenandoahHeapRegion* r) const; inline bool is_in(size_t region_number) const; - inline bool is_in(oop obj) const; + inline bool is_in(HeapWord* p) const; void print_on(outputStream* out) const;