src/share/vm/memory/cardTableModRefBS.cpp

changeset 6992
2c6ef90f030a
parent 6680
78bbf4d43a14
child 7051
1f1d373cd044
     1.1 --- a/src/share/vm/memory/cardTableModRefBS.cpp	Tue Jul 01 09:03:55 2014 +0200
     1.2 +++ b/src/share/vm/memory/cardTableModRefBS.cpp	Mon Jul 07 10:12:40 2014 +0200
     1.3 @@ -429,7 +429,7 @@
     1.4                                                                   OopsInGenClosure* cl,
     1.5                                                                   CardTableRS* ct) {
     1.6    if (!mr.is_empty()) {
     1.7 -    // Caller (process_strong_roots()) claims that all GC threads
     1.8 +    // Caller (process_roots()) claims that all GC threads
     1.9      // execute this call.  With UseDynamicNumberOfGCThreads now all
    1.10      // active GC threads execute this call.  The number of active GC
    1.11      // threads needs to be passed to par_non_clean_card_iterate_work()
    1.12 @@ -438,7 +438,7 @@
    1.13      // This is an example of where n_par_threads() is used instead
    1.14      // of workers()->active_workers().  n_par_threads can be set to 0 to
    1.15      // turn off parallelism.  For example when this code is called as
    1.16 -    // part of verification and SharedHeap::process_strong_roots() is being
    1.17 +    // part of verification and SharedHeap::process_roots() is being
    1.18      // used, then n_par_threads() may have been set to 0.  active_workers
    1.19      // is not overloaded with the meaning that it is a switch to disable
    1.20      // parallelism and so keeps the meaning of the number of

mercurial