mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
6841742: par compact - remove unused/unsupported options
Ignore UseParallel{OldGCDensePrefix,OldGCCompacting,DensePrefixUpdate} Reviewed-by: jwilhelm, brutisso
This commit is contained in:
parent
dadf395fbe
commit
f9b80cdc1c
10 changed files with 25 additions and 81 deletions
|
@ -1027,9 +1027,6 @@ class PSParallelCompact : AllStatic {
|
|||
ParallelTaskTerminator* terminator_ptr,
|
||||
uint parallel_gc_threads);
|
||||
|
||||
// For debugging only - compacts the old gen serially
|
||||
static void compact_serial(ParCompactionManager* cm);
|
||||
|
||||
// If objects are left in eden after a collection, try to move the boundary
|
||||
// and absorb them into the old gen. Returns true if eden was emptied.
|
||||
static bool absorb_live_data_from_eden(PSAdaptiveSizePolicy* size_policy,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue