hotspot/src/share/vm/services/gcNotifier.cpp
changeset 37248 11a660dbbb8e
parent 35498 392b50de06c6
child 46271 979ebd346ecf
equal deleted inserted replaced
37247:bdbfe42632cb 37248:11a660dbbb8e
    35 #include "services/gcNotifier.hpp"
    35 #include "services/gcNotifier.hpp"
    36 #include "services/management.hpp"
    36 #include "services/management.hpp"
    37 #include "services/memoryService.hpp"
    37 #include "services/memoryService.hpp"
    38 #include "memoryManager.hpp"
    38 #include "memoryManager.hpp"
    39 #include "memory/oopFactory.hpp"
    39 #include "memory/oopFactory.hpp"
       
    40 #include "memory/resourceArea.hpp"
    40 
    41 
    41 GCNotificationRequest *GCNotifier::first_request = NULL;
    42 GCNotificationRequest *GCNotifier::first_request = NULL;
    42 GCNotificationRequest *GCNotifier::last_request = NULL;
    43 GCNotificationRequest *GCNotifier::last_request = NULL;
    43 
    44 
    44 void GCNotifier::pushNotification(GCMemoryManager *mgr, const char *action, const char *cause) {
    45 void GCNotifier::pushNotification(GCMemoryManager *mgr, const char *action, const char *cause) {