src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp	Wed Jan 15 01:41:35 2014
--- new/src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp	Wed Jan 15 01:41:35 2014

*** 878,889 **** --- 878,889 ---- } } } void MutableNUMASpace::verify() { ! // This can be called after setting an arbitary value to the space's top, ! // so an object can cross the chunk boundary. We ensure the parsablity ! // This can be called after setting an arbitrary value to the space's top, ! // so an object can cross the chunk boundary. We ensure the parseability // of the space and just walk the objects in linear fashion. ensure_parsability(); MutableSpace::verify(); }

src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File