< prev index next >

src/share/vm/memory/sharedHeap.hpp

Print this page

        

@@ -144,13 +144,8 @@
   FlexibleWorkGang* workers() const { return _workers; }
 
   // The functions below are helper functions that a subclass of
   // "SharedHeap" can use in the implementation of its virtual
   // functions.
-
-public:
-  // Sets the number of parallel threads that will be doing tasks
-  // (such as process roots) subsequently.
-  virtual void set_par_threads(uint t);
-};
+ };
 
 #endif // SHARE_VM_MEMORY_SHAREDHEAP_HPP
< prev index next >