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

Marcus Hirt hirt at openjdk.java.net
Thu May 19 14:53:04 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.

Marked as reviewed by hirt (Lead).

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

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


More information about the jmc-dev mailing list