diff -r fdaa30d06ada -r ef2ec6fac731 hotspot/src/share/vm/gc/shared/gcTrace.hpp --- a/hotspot/src/share/vm/gc/shared/gcTrace.hpp Wed Sep 02 09:14:04 2015 +0200 +++ b/hotspot/src/share/vm/gc/shared/gcTrace.hpp Wed Sep 02 09:51:05 2015 +0200 @@ -172,6 +172,7 @@ * * plab_size is the size of the newly allocated PLAB in bytes. */ + bool should_report_promotion_events() const; bool should_report_promotion_in_new_plab_event() const; bool should_report_promotion_outside_plab_event() const; void report_promotion_in_new_plab_event(Klass* klass, size_t obj_size,