hotspot/src/share/vm/gc/shared/gcTrace.hpp
changeset 32608 ef2ec6fac731
parent 32380 1dcdb686f0cb
child 33107 77bf0d2069a3
--- 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,