mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
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:
parent
0580d65a1c
commit
68ffb0bf12
2 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue