mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8033764: Remove the usage of StarTask from BufferingOopClosure
Reviewed-by: mgerdin, brutisso, tschatzl
This commit is contained in:
parent
980e57c6c4
commit
a26a6715b0
5 changed files with 352 additions and 37 deletions
|
@ -4952,6 +4952,7 @@ void TestVirtualSpaceNode_test();
|
|||
void TestOldFreeSpaceCalculation_test();
|
||||
#if INCLUDE_ALL_GCS
|
||||
void TestG1BiasedArray_test();
|
||||
void TestBufferingOopClosure_test();
|
||||
#endif
|
||||
|
||||
void execute_internal_vm_tests() {
|
||||
|
@ -4977,6 +4978,7 @@ void execute_internal_vm_tests() {
|
|||
#if INCLUDE_ALL_GCS
|
||||
run_unit_test(TestG1BiasedArray_test());
|
||||
run_unit_test(HeapRegionRemSet::test_prt());
|
||||
run_unit_test(TestBufferingOopClosure_test());
|
||||
#endif
|
||||
tty->print_cr("All internal VM tests passed");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue