On Sun, 2 Mar 2025 00:50:30 GMT, Karm Michal Babacek <[email protected]> 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
This pull request has now been integrated.
Changeset: 1dd9cf10
Author: Karm Michal Babacek <[email protected]>
URL:
https://git.openjdk.org/jdk/commit/1dd9cf1018f33af34f1f822cb0d1dc706353bbdf
Stats: 46 lines in 3 files changed: 7 ins; 14 del; 25 mod
8349099: java/awt/Headless/HeadlessMalfunctionTest.java fails on CI with
Compilation error
Reviewed-by: aivanov, sgehwolf, prr
-------------
PR: https://git.openjdk.org/jdk/pull/23852