Integrated: 8326953: Race in creation of win-exports.def with static-libs
Magnus Ihse Bursie
ihse at openjdk.org
Wed Feb 28 22:50:48 UTC 2024
On Wed, 28 Feb 2024 12:26:54 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
> We have seen a build failure along the lines of:
>
> /usr/bin/mv: cannot move '.../build/windows-x64-open-debug/hotspot/variant-server/libjvm/win-exports.def.tmp' to '.../build/windows-x64-open-debug/hotspot/variant-server/libjvm/win-exports.def': No such file or directory
>
> on Windows.
>
> My guess is that this is a race between creating the win-export.def file for the gtest jvm and the product jvm.
This pull request has now been integrated.
Changeset: 5fa2bdc6
Author: Magnus Ihse Bursie <ihse at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/5fa2bdc6c76d8f70c8d8582889e96b9c0d2b86b5
Stats: 10 lines in 1 file changed: 5 ins; 2 del; 3 mod
8326953: Race in creation of win-exports.def with static-libs
Reviewed-by: jwaters, erikj, dholmes
-------------
PR: https://git.openjdk.org/jdk/pull/18043
More information about the build-dev
mailing list