src/hotspot/share/gc/shared/barrierSet.hpp
changeset 58175 272910ccd7bb
parent 54366 2b48cedce327
child 58176 470af058bd5f
--- a/src/hotspot/share/gc/shared/barrierSet.hpp	Fri Sep 13 07:43:59 2019 +0200
+++ b/src/hotspot/share/gc/shared/barrierSet.hpp	Tue Sep 17 09:51:02 2019 +0200
@@ -144,10 +144,6 @@
 
   virtual void make_parsable(JavaThread* thread) {}
 
-#ifdef CHECK_UNHANDLED_OOPS
-  virtual bool oop_equals_operator_allowed() { return true; }
-#endif
-
 public:
   // Print a description of the memory for the barrier set
   virtual void print_on(outputStream* st) const = 0;