[lworld] Integrated: 8294860: [lworld] Add java.util.Objects.isValueObject
Roger Riggs
rriggs at openjdk.org
Wed Oct 12 13:54:23 UTC 2022
On Tue, 11 Oct 2022 18:51:47 GMT, Roger Riggs <rriggs at openjdk.org> wrote:
> Add method `java.util.Objects.isValueObject(Object obj)`.
>
> The complement to `Objects.isIdentityObject(Object obj)` this method return true if the object is a value object.
>
> Add the cases to the existing ObjectMethods test.
This pull request has now been integrated.
Changeset: e1c3d839
Author: Roger Riggs <rriggs at openjdk.org>
URL: https://git.openjdk.org/valhalla/commit/e1c3d839c7a9c81bacda90944e3517d594592987
Stats: 15 lines in 2 files changed: 15 ins; 0 del; 0 mod
8294860: [lworld] Add java.util.Objects.isValueObject
Reviewed-by: mchung
-------------
PR: https://git.openjdk.org/valhalla/pull/786
More information about the valhalla-dev
mailing list