hotspot/src/share/vm/memory/sharedHeap.hpp
changeset 11396 917d8673b5ef
parent 11174 fccee5238e70
child 13728 882756847a04
equal deleted inserted replaced
11395:33260c27554b 11396:917d8673b5ef
   285   virtual void gc_prologue(bool full) = 0;
   285   virtual void gc_prologue(bool full) = 0;
   286   virtual void gc_epilogue(bool full) = 0;
   286   virtual void gc_epilogue(bool full) = 0;
   287 
   287 
   288   // Sets the number of parallel threads that will be doing tasks
   288   // Sets the number of parallel threads that will be doing tasks
   289   // (such as process strong roots) subsequently.
   289   // (such as process strong roots) subsequently.
   290   virtual void set_par_threads(int t);
   290   virtual void set_par_threads(uint t);
   291 
   291 
   292   int n_termination();
   292   int n_termination();
   293   void set_n_termination(int t);
   293   void set_n_termination(int t);
   294 
   294 
   295   //
   295   //