-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b108
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8156259 | 8u111 | Kevin Walls | P3 | Resolved | Fixed | b01 |
JDK-8149719 | 8u102 | Shafi Ahmad | P3 | Resolved | Fixed | b01 |
JDK-8162056 | emb-8u111 | Kevin Walls | P3 | Resolved | Fixed | b01 |
JDK-8149718 | 7u111 | Shafi Ahmad | P3 | Resolved | Fixed | b01 |
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.
1.
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.
- backported by
-
JDK-8149718 Remove PICL warning message
-
- Resolved
-
-
JDK-8149719 Remove PICL warning message
-
- Resolved
-
-
JDK-8156259 Remove PICL warning message
-
- Resolved
-
-
JDK-8162056 Remove PICL warning message
-
- Resolved
-