On Fri, 2 Apr 2021 21:03:30 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
>> Phil Race has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8255800: Raster creation methods need some specification clean up > > Marked as reviewed by serb (Reviewer). I updated the fix with some additional checks. This is implementation only - doesn't affect the spec clarification. The problem was that without these new upfront checks for overflow of width+location.x, then on systems without enough memory/swap you'd get an OOME before you got to the place where overflow was checked. ------------- PR: https://git.openjdk.java.net/jdk/pull/3223