On Mon, 14 Sep 2026 17:31:40 GMT, Phil Race <[email protected]> wrote:
> This PR > * replaces the use of GetPrimitiveArrayCritical with GetIntArrayElements > * updates the test > java/awt/image/BufferedImage/ICMColorDataTest/ICMColorDataTest.java to make > it run for less time > * removes the test from the Problem list > > The bug https://bugs.openjdk.org/browse/JDK-8233028 remains open as the test > is still a whole lot slower on Windows, but the removal of > GetPrimitiveArrayCritical eliminates one problem. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). This pull request has now been integrated. Changeset: d6438e53 Author: Phil Race <[email protected]> URL: https://git.openjdk.org/jdk/commit/d6438e5390ba1a845897a8f2048e625c245cc889 Stats: 10 lines in 3 files changed: 0 ins; 2 del; 8 mod 8392349: Remove usage of GetPrimitiveArrayCritical in creating dither cube Reviewed-by: azvegint, jdv, kizune ------------- PR: https://git.openjdk.org/jdk/pull/32862
