> [JDK-8169880](https://bugs.openjdk.org/browse/JDK-8169880) removed a > debugging option to disable caching of reflective data in java.lang.Class, > which had a consequence that now Class#reflectiveData method guarantees to > return a non-null result. Existing callers of that method were left intact > and still contain null checks and branches that are never taken after this > change. Some new callers were added later and they don't have null checks. I > propose a patch to remove these unneeded null checks and never taken branches.
Peter Levart has updated the pull request incrementally with one additional commit since the last revision: 8347397: Happy New Year 2025 ------------- Changes: - all: https://git.openjdk.org/jdk/pull/23025/files - new: https://git.openjdk.org/jdk/pull/23025/files/d1a9464e..51dfa22e Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=23025&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=23025&range=00-01 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/23025.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/23025/head:pull/23025 PR: https://git.openjdk.org/jdk/pull/23025