/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/z/ |
H A D | zDriver.cpp | 139 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 D | zDriver.cpp | 139 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 D | zDriver.cpp | 123 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 D | zDriver.cpp | 129 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 D | zDriver.cpp | 141 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 D | zDriver.cpp | 124 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 D | zDriver.cpp | 123 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 D | zDriver.cpp | 225 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 D | gcCause.cpp | 60 case _wb_full_gc: in to_string()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shared/ |
H A D | gcCause.cpp | 60 case _wb_full_gc: in to_string()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shared/ |
H A D | gcCause.cpp | 60 case _wb_full_gc: in to_string()
|
H A D | gcCause.hpp | 54 _wb_full_gc, enumerator
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/ |
H A D | gcCause.cpp | 61 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 D | gcCause.cpp | 61 case _wb_full_gc: in to_string()
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shared/ |
H A D | gcCause.cpp | 60 case _wb_full_gc: in to_string()
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shared/ |
H A D | gcCause.cpp | 60 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 D | gcCause.cpp | 60 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 D | GCCause.java | 40 _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 D | GCCause.java | 40 _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 D | GCCause.java | 40 _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 D | GCCause.java | 40 _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 D | GCCause.java | 40 _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 D | GCCause.java | 40 _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 D | GCCause.java | 40 _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 D | GCCause.java | 40 _wb_full_gc ("WhiteBox Initiated Full GC"), enumConstant
|