-
Notifications
You must be signed in to change notification settings - Fork 6k
8358769: Update --release 25 symbol information for JDK 25 build 26 #25854
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
The macOS/AArch64 build 27 was taken from https://jdk.java.net/25/
👋 Welcome back nbenalla! A progress list of the required criteria for merging this PR into |
@nizarbenalla 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 35 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 |
@nizarbenalla The following label 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 list. If you would like to change these labels, use the /label pull request command. |
Webrevs
|
@@ -51,6 +51,10 @@ class name java/io/ProxyingConsole | |||
-method name readln descriptor (Ljava/lang/String;)Ljava/lang/String; | |||
-method name readln descriptor ()Ljava/lang/String; | |||
|
|||
class name java/io/Reader |
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.
Seeing this is surprising since JDK-8354724: "Methods in java.io.Reader to read all characters and all lines" which added these methods was add in JDK 25 build 26 while, presumably many other changes from build 26 are already present in the symbol file.
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 used "build 27" in the JBS/PR title because I did not update the symbol changes for build 26, and 27 was the latest I could find on https://jdk.java.net/25/
I will update this with only changes that were in that build.
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.
It is fine if the changeset contains information from multiple builds, but I'd expect many more symbol changes for build 26 as there were approx. 250 bug fixes in that build so I wanted to check what build was intended.
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.
There were no symbol changes in build 27.
I generated the symbol info using build 26 and updated the PR/JBS title to be accurate.
You will see that I reverted e576baf and then regenerated the symbols using build 26, but the code changes remain the same.
These are all the symbols changes for build 26, even though there were many fixes in that build.
@@ -129,6 +134,7 @@ method name powExact descriptor (II)I flags 9 | |||
method name unsignedPowExact descriptor (II)I flags 9 | |||
method name powExact descriptor (JI)J flags 9 | |||
method name unsignedPowExact descriptor (JI)J flags 9 | |||
method name cbrt descriptor (D)D flags 9 runtimeAnnotations @Ljdk/internal/vm/annotation/IntrinsicCandidate; |
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.
Presumably this is from JDK-8353686: "Optimize Math.cbrt for x86 64 bit platforms", which was also present in build 26.
This reverts commit e576baf.
The macOS/AArch64 build 26 was taken from https://jdk.java.net/25/
Thanks Joe, Iris. /integrate |
Going to push as commit c4fb00a.
Your commit was automatically rebased without conflicts. |
@nizarbenalla Pushed as commit c4fb00a. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Usual symbol file update for a new JDK build.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/25854/head:pull/25854
$ git checkout pull/25854
Update a local copy of the PR:
$ git checkout pull/25854
$ git pull https://git.openjdk.org/jdk.git pull/25854/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 25854
View PR using the GUI difftool:
$ git pr show -t 25854
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/25854.diff
Using Webrev
Link to Webrev Comment