mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8240440: Implement get_safepoint_workers() for parallel GC
Reviewed-by: tschatzl, kbarrett
This commit is contained in:
parent
f0cd9dd5c4
commit
14c098610a
1 changed files with 2 additions and 0 deletions
|
@ -227,6 +227,8 @@ class ParallelScavengeHeap : public CollectedHeap {
|
|||
virtual void gc_threads_do(ThreadClosure* tc) const;
|
||||
virtual void print_tracing_info() const;
|
||||
|
||||
virtual WorkGang* get_safepoint_workers() { return &_workers; }
|
||||
|
||||
PreGenGCValues get_pre_gc_values() const;
|
||||
void print_heap_change(const PreGenGCValues& pre_gc_values) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue