hotspot/src/share/vm/gc_implementation/shared/immutableSpace.cpp

Print this page
rev 611 : Merge

*** 1,10 **** #ifdef USE_PRAGMA_IDENT_SRC #pragma ident "@(#)immutableSpace.cpp 1.13 07/05/05 17:05:34 JVM" #endif /* ! * Copyright 2001-2006 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,10 ---- #ifdef USE_PRAGMA_IDENT_SRC #pragma ident "@(#)immutableSpace.cpp 1.13 07/05/05 17:05:34 JVM" #endif /* ! * Copyright 2001-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 67,77 **** tty->print_cr(" [%#-6lx,%#-6lx)", bottom(), end()); } #endif ! void ImmutableSpace::verify(bool allow_dirty) const { HeapWord* p = bottom(); HeapWord* t = end(); HeapWord* prev_p = NULL; while (p < t) { oop(p)->verify(); --- 67,77 ---- tty->print_cr(" [%#-6lx,%#-6lx)", bottom(), end()); } #endif ! void ImmutableSpace::verify(bool allow_dirty) { HeapWord* p = bottom(); HeapWord* t = end(); HeapWord* prev_p = NULL; while (p < t) { oop(p)->verify();