hotspot/src/share/vm/utilities/numberSeq.hpp
changeset 12117 23b52cd6ca73
parent 7397 5b173b4ca846
child 12781 dd6480eea079
--- a/hotspot/src/share/vm/utilities/numberSeq.hpp	Mon Mar 12 13:12:07 2012 -0700
+++ b/hotspot/src/share/vm/utilities/numberSeq.hpp	Tue Mar 13 21:12:53 2012 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2012, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -118,6 +118,7 @@
   // accepts a value for L
   TruncatedSeq(int length = DefaultSeqLength,
                double alpha = DEFAULT_ALPHA_VALUE);
+  ~TruncatedSeq();
   virtual void add(double val);
   virtual double maximum() const;
   virtual double last() const; // the last value added to the sequence