Home
last modified time | relevance | path

Searched refs:InactiveSafepointCounter (Results 1 – 10 of 10) sorted by relevance

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A Dsafepoint.cpp139 const uint64_t SafepointSynchronize::InactiveSafepointCounter = 0; member in SafepointSynchronize
630 assert((safepoint_count != InactiveSafepointCounter && in try_stable_load_state()
633 || safepoint_count == InactiveSafepointCounter, "Invalid check"); in try_stable_load_state()
650 if (sid != InactiveSafepointCounter && sid != safepoint_count) { in try_stable_load_state()
679 if (try_stable_load_state(&stable_state, thread, InactiveSafepointCounter)) { in handshake_safe()
745 guarantee(thread->safepoint_state()->get_safepoint_id() == InactiveSafepointCounter, in block()
817 _safepoint_id(SafepointSynchronize::InactiveSafepointCounter), _next(NULL) { in ThreadSafepointState()
837 Atomic::release_store(&_safepoint_id, SafepointSynchronize::InactiveSafepointCounter); in reset_safepoint_id()
H A Dsafepoint.hpp147 static const uint64_t InactiveSafepointCounter; member in SafepointSynchronize
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/
H A Dsafepoint.cpp139 const uint64_t SafepointSynchronize::InactiveSafepointCounter = 0; member in SafepointSynchronize
632 assert((safepoint_count != InactiveSafepointCounter && in try_stable_load_state()
635 || safepoint_count == InactiveSafepointCounter, "Invalid check"); in try_stable_load_state()
652 if (sid != InactiveSafepointCounter && sid != safepoint_count) { in try_stable_load_state()
681 if (try_stable_load_state(&stable_state, thread, InactiveSafepointCounter)) { in handshake_safe()
747 guarantee(thread->safepoint_state()->get_safepoint_id() == InactiveSafepointCounter, in block()
822 _safepoint_id(SafepointSynchronize::InactiveSafepointCounter), _next(NULL) { in ThreadSafepointState()
842 Atomic::release_store(&_safepoint_id, SafepointSynchronize::InactiveSafepointCounter); in reset_safepoint_id()
H A Dsafepoint.hpp147 static const uint64_t InactiveSafepointCounter; member in SafepointSynchronize
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A Dsafepoint.cpp138 const uint64_t SafepointSynchronize::InactiveSafepointCounter = 0; member in SafepointSynchronize
703 assert((safepoint_count != InactiveSafepointCounter && in try_stable_load_state()
706 || safepoint_count == InactiveSafepointCounter, "Invalid check"); in try_stable_load_state()
723 if (sid != InactiveSafepointCounter && sid != safepoint_count) { in try_stable_load_state()
756 if (try_stable_load_state(&stable_state, thread, InactiveSafepointCounter)) { in handshake_safe()
856 guarantee(thread->safepoint_state()->get_safepoint_id() == InactiveSafepointCounter, in block()
955 _safepoint_id(SafepointSynchronize::InactiveSafepointCounter), in ThreadSafepointState()
976 OrderAccess::release_store(&_safepoint_id, SafepointSynchronize::InactiveSafepointCounter); in reset_safepoint_id()
H A Dsafepoint.hpp157 static const uint64_t InactiveSafepointCounter; member in SafepointSynchronize
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/runtime/
H A Dsafepoint.cpp138 const uint64_t SafepointSynchronize::InactiveSafepointCounter = 0; member in SafepointSynchronize
666 assert((safepoint_count != InactiveSafepointCounter && in try_stable_load_state()
669 || safepoint_count == InactiveSafepointCounter, "Invalid check"); in try_stable_load_state()
686 if (sid != InactiveSafepointCounter && sid != safepoint_count) { in try_stable_load_state()
715 if (try_stable_load_state(&stable_state, thread, InactiveSafepointCounter)) { in handshake_safe()
815 guarantee(thread->safepoint_state()->get_safepoint_id() == InactiveSafepointCounter, in block()
911 _safepoint_id(SafepointSynchronize::InactiveSafepointCounter), _next(NULL) { in ThreadSafepointState()
931 Atomic::release_store(&_safepoint_id, SafepointSynchronize::InactiveSafepointCounter); in reset_safepoint_id()
H A Dsafepoint.hpp147 static const uint64_t InactiveSafepointCounter; member in SafepointSynchronize
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/runtime/
H A Dsafepoint.cpp138 const uint64_t SafepointSynchronize::InactiveSafepointCounter = 0; member in SafepointSynchronize
694 assert((safepoint_count != InactiveSafepointCounter && in try_stable_load_state()
697 || safepoint_count == InactiveSafepointCounter, "Invalid check"); in try_stable_load_state()
714 if (sid != InactiveSafepointCounter && sid != safepoint_count) { in try_stable_load_state()
747 if (try_stable_load_state(&stable_state, thread, InactiveSafepointCounter)) { in handshake_safe()
847 guarantee(thread->safepoint_state()->get_safepoint_id() == InactiveSafepointCounter, in block()
946 _safepoint_id(SafepointSynchronize::InactiveSafepointCounter), _next(NULL) { in ThreadSafepointState()
966 Atomic::release_store(&_safepoint_id, SafepointSynchronize::InactiveSafepointCounter); in reset_safepoint_id()
H A Dsafepoint.hpp148 static const uint64_t InactiveSafepointCounter; member in SafepointSynchronize