src/share/vm/runtime/thread.hpp

changeset 6992
2c6ef90f030a
parent 6973
4af19b914f53
child 7074
833b0f92429a
     1.1 --- a/src/share/vm/runtime/thread.hpp	Tue Jul 01 09:03:55 2014 +0200
     1.2 +++ b/src/share/vm/runtime/thread.hpp	Mon Jul 07 10:12:40 2014 +0200
     1.3 @@ -478,7 +478,7 @@
     1.4  private:
     1.5    bool claim_oops_do_par_case(int collection_parity);
     1.6  public:
     1.7 -  // Requires that "collection_parity" is that of the current strong roots
     1.8 +  // Requires that "collection_parity" is that of the current roots
     1.9    // iteration.  If "is_par" is false, sets the parity of "this" to
    1.10    // "collection_parity", and returns "true".  If "is_par" is true,
    1.11    // uses an atomic instruction to set the current threads parity to

mercurial