-
Sub-task
-
Resolution: Delivered
-
P4
-
7u111, 8u102, 9
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8158941 | 8u102 | Clifford Wayne | P4 | Closed | Delivered | |
JDK-8158959 | 7u111 | Clifford Wayne | P4 | Closed | Delivered |
In 8u40, and 7u80, a new feature was introduced to use the PICL library on Solaris to get some system information. If this library was not found, we printed an error message:
Java HotSpot(TM) Server VM warning: PICL (libpicl.so.1) is missing.
Performance will not be optimal.
This warning was misleading. Not finding the PICL library is a very minor issue, and the warnings mostly lead to confusion. In this release, the warning was removed.
Java HotSpot(TM) Server VM warning: PICL (libpicl.so.1) is missing.
Performance will not be optimal.
This warning was misleading. Not finding the PICL library is a very minor issue, and the warnings mostly lead to confusion. In this release, the warning was removed.
- backported by
-
JDK-8158941 Release Note: Removed PICL warning message
- Closed
-
JDK-8158959 Release Note: Removed PICL warning message
- Closed