mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
8029524: Remove unsused method CollectedHeap::unsafe_max_alloc()
Reviewed-by: pliden, jmasa
This commit is contained in:
parent
343c8d34a8
commit
810bc0c558
7 changed files with 0 additions and 55 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue