src/hotspot/share/gc/shared/barrierSet.hpp
changeset 58175 272910ccd7bb
parent 54366 2b48cedce327
child 58176 470af058bd5f
equal deleted inserted replaced
58174:d349347d6b5f 58175:272910ccd7bb
   141   // hold the Threads_lock or are at a safepoint.
   141   // hold the Threads_lock or are at a safepoint.
   142   virtual void on_thread_attach(Thread* thread) {}
   142   virtual void on_thread_attach(Thread* thread) {}
   143   virtual void on_thread_detach(Thread* thread) {}
   143   virtual void on_thread_detach(Thread* thread) {}
   144 
   144 
   145   virtual void make_parsable(JavaThread* thread) {}
   145   virtual void make_parsable(JavaThread* thread) {}
   146 
       
   147 #ifdef CHECK_UNHANDLED_OOPS
       
   148   virtual bool oop_equals_operator_allowed() { return true; }
       
   149 #endif
       
   150 
   146 
   151 public:
   147 public:
   152   // Print a description of the memory for the barrier set
   148   // Print a description of the memory for the barrier set
   153   virtual void print_on(outputStream* st) const = 0;
   149   virtual void print_on(outputStream* st) const = 0;
   154 
   150