[jdk11u] RFR: JDK-8302000: A subtle race condition during jdk11u build
Kumar Srinivasan
ksrini at openjdk.org
Wed Feb 22 19:13:49 UTC 2023
On Sun, 19 Feb 2023 02:49:48 GMT, Kumar Srinivasan <ksrini at openjdk.org> wrote:
> This is primarily a back-port of various fixes made in the development branch, please refer to the JBS issue for details.
>
> Spp.java: no longer uses stdin/stdout for IO. Now uses File IO, which is safer to use with makefile logging, whereby the use of macros can cause undesired and obscure side-effects with source generation using Spp.java.
>
> Other changes are to the make logic itself to use the new -i and -o options.
>
> [![OpenJDK GHA Sanity Checks](https://github.com/kusrinivasan/jdk11u/actions/workflows/main.yml/badge.svg?branch=topic-jdk-8302000)](https://github.com/kusrinivasan/jdk11u/actions/workflows/main.yml)
I got it!, I will follow the process and create a new PR and update the JBS.
-------------
PR: https://git.openjdk.org/jdk11u/pull/68
More information about the jdk-updates-dev
mailing list