8372554: Test windows-x64-cmp-baseline failed due to differences with splashscreen object file#28712
8372554: Test windows-x64-cmp-baseline failed due to differences with splashscreen object file#28712prrace wants to merge 1 commit intoopenjdk:masterfrom
Conversation
|
👋 Welcome back prr! A progress list of the required criteria for merging this PR into |
|
@prrace This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 4 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
|
What is the purpose of the “windows-x64-cmp-baseline” task, and how is it affected by the change in question? Why was the decision made to revert the change instead of fixing the task? Was there something wrong with that optimization? |
|
This might be related? #28676 |
dholmes-ora
left a comment
There was a problem hiding this comment.
Seems trivially fine to me. Thanks.
|
/integrate |
|
Going to push as commit b1c9550.
Your commit was automatically rebased without conflicts. |
SFAIU it checks if builds are reproducible. You can go look for yourself. There's nothing wrong with the "build test/task", the problem is that LTO isn't creating builds that pass on windows x64 and it fails every time. Next, if it is important, (which it doesn't seem to be), It is up to whoever wants this LTO option to justify it and make sure everything passes before re-enabling it. |
Does that task use "make COMPARE_BUILD" or call "compare.sh", or do something else? Was only the windows build affected? |
This backs out a specific part of the change from https://bugs.openjdk.org/browse/JDK-8370438
which causes the windows-x64-cmp-baseline build to fail every time.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/28712/head:pull/28712$ git checkout pull/28712Update a local copy of the PR:
$ git checkout pull/28712$ git pull https://git.openjdk.org/jdk.git pull/28712/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 28712View PR using the GUI difftool:
$ git pr show -t 28712Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/28712.diff
Using Webrev
Link to Webrev Comment