Searched defs:SparsePRTCleanupTask (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DsparsePRT.hpp215 class SparsePRTCleanupTask;
218 friend class SparsePRTCleanupTask;
308 // are on the thread-local SparsePRTCleanupTask object.
314 void do_cleanup_work(SparsePRTCleanupTask* sprt_cleanup_task);
315 static void finish_cleanup_task(SparsePRTCleanupTask* sprt_cleanup_task);
337 class SparsePRTCleanupTask VALUE_OBJ_CLASS_SPEC {
343 SparsePRTCleanupTask() : _head(NULL), _tail(NULL) { } function in class:VALUE_OBJ_CLASS_SPEC

Completed in 718 milliseconds