src/hotspot/share/gc/g1/g1HeapVerifier.hpp
changeset 54923 23837d614c17
parent 54786 ebf733a324d4
--- a/src/hotspot/share/gc/g1/g1HeapVerifier.hpp	Fri May 17 12:06:03 2019 +0200
+++ b/src/hotspot/share/gc/g1/g1HeapVerifier.hpp	Fri May 17 12:33:37 2019 +0200
@@ -107,7 +107,7 @@
   void check_bitmaps(const char* caller) PRODUCT_RETURN;
 
   // Do sanity check on the contents of the in-cset fast test table.
-  bool check_cset_fast_test() PRODUCT_RETURN_( return true; );
+  bool check_region_attr_table() PRODUCT_RETURN_( return true; );
 
   void verify_card_table_cleanup() PRODUCT_RETURN;