On Tue, 24 Mar 2026 00:51:48 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: > > Removed @Stable annotation Looks fine. It's weird to use a lazy constant in a value class but guess is fine. We might do ZoneRules.of(this) when vm becomes good enough. ------------- Marked as reviewed by liach (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/30384#pullrequestreview-3995844461
