RFR: 8268698: Use Objects.check{Index, FromToIndex, FromIndexSize} where possible [v6]
Yi Yang
yyang at openjdk.java.net
Mon Jun 21 05:17:09 UTC 2021
> After JDK-8265518(#3615), it's possible to replace all variants of checkIndex by Objects.checkIndex/Objects.checkFromToIndex/Objects.checkFromIndexSize in the whole JDK codebase.
Yi Yang has updated the pull request incrementally with one additional commit since the last revision:
more replacement 2
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/4507/files
- new: https://git.openjdk.java.net/jdk/pull/4507/files/c8b2106e..3a8875ec
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=4507&range=05
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=4507&range=04-05
Stats: 32 lines in 2 files changed: 1 ins; 20 del; 11 mod
Patch: https://git.openjdk.java.net/jdk/pull/4507.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/4507/head:pull/4507
PR: https://git.openjdk.java.net/jdk/pull/4507
More information about the serviceability-dev
mailing list