mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8066827: Remove ReferenceProcessor::clean_up_discovered_references()
Abandon rather than clean up discovered references. Reviewed-by: jmasa, ysr
This commit is contained in:
parent
c40b1dd803
commit
093d2698fc
9 changed files with 22 additions and 81 deletions
|
@ -2069,7 +2069,7 @@ bool PSParallelCompact::invoke_no_policy(bool maximum_heap_compaction) {
|
|||
|
||||
COMPILER2_PRESENT(DerivedPointerTable::clear());
|
||||
|
||||
ref_processor()->enable_discovery(true /*verify_disabled*/, true /*verify_no_refs*/);
|
||||
ref_processor()->enable_discovery();
|
||||
ref_processor()->setup_policy(maximum_heap_compaction);
|
||||
|
||||
bool marked_for_unloading = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue