8077411: Remove CollectedHeap::supports_heap_inspection()

Reviewed-by: stefank, ecaspole, jmasa
This commit is contained in:
Bengt Rutisson 2015-04-12 14:59:41 +02:00
parent d0dafa0c28
commit 2cefed232b
6 changed files with 0 additions and 22 deletions

View file

@ -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.