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

changeset 2453
2250ee17e258
parent 2379
b03260081e9b
child 2454
b158bed62ef5
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Thu Jan 06 23:50:02 2011 -0800
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Wed Jan 12 13:06:00 2011 -0500
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2001, 2011, 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   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -826,7 +826,6 @@
    1.11    void finalize_for_evac_failure();
    1.12  
    1.13    // An attempt to evacuate "obj" has failed; take necessary steps.
    1.14 -  void handle_evacuation_failure(oop obj);
    1.15    oop handle_evacuation_failure_par(OopsInHeapRegionClosure* cl, oop obj);
    1.16    void handle_evacuation_failure_common(oop obj, markOop m);
    1.17  

mercurial