8382582: Remove the experimental JVMCI feature - #30834
Conversation
|
👋 Welcome back mhaessig! A progress list of the required criteria for merging this PR into |
|
/contributor add @TobiHartmann |
|
@mhaessig 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 2 new commits 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 |
|
@mhaessig |
|
@mhaessig |
|
@mhaessig 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. |
|
The total number of required reviews for this PR has been set to 2 based on the presence of this label: |
liach
left a comment
There was a problem hiding this comment.
Core library changes look fine.
|
/label remove security |
|
@wangweij |
|
@mhaessig this pull request can not be integrated into git checkout remove-jvmci
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 |
Note, JVMCI was always JDK internal experimental feature. I am not sure what the goal of CSR will be here. |
liach
left a comment
There was a problem hiding this comment.
Removal of the javac symbol files should be fine. javac's --add-modules already does not work with --release for these removed modules.
|
Thank you all for reviewing! An additional round of testing tiers 1 through 5 passed all green. /integrate |
|
Going to push as commit 2acf0dc.
Your commit was automatically rebased without conflicts. |
This PR removes the experimental JVMCI feature and all usages and references of it, including references to Graal. For more details on the rationale, please see the issue description.
This change was constructed in several steps:
([Jj][Vv][Mm][Cc][Ii])|([Gg]raal)|vm\.ci|[Gg]alahadand immediately obvious dead code.git blamefor each file for JVMCI related commits and check if that code is now dead.Note to Reviewers
Each commit is limited to a subfolder or a change spanning further so you can take look at a piece of the codebase you are familiar with. I recommend you look at individual commits and select "Ignore Whitespace" in the Github UI.
Testing
Progress
Issues
Reviewers
Contributors
<thartmann@openjdk.org><mikael@openjdk.org>Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/30834/head:pull/30834$ git checkout pull/30834Update a local copy of the PR:
$ git checkout pull/30834$ git pull https://git.openjdk.org/jdk.git pull/30834/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 30834View PR using the GUI difftool:
$ git pr show -t 30834Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/30834.diff
Using Webrev
Link to Webrev Comment