JDK-8156862 :
|
As part of the following PICL related changes, a warning message gets printed on console if the PICL library is not found on the Sparc system: 1. JDK-8056124: Hotspot should use PICL interface to get cacheline size on SPARC 2. JDK-8059200:Promoted JDK9 b31 for Solaris-amd64 fails (Error: dl failure on line 744, no picl library) on Solaris 11.1 Warning message: Java HotSpot(TM) Server VM warning: PICL (libpicl.so.1) is missing. Performance will not be optimal. This message is very misleading and confusing to the users. There is no need to print any error/warning message when a library needed for performance optimization is not found on the system. Hence this request to remove this warning message.