8141356: Explicitly stop CMS threads during VM termination

GenCollectedHeap::stop() is not implemented which is supposed to stop CMS threads during VM termination.

Reviewed-by: jmasa, kbarrett
This commit is contained in:
Jungwoo Ha 2015-11-03 13:03:04 -08:00 committed by Jungwoo Ha
parent 0580d65a1c
commit 68ffb0bf12
2 changed files with 11 additions and 0 deletions

View file

@ -499,6 +499,9 @@ private:
protected:
void gc_prologue(bool full);
void gc_epilogue(bool full);
public:
void stop();
};
#endif // SHARE_VM_GC_SHARED_GENCOLLECTEDHEAP_HPP