-
Notifications
You must be signed in to change notification settings - Fork 6.2k
8365533: Remove outdated jdk.internal.javac package export to several modules from java.base #26776
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
… modules from java.base
👋 Welcome back jpai! A progress list of the required criteria for merging this PR into |
@jaikiran 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 1 new commit 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 |
@jaikiran 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. |
See also #26765 (JDK‑8365416) |
Right, that's what prompted me to start looking into this. The java.desktop change for which that other PR is open can go ahead independently. |
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 right to me. However since your changed lines is directly by the java.desktop changed line, there's a conflict and you must resolve it.
In addition, |
@jaikiran this pull request can not be integrated into git checkout 8365533
git fetch https://git.openjdk.org/jdk.git master
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge master"
git push |
Thank you Alan and Chen for the reviews. tier1, tier2 and tier3 testing with this change completed without any related issues.
I'll file a separate issue to clean those up. |
/integrate |
Going to push as commit 81c6ed3.
Your commit was automatically rebased without conflicts. |
I've now filed https://bugs.openjdk.org/browse/JDK-8365699 to track this. |
Can I please get a review of these change which removes the outdated use of
jdk.internal.javac.ParticipatesInPreview
and the qualified export ofjdk.internal.javac
package? This addresses https://bugs.openjdk.org/browse/JDK-8365533.These qualified exports in
java.base
were added in https://bugs.openjdk.org/browse/JDK-8308753 when ClassFile API was in preview. Starting Java 24, ClassFile API is now a part of Java SE. These affected modules don't use any other preview feature, so there's no longer a need to export thejdk.internal.javac
package to these modules.tier1, tier2 and tier3 testing of this change completed without any related failures.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/26776/head:pull/26776
$ git checkout pull/26776
Update a local copy of the PR:
$ git checkout pull/26776
$ git pull https://git.openjdk.org/jdk.git pull/26776/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 26776
View PR using the GUI difftool:
$ git pr show -t 26776
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/26776.diff
Using Webrev
Link to Webrev Comment