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
8254797: [Development] Define & apply annotation jdk.internal.ValueBased #233
Conversation
|
@RogerRiggs This change now passes all automated pre-integration checks. 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
|
|
/integrate |
@RogerRiggs Since your change was applied there has been 1 commit pushed to the
Your commit was automatically rebased without conflicts. Pushed as commit 3167856. |
Mailing list message from Srikanth on valhalla-dev: Hello! May be I have understood the process wrong - Should this change have Thanks in advance for clarifying the process to be followed. On 21/10/20 1:52 am, Roger Riggs wrote: |
Looks like Roger pushed to the wrong branch. It's supposed to push to jep390 branch. |
Yep, I didn't change the pull-down when creating the PR. |
Define a JDK-internal annotation, jdk.internal.ValueBased, which indicates that a class or interface is value-based, per: java/lang/doc-files/ValueBased.html
(The switch of the compiler from the existing java.lang.ValueBased to jdk.internal.ValueBased will occur separately).
Apply the annotation wherever existing documentation references ValueBased.html, including:
The CSR for these changes will occur after the prototyping of javac and the VM runtime is working.
Progress
Testing
Failed test tasks
Issue
Download
$ git fetch https://git.openjdk.java.net/valhalla pull/233/head:pull/233
$ git checkout pull/233