Searched refs:softrefs_clear (Results 1 - 2 of 2) sorted by relevance

/openjdk10/hotspot/src/share/vm/gc/parallel/
H A DparallelScavengeHeap.cpp309 const bool softrefs_clear = collector_policy()->all_soft_refs_clear(); local
311 if (limit_exceeded && softrefs_clear) {
/openjdk10/hotspot/src/share/vm/gc/shared/
H A DcollectorPolicy.cpp686 const bool softrefs_clear = all_soft_refs_clear(); variable
688 if (limit_exceeded && softrefs_clear) {

Completed in 158 milliseconds