Skip to content

Commit

Permalink
8213440: Lingering INCLUDE_ALL_GCS in test_oopStorage_parperf.cpp
Browse files Browse the repository at this point in the history
Remove INCLUDE_ALL_GCS conditionalization.

Backport-of: 0050cd5
  • Loading branch information
GoeLin committed Apr 29, 2022
1 parent 29509b8 commit 580a991
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/hotspot/gtest/gc/shared/test_oopStorage_parperf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@
// object containing a large number of entries, and logs some stats
// about the distribution and performance of the iteration.

// Parallel iteration not available unless INCLUDE_ALL_GCS
#if INCLUDE_ALL_GCS

const uint _max_workers = 10;
static uint _num_workers = 0;
const size_t _storage_entries = 1000000;
Expand Down Expand Up @@ -229,5 +226,3 @@ TEST_VM_F(OopStorageParIterPerf, test) {
LogConfiguration::configure_stdout(old_level, true, LOG_TAGS(TEST_TAGS));
}
}

#endif // INCLUDE_ALL_GCS

1 comment on commit 580a991

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.