On Tue, 12 Nov 2024 15:41:01 GMT, Roger Riggs <rri...@openjdk.org> wrote:
> After [JDK-8338411](https://bugs.openjdk.org/browse/JDK-8338411), > Serialization implementation dependencies on doPriviledged and > AccessController are removed. > Some refactoring to cleanup the remaining code is expected. src/java.base/share/classes/java/time/zone/ZoneRulesProvider.java line 147: > 145: // if the property java.time.zone.DefaultZoneRulesProvider is > 146: // set then its value is the class name of the default provider > 147: @SuppressWarnings("removal") Should this SuppressWarnings be removed? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/22042#discussion_r1839174201