提交 e05b1847 编写于 作者: A anoll

8025740: Typo. Error line for wrong ReservedCodeCacheSize value is printed twice

Summary: Remove duplicate print
Reviewed-by: kvn, twisti
上级 3e4d3c35
......@@ -1957,12 +1957,6 @@ bool Arguments::check_gc_consistency() {
"please refer to the release notes for the combinations "
"allowed\n");
status = false;
} else if (ReservedCodeCacheSize > 2*G) {
// Code cache size larger than MAXINT is not supported.
jio_fprintf(defaultStream::error_stream(),
"Invalid ReservedCodeCacheSize=%dM. Must be at most %uM.\n", ReservedCodeCacheSize/M,
(2*G)/M);
status = false;
}
return status;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册