< prev index next >

src/share/vm/gc_interface/collectedHeap.hpp

Print this page

        

@@ -288,13 +288,10 @@
      }
     _gc_cause = v;
   }
   GCCause::Cause gc_cause() { return _gc_cause; }
 
-  // May be overridden to set additional parallelism.
-  virtual void set_par_threads(uint t) { (void)t; };
-
   // General obj/array allocation facilities.
   inline static oop obj_allocate(KlassHandle klass, int size, TRAPS);
   inline static oop array_allocate(KlassHandle klass, int size, int length, TRAPS);
   inline static oop array_allocate_nozero(KlassHandle klass, int size, int length, TRAPS);
 
< prev index next >