Skip to content

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

Closed
wants to merge 3 commits into from

Conversation

nizarbenalla
Copy link
Member

@nizarbenalla nizarbenalla commented Jun 17, 2025

Usual symbol file update for a new JDK build.


Progress

  • Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue

Issue

  • JDK-8358769: Update --release 25 symbol information for JDK 25 build 26 (Sub-task - P4)

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

@bridgekeeper
Copy link

bridgekeeper bot commented Jun 17, 2025

👋 Welcome back nbenalla! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk
Copy link

openjdk bot commented Jun 17, 2025

@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:

8358769: Update --release 25 symbol information for JDK 25 build 26

Reviewed-by: darcy, iris

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 master branch:

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 master branch, type /integrate in a new comment.

@openjdk openjdk bot added the rfr Pull request is ready for review label Jun 17, 2025
@openjdk
Copy link

openjdk bot commented Jun 17, 2025

@nizarbenalla The following label will be automatically applied to this pull request:

  • compiler

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.

@mlbridge
Copy link

mlbridge bot commented Jun 17, 2025

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
Copy link
Member

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.

Copy link
Member Author

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.

Copy link
Member

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.

Copy link
Member Author

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;
Copy link
Member

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.

@nizarbenalla nizarbenalla changed the title 8358769: Update --release 25 symbol information for JDK 25 build 27 8358769: Update --release 25 symbol information for JDK 25 build 26 Jun 18, 2025
@openjdk openjdk bot added the ready Pull request is ready to be integrated label Jun 18, 2025
@nizarbenalla
Copy link
Member Author

Thanks Joe, Iris.

/integrate

@openjdk
Copy link

openjdk bot commented Jun 19, 2025

Going to push as commit c4fb00a.
Since your change was applied there have been 44 commits pushed to the master branch:

Your commit was automatically rebased without conflicts.

@openjdk openjdk bot added the integrated Pull request has been integrated label Jun 19, 2025
@openjdk openjdk bot closed this Jun 19, 2025
@openjdk openjdk bot removed ready Pull request is ready to be integrated rfr Pull request is ready for review labels Jun 19, 2025
@openjdk
Copy link

openjdk bot commented Jun 19, 2025

@nizarbenalla Pushed as commit c4fb00a.

💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.

@nizarbenalla nizarbenalla deleted the 8358769- branch June 19, 2025 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler [email protected] integrated Pull request has been integrated
Development

Successfully merging this pull request may close these issues.

3 participants