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
> 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
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
> 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
> 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
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
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