-
Notifications
You must be signed in to change notification settings - Fork 6.2k
8280283: Dead compiler code found during the JDK-8272058 code review #28473
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
base: master
Are you sure you want to change the base?
Conversation
|
👋 Welcome back aseoane! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
|
@anton-seoane 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. |
|
/label add hotspot-compiler |
|
@anton-seoane |
|
@anton-seoane |
|
/touch |
|
@anton-seoane The pull request is being re-evaluated and the inactivity timeout has been reset. |
|
/issue add 8280283 |
|
@anton-seoane This issue is referenced in the PR title - it will now be updated. |
|
/touch Hey bot, please find my issue |
|
@anton-seoane The pull request is being re-evaluated and the inactivity timeout has been reset. |
This PR removes some dead code that was found during review for JDK-8272058.
target_addr_for_insn_or_nullis never run with aldrwtozr(i.e. a safepoint poll). This is just a remnant from global safepointing, before we moved to using thread-local handshakes. No safepoint polling code reaches this function. More information can be read in the original code review. Additionally, I have run tiers 1-6 to make sure this path did not exercise.This changeset also cleans up the unused
is_nopfunction, following the comments in the issue. Other dead code mentioned there has since been long disappered.Testing: passes tiers 1-4
Progress
Issue
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/28473/head:pull/28473$ git checkout pull/28473Update a local copy of the PR:
$ git checkout pull/28473$ git pull https://git.openjdk.org/jdk.git pull/28473/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 28473View PR using the GUI difftool:
$ git pr show -t 28473Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/28473.diff
Using Webrev
Link to Webrev Comment