Searched refs:_notification_enabled (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DmemoryManager.hpp169 volatile bool _notification_enabled; member in class:GCMemoryManager
193 void set_notification_enabled(bool enabled) { _notification_enabled = enabled; }
194 bool is_notification_enabled() { return _notification_enabled; }
H A DmemoryManager.cpp206 _notification_enabled = false;

Completed in 23 milliseconds