mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 12:04:39 +02:00
8170468
: Convert ParallelCompact_test to GTest
Reviewed-by: dfazunen, iignatyev
This commit is contained in:
parent
8d6d1e4cda
commit
8bf0437430
4 changed files with 77 additions and 23 deletions
|
@ -52,9 +52,6 @@ void InternalVMTests::run() {
|
|||
run_unit_test(DirectivesParser_test);
|
||||
#if INCLUDE_VM_STRUCTS
|
||||
run_unit_test(VMStructs_test);
|
||||
#endif
|
||||
#if INCLUDE_ALL_GCS
|
||||
run_unit_test(ParallelCompact_test);
|
||||
#endif
|
||||
tty->print_cr("All internal VM tests passed");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue