On Thu, 19 Nov 2020 16:44:52 GMT, Lance Andersen <lan...@openjdk.org> wrote:
>> `depth` is `final`, so it needs to be assigned. but this could be replaced >> with `this(0)` > > Ah, missed the final on depth :-) Any particular strengths associated with `this(0)` as opposed to the actual assignment? Aside from the brevity it provides of course. Happy to modify the PR to include it ------------- PR: https://git.openjdk.java.net/jdk/pull/1317