src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp

changeset 5011
a08c80e9e1e5
parent 4904
7b835924c31c
child 5014
5c93c1f61226
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Mon Apr 22 10:10:09 2013 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Mon Apr 22 20:27:36 2013 +0200
     1.3 @@ -827,8 +827,7 @@
     1.4    // Apply "blk" to all the weak roots of the system.  These include
     1.5    // JNI weak roots, the code cache, system dictionary, symbol table,
     1.6    // string table, and referents of reachable weak refs.
     1.7 -  void g1_process_weak_roots(OopClosure* root_closure,
     1.8 -                             OopClosure* non_root_closure);
     1.9 +  void g1_process_weak_roots(OopClosure* root_closure);
    1.10  
    1.11    // Frees a non-humongous region by initializing its contents and
    1.12    // adding it to the free list that's passed as a parameter (this is

mercurial