Re: [OpenJDK 2D-Dev] Image parsing spams stack traces to System.err

2021-04-20 Thread Lapo Luchini
Thanks for creating it! I thought that… but I don't have an account and I don't think I can. "Everyone with OpenJDK Author status or above has a JBS account which may be used to create and edit bugs." https://bugs.openjdk.java.net/secure/Dashboard.jspa On 2021-04-20 23:42, Philip Race wrote:

Re: [OpenJDK 2D-Dev] Image parsing spams stack traces to System.err

2021-04-20 Thread Philip Race
The real answer was a bug report at bugreport.java.com But never mind - I've submitted https://bugs.openjdk.java.net/browse/JDK-8265603 FWIW I think the prints were there because the developer who added them didn't expect them to be hit unless something went seriously wrong and wanted it to

Re: [OpenJDK 2D-Dev] Image parsing spams stack traces to System.err

2021-04-20 Thread Brian Burkhalter
I think this post needs to go to 2d-dev (copied). > On Apr 20, 2021, at 9:58 AM, Lapo Luchini wrote: > > In both OpenJDK 8, 11 and 15 I verified that: > > sun/awt/image/InputStreamImageSource.java > > has "e.printStackTrace()" commands that might better be converted to > java.util.logging in