diff -r 1ee412f7fec9 -r 39b01ab7035a src/share/vm/opto/runtime.hpp --- a/src/share/vm/opto/runtime.hpp Wed Oct 07 19:01:55 2009 -0400 +++ b/src/share/vm/opto/runtime.hpp Fri Oct 16 02:05:46 2009 -0700 @@ -133,8 +133,8 @@ // Allocate storage for a objArray or typeArray static void new_array_C(klassOopDesc* array_klass, int len, JavaThread *thread); - // Post-allocation step for implementing ReduceInitialCardMarks: - static void do_eager_card_mark(JavaThread* thread); + // Post-slow-path-allocation step for implementing ReduceInitialCardMarks: + static void maybe_defer_card_mark(JavaThread* thread); // Allocate storage for a multi-dimensional arrays // Note: needs to be fixed for arbitrary number of dimensions