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

changeset 7208
7baf47cb97cb
parent 7160
c10b463abc6e
child 7257
e7d0505c8a30
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Fri Aug 29 13:08:01 2014 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Fri Aug 29 13:12:21 2014 +0200
     1.3 @@ -1,4 +1,4 @@
     1.4 -/*
     1.5 +  /*
     1.6   * Copyright (c) 2001, 2014, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9 @@ -1633,12 +1633,6 @@
    1.10    // Unregister the given nmethod from the G1 heap
    1.11    virtual void unregister_nmethod(nmethod* nm);
    1.12  
    1.13 -  // Migrate the nmethods in the code root lists of the regions
    1.14 -  // in the collection set to regions in to-space. In the event
    1.15 -  // of an evacuation failure, nmethods that reference objects
    1.16 -  // that were not successfullly evacuated are not migrated.
    1.17 -  void migrate_strong_code_roots();
    1.18 -
    1.19    // Free up superfluous code root memory.
    1.20    void purge_code_root_memory();
    1.21  

mercurial