mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8156867: Simplify/reduce testing in ParallelCompact_test
Reviewed-by: jwilhelm, jprovino
This commit is contained in:
parent
178842d251
commit
db0f9f020b
1 changed files with 0 additions and 7 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue