> Two changes: > > - Remove the `Class.isIdentity` method, which is redundant given the > `Class.isValue` method > - Clean up `Class.isValue` so that it only returns true for value classes, > not other non-identity things (interfaces, primitives) > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Dan Smith has updated the pull request incrementally with one additional commit since the last revision: compare-and-set checks don't need to look at field type ------------- Changes: - all: https://git.openjdk.org/valhalla/pull/2397/files - new: https://git.openjdk.org/valhalla/pull/2397/files/7237feec..644a57b3 Webrevs: - full: https://webrevs.openjdk.org/?repo=valhalla&pr=2397&range=01 - incr: https://webrevs.openjdk.org/?repo=valhalla&pr=2397&range=00-01 Stats: 6 lines in 1 file changed: 0 ins; 0 del; 6 mod Patch: https://git.openjdk.org/valhalla/pull/2397.diff Fetch: git fetch https://git.openjdk.org/valhalla.git pull/2397/head:pull/2397 PR: https://git.openjdk.org/valhalla/pull/2397
