src/share/vm/gc_implementation/shared/gcTrace.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/gc_implementation/shared/gcTrace.hpp	Wed Mar 20 22:37:10 2013
--- new/src/share/vm/gc_implementation/shared/gcTrace.hpp	Wed Mar 20 22:37:10 2013

*** 26,36 **** --- 26,36 ---- #define SHARE_VM_GC_IMPLEMENTATION_SHARED_GCTRACE_HPP #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 #include "gc_implementation/g1/g1YCTypes.hpp" #endif
*** 136,146 **** --- 136,146 ---- class YoungGCTracer : public GCTracer { protected: YoungGCTracer(GCName name) : GCTracer(name) {} public: - virtual void report_promotion_failed(const PromotionFailedInfo& pf_info); protected: virtual void report_gc_end_impl(jlong timestamp, TimePartitions* time_partitions); private:

src/share/vm/gc_implementation/shared/gcTrace.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File