< prev index next >

src/hotspot/share/gc/g1/g1CollectedHeap.hpp

Print this page

        

@@ -1427,11 +1427,11 @@
   // The following two methods are helpful for debugging RSet issues.
   void print_cset_rsets() PRODUCT_RETURN;
   void print_all_rsets() PRODUCT_RETURN;
 
   // Used to print information about locations in the hs_err file.
-  virtual bool print_location(outputStream* st, address addr) const;
+  virtual bool print_location(outputStream* st, void* addr) const;
 
   size_t pending_card_num();
 };
 
 class G1ParEvacuateFollowersClosure : public VoidClosure {
< prev index next >