mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8077411: Remove CollectedHeap::supports_heap_inspection()
Reviewed-by: stefank, ecaspole, jmasa
This commit is contained in:
parent
d0dafa0c28
commit
2cefed232b
6 changed files with 0 additions and 22 deletions
|
@ -450,9 +450,6 @@ class CollectedHeap : public CHeapObj<mtInternal> {
|
|||
// remembered set.
|
||||
virtual void flush_deferred_store_barrier(JavaThread* thread);
|
||||
|
||||
// Does this heap support heap inspection (+PrintClassHistogram?)
|
||||
virtual bool supports_heap_inspection() const = 0;
|
||||
|
||||
// Perform a collection of the heap; intended for use in implementing
|
||||
// "System.gc". This probably implies as full a collection as the
|
||||
// "CollectedHeap" supports.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue