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
8138732: Rename @HotSpotIntrinsicCandidate to @IntrinsicCandidate and move it to the jdk.internal.vm.annotation package #45
Conversation
Hi @marschall, welcome to this OpenJDK project and thanks for contributing! We do not recognize you as Contributor and need to ensure you have signed the Oracle Contributor Agreement (OCA). If you have not signed the OCA, please follow the instructions. Please fill in your GitHub username in the "Username" field of the application. Once you have signed the OCA, please let us know by writing If you already are an OpenJDK Author, Committer or Reviewer, please click here to open a new issue so that we can record that fact. Please use "Add GitHub user marschall" as summary for the issue. If you are contributing this work on behalf of your employer and your employer has signed the OCA, please let us know by writing |
@marschall 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 |
/signed |
Thank you! Please allow for up to two weeks to process your OCA, although it is usually done within one to two business days. Also, please note that pull requests that are pending an OCA check will not usually be evaluated, so your patience is appreciated! |
This one probably needs discussion on hotspot-dev to get agreement on the rename/move. It might need coordination with Graal. If the change does go ahead then please check if java.base's module-info.java still needs to export jdk.internal to jdk.jfr, I suspect that qualified export can be removed. |
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.
The changes all look good to me.
@marschall 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 more 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 9 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 As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@dholmes-ora, @AlanBateman, @PaulSandoz, @vnkozlov, @egahlin) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
Mailing list message from David Holmes on i18n-dev: Hi Philippe, On 8/09/2020 3:08 am, Philippe Marschall wrote:
Welcome aboard!
That's somewhat debatable, but I don't think @SInCE really serves any
The changes all look good to me. Thanks, |
47328f4
to
1c9dd9d
Compare
Mailing list message from Philippe Marschall on nio-dev: On Mon, Sep 7, 2020 at 7:54 PM Alan Bateman <alanb at openjdk.java.net> wrote:
I sent out mails to hotspot-dev and graal-dev.
You're correct we can replace the jdk.internal export with the Cheers |
/reviewer add vnkozlov |
@vnkozlov Only the author (@marschall) is allowed to issue the |
You should consider upstreaming Graal changes (jdk.internal.vm.compiler) into https://github.com/oracle/graal |
Changes look good. I ran hs-tier1 and hs-tier3 test jobs which run Graal tests and they passed. |
247168f
to
25d9472
Compare
Mailing list message from Philippe Marschall on hotspot-dev: On 22.09.20 10:45, Erik Gahlin wrote:
I initially did not but now I have. Cheers |
Mailing list message from Philippe Marschall on hotspot-dev: On 23.09.20 07:13, David Holmes wrote:
My apologies, I was not aware of this, I won't make this mistake in the Philippe |
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.
Update seems fine. Thanks for JFR testing and fixing.
@marschall I will sponsor it after you integrate the latest update. |
/integrate |
@marschall |
@vnkozlov done, I hope I now made it correctly with a merge commit for the latest merge conflict |
hs-tier1, hs-tier3-graal testing passed |
/sponsor |
@vnkozlov @marschall Since your change was applied there have been 58 commits pushed to the
Your commit was automatically rebased without conflicts. Pushed as commit 2a406f3. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
…jdk#45) * JVM-2061: materialize an object that contains its own reference * Don't emit "PEAState" when it is empty. --------- Co-authored-by: Xin Liu <xxinliu@amazon.com>
Hello, newbie here
I picked JDK-8138732 to work on because it has a "starter" label and I believe I understand what to do.
@since
from 9 to 16 since it is a new annotation name in a new package.Progress
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/jdk pull/45/head:pull/45
$ git checkout pull/45