< prev index next >

src/hotspot/share/gc/shared/collectedHeap.hpp

Print this page

        

*** 395,406 **** virtual ParallelObjectIterator* parallel_object_iterator(uint thread_num) { return NULL; } ! // Run given task, parallelly if possible. ! virtual Tickspan run_task(AbstractGangTask* task) = 0; // Keep alive an object that was loaded with AS_NO_KEEPALIVE. virtual void keep_alive(oop obj) {} // Returns the longest time (in ms) that has elapsed since the last --- 395,406 ---- virtual ParallelObjectIterator* parallel_object_iterator(uint thread_num) { return NULL; } ! // Run given task. Possibly in parallel if the GC supports it. ! virtual void run_task(AbstractGangTask* task) = 0; // Keep alive an object that was loaded with AS_NO_KEEPALIVE. virtual void keep_alive(oop obj) {} // Returns the longest time (in ms) that has elapsed since the last
< prev index next >