mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8140393: Move WorkerDataArray to its own file
Reviewed-by: tschatzl, mgerdin, tbenson
This commit is contained in:
parent
a935c706b6
commit
d0f3d01013
5 changed files with 327 additions and 162 deletions
|
@ -3876,6 +3876,7 @@ void TestCodeCacheRemSet_test();
|
|||
void FreeRegionList_test();
|
||||
void test_memset_with_concurrent_readers();
|
||||
void TestPredictions_test();
|
||||
void WorkerDataArray_test();
|
||||
#endif
|
||||
|
||||
void execute_internal_vm_tests() {
|
||||
|
@ -3920,6 +3921,7 @@ void execute_internal_vm_tests() {
|
|||
}
|
||||
run_unit_test(test_memset_with_concurrent_readers());
|
||||
run_unit_test(TestPredictions_test());
|
||||
run_unit_test(WorkerDataArray_test());
|
||||
#endif
|
||||
tty->print_cr("All internal VM tests passed");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue