[jdk17] RFR: 8269096: Add java.util.Objects.newIdentity method [v5]
Jorn Vernee
jvernee at openjdk.java.net
Mon Jun 28 20:11:10 UTC 2021
On Mon, 28 Jun 2021 19:45:34 GMT, Roger Riggs <rriggs at openjdk.org> wrote:
>> Add java.util.Objects.newIdentity to supply a unique object with identity.
>> This is a replacement code can be used today for the traditional new Object() idiom, which will be deprecated under Project Valhalla.
>> Refer to [JEP 401: Primitive Objects (Preview)](https://openjdk.java.net/jeps/401) for background.
>
> Roger Riggs has updated the pull request incrementally with one additional commit since the last revision:
>
> Add test synchronizing on return value of Objecst.newIdentity()
Marked as reviewed by jvernee (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk17/pull/112
More information about the core-libs-dev
mailing list