8076177: Remove usage of stack.inline.hpp functions from taskqueue.hpp

Reviewed-by: brutisso, goetz
This commit is contained in:
Stefan Karlsson 2015-04-27 09:51:06 +02:00
parent 6d5aa2af43
commit f7ea0b72eb
19 changed files with 331 additions and 271 deletions

View file

@ -671,9 +671,7 @@ public:
}
// Attempts to steal an object from the task queues of other tasks
bool try_stealing(uint worker_id, int* hash_seed, oop& obj) {
return _task_queues->steal(worker_id, hash_seed, obj);
}
bool try_stealing(uint worker_id, int* hash_seed, oop& obj);
ConcurrentMark(G1CollectedHeap* g1h,
G1RegionToSpaceMapper* prev_bitmap_storage,