--- old/src/share/vm/gc_implementation/g1/concurrentMark.hpp 2013-04-29 12:43:22.144470449 -0700 +++ new/src/share/vm/gc_implementation/g1/concurrentMark.hpp 2013-04-29 12:43:21.917431565 -0700 @@ -1117,7 +1117,9 @@ // trying not to exceed the given duration. However, it might exit // prematurely, according to some conditions (i.e. SATB buffers are // available for processing). - void do_marking_step(double target_ms, bool do_stealing, bool do_termination); + void do_marking_step(double target_ms, + bool do_termination, + bool is_serial); // These two calls start and stop the timer void record_start_time() {