mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 19:44:41 +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
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -792,12 +792,6 @@ void PSYoungGen::compact() {
|
|||
to_mark_sweep()->compact(false);
|
||||
}
|
||||
|
||||
void PSYoungGen::move_and_update(ParCompactionManager* cm) {
|
||||
PSParallelCompact::move_and_update(cm, PSParallelCompact::eden_space_id);
|
||||
PSParallelCompact::move_and_update(cm, PSParallelCompact::from_space_id);
|
||||
PSParallelCompact::move_and_update(cm, PSParallelCompact::to_space_id);
|
||||
}
|
||||
|
||||
void PSYoungGen::print() const { print_on(tty); }
|
||||
void PSYoungGen::print_on(outputStream* st) const {
|
||||
st->print(" %-15s", "PSYoungGen");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue