< prev index next >

src/hotspot/share/gc/shenandoah/shenandoahHeapRegionSet.hpp

Print this page

        

@@ -82,11 +82,11 @@
   size_t count()  const { return _region_count; }
   bool is_empty() const { return _region_count == 0; }
 
   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;
 
   void clear();
 
< prev index next >