mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8034761: Remove the do_code_roots parameter from process_strong_roots
Reviewed-by: tschatzl, mgerdin, jmasa
This commit is contained in:
parent
05e4dd3c74
commit
2a866afcdb
14 changed files with 36 additions and 90 deletions
|
@ -626,7 +626,6 @@ void DefNewGeneration::collect(bool full,
|
|||
true, // activate StrongRootsScope
|
||||
SharedHeap::ScanningOption(so),
|
||||
&fsc_with_no_gc_barrier,
|
||||
true, // walk *all* scavengable nmethods
|
||||
&fsc_with_gc_barrier,
|
||||
&klass_scan_closure);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue