Home
last modified time | relevance | path

Searched refs:is_explicit_gc (Results 1 – 25 of 40) sorted by relevance

12

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahControlThread.cpp87 bool explicit_gc_requested = _gc_requested.is_set() && is_explicit_gc(_requested_gc_cause); in run_service()
88 bool implicit_gc_requested = _gc_requested.is_set() && !is_explicit_gc(_requested_gc_cause); in run_service()
485 bool ShenandoahControlThread::is_explicit_gc(GCCause::Cause cause) const { in is_explicit_gc() function in ShenandoahControlThread
499 if (is_explicit_gc(cause)) { in request_gc()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shenandoah/
H A DshenandoahControlThread.cpp87 bool explicit_gc_requested = _gc_requested.is_set() && is_explicit_gc(_requested_gc_cause); in run_service()
88 bool implicit_gc_requested = _gc_requested.is_set() && !is_explicit_gc(_requested_gc_cause); in run_service()
485 bool ShenandoahControlThread::is_explicit_gc(GCCause::Cause cause) const { in is_explicit_gc() function in ShenandoahControlThread
499 if (is_explicit_gc(cause)) { in request_gc()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahControlThread.cpp90 bool explicit_gc_requested = _gc_requested.is_set() && is_explicit_gc(_requested_gc_cause); in run_service()
91 bool implicit_gc_requested = _gc_requested.is_set() && !is_explicit_gc(_requested_gc_cause); in run_service()
466 bool ShenandoahControlThread::is_explicit_gc(GCCause::Cause cause) const { in is_explicit_gc() function in ShenandoahControlThread
480 if (is_explicit_gc(cause)) { in request_gc()
H A DshenandoahControlThread.hpp113 bool is_explicit_gc(GCCause::Cause cause) const;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahControlThread.cpp92 bool explicit_gc_requested = _gc_requested.is_set() && is_explicit_gc(_requested_gc_cause); in run_service()
93 bool implicit_gc_requested = _gc_requested.is_set() && !is_explicit_gc(_requested_gc_cause); in run_service()
502 bool ShenandoahControlThread::is_explicit_gc(GCCause::Cause cause) const { in is_explicit_gc() function in ShenandoahControlThread
516 if (is_explicit_gc(cause)) { in request_gc()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahControlThread.cpp92 bool explicit_gc_requested = _gc_requested.is_set() && is_explicit_gc(_requested_gc_cause); in run_service()
93 bool implicit_gc_requested = _gc_requested.is_set() && !is_explicit_gc(_requested_gc_cause); in run_service()
502 bool ShenandoahControlThread::is_explicit_gc(GCCause::Cause cause) const { in is_explicit_gc() function in ShenandoahControlThread
516 if (is_explicit_gc(cause)) { in request_gc()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahControlThread.cpp100 bool explicit_gc_requested = _gc_requested.is_set() && is_explicit_gc(_requested_gc_cause); in run_service()
101 bool implicit_gc_requested = _gc_requested.is_set() && !is_explicit_gc(_requested_gc_cause); in run_service()
534 bool ShenandoahControlThread::is_explicit_gc(GCCause::Cause cause) const { in is_explicit_gc() function in ShenandoahControlThread
548 if (is_explicit_gc(cause)) { in request_gc()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahControlThread.cpp102 bool explicit_gc_requested = is_gc_requested && is_explicit_gc(requested_gc_cause); in run_service()
103 bool implicit_gc_requested = is_gc_requested && !is_explicit_gc(requested_gc_cause); in run_service()
472 bool ShenandoahControlThread::is_explicit_gc(GCCause::Cause cause) const { in is_explicit_gc() function in ShenandoahControlThread
487 if (is_explicit_gc(cause)) { in request_gc()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahControlThread.cpp100 bool explicit_gc_requested = _gc_requested.is_set() && is_explicit_gc(_requested_gc_cause); in run_service()
101 bool implicit_gc_requested = _gc_requested.is_set() && !is_explicit_gc(_requested_gc_cause); in run_service()
531 bool ShenandoahControlThread::is_explicit_gc(GCCause::Cause cause) const { in is_explicit_gc() function in ShenandoahControlThread
545 if (is_explicit_gc(cause)) { in request_gc()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/g1/
H A Dg1FullGCScope.hpp60 bool is_explicit_gc();
H A Dg1FullGCScope.cpp59 bool G1FullGCScope::is_explicit_gc() { in is_explicit_gc() function in G1FullGCScope
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/g1/
H A Dg1FullGCScope.hpp61 bool is_explicit_gc();
H A Dg1FullGCScope.cpp59 bool G1FullGCScope::is_explicit_gc() { in is_explicit_gc() function in G1FullGCScope
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/g1/
H A Dg1FullGCScope.hpp60 bool is_explicit_gc();
H A Dg1FullGCScope.cpp59 bool G1FullGCScope::is_explicit_gc() { in is_explicit_gc() function in G1FullGCScope
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/g1/
H A Dg1FullGCScope.hpp60 bool is_explicit_gc();
H A Dg1FullGCScope.cpp59 bool G1FullGCScope::is_explicit_gc() { in is_explicit_gc() function in G1FullGCScope
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/g1/
H A Dg1FullGCScope.hpp60 bool is_explicit_gc();
H A Dg1FullGCScope.cpp59 bool G1FullGCScope::is_explicit_gc() { in is_explicit_gc() function in G1FullGCScope
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1FullGCScope.hpp62 bool is_explicit_gc();
H A Dg1FullGCScope.cpp60 bool G1FullGCScope::is_explicit_gc() { in is_explicit_gc() function in G1FullGCScope
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1FullGCScope.hpp62 bool is_explicit_gc();
H A Dg1FullGCScope.cpp60 bool G1FullGCScope::is_explicit_gc() { in is_explicit_gc() function in G1FullGCScope
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/g1/
H A Dg1FullGCScope.hpp65 bool is_explicit_gc();
H A Dg1FullGCScope.cpp65 bool G1FullGCScope::is_explicit_gc() { in is_explicit_gc() function in G1FullGCScope

12