mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 12:04:39 +02:00
8159817: Convert FreeRegionList_test to GTest
Reviewed-by: kbarrett
This commit is contained in:
parent
9577d94f76
commit
5eff90fe32
3 changed files with 80 additions and 50 deletions
|
@ -61,9 +61,6 @@ void InternalVMTests::run() {
|
|||
#endif
|
||||
#if INCLUDE_ALL_GCS
|
||||
run_unit_test(TestBufferingOopClosure_test);
|
||||
if (UseG1GC) {
|
||||
run_unit_test(FreeRegionList_test);
|
||||
}
|
||||
run_unit_test(WorkerDataArray_test);
|
||||
run_unit_test(ParallelCompact_test);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue