src/share/vm/gc_implementation/g1/g1MarkSweep.cpp

changeset 6968
9fec19bb0659
parent 6904
0982ec23da03
child 6971
7426d8d76305
     1.1 --- a/src/share/vm/gc_implementation/g1/g1MarkSweep.cpp	Thu Aug 07 15:02:18 2014 -0700
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1MarkSweep.cpp	Tue Jan 14 16:40:33 2014 +0100
     1.3 @@ -132,7 +132,6 @@
     1.4    ClassLoaderDataGraph::clear_claimed_marks();
     1.5  
     1.6    sh->process_strong_roots(true,  // activate StrongRootsScope
     1.7 -                           false, // not scavenging.
     1.8                             SharedHeap::SO_SystemClasses,
     1.9                             &GenMarkSweep::follow_root_closure,
    1.10                             &GenMarkSweep::follow_code_root_closure,
    1.11 @@ -309,7 +308,6 @@
    1.12    ClassLoaderDataGraph::clear_claimed_marks();
    1.13  
    1.14    sh->process_strong_roots(true,  // activate StrongRootsScope
    1.15 -                           false, // not scavenging.
    1.16                             SharedHeap::SO_AllClasses,
    1.17                             &GenMarkSweep::adjust_pointer_closure,
    1.18                             NULL,  // do not touch code cache here

mercurial