< prev index next >
src/share/vm/gc/g1/g1ConcurrentMarkObjArrayProcessor.hpp
Print this page
rev 12666 : imported patch 8168467-use-taskentry-as-mark-stack-elem
rev 12667 : imported patch 8168467-kim-review
@@ -48,11 +48,11 @@
static bool should_be_sliced(oop obj);
G1CMObjArrayProcessor(G1CMTask* task) : _task(task) {
}
- // Process the given continuation "oop". Returns the number of words scanned.
+ // Process the given continuation. Returns the number of words scanned.
size_t process_slice(HeapWord* slice);
// Start processing the given objArrayOop by scanning the header and pushing its
// continuation.
size_t process_obj(oop obj);
};
< prev index next >