--- old/src/share/vm/memory/generation.hpp Sat Feb 8 03:03:05 2014 +++ new/src/share/vm/memory/generation.hpp Sat Feb 8 03:02:59 2014 @@ -457,6 +457,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.