--- old/src/share/vm/gc_implementation/shared/gcTrace.hpp 2013-03-20 22:37:10.000000000 +0100 +++ new/src/share/vm/gc_implementation/shared/gcTrace.hpp 2013-03-20 22:37:10.000000000 +0100 @@ -28,7 +28,7 @@ #include "gc_interface/gcCause.hpp" #include "gc_interface/gcName.hpp" #include "gc_implementation/shared/gcWhen.hpp" -#include "gc_implementation/shared/promotionFailedInfo.hpp" +#include "gc_implementation/shared/copyFailedInfo.hpp" #include "memory/allocation.hpp" #include "memory/referenceType.hpp" #ifndef SERIALGC @@ -138,7 +138,7 @@ YoungGCTracer(GCName name) : GCTracer(name) {} public: - virtual void report_promotion_failed(const PromotionFailedInfo& pf_info); + void report_promotion_failed(const PromotionFailedInfo& pf_info); protected: virtual void report_gc_end_impl(jlong timestamp, TimePartitions* time_partitions);