comparison src/share/vm/memory/dump.cpp @ 288:70c4fb9cf899

Merge
author apangin
date Tue, 19 Aug 2008 06:02:07 -0700
parents 6e76352f1f62 850fdf70db2b
children 52e32c8b317e
comparison
equal deleted inserted replaced
287:6e76352f1f62 288:70c4fb9cf899
643 // Empty the young and old generations. 643 // Empty the young and old generations.
644 644
645 class ClearSpaceClosure : public SpaceClosure { 645 class ClearSpaceClosure : public SpaceClosure {
646 public: 646 public:
647 void do_space(Space* s) { 647 void do_space(Space* s) {
648 s->clear(); 648 s->clear(SpaceDecorator::Mangle);
649 } 649 }
650 }; 650 };
651 651
652 652
653 // Closure for serializing initialization data out to a data area to be 653 // Closure for serializing initialization data out to a data area to be