-
Notifications
You must be signed in to change notification settings - Fork 217
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
8242181: [Linux] Show source information when printing native stack traces in hs_err files #2021
Conversation
👋 Welcome back asmehra! A progress list of the required criteria for merging this PR into |
This backport pull request has now been updated with issue from the original commit. |
Webrevs
|
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.
The copyright dates should be the same as in the original commit, so please revert the change from 2022 to 2023. I'd expect the result to be a clean backport.
Signed-off-by: Ashutosh Mehra <asmehra@redhat.com>
I didn't know copyright needs to be preserved. I have reverted those changes. |
|
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.
And it's clean now. :)
…disable-precompiled-headers Signed-off-by: Ashutosh Mehra <asmehra@redhat.com>
Compilation of
These configurations are run with I have to include |
hmm the new test
This is same as https://bugs.openjdk.org/browse/JDK-8293201 which would also need to be backported. |
Then it would be good if you could backport JDK-8293201. |
Yup, that's the plan. Along with this, there are other bugs associated with 8242181 which also need to be backported. |
@ashu-mehra this pull request can not be integrated into git checkout backport-jdk-8242181
git fetch https://git.openjdk.org/jdk17u-dev.git master
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge master"
git push |
@ashu-mehra This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
Closing this as it is not worth the risk considering the number of follow-up issues and testing required (see the JBS comment) |
Mostly a clean backport other than copyright year changes.
Tested with tier1 and tier2.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u-dev.git pull/2021/head:pull/2021
$ git checkout pull/2021
Update a local copy of the PR:
$ git checkout pull/2021
$ git pull https://git.openjdk.org/jdk17u-dev.git pull/2021/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2021
View PR using the GUI difftool:
$ git pr show -t 2021
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk17u-dev/pull/2021.diff
Webrev
Link to Webrev Comment