src/share/vm/utilities/events.hpp

changeset 5103
f9be75d21404
parent 4967
5a9fa2ba85f0
child 6680
78bbf4d43a14
     1.1 --- a/src/share/vm/utilities/events.hpp	Tue May 14 11:34:30 2013 +0400
     1.2 +++ b/src/share/vm/utilities/events.hpp	Tue May 14 09:41:12 2013 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -69,7 +69,7 @@
    1.11  // semantics aren't appropriate.  The name is used as the label of the
    1.12  // log when it is dumped during a crash.
    1.13  template <class T> class EventLogBase : public EventLog {
    1.14 -  template <class X> class EventRecord {
    1.15 +  template <class X> class EventRecord : public CHeapObj<mtInternal> {
    1.16     public:
    1.17      double  timestamp;
    1.18      Thread* thread;

mercurial