comparison src/share/vm/services/gcNotifier.hpp @ 6275:957c266d8bc5

Merge with http://hg.openjdk.java.net/hsx/hsx24/hotspot/
author Doug Simon <doug.simon@oracle.com>
date Tue, 21 Aug 2012 10:39:19 +0200
parents d2a62e0f25eb
children
comparison
equal deleted inserted replaced
5891:fd8832ae511d 6275:957c266d8bc5
28 #include "memory/allocation.hpp" 28 #include "memory/allocation.hpp"
29 #include "services/memoryPool.hpp" 29 #include "services/memoryPool.hpp"
30 #include "services/memoryService.hpp" 30 #include "services/memoryService.hpp"
31 #include "services/memoryManager.hpp" 31 #include "services/memoryManager.hpp"
32 32
33 class GCNotificationRequest : public CHeapObj { 33 class GCNotificationRequest : public CHeapObj<mtInternal> {
34 friend class GCNotifier; 34 friend class GCNotifier;
35 GCNotificationRequest *next; 35 GCNotificationRequest *next;
36 jlong timestamp; 36 jlong timestamp;
37 GCMemoryManager *gcManager; 37 GCMemoryManager *gcManager;
38 const char *gcAction; 38 const char *gcAction;