Searched refs:GCNotifier (Results 1 - 4 of 4) sorted by relevance

/openjdk9/hotspot/src/share/vm/services/
H A DgcNotifier.hpp34 friend class GCNotifier;
56 class GCNotifier : public AllStatic { class in inherits:AllStatic
H A DgcNotifier.cpp42 GCNotificationRequest *GCNotifier::first_request = NULL;
43 GCNotificationRequest *GCNotifier::last_request = NULL;
45 void GCNotifier::pushNotification(GCMemoryManager *mgr, const char *action, const char *cause) {
56 void GCNotifier::addRequest(GCNotificationRequest *request) {
67 GCNotificationRequest *GCNotifier::getRequest() {
76 bool GCNotifier::has_event() {
184 void GCNotifier::sendNotification(TRAPS) {
185 GCNotifier::sendNotificationInternal(THREAD);
194 // This class is used in GCNotifier::sendNotificationInternal to ensure that
208 void GCNotifier
[all...]
H A DmemoryManager.cpp312 GCNotifier::pushNotification(this, isMajorGC ? "end of major GC" : "end of minor GC",
/openjdk9/hotspot/src/share/vm/runtime/
H A DserviceThread.cpp107 !(has_gc_notification_event = GCNotifier::has_event()) &&
129 GCNotifier::sendNotification(CHECK);

Completed in 48 milliseconds