--- old/src/share/vm/gc/g1/g1HeapVerifier.hpp 2017-08-03 17:38:24.564758443 +0200 +++ new/src/share/vm/gc/g1/g1HeapVerifier.hpp 2017-08-03 17:38:24.470755487 +0200 @@ -82,7 +82,7 @@ // range [from,limit). If it does, print an error message and return // false. Otherwise, just return true. bitmap_name should be "prev" // or "next". - bool verify_no_bits_over_tams(const char* bitmap_name, G1CMBitMapRO* bitmap, + bool verify_no_bits_over_tams(const char* bitmap_name, const G1CMBitMap* const bitmap, HeapWord* from, HeapWord* limit); // Verify that the prev / next bitmap range [tams,end) for the given