mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8137082: Factor out G1 prediction code from G1CollectorPolicy and clean up
Factor out G1 prediction code from G1CollectorPolicy into its own class, constify methods of G1CollectorPolicy and move more implementations to the cpp file. Reviewed-by: jmasa, sangheki, ecaspole, kbarrett
This commit is contained in:
parent
ebe8b1d7f6
commit
b8367b252f
9 changed files with 352 additions and 178 deletions
|
@ -3870,6 +3870,7 @@ void TestBufferingOopClosure_test();
|
|||
void TestCodeCacheRemSet_test();
|
||||
void FreeRegionList_test();
|
||||
void test_memset_with_concurrent_readers();
|
||||
void TestPredictions_test();
|
||||
#endif
|
||||
|
||||
void execute_internal_vm_tests() {
|
||||
|
@ -3912,6 +3913,7 @@ void execute_internal_vm_tests() {
|
|||
run_unit_test(FreeRegionList_test());
|
||||
}
|
||||
run_unit_test(test_memset_with_concurrent_readers());
|
||||
run_unit_test(TestPredictions_test());
|
||||
#endif
|
||||
tty->print_cr("All internal VM tests passed");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue