src/hotspot/share/gc/shared/collectedHeap.hpp
changeset 58229 722a19a45994
parent 58015 dd84de796f2c
child 58494 54c1ba464b78
child 58679 9c3209ff7550
child 59053 ba6c248cae19
--- a/src/hotspot/share/gc/shared/collectedHeap.hpp	Thu Sep 19 10:52:22 2019 +0200
+++ b/src/hotspot/share/gc/shared/collectedHeap.hpp	Thu Sep 19 16:05:47 2019 +0200
@@ -233,11 +233,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) {