8385955: [lworld] Drop initialization warnings#2512
Conversation
|
👋 Welcome back mcimadamore! A progress list of the required criteria for merging this PR into |
|
@mcimadamore 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 3 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 |
|
please compare with the PR that introduced it: #1650, there are other files that should be modified, for example: |
|
/template append |
|
@mcimadamore The pull request template has been appended to the pull request body |
|
/integrate |
|
Going to push as commit 2ad1916.
Your commit was automatically rebased without conflicts. |
|
@mcimadamore Pushed as commit 2ad1916. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
After some more analysis, we have decided to drop the initialization warning from the initial JEP 401 integration.
First, the definition of initialization warnings is a little ambiguous, as it can mean one of two things:
These two things are not identical, and lead to a different sets of warnings being generated.
Secondly, there's a lot of noise with these warnings:
--enable-previewis disabled, an additional 80+ warnings show up during an early phase of the build (but there's possibly many many more)For the time being, we'll revert the code that issues the new warnings, related tests and suppressions.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/valhalla.git pull/2512/head:pull/2512$ git checkout pull/2512Update a local copy of the PR:
$ git checkout pull/2512$ git pull https://git.openjdk.org/valhalla.git pull/2512/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2512View PR using the GUI difftool:
$ git pr show -t 2512Using diff file
Download this PR as a diff file:
https://git.openjdk.org/valhalla/pull/2512.diff
Using Webrev
Link to Webrev Comment