src/hotspot/share/gc/shared/collectedHeap.hpp
changeset 49054 fa4c8865a4ff
parent 49047 8f004146e407
child 49466 6ce398fe53fd
child 56276 ee5e58456be5
--- a/src/hotspot/share/gc/shared/collectedHeap.hpp	Thu Feb 22 14:16:18 2018 +0100
+++ b/src/hotspot/share/gc/shared/collectedHeap.hpp	Fri Feb 23 09:38:33 2018 +0100
@@ -607,20 +607,6 @@
     return (CIFireOOMAt > 1 && _fire_out_of_memory_count >= CIFireOOMAt);
   }
 #endif
-
- public:
-  // Copy the current allocation context statistics for the specified contexts.
-  // For each context in contexts, set the corresponding entries in the totals
-  // and accuracy arrays to the current values held by the statistics.  Each
-  // array should be of length len.
-  // Returns true if there are more stats available.
-  virtual bool copy_allocation_context_stats(const jint* contexts,
-                                             jlong* totals,
-                                             jbyte* accuracy,
-                                             jint len) {
-    return false;
-  }
-
 };
 
 // Class to set and reset the GC cause for a CollectedHeap.