src/share/vm/runtime/thread.cpp

changeset 6992
2c6ef90f030a
parent 6973
4af19b914f53
child 7074
833b0f92429a
     1.1 --- a/src/share/vm/runtime/thread.cpp	Tue Jul 01 09:03:55 2014 +0200
     1.2 +++ b/src/share/vm/runtime/thread.cpp	Mon Jul 07 10:12:40 2014 +0200
     1.3 @@ -4181,8 +4181,8 @@
     1.4    SharedHeap* sh = SharedHeap::heap();
     1.5    // Cannot yet substitute active_workers for n_par_threads
     1.6    // because of G1CollectedHeap::verify() use of
     1.7 -  // SharedHeap::process_strong_roots().  n_par_threads == 0 will
     1.8 -  // turn off parallelism in process_strong_roots while active_workers
     1.9 +  // SharedHeap::process_roots().  n_par_threads == 0 will
    1.10 +  // turn off parallelism in process_roots while active_workers
    1.11    // is being used for parallelism elsewhere.
    1.12    bool is_par = sh->n_par_threads() > 0;
    1.13    assert(!is_par ||

mercurial