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

changeset 3065
ff53346271fe
parent 2973
23d434c6290d
child 3175
4dfb2df418f2
     1.1 --- a/src/share/vm/gc_implementation/g1/concurrentMark.hpp	Fri Aug 19 14:22:25 2011 -0700
     1.2 +++ b/src/share/vm/gc_implementation/g1/concurrentMark.hpp	Fri Aug 19 09:30:59 2011 +0200
     1.3 @@ -756,9 +756,6 @@
     1.4    // Clear the next marking bitmap (will be called concurrently).
     1.5    void clearNextBitmap();
     1.6  
     1.7 -  // main CMS steps and related support
     1.8 -  void checkpointRootsInitial();
     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