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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsTasks.hpp77 // ThreadRootsTask
83 class ThreadRootsTask : public GCTask { class in inherits:GCTask
88 ThreadRootsTask(JavaThread* root) : _java_thread(root), _vm_thread(NULL) {} function in class:ThreadRootsTask
89 ThreadRootsTask(VMThread* root) : _java_thread(NULL), _vm_thread(root) {} function in class:ThreadRootsTask

Completed in 30 milliseconds