changeset 13195 | be27e1b6a4b9 |
parent 11766 | b1ff60353280 |
--- a/hotspot/src/share/vm/services/gcNotifier.hpp Wed Jun 27 15:23:36 2012 +0200 +++ b/hotspot/src/share/vm/services/gcNotifier.hpp Thu Jun 28 17:03:16 2012 -0400 @@ -30,7 +30,7 @@ #include "services/memoryService.hpp" #include "services/memoryManager.hpp" -class GCNotificationRequest : public CHeapObj { +class GCNotificationRequest : public CHeapObj<mtInternal> { friend class GCNotifier; GCNotificationRequest *next; jlong timestamp;