-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8257181: s390x builds are very noisy with gc-sections messages #1459
Conversation
👋 Welcome back shade! A progress list of the required criteria for merging this PR into |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree. This is far too much for the regular build.
If anybody wants to check unused functions, it should better be turned on locally.
@shipilev 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 5 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the ➡️ To integrate this PR with the above commit message to the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This "noise generator" looks like a leftover from way back development times. Thanks for tracking this down.
Thanks. Trivial, right? (So I can push now?) |
Yes, sure. Push it, if you haven’t already.
Didn’t Martin give you a review as well?
Sorry, I took a few off-screen (or screen off) hours.
Thanks,
Lutz
From: Aleksey Shipilëv <notifications@github.com>
Reply to: openjdk/jdk <reply@reply.github.com>
Date: Thursday, 26. November 2020 at 18:48
To: openjdk/jdk <jdk@noreply.github.com>
Cc: Lutz Schmidt <lutz.schmidt@sap.com>, Mention <mention@noreply.github.com>
Subject: Re: [openjdk/jdk] 8257181: s390x builds are very noisy with gc-sections messages (#1459)
Thanks. Trivial, right? (So I can push now?)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#1459 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AQ6PCMIKFXPW64AXAKJQVRTSR2IG3ANCNFSM4UD3OKBQ>.
|
Thanks! /integrate |
@shipilev Since your change was applied there have been 9 commits pushed to the
Your commit was automatically rebased without conflicts. Pushed as commit a3eec39. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Sample build log sizes:
PPC64 fastdebug, 200 kilobytes:
https://builds.shipilev.net/openjdk-jdk/build-logs/build-linux-ppc64le-fastdebug.log
S390X fastdebug, 20 megabytes!
https://builds.shipilev.net/openjdk-jdk/build-logs/build-linux-s390x-server-fastdebug.log
S390X slowdebug, 200 megabytes!
https://builds.shipilev.net/openjdk-jdk/build-logs/build-linux-s390x-server-slowdebug.log
JDK-8234525 enabled
gc-sections
. We can and should disableprint-gc-sections
to get sane build logs back.Additional testing:
Progress
Testing
Failed test task
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/jdk pull/1459/head:pull/1459
$ git checkout pull/1459