mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
6716466: par compact - remove VerifyParallelOldWithMarkSweep code
Reviewed-by: jmasa
This commit is contained in:
parent
4204f82a1a
commit
2e52e9dff2
9 changed files with 12 additions and 197 deletions
|
@ -123,8 +123,6 @@ void PSPermGen::move_and_update(ParCompactionManager* cm) {
|
|||
|
||||
void PSPermGen::precompact() {
|
||||
// Reset start array first.
|
||||
debug_only(if (!UseParallelOldGC || !VerifyParallelOldWithMarkSweep) {)
|
||||
_start_array.reset();
|
||||
debug_only(})
|
||||
object_mark_sweep()->precompact();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue