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

changeset 7007
7df07d855c8e
parent 6992
2c6ef90f030a
child 7050
6701abbc4441
     1.1 --- a/src/share/vm/gc_implementation/g1/concurrentMark.hpp	Mon Jul 21 09:59:37 2014 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/concurrentMark.hpp	Mon Jul 21 09:59:46 2014 +0200
     1.3 @@ -736,6 +736,9 @@
     1.4    // Clear the next marking bitmap (will be called concurrently).
     1.5    void clearNextBitmap();
     1.6  
     1.7 +  // Return whether the next mark bitmap has no marks set.
     1.8 +  bool nextMarkBitmapIsClear();
     1.9 +
    1.10    // These two do the work that needs to be done before and after the
    1.11    // initial root checkpoint. Since this checkpoint can be done at two
    1.12    // different points (i.e. an explicit pause or piggy-backed on a

mercurial