RFR: 8258422: Cleanup unnecessary null comparison before instanceof check in java.base [v4]
Andrey Turbanov
github.com+741251+turbanoff at openjdk.java.net
Wed Dec 16 10:32:12 UTC 2020
> 8258422: Cleanup unnecessary null comparison before instanceof check in java.base
Andrey Turbanov has updated the pull request incrementally with one additional commit since the last revision:
8258422: Cleanup unnecessary null comparison before instanceof check in java.base
take advantage of "flow scoping" to eliminate casts
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/20/files
- new: https://git.openjdk.java.net/jdk/pull/20/files/0d2ac405..f5727ca9
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=20&range=03
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=20&range=02-03
Stats: 42 lines in 12 files changed: 1 ins; 10 del; 31 mod
Patch: https://git.openjdk.java.net/jdk/pull/20.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/20/head:pull/20
PR: https://git.openjdk.java.net/jdk/pull/20
More information about the nio-dev
mailing list