mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8156050: ParallelCompact_test should skip test if UseParallelOldGC is off
Reviewed-by: drwhite, pliden
This commit is contained in:
parent
565780b7aa
commit
05ae0adfe4
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ print_initial_summary_data(ParallelCompactData& summary_data,
|
|||
}
|
||||
|
||||
void ParallelCompact_test() {
|
||||
if (!UseParallelGC) {
|
||||
if (!UseParallelOldGC) {
|
||||
return;
|
||||
}
|
||||
// Check that print_generic_summary_data() does not print the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue