提交 f6be606b 编写于 作者: B brutisso

8003822: Deprecate the incremental mode of CMS

Reviewed-by: johnc, jwilhelm
上级 955bc623
......@@ -1790,6 +1790,10 @@ void Arguments::check_deprecated_gcs() {
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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册