aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/memory/generation.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/memory/generation.hpp')
-rw-r--r--src/share/vm/memory/generation.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/share/vm/memory/generation.hpp b/src/share/vm/memory/generation.hpp
index 44d641fee..290cce583 100644
--- a/src/share/vm/memory/generation.hpp
+++ b/src/share/vm/memory/generation.hpp
@@ -455,6 +455,7 @@ class Generation: public CHeapObj<mtGC> {
// 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.