src/share/vm/memory/gcLocker.hpp

changeset 533
deb97b8ef02b
parent 435
a61af66fc99e
child 631
d1605aabd0a1
     1.1 --- a/src/share/vm/memory/gcLocker.hpp	Fri Mar 21 08:32:17 2008 -0700
     1.2 +++ b/src/share/vm/memory/gcLocker.hpp	Wed Mar 26 12:25:06 2008 -0700
     1.3 @@ -184,7 +184,9 @@
     1.4    Thread *_thread;
     1.5   public:
     1.6  #ifdef ASSERT
     1.7 -  No_Safepoint_Verifier(bool activated = true, bool verifygc = true ) : No_GC_Verifier(verifygc) {
     1.8 +  No_Safepoint_Verifier(bool activated = true, bool verifygc = true ) :
     1.9 +    No_GC_Verifier(verifygc),
    1.10 +    _activated(activated) {
    1.11      _thread = Thread::current();
    1.12      if (_activated) {
    1.13        _thread->_allow_allocation_count++;

mercurial