-
Notifications
You must be signed in to change notification settings - Fork 232
8294314: Minimize disabled warnings in hotspot #4143
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
base: master
Are you sure you want to change the base?
Conversation
|
👋 Welcome back serb! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
|
This backport pull request has now been updated with issue from the original commit. |
Webrevs
|
|
I’m not sure what to do with files that don’t exist in jdk17u yet. For example(test_signals.cpp), if some tests were updated upstream(JDK-8292054) but haven’t been backported, should we exclude them from the current list for now, or add them once they’re backported? (we might forget to do that later.) |
|
found some issues on alpine on aarch64, working on that. |
Not a regression of this patch, the master branch cannot be built as well due to missing JDK-8301493. I’ll address that in a separate backport. |
I decided to drop it. |
|
@shipilev please take a look |
shipilev
left a comment
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 fine to me, good job! I think we'll wait for another PR to land, upgrade to MacOS 15, and then see if this exclusion block is fine for all GHA platforms. How does that sound?
shipilev
left a comment
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 fine to me.
|
|
|
/approval request |
Hi all,
This pull request contains a backport of commit 7743345f from the openjdk/jdk repository.
The commit being backported was authored by Magnus Ihse Bursie on 17 Oct 2022 and was reviewed by Erik Joelsson and Aleksey Shipilev.
The patch updates the code to handle certain warnings during compilation. It is part of the ongoing effort to migrate JDK 17 to the new toolchain, including Xcode 16, and will make further patches cleaner.
The patch is not clean because the next three are not in jdk17u:
The next two are are already in jdk17u so context a little bit different:
Testing:
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u-dev.git pull/4143/head:pull/4143$ git checkout pull/4143Update a local copy of the PR:
$ git checkout pull/4143$ git pull https://git.openjdk.org/jdk17u-dev.git pull/4143/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 4143View PR using the GUI difftool:
$ git pr show -t 4143Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk17u-dev/pull/4143.diff
Using Webrev
Link to Webrev Comment