diff -r e3aa9f95b85e -r 54c1ba464b78 src/hotspot/share/gc/shared/collectedHeap.hpp --- a/src/hotspot/share/gc/shared/collectedHeap.hpp Mon Oct 07 15:48:26 2019 +0200 +++ b/src/hotspot/share/gc/shared/collectedHeap.hpp Mon Oct 07 16:48:42 2019 +0200 @@ -234,11 +234,6 @@ DEBUG_ONLY(bool is_in_or_null(const void* p) const { return p == NULL || is_in(p); }) - // This function verifies that "addr" is a valid oop location, w.r.t. heap - // datastructures such as bitmaps and virtual memory address. It does *not* - // check if the location is within committed heap memory. - virtual void check_oop_location(void* addr) const; - virtual uint32_t hash_oop(oop obj) const; void set_gc_cause(GCCause::Cause v) {