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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpcTasks.hpp37 // are MarkFromRootsTask and ThreadRootsMarkingTask.
44 // ThreadRootsMarkingTask's are created for each Java thread. When
45 // the do_it() method of a ThreadRootsMarkingTask is executed, it
48 // The enqueuing of the MarkFromRootsTask and ThreadRootsMarkingTask
52 // In addition to the MarkFromRootsTask and ThreadRootsMarkingTask
60 // ThreadRootsMarkingTask
68 class ThreadRootsMarkingTask : public GCTask { class in inherits:GCTask
73 ThreadRootsMarkingTask(JavaThread* root) : _java_thread(root), _vm_thread(NULL) {} function in class:ThreadRootsMarkingTask
74 ThreadRootsMarkingTask(VMThread* root) : _java_thread(NULL), _vm_thread(root) {} function in class:ThreadRootsMarkingTask

Completed in 41 milliseconds