Remove forRemoval = true from @Deprecated annotation of Boolean, Byte, Character, Double, Float, Integer, Long, Short. And add `SuppressWarnings("deprecation") `where needed; and remove `SuppressWarnings("removal")`
------------- Commit messages: - 8354335: No longer deprecate wrapper class constructors for removal Changes: https://git.openjdk.org/jdk/pull/24586/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=24586&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8354335 Stats: 23 lines in 9 files changed: 0 ins; 0 del; 23 mod Patch: https://git.openjdk.org/jdk/pull/24586.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/24586/head:pull/24586 PR: https://git.openjdk.org/jdk/pull/24586