diff src/share/vm/libadt/vectset.hpp @ 4051:f350490a45fd

7105611: Set::print() is broken Summary: Reimplemented class VSetI_ to restore Set::print(). Reviewed-by: never
author kvn
date Thu, 27 Oct 2011 18:20:50 -0700
parents 3763ca6579b7
children
line wrap: on
line diff
--- a/src/share/vm/libadt/vectset.hpp	Thu Oct 27 14:40:25 2011 -0700
+++ b/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--------------------------------------