Skip to content
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

8346307: [lworld] Clarify identity vs value in Class, Objects, and document limitations of value objects #1327

Open
wants to merge 4 commits into
base: lworld
Choose a base branch
from

Conversation

RogerRiggs
Copy link
Collaborator

@RogerRiggs RogerRiggs commented Jan 6, 2025

Add APINote and javadoc for IdentityException where it will be useful to know that identity or value objects are treated differently.
Simplified WeakHashMap javadoc updates for IdentityException.
Added note to System.identityHashCode to include value objects.
Added to class javadoc for IdentityHashMap for value objects.


Progress

  • Change must not contain extraneous whitespace

Integration blocker

 ⚠️ Title mismatch between PR and JBS for issue JDK-8346307

Issue

  • JDK-8346307: Clarify identity vs value in Class, Objects, and document limitations of value objects (Bug - P4) ⚠️ Title mismatch between PR and JBS.

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/valhalla.git pull/1327/head:pull/1327
$ git checkout pull/1327

Update a local copy of the PR:
$ git checkout pull/1327
$ git pull https://git.openjdk.org/valhalla.git pull/1327/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 1327

View PR using the GUI difftool:
$ git pr show -t 1327

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/valhalla/pull/1327.diff

Using Webrev

Link to Webrev Comment

…IdentityException

Add APINote  and javadoc for IdentityException where it will be useful to know.
Simplified WeakHashMap javadoc updates for IdentityException.
Added note to System.identityHashCode to include value objects.
@bridgekeeper
Copy link

bridgekeeper bot commented Jan 6, 2025

👋 Welcome back rriggs! A progress list of the required criteria for merging this PR into lworld will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk
Copy link

openjdk bot commented Jan 6, 2025

@RogerRiggs This change is no longer ready for integration - check the PR body for details.

@mlbridge
Copy link

mlbridge bot commented Jan 6, 2025

Webrevs

RogerRiggs and others added 3 commits January 13, 2025 16:06
…IdentityException

Add APINote and javadoc for IdentityException where it will be useful to know.
Updated Objects.hasIdentity to return true for non-null reference to identity class; else false
Added Objects.isValueObject to return true for non-null reference to value class; else false
Updated tests for value objects.
…tityexception' into 8346307-throws-identityexception
@openjdk
Copy link

openjdk bot commented Jan 13, 2025

⚠️ @RogerRiggs This pull request contains merges that bring in commits not present in the target repository. Since this is not a "merge style" pull request, these changes will be squashed when this pull request in integrated. If this is your intention, then please ignore this message. If you want to preserve the commit structure, you must change the title of this pull request to Merge <project>:<branch> where <project> is the name of another project in the OpenJDK organization (for example Merge jdk:master).

@RogerRiggs RogerRiggs changed the title 8346307: [lworld] Document WeakHashMap and other apis that may throw IdentityException 8346307: [lworld] Clarify identity vs value in Class, Objects, and document limitations of value objects Jan 13, 2025
@openjdk openjdk bot removed the ready label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

1 participant