hotspot/src/share/vm/gc_interface/collectedHeap.hpp
changeset 30171 a7606ea92e05
parent 30154 39cd4e2ccf1c
child 30177 925cd0b4f0e7
--- a/hotspot/src/share/vm/gc_interface/collectedHeap.hpp	Fri Apr 10 10:55:07 2015 -0400
+++ b/hotspot/src/share/vm/gc_interface/collectedHeap.hpp	Sun Apr 12 14:59:41 2015 +0200
@@ -450,9 +450,6 @@
   // 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.