Integrated: 7801: Fix GHA that is broken due to OpenJDK Update 11.0.15

Christoph Langer clanger at openjdk.java.net
Thu May 19 15:44:59 UTC 2022


On Thu, 19 May 2022 06:25:12 GMT, Christoph Langer <clanger at openjdk.org> wrote:

> OpenJDK 11.0.15 has introduced a regression that breaks the JMC build on Windows (with JDK-8278356). It will be fixed in OpenJDK 11.0.16 with JDK-8285445.
> 
> For now we can workaround the problem by pinning to OpenJDK 11.0.14 in the GHA workflow which should be fine from a security perspective.
> 
> I also experimented with adding `-Djdk.io.File.enableADS=true` which is what JDK-8285445 effectively does but to no avail.
> 
> The change updates to actions/setup-java at v2 and sets the JDK distribution in use to Temurin.

This pull request has now been integrated.

Changeset: 64aa2ae9
Author:    Christoph Langer <clanger at openjdk.org>
Committer: Marcus Hirt <hirt at openjdk.org>
URL:       https://git.openjdk.java.net/jmc/commit/64aa2ae9797d893df70ce5b92d36e9558573203f
Stats:     9 lines in 1 file changed: 3 ins; 0 del; 6 mod

7801: Fix GHA that is broken due to OpenJDK Update 11.0.15

Reviewed-by: hirt

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

PR: https://git.openjdk.java.net/jmc/pull/402


More information about the jmc-dev mailing list