On Tue, 2 Dec 2025 22:11:52 GMT, Phil Race <[email protected]> wrote:

> Take the evidence of the bug report where the exception is clearly unexpected 
> and difficult to predict and could have bad consequences.

In the bug description, it’s unclear whether the phrase “exception unexpected” 
means that an exception is unexpected, or that the type of the exception is 
“unexpected”. For example, if the transform is set to scale the image by a 
value near MAX_INT(AffineTransform.getScaleInstance(Integer.MAX_VALUE, 1)), is 
it really good thing to return an image of the original size with "corrupted" 
content? In what cases it might be useful?

-------------

PR Comment: https://git.openjdk.org/jdk/pull/27707#issuecomment-3604564680

Reply via email to