[jdk11u] RFR: JDK-8302000: A subtle race condition during jdk11u build

Severin Gehwolf sgehwolf at openjdk.org
Mon Feb 20 10:18:43 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)

The `jdk11u` is the rampdown repo. I think this should get proposed on `jdk11u-dev` here as development for April is still open: https://github.com/openjdk/jdk11u-dev

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

PR: https://git.openjdk.org/jdk11u/pull/68


More information about the jdk-updates-dev mailing list