提交 cd4c9654 编写于 作者: K kevinw

8144957: Remove PICL warning message

Summary: There is no need to print any error/warning message when a library needed for performance optimization is not found on the system
Reviewed-by: poonam, kvn
Contributed-by: NShafi Ahmad <shafi.s.ahmad@oracle.com>
上级 d8403a5f
......@@ -244,7 +244,6 @@ bool PICL::bind_library_functions() {
bool PICL::open_library() {
_dl_handle = dlopen("libpicl.so.1", RTLD_LAZY);
if (_dl_handle == NULL) {
warning("PICL (libpicl.so.1) is missing. Performance will not be optimal.");
return false;
}
if (!bind_library_functions()) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册