< prev index next >

src/hotspot/share/gc/serial/serialHeap.hpp

Print this page

        

*** 74,84 **** // at "level", and the "older" closure to older generations. template <typename OopClosureType1, typename OopClosureType2> void oop_since_save_marks_iterate(OopClosureType1* cur, OopClosureType2* older); ! // Runs the given AbstractGangTask with the current active workers, returning the ! // total time taken. ! virtual Tickspan run_task(AbstractGangTask* task); }; #endif // SHARE_GC_SERIAL_SERIALHEAP_HPP --- 74,83 ---- // at "level", and the "older" closure to older generations. template <typename OopClosureType1, typename OopClosureType2> void oop_since_save_marks_iterate(OopClosureType1* cur, OopClosureType2* older); ! // Runs the given AbstractGangTask with the current active workers. ! virtual void run_task(AbstractGangTask* task); }; #endif // SHARE_GC_SERIAL_SERIALHEAP_HPP
< prev index next >