On Mon, 23 Mar 2026 23:23:26 GMT, Naoto Sato <[email protected]> wrote:
>> Refactoring the ZoneRules cache for ZoneOffset. Making the cache field final >> ensures the class can be converted into a value class in the future > > Naoto Sato has updated the pull request incrementally with one additional > commit since the last revision: > > Changed to the blessed modifier order src/java.base/share/classes/java/time/ZoneOffset.java line 182: > 180: * The zone rules for an offset will always return this offset. > Cache it for efficiency. > 181: */ > 182: @Stable This guy is no longer necessary. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30384#discussion_r2978220527
