blob: 9c101d0ecf202441f4a80e8cfe1c1957f15d0f46 [file] [view] [edit]
`ICC_Profile.getInstance(String)` searches the entire classpath, which is often
unnecessary and can result in slow performance for applications with long
classpaths. Prefer `getInstance(byte[])` or `getInstance(InputStream)` instead.
See also https://bugs.openjdk.org/browse/JDK-8191622.