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

changeset 6229
5a32d2a3cc1e
parent 6131
86e6d691f2e1
child 6231
889068b9a088
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Tue Jan 07 13:31:33 2014 +0100
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Mon Jan 20 11:47:07 2014 +0100
     1.3 @@ -1677,6 +1677,10 @@
     1.4    // after a full GC
     1.5    void rebuild_strong_code_roots();
     1.6  
     1.7 +  // Delete entries for dead interned string and clean up unreferenced symbols
     1.8 +  // in symbol table, possibly in parallel.
     1.9 +  void unlink_string_and_symbol_table(BoolObjectClosure* is_alive, bool unlink_strings = true, bool unlink_symbols = true);
    1.10 +
    1.11    // Verification
    1.12  
    1.13    // The following is just to alert the verification code

mercurial