On Wed, 2 Aug 2023 06:54:36 GMT, Jaikiran Pai <j...@openjdk.org> wrote:

> Can I please get a review of this change which proposes to fix 
> https://bugs.openjdk.org/browse/JDK-8313274? 
> 
> The commit in this PR reverts the commit that was introduced in 
> https://github.com/openjdk/jdk/pull/14561. Martin, in the 8313274 JBS issue, 
> notes that the failure started happening with that change.
> 
> The issue can be consistently reproduced using `--with-jobs=1` during `bash 
> configure` and then triggering a build using `make images`. After the revert 
> of that commit, the build now passes with both `--with-jobs=1` and without 
> the `--with-jobs` option (in which case it uses 8 jobs on my setup). 
> 
> The other PR where this commit was introduced noted that:
> 
>> Fixing this won't impact the build much, but certainly won't hurt either.
> 
> which I think meant that the change in that PR is mostly a good to have. 
> Given that it does cause these unexpected failures, the proposal in this PR 
> is to revert that change until we have a better way to do that change (if we 
> want to do it).
> 
> tier testing is currently in progress with this change.

Thank you David for the review and the pointer to the backout instructions. 
I've followed those instructions and updated this PR title as well the relevant 
JBS issues to track this backout.
I'll go ahead and integrate this PR in the next hour or so.

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

PR Comment: https://git.openjdk.org/jdk/pull/15118#issuecomment-1663369645

Reply via email to