diff -r d6fe2e4959d6 -r deb97b8ef02b src/share/vm/memory/gcLocker.hpp --- a/src/share/vm/memory/gcLocker.hpp Fri Mar 21 08:32:17 2008 -0700 +++ b/src/share/vm/memory/gcLocker.hpp Wed Mar 26 12:25:06 2008 -0700 @@ -184,7 +184,9 @@ Thread *_thread; public: #ifdef ASSERT - No_Safepoint_Verifier(bool activated = true, bool verifygc = true ) : No_GC_Verifier(verifygc) { + No_Safepoint_Verifier(bool activated = true, bool verifygc = true ) : + No_GC_Verifier(verifygc), + _activated(activated) { _thread = Thread::current(); if (_activated) { _thread->_allow_allocation_count++;