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

Kumar Srinivasan ksrini at openjdk.org
Thu Feb 16 23:17:51 UTC 2023


On Thu, 16 Feb 2023 15:49:11 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.
> 
> The major fix/back-port is to Spp.java, now it no longer uses stdin/stdout for its IO, instead uses File  IO. File IO is safer to use with 'makeology', whereby the use of macros can cause undesired and obscure side-effects with source generation using Spp.java.
> 
> The other changes are to the 'makeology' itself to use -i and -o options.
> 
> Tested builds on Linux and Windows running tier1 and tier2 tests.

This pull request has been closed without being integrated.

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

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


More information about the jdk-updates-dev mailing list