RFR: 8263358: Update java.lang to use instanceof pattern variable [v7]
Patrick Concannon
pconcannon at openjdk.java.net
Mon Mar 22 11:07:07 UTC 2021
> Hi,
>
> Could someone please review my code for updating the code in the `java.lang` package to make use of the `instanceof` pattern variable?
>
> Kind regards,
> Patrick
Patrick Concannon has updated the pull request incrementally with one additional commit since the last revision:
8263358: Added wildcard to instanceof check; reordered primitive equality check
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/2913/files
- new: https://git.openjdk.java.net/jdk/pull/2913/files/e6746c9f..b89027c4
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=2913&range=06
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=2913&range=05-06
Stats: 3 lines in 2 files changed: 1 ins; 1 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/2913.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/2913/head:pull/2913
PR: https://git.openjdk.java.net/jdk/pull/2913
More information about the core-libs-dev
mailing list