8240440: Implement get_safepoint_workers() for parallel GC
Reviewed-by: tschatzl, kbarrett
This commit is contained in:
parent
f0cd9dd5c4
commit
14c098610a
@ -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…
x
Reference in New Issue
Block a user