src/share/vm/opto/runtime.hpp

changeset 1462
39b01ab7035a
parent 777
37f87013dfd8
child 1601
7b0e9cba0307
     1.1 --- a/src/share/vm/opto/runtime.hpp	Wed Oct 07 19:01:55 2009 -0400
     1.2 +++ b/src/share/vm/opto/runtime.hpp	Fri Oct 16 02:05:46 2009 -0700
     1.3 @@ -133,8 +133,8 @@
     1.4    // Allocate storage for a objArray or typeArray
     1.5    static void new_array_C(klassOopDesc* array_klass, int len, JavaThread *thread);
     1.6  
     1.7 -  // Post-allocation step for implementing ReduceInitialCardMarks:
     1.8 -  static void do_eager_card_mark(JavaThread* thread);
     1.9 +  // Post-slow-path-allocation step for implementing ReduceInitialCardMarks:
    1.10 +  static void maybe_defer_card_mark(JavaThread* thread);
    1.11  
    1.12    // Allocate storage for a multi-dimensional arrays
    1.13    // Note: needs to be fixed for arbitrary number of dimensions

mercurial