mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8246622: Remove CollectedHeap::print_gc_threads_on()
Reviewed-by: stefank, tschatzl, sjohanss
This commit is contained in:
parent
c66bef0289
commit
06e47d05b6
27 changed files with 31 additions and 127 deletions
|
@ -188,12 +188,6 @@ class AbstractWorkGang : public CHeapObj<mtInternal> {
|
|||
// Debugging.
|
||||
const char* name() const { return _name; }
|
||||
|
||||
// Printing
|
||||
void print_worker_threads_on(outputStream *st) const;
|
||||
void print_worker_threads() const {
|
||||
print_worker_threads_on(tty);
|
||||
}
|
||||
|
||||
protected:
|
||||
virtual AbstractGangWorker* allocate_worker(uint which) = 0;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue