8080113: Remove CollectedHeap::set_par_threads()

Reviewed-by: jmasa, kbarrett
This commit is contained in:
Stefan Karlsson 2015-05-21 09:35:59 +02:00
parent 8d0f1a6528
commit 5dc3521a80
13 changed files with 6 additions and 101 deletions

View file

@ -561,11 +561,6 @@ HeapWord* GenCollectedHeap::satisfy_failed_allocation(size_t size, bool is_tlab)
return collector_policy()->satisfy_failed_allocation(size, is_tlab);
}
void GenCollectedHeap::set_par_threads(uint t) {
assert(t == 0 || !UseSerialGC, "Cannot have parallel threads");
CollectedHeap::set_par_threads(t);
}
#ifdef ASSERT
class AssertNonScavengableClosure: public OopClosure {
public: