On Sun, 17 Nov 2024 20:51:26 GMT, Phil Race <[email protected]> wrote:
> Remove doPrivileged calls from javax.imageio, javax.print and some sound impl
> classes
src/java.desktop/share/classes/javax/print/PrintServiceLookup.java line 349:
> 347: ArrayList<PrintServiceLookup> los =
> getListOfLookupServices();
> 348: while (iterator.hasNext()) {
> 349: los.add(iterator.next());
Any reason for removing the try-catch block which is handling
`ServiceConfigurationError` exception?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22186#discussion_r1845998525