hotspot/src/share/vm/gc_implementation/shared/gcTrace.hpp
changeset 28940 c314cf1db3fa
parent 28024 33102d6e1f06
--- a/hotspot/src/share/vm/gc_implementation/shared/gcTrace.hpp	Tue Feb 10 17:41:19 2015 -0500
+++ b/hotspot/src/share/vm/gc_implementation/shared/gcTrace.hpp	Wed Feb 11 14:47:21 2015 +0100
@@ -153,7 +153,7 @@
   virtual void report_gc_end_impl(const Ticks& timestamp, TimePartitions* time_partitions);
 
  public:
-  void report_promotion_failed(const PromotionFailedInfo& pf_info);
+  void report_promotion_failed(const PromotionFailedInfo& pf_info) const;
   void report_tenuring_threshold(const uint tenuring_threshold);
 
   /*