On Mon, 27 Feb 2023 15:50:02 GMT, Roger Riggs <rri...@openjdk.org> wrote:
> To simplify future work changing some java.time value based classes to > Valhalla value classes, the explicit calls to super() are removed from > Duration, Instant, and ZoneOffset. This pull request has now been integrated. Changeset: 4c169d2d Author: Roger Riggs <rri...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/4c169d2d7c3082a278946175874777f78d45b0bc Stats: 6 lines in 3 files changed: 0 ins; 3 del; 3 mod 8303253: Remove unnecessary calls to super() in java.time value based classes Reviewed-by: naoto, mchung, lancea ------------- PR: https://git.openjdk.org/jdk/pull/12771