> 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).
Phil Race has updated the pull request incrementally with one additional commit since the last revision: 8392349 ------------- Changes: - all: https://git.openjdk.org/jdk/pull/32862/files - new: https://git.openjdk.org/jdk/pull/32862/files/d782d91b..e34ee02f Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=32862&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=32862&range=00-01 Stats: 2 lines in 2 files changed: 0 ins; 0 del; 2 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
