changeset 616 | 4f2dfc0168e2 |
parent 1 | 489c9b5090e2 |
child 971 | f0b20be4165d |
child 670 | ddf3e9583f2f |
--- a/hotspot/src/share/vm/gc_implementation/shared/mutableSpace.cpp Wed Jun 04 13:51:09 2008 -0700 +++ b/hotspot/src/share/vm/gc_implementation/shared/mutableSpace.cpp Mon Jun 09 07:18:59 2008 -0700 @@ -118,7 +118,7 @@ bottom(), top(), end()); } -void MutableSpace::verify(bool allow_dirty) const { +void MutableSpace::verify(bool allow_dirty) { HeapWord* p = bottom(); HeapWord* t = top(); HeapWord* prev_p = NULL;