diff src/share/vm/runtime/arguments.cpp @ 7453:c98b676a98b4

8003822: Deprecate the incremental mode of CMS Reviewed-by: johnc, jwilhelm
author brutisso
date Fri, 04 Jan 2013 21:33:22 +0100
parents e0ab18eafbde
children 1f6d10b4cc0c 4c8bf5e55392
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.cpp	Fri Jan 04 11:10:17 2013 +0100
+++ b/src/share/vm/runtime/arguments.cpp	Fri Jan 04 21:33:22 2013 +0100
@@ -1790,6 +1790,10 @@
     warning("Using the ParNew young collector with the Serial old collector is deprecated "
         "and will likely be removed in a future release");
   }
+
+  if (CMSIncrementalMode) {
+    warning("Using incremental CMS is deprecated and will likely be removed in a future release");
+  }
 }
 
 // Check stack pages settings