# HG changeset patch # User brutisso # Date 1357331602 -3600 # Node ID c98b676a98b4f22b7ee9ed1c55126fee62ab0c5a # Parent e0ab18eafbde76565a80de9036f545b31f26293c 8003822: Deprecate the incremental mode of CMS Reviewed-by: johnc, jwilhelm diff -r e0ab18eafbde -r c98b676a98b4 src/share/vm/runtime/arguments.cpp --- 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