src/hotspot/share/gc/shared/barrierSet.hpp
changeset 52070 e4d72440d60e
parent 50940 3009952d5985
child 52142 ca0c25e01c5b
equal deleted inserted replaced
52069:3ecaae33241a 52070:e4d72440d60e
   127   virtual void on_thread_create(Thread* thread) {}
   127   virtual void on_thread_create(Thread* thread) {}
   128   virtual void on_thread_destroy(Thread* thread) {}
   128   virtual void on_thread_destroy(Thread* thread) {}
   129   virtual void on_thread_attach(JavaThread* thread) {}
   129   virtual void on_thread_attach(JavaThread* thread) {}
   130   virtual void on_thread_detach(JavaThread* thread) {}
   130   virtual void on_thread_detach(JavaThread* thread) {}
   131   virtual void make_parsable(JavaThread* thread) {}
   131   virtual void make_parsable(JavaThread* thread) {}
       
   132 
       
   133 #ifdef CHECK_UNHANDLED_OOPS
       
   134   virtual bool oop_equals_operator_allowed() { return true; }
       
   135 #endif
   132 
   136 
   133 public:
   137 public:
   134   // Print a description of the memory for the barrier set
   138   // Print a description of the memory for the barrier set
   135   virtual void print_on(outputStream* st) const = 0;
   139   virtual void print_on(outputStream* st) const = 0;
   136 
   140