8334179: VMATreeTest.TestConsistencyWithSimpleTracker_vm runs 50+ seconds
Reviewed-by: jsjolen
This commit is contained in:
parent
5d2a19def1
commit
5528ad7490
@ -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…
Reference in New Issue
Block a user