diff -r 5d2156bcb78b -r 33143ee07800 src/share/vm/services/memPtrArray.hpp --- a/src/share/vm/services/memPtrArray.hpp Tue Sep 04 16:20:28 2012 -0700 +++ b/src/share/vm/services/memPtrArray.hpp Tue Sep 11 20:53:17 2012 -0400 @@ -84,11 +84,7 @@ // implementation class class MemPointerArrayIteratorImpl : public MemPointerArrayIterator { -#ifdef ASSERT protected: -#else - private: -#endif MemPointerArray* _array; int _pos;