mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-14 18:03:44 +00:00
8359664: G1: Remove default arg for pretouch_workers of G1CollectedHeap::expand
Reviewed-by: tschatzl
This commit is contained in:
parent
9d060574e5
commit
59460ff700
@ -572,7 +572,7 @@ public:
|
||||
// Returns true if the heap was expanded by the requested amount;
|
||||
// false otherwise.
|
||||
// (Rounds up to a G1HeapRegion boundary.)
|
||||
bool expand(size_t expand_bytes, WorkerThreads* pretouch_workers = nullptr, double* expand_time_ms = nullptr);
|
||||
bool expand(size_t expand_bytes, WorkerThreads* pretouch_workers, double* expand_time_ms = nullptr);
|
||||
bool expand_single_region(uint node_index);
|
||||
|
||||
// Returns the PLAB statistics for a given destination.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user