src/share/vm/services/gcNotifier.hpp

changeset 3900
d2a62e0f25eb
parent 3549
1891640ca63f
child 6876
710a3c8b516e
     1.1 --- a/src/share/vm/services/gcNotifier.hpp	Wed Jun 27 15:23:36 2012 +0200
     1.2 +++ b/src/share/vm/services/gcNotifier.hpp	Thu Jun 28 17:03:16 2012 -0400
     1.3 @@ -30,7 +30,7 @@
     1.4  #include "services/memoryService.hpp"
     1.5  #include "services/memoryManager.hpp"
     1.6  
     1.7 -class GCNotificationRequest : public CHeapObj {
     1.8 +class GCNotificationRequest : public CHeapObj<mtInternal> {
     1.9    friend class GCNotifier;
    1.10    GCNotificationRequest *next;
    1.11    jlong timestamp;

mercurial