mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00
8130931: Refactor CardTableModRefBS[ForCTRS]
Remove friends and push CTRS-specific code down from base to derived Reviewed-by: tschatzl, mgerdin
This commit is contained in:
parent
d7f565d9eb
commit
717679c169
11 changed files with 302 additions and 251 deletions
|
@ -623,7 +623,7 @@ void DefNewGeneration::collect(bool full,
|
|||
{
|
||||
// DefNew needs to run with n_threads == 0, to make sure the serial
|
||||
// version of the card table scanning code is used.
|
||||
// See: CardTableModRefBS::non_clean_card_iterate_possibly_parallel.
|
||||
// See: CardTableModRefBSForCTRS::non_clean_card_iterate_possibly_parallel.
|
||||
StrongRootsScope srs(0);
|
||||
|
||||
gch->gen_process_roots(&srs,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue