RFR: 8309934: Update GitHub Actions to use JDK 17 for building jtreg [v2]

Christian Stein cstein at openjdk.org
Thu Jun 15 06:21:04 UTC 2023


On Wed, 14 Jun 2023 18:45:04 GMT, Christian Stein <cstein at openjdk.org> wrote:

>> Hi all,
>> 
>> This pull request contains a backport of commit [8aad881e](https://github.com/openjdk/jdk/commit/8aad881e803fddc26f45270f779ff0c0e5a095d8) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository.
>> 
>> The commit being backported was authored by Christian Stein on 13 Jun 2023 and was reviewed by Erik Joelsson.
>> 
>> Thanks!
>
> Christian Stein has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Trigger GHA workflow run

Results are linked and look good: https://github.com/openjdk-bots/jdk21/actions/runs/5270919104

But, the issue still appears after updating to use the pre-installed JDK 17:
> Note: the underlying issue is not fixed, I think.
> Just got the same GHA failure with 17u:
> 
> ```
>  C:/hostedtoolcache/windows/Java_Temurin-Hotspot_jdk/17.0.7-7/x64/bin/java -cp > "D:/a/lilliput/lilliput/jtreg/src/build/classes;D:/a/lilliput/lilliput/jtreg/src/build/deps/jtharness/build/binaries/lib/javatest.jar" \
>     -Dprogram=jtreg com.sun.javatest.regtest.Main -help all > D:/a/lilliput/lilliput/jtreg/src/build/jtreg-usage.txt
> /bin/sh: line 1: C:/hostedtoolcache/windows/Java_Temurin-Hotspot_jdk/17.0.7-7/x64/bin/javac: Bad address
> ```

Thus, I'll close this backport PR and work on finding a better fix the underlying issue.
See https://bugs.openjdk.org/browse/JDK-8309934 and a follow-up issue for details.

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

PR Comment: https://git.openjdk.org/jdk21/pull/18#issuecomment-1592433396



More information about the build-dev mailing list