-
Notifications
You must be signed in to change notification settings - Fork 6.2k
8367859: Remove nio exception gensrc #27352
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
Conversation
|
👋 Welcome back ihse! A progress list of the required criteria for merging this PR into |
|
@magicus 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 21 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
|
Can you confirm that tier1 + tier2 are passing? (most of the tests are in tier2). |
naotoj
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.
charset package changes look good to me
|
|
||
| /** | ||
| * Unchecked exception thrown when a string that is not a | ||
| * <a href="Charset.html#names">legal charset name</a> is used as such. |
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.
Could utilize new construct as {@linkplain Charset##names legal charset name}
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 assume Magnus is using the generated classes and I think best to not change anything else with this update. We can follow-up yesterday for "opportunities" to modernize.
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.
OK fair enough. I just noticed that the file was modified, ie.
// -- This file was mechanically generated: Do not edit! -- //
was removed, so.
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.
Yes, I think that has to be removed.
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.
Alan is right, I just copied in the generated files. This is the files as generated by my previous PR. See this comment #27338 (comment) for details on how they differ. (Apart from a bug fix it is whitespace and comments only).
In addition to this, jcheck complained about the generated files containing tabs, so I also had to replace those with spaces.
Please go ahead and modernize the code after this PR. :) (But how to do it "yesterday" eludes me ;-))
|
/reviewers 2 |
bplb
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 all right.
Yes, they pass with flying colors. |
|
/integrate |
|
Going to push as commit 65aea48.
Your commit was automatically rebased without conflicts. |
An alternative implementation to #27338, which removes the entire gensrc stage and instead permanently checks in the generated Java files.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/27352/head:pull/27352$ git checkout pull/27352Update a local copy of the PR:
$ git checkout pull/27352$ git pull https://git.openjdk.org/jdk.git pull/27352/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 27352View PR using the GUI difftool:
$ git pr show -t 27352Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/27352.diff
Using Webrev
Link to Webrev Comment