Re: RFR: 8320328: Restore interrupted flag in ImageIcon.loadImage [v4]

2024-01-12 Thread Sergey Bylokhov
On Fri, 12 Jan 2024 21:53:44 GMT, Rajat Mahajan wrote: >> ImageIcon.loadImage used to handle InterruptedException only by printing a >> message to the console. JDK-8236987 handled the interrupted state more >> gracefully, but it didn't restore the interrupted flag. >> This change restores the i

Re: RFR: 8320328: Restore interrupted flag in ImageIcon.loadImage [v4]

2024-01-12 Thread Rajat Mahajan
> ImageIcon.loadImage used to handle InterruptedException only by printing a > message to the console. JDK-8236987 handled the interrupted state more > gracefully, but it didn't restore the interrupted flag. > This change restores the interrupted flag that will allow the following code > to hand

Re: RFR: 8320328: Restore interrupted flag in ImageIcon.loadImage [v4]

2024-01-12 Thread Alexey Ivanov
On Fri, 12 Jan 2024 21:51:07 GMT, Rajat Mahajan wrote: >> ImageIcon.loadImage used to handle InterruptedException only by printing a >> message to the console. JDK-8236987 handled the interrupted state more >> gracefully, but it didn't restore the interrupted flag. >> This change restores the i

Re: RFR: 8320328: Restore interrupted flag in ImageIcon.loadImage [v3]

2024-01-12 Thread Rajat Mahajan
> ImageIcon.loadImage used to handle InterruptedException only by printing a > message to the console. JDK-8236987 handled the interrupted state more > gracefully, but it didn't restore the interrupted flag. > This change restores the interrupted flag that will allow the following code > to hand

Re: RFR: 8320328: Restore interrupted flag in ImageIcon.loadImage [v2]

2024-01-12 Thread Rajat Mahajan
> ImageIcon.loadImage used to handle InterruptedException only by printing a > message to the console. JDK-8236987 handled the interrupted state more > gracefully, but it didn't restore the interrupted flag. > This change restores the interrupted flag that will allow the following code > to hand

Re: RFR: 8320328: Restore interrupted flag in ImageIcon.loadImage

2024-01-12 Thread Alexey Ivanov
On Fri, 12 Jan 2024 19:17:24 GMT, Rajat Mahajan wrote: > ImageIcon.loadImage used to handle InterruptedException only by printing a > message to the console. JDK-8236987 handled the interrupted state more > gracefully, but it didn't restore the interrupted flag. > This change restores the inter

RFR: 8320328: Restore interrupted flag in ImageIcon.loadImage

2024-01-12 Thread Rajat Mahajan
ImageIcon.loadImage used to handle InterruptedException only by printing a message to the console. JDK-8236987 handled the interrupted state more gracefully, but it didn't restore the interrupted flag. This change restores the interrupted flag that will allow the following code to handle interru