On Sun, 2 Mar 2025 14:21:45 GMT, Karm Michal Babacek <d...@openjdk.org> wrote:
>> Removed objectweb.asm for bytecode manipulation and uses JEP 484 classfile >> API. >> >> Test passes on Linux amd64 so far: >> >> TIME=`date +%s`; >> mkdir -p test.${TIME}/jdk/JTwork test.${TIME}/jdk/JTreport; >> jtreg -a -ignore:quiet -w:test.${TIME}/jdk/JTwork >> -r:test.${TIME}/jdk/JTreport >> -jdk:/home/karm/workspaceRH/jdk/build/linux-x86_64-server-release/images/graal-builder-jdk/ >> /home/karm/workspaceRH/jdk/test/jdk/java/awt/Headless/ >> >> Test results: passed: 15 > > Karm Michal Babacek has updated the pull request incrementally with one > additional commit since the last revision: > > Removes HeadlessMalfunctionTest from ProblemList.txt I can confirm the test compiles and runs fine. I've reverted [JDK-8336382](https://bugs.openjdk.org/browse/JDK-8336382) locally - product code only - and verified the test fails as expected. So +1 on the fix. There is pre-existing code in the test harness, which can get removed now `--add-opens java.base/jdk.internal.org.objectweb.asm=ALL-UNNAMED`. ------------- PR Review: https://git.openjdk.org/jdk/pull/23852#pullrequestreview-2652798011