< prev index next >

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

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

@@ -623,14 +623,10 @@
 uint CollectedHeap::oop_extra_words() {
   // Default implementation doesn't need extra space for oops.
   return 0;
 }
 
-void CollectedHeap::accumulate_statistics_all_gclabs() {
-  // Default implementation does nothing.
-}
-
 #ifndef CC_INTERP
 void CollectedHeap::compile_prepare_oop(MacroAssembler* masm, Register obj) {
   // Default implementation does nothing.
 }
 #endif
< prev index next >