mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 16:44:36 +02:00
8334179: VMATreeTest.TestConsistencyWithSimpleTracker_vm runs 50+ seconds
Reviewed-by: jsjolen
This commit is contained in:
parent
5d2a19def1
commit
5528ad7490
1 changed files with 1 additions and 3 deletions
|
@ -358,7 +358,7 @@ struct SimpleVMATracker : public CHeapObj<mtTest> {
|
|||
}
|
||||
};
|
||||
// Page (4KiB) granular array
|
||||
static constexpr const size_t num_pages = 1024 * 512;
|
||||
static constexpr const size_t num_pages = 1024 * 4;
|
||||
Info pages[num_pages];
|
||||
|
||||
SimpleVMATracker()
|
||||
|
@ -434,8 +434,6 @@ TEST_VM_F(VMATreeTest, TestConsistencyWithSimpleTracker) {
|
|||
const MEMFLAGS candidate_flags[candidates_len_flags] = {
|
||||
mtNMT,
|
||||
mtTest,
|
||||
mtGC,
|
||||
mtCompiler
|
||||
};
|
||||
|
||||
const int operation_count = 100000; // One hundred thousand
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue