Home
last modified time | relevance | path

Searched refs:_wb_full_gc (Results 1 – 25 of 56) sorted by relevance

123

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/z/
H A DzDriver.cpp139 if (cause == GCCause::_wb_full_gc || in should_clear_soft_references()
159 if (cause == GCCause::_wb_full_gc || in should_boost_worker_threads()
261 case GCCause::_wb_full_gc: in collect()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/z/
H A DzDriver.cpp139 if (cause == GCCause::_wb_full_gc || in should_clear_soft_references()
159 if (cause == GCCause::_wb_full_gc || in should_boost_worker_threads()
261 case GCCause::_wb_full_gc: in collect()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/z/
H A DzDriver.cpp123 if (cause == GCCause::_wb_full_gc || in should_clear_soft_references()
143 if (cause == GCCause::_wb_full_gc || in should_boost_worker_threads()
225 case GCCause::_wb_full_gc: in collect()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/z/
H A DzDriver.cpp129 if (cause == GCCause::_wb_full_gc || in should_clear_soft_references()
149 if (cause == GCCause::_wb_full_gc || in should_boost_worker_threads()
246 case GCCause::_wb_full_gc: in collect()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/z/
H A DzDriver.cpp141 if (cause == GCCause::_wb_full_gc || in should_clear_soft_references()
161 if (cause == GCCause::_wb_full_gc || in should_boost_worker_threads()
276 case GCCause::_wb_full_gc: in collect()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/z/
H A DzDriver.cpp124 if (cause == GCCause::_wb_full_gc || in should_clear_soft_references()
144 if (cause == GCCause::_wb_full_gc || in should_boost_worker_threads()
237 case GCCause::_wb_full_gc: in collect()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/z/
H A DzDriver.cpp123 if (cause == GCCause::_wb_full_gc || in should_clear_soft_references()
143 if (cause == GCCause::_wb_full_gc || in should_boost_worker_threads()
236 case GCCause::_wb_full_gc: in collect()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/z/
H A DzDriver.cpp225 case GCCause::_wb_full_gc: in collect()
351 if (request.cause() == GCCause::_wb_full_gc || in should_clear_soft_references()
372 if (cause == GCCause::_wb_full_gc || in select_active_worker_threads_static()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shared/
H A DgcCause.cpp60 case _wb_full_gc: in to_string()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shared/
H A DgcCause.cpp60 case _wb_full_gc: in to_string()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shared/
H A DgcCause.cpp60 case _wb_full_gc: in to_string()
H A DgcCause.hpp54 _wb_full_gc, enumerator
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/
H A DgcCause.cpp61 case _wb_full_gc: in to_string()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/
H A DgcCause.cpp61 case _wb_full_gc: in to_string()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shared/
H A DgcCause.cpp60 case _wb_full_gc: in to_string()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shared/
H A DgcCause.cpp60 case _wb_full_gc: in to_string()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shared/
H A DgcCause.cpp60 case _wb_full_gc: in to_string()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/shared/
H A DGCCause.java40 _wb_full_gc ("WhiteBox Initiated Full GC"), enumConstant
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/shared/
H A DGCCause.java40 _wb_full_gc ("WhiteBox Initiated Full GC"), enumConstant
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/shared/
H A DGCCause.java40 _wb_full_gc ("WhiteBox Initiated Full GC"), enumConstant
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/shared/
H A DGCCause.java40 _wb_full_gc ("WhiteBox Initiated Full GC"), enumConstant
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/shared/
H A DGCCause.java40 _wb_full_gc ("WhiteBox Initiated Full GC"), enumConstant
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/shared/
H A DGCCause.java40 _wb_full_gc ("WhiteBox Initiated Full GC"), enumConstant
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/shared/
H A DGCCause.java40 _wb_full_gc ("WhiteBox Initiated Full GC"), enumConstant
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/shared/
H A DGCCause.java40 _wb_full_gc ("WhiteBox Initiated Full GC"), enumConstant

123