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). ------------- Commit messages: - 8392349 Changes: https://git.openjdk.org/jdk/pull/32862/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=32862&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8392349 Stats: 8 lines in 3 files changed: 0 ins; 2 del; 6 mod Patch: https://git.openjdk.org/jdk/pull/32862.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/32862/head:pull/32862 PR: https://git.openjdk.org/jdk/pull/32862
