diff src/share/vm/runtime/thread.hpp @ 20278:2c6ef90f030a

8049421: G1 Class Unloading after completing a concurrent mark cycle Reviewed-by: tschatzl, ehelin, brutisso, coleenp, roland, iveresov Contributed-by: stefan.karlsson@oracle.com, mikael.gerdin@oracle.com
author stefank
date Mon, 07 Jul 2014 10:12:40 +0200
parents 4af19b914f53
children 833b0f92429a
line wrap: on
line diff
--- a/src/share/vm/runtime/thread.hpp	Tue Jul 01 09:03:55 2014 +0200
+++ b/src/share/vm/runtime/thread.hpp	Mon Jul 07 10:12:40 2014 +0200
@@ -478,7 +478,7 @@
 private:
   bool claim_oops_do_par_case(int collection_parity);
 public:
-  // Requires that "collection_parity" is that of the current strong roots
+  // Requires that "collection_parity" is that of the current roots
   // iteration.  If "is_par" is false, sets the parity of "this" to
   // "collection_parity", and returns "true".  If "is_par" is true,
   // uses an atomic instruction to set the current threads parity to