src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp

changeset 3711
b632e80fc9dc
parent 3668
cc74fa5a91a9
child 3900
d2a62e0f25eb
     1.1 --- a/src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp	Fri Apr 13 01:59:38 2012 +0200
     1.2 +++ b/src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp	Mon Apr 16 08:57:18 2012 +0200
     1.3 @@ -891,12 +891,12 @@
     1.4    }
     1.5  }
     1.6  
     1.7 -void MutableNUMASpace::verify(bool allow_dirty) {
     1.8 +void MutableNUMASpace::verify() {
     1.9    // This can be called after setting an arbitary value to the space's top,
    1.10    // so an object can cross the chunk boundary. We ensure the parsablity
    1.11    // of the space and just walk the objects in linear fashion.
    1.12    ensure_parsability();
    1.13 -  MutableSpace::verify(allow_dirty);
    1.14 +  MutableSpace::verify();
    1.15  }
    1.16  
    1.17  // Scan pages and gather stats about page placement and size.

mercurial