RFR: 8349099: java/awt/Headless/HeadlessMalfunctionTest.java fails on CI with Compilation error [v3]

Karm Michal Babacek duke at openjdk.org
Thu Mar 6 23:42:38 UTC 2025


> 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 with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains four additional commits since the last revision:

 - Mac and Windows use different code path
 - Relaxes output.shouldContain to "isHeadless"
 - Removes HeadlessMalfunctionTest from ProblemList.txt
 - HeadlessMalfunctionTest from objectweb.asm to classfile api

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/23852/files
  - new: https://git.openjdk.org/jdk/pull/23852/files/c6be9f4d..47c009d0

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=23852&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=23852&range=01-02

  Stats: 19264 lines in 503 files changed: 7872 ins; 8710 del; 2682 mod
  Patch: https://git.openjdk.org/jdk/pull/23852.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/23852/head:pull/23852

PR: https://git.openjdk.org/jdk/pull/23852


More information about the client-libs-dev mailing list