--- old/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp 2012-09-14 10:36:20.429309500 +0200 +++ new/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp 2012-09-14 10:36:17.615148600 +0200 @@ -408,6 +408,9 @@ void verify_before_gc(); void verify_after_gc(); + void log_gc_header(); + void log_gc_footer(double pause_time_sec); + // These are macros so that, if the assert fires, we get the correct // line number, file, etc.