-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
JDK-8319413: Start of release updates for JDK 23 #16505
Conversation
/issue add JDK-8319414 |
/issue add JDK-8319416 |
👋 Welcome back darcy! A progress list of the required criteria for merging this PR into |
@jddarcy |
src/java.base/share/classes/jdk/internal/classfile/Classfile.java
Outdated
Show resolved
Hide resolved
@jddarcy |
@jddarcy The following labels will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing lists. If you would like to change these labels, use the /label pull request command. |
Nothing exception in this batch of start-of-release updates. Clean local testing results on tier 1. The symbol files correspond to JDK 22 build 25 and will be updated with subsequent builds as usual. |
@jddarcy 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 no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
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.
Hotspot change is trivially fine, but too insignificant to hit the Approve button.
Thanks
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.
Build changes look good.
Right; I run a script to update the years of modified files. |
@@ -93,6 +94,7 @@ static enum SourceTarget { | |||
TWENTY(false, "64.0", "20"), | |||
TWENTY_ONE(false,"65.0", "21"), | |||
TWENTY_TWO(false,"66.0", "22"), | |||
TWENTY_THREE(false,"67.0", "23"), |
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.
As alignment is broken anyway, let's add space
TWENTY_THREE(false,"67.0", "23"), | |
TWENTY_THREE(false, "67.0", "23"), |
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.
If you're going to add the space, I'd consider establishing new alignment at TWENTY to accommodate the eventual space needed for "THREE", "SEVEN", and "EIGHT". You wouldn't need to reset alignment for quite some time after that.
@@ -93,6 +94,7 @@ static enum SourceTarget { | |||
TWENTY(false, "64.0", "20"), | |||
TWENTY_ONE(false,"65.0", "21"), | |||
TWENTY_TWO(false,"66.0", "22"), | |||
TWENTY_THREE(false,"67.0", "23"), |
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.
If you're going to add the space, I'd consider establishing new alignment at TWENTY to accommodate the eventual space needed for "THREE", "SEVEN", and "EIGHT". You wouldn't need to reset alignment for quite some time after that.
/integrate delegate |
@jddarcy Integration of this pull request has been delegated and may be completed by any project committer using the /integrate pull request command. |
/integrate |
Going to push as commit 519ecd3.
Your commit was automatically rebased without conflicts. |
@JesperIRL Pushed as commit 519ecd3. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Time to start making preparations for JDK 23.
Progress
Issues
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/16505/head:pull/16505
$ git checkout pull/16505
Update a local copy of the PR:
$ git checkout pull/16505
$ git pull https://git.openjdk.org/jdk.git pull/16505/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 16505
View PR using the GUI difftool:
$ git pr show -t 16505
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/16505.diff
Webrev
Link to Webrev Comment