diff src/share/vm/memory/generation.hpp @ 11973:7b06ae405d7b

6990419: CMS Remaining work for 6572569: consistently skewed work distribution in (long) re-mark pauses Reviewed-by: rasbold, tschatzl, jmasa Contributed-by: yamauchi@google.com
author jmasa
date Tue, 23 Jul 2013 09:49:11 -0700
parents 71180a6e5080
children de6a9e811145
line wrap: on
line diff
--- a/src/share/vm/memory/generation.hpp	Thu Jul 18 09:35:02 2013 -0700
+++ b/src/share/vm/memory/generation.hpp	Tue Jul 23 09:49:11 2013 -0700
@@ -455,6 +455,7 @@
   // expected to be GC worker thread-local, with the worker index
   // indicated by "thr_num".
   virtual void* get_data_recorder(int thr_num) { return NULL; }
+  virtual void sample_eden_chunk() {}
 
   // Some generations may require some cleanup actions before allowing
   // a verification.