8029524: Remove unsused method CollectedHeap::unsafe_max_alloc()

Reviewed-by: pliden, jmasa
This commit is contained in:
Bengt Rutisson 2013-12-16 08:54:14 +01:00
parent 343c8d34a8
commit 810bc0c558
7 changed files with 0 additions and 55 deletions

View file

@ -673,10 +673,6 @@ HeapWord** GenCollectedHeap::end_addr() const {
return _gens[0]->end_addr();
}
size_t GenCollectedHeap::unsafe_max_alloc() {
return _gens[0]->unsafe_max_alloc_nogc();
}
// public collection interfaces
void GenCollectedHeap::collect(GCCause::Cause cause) {