mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-19 18:07:49 +00:00
8156867: Simplify/reduce testing in ParallelCompact_test
Reviewed-by: jwilhelm, jprovino
This commit is contained in:
parent
178842d251
commit
db0f9f020b
@ -394,13 +394,6 @@ void ParallelCompact_test() {
|
||||
HeapWord* end_heap =
|
||||
(HeapWord*) heap->young_gen()->virtual_space()->high_boundary();
|
||||
|
||||
size_t end_index =
|
||||
PSParallelCompact::summary_data().addr_to_region_idx(end_heap);
|
||||
ParallelCompactData::RegionData* c = PSParallelCompact::summary_data().region(end_index);
|
||||
|
||||
// Initialize the end region with a bad destination.
|
||||
c->set_destination(begin_heap - 1);
|
||||
|
||||
print_generic_summary_data(PSParallelCompact::summary_data(),
|
||||
begin_heap, end_heap);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user