forked from openjdk/jdk11u
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'ms-patches/win-aarch64-build-error-8329348' into releas…
…e/jdk-11.0.24-ga
- Loading branch information
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
title: Fix Windows AArch64 jdk11u build error | ||
- work_item: 1993805 | ||
- jbs_bug: JDK-8329348 | ||
- author: swesonga | ||
- owner: swesonga | ||
- contributors: | ||
- details: | ||
- Fixes the Windows AArch64 jdk11u build error 'No rule to make target .../windows/conf/tzmappings'. | ||
- The root cause of this error is that the GENSRC_TARGETS are not built. | ||
- This fix removes checks for CREATING_BUILDJDK to ensure that the GENSRC_TARGETS are built unconditionally. | ||
- These checks were also found to be incorrect in https://bugs.openjdk.org/browse/JDK-8217739 | ||
- release_note: |