hotspot/src/share/vm/utilities/events.hpp
changeset 13195 be27e1b6a4b9
parent 11795 0c892974d26c
child 14620 45167d2bc15a
--- a/hotspot/src/share/vm/utilities/events.hpp	Wed Jun 27 15:23:36 2012 +0200
+++ b/hotspot/src/share/vm/utilities/events.hpp	Thu Jun 28 17:03:16 2012 -0400
@@ -46,7 +46,7 @@
 // crash time.  This is a very generic interface that is mainly here
 // for completeness.  Normally the templated EventLogBase would be
 // subclassed to provide different log types.
-class EventLog : public CHeapObj {
+class EventLog : public CHeapObj<mtInternal> {
   friend class Events;
 
  private: