On Mon, 27 Feb 2023 15:50:02 GMT, Roger Riggs 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.
Marked as reviewed by mchung (Reviewer).
-
P
On Mon, 27 Feb 2023 15:50:02 GMT, Roger Riggs 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.
Marked as reviewed by lancea (Reviewer).
-
P
On Mon, 27 Feb 2023 15:50:02 GMT, Roger Riggs 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.
LGTM
-
Marked as reviewed by naoto (Reviewer
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.
-
Commit messages:
- 8303253: Remove unnecessary calls to super() in java.time value based classes
Chang