src/share/vm/gc_interface/collectedHeap.hpp

changeset 6690
1772223a25a2
parent 6627
cf9f24de0b93
child 6876
710a3c8b516e
child 7031
ee019285a52c
     1.1 --- a/src/share/vm/gc_interface/collectedHeap.hpp	Thu May 22 09:12:29 2014 +0200
     1.2 +++ b/src/share/vm/gc_interface/collectedHeap.hpp	Fri Apr 11 11:00:12 2014 +0200
     1.3 @@ -208,6 +208,9 @@
     1.4    // This is the correct place to place such initialization methods.
     1.5    virtual void post_initialize() = 0;
     1.6  
     1.7 +  // Stop any onging concurrent work and prepare for exit.
     1.8 +  virtual void stop() {}
     1.9 +
    1.10    MemRegion reserved_region() const { return _reserved; }
    1.11    address base() const { return (address)reserved_region().start(); }
    1.12  

mercurial