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

changeset 6906
581e70386ec9
parent 6904
0982ec23da03
child 6992
2c6ef90f030a
     1.1 --- a/src/share/vm/gc_implementation/g1/concurrentMark.hpp	Mon Jun 23 16:43:41 2014 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/concurrentMark.hpp	Fri Apr 11 12:29:24 2014 +0200
     1.3 @@ -820,7 +820,6 @@
     1.4    }
     1.5  
     1.6    inline bool do_yield_check(uint worker_i = 0);
     1.7 -  inline bool should_yield();
     1.8  
     1.9    // Called to abort the marking cycle after a Full GC takes palce.
    1.10    void abort();

mercurial