-
-
Notifications
You must be signed in to change notification settings - Fork 256
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
comparable_patch.sh: Zero out .gnu_debuglink CRCs (#3730) #3736
comparable_patch.sh: Zero out .gnu_debuglink CRCs (#3730) #3736
Conversation
Looks great:
|
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.
Just needs the "wipe" correcting...
Looks good, does the job nicely, thank you
f10f4fc
to
4660ca4
Compare
I used the button here to rebase my pull request branch onto the master branch. |
4660ca4
to
c95aa58
Compare
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.
looks good thanks Thomas
@fitzsim looks like Mac OS X 13 build is failing, likely due to an unrelated reason. Have you rebased recently? |
c95aa58
to
ccedeeb
Compare
Hi @karianna, thank you for reviewing. I did rebase just after I originally submitted the pull request. I just now rebased again. |
The assert line (line number 58 in jfrNetworkUtilization.cpp) that fails to compile on macos-13 is the same across jdk8u, jdk11u, and jdk17u. I wonder why the (macos-13, jdk11u) build fails where the (macos-14, jdk17u) and (macos-11, jdk8u) builds succeed. |
#3737 is failing the same way. |
This pull request replaces #3732. Instead of removing the .gnu_debuglink section, this patch set changes just the four CRC bytes in that ELF section to 0.