mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +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
|
@ -152,9 +152,7 @@ void PSOldGen::precompact() {
|
|||
assert(heap->kind() == CollectedHeap::ParallelScavengeHeap, "Sanity");
|
||||
|
||||
// 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