< prev index next >

src/hotspot/share/gc/shared/collectedHeap.hpp

Print this page
rev 48920 : [backport] Use PLAB for evacuations instead of TLAB

@@ -638,13 +638,10 @@
   // concurrent marking) for an intermittent non-GC safepoint.
   // If this method returns NULL, SafepointSynchronize will
   // perform cleanup tasks serially in the VMThread.
   virtual WorkGang* get_safepoint_workers() { return NULL; }
 
-  // Accumulate additional statistics from GCLABs.
-  virtual void accumulate_statistics_all_gclabs();
-
   // Support for object pinning. This is used by JNI Get*Critical()
   // and Release*Critical() family of functions. If supported, the GC
   // must guarantee that pinned objects never move.
   virtual bool supports_object_pinning() const;
   virtual oop pin_object(JavaThread* thread, oop obj);
< prev index next >