src/share/vm/services/nmtCommon.hpp

changeset 7078
c6211b707068
parent 7074
833b0f92429a
     1.1 --- a/src/share/vm/services/nmtCommon.hpp	Thu Aug 14 09:02:51 2014 -0400
     1.2 +++ b/src/share/vm/services/nmtCommon.hpp	Tue Aug 19 08:34:25 2014 -0400
     1.3 @@ -50,9 +50,6 @@
     1.4  // build time decision.
     1.5  const int NMT_TrackingStackDepth = 4;
     1.6  
     1.7 -class NativeCallStack;
     1.8 -extern NativeCallStack emptyStack;
     1.9 -
    1.10  // A few common utilities for native memory tracking
    1.11  class NMTUtil : AllStatic {
    1.12   public:

mercurial