hotspot/src/share/vm/libadt/vectset.hpp
changeset 10975 446510be531a
parent 8319 aedb3bd871bc
child 24425 53764d2358f9
--- a/hotspot/src/share/vm/libadt/vectset.hpp	Thu Oct 27 14:40:25 2011 -0700
+++ b/hotspot/src/share/vm/libadt/vectset.hpp	Thu Oct 27 18:20:50 2011 -0700
@@ -151,7 +151,7 @@
 
 
 private:
-  SetI_ *iterate(uint&) const { ShouldNotCallThis(); return NULL; } // Removed
+  SetI_ *iterate(uint&) const;
 };
 
 //------------------------------Iteration--------------------------------------