On Tue, 23 Feb 2021 06:12:54 GMT, Joe Darcy <da...@openjdk.org> wrote:

> Is there any behavior change here that merits a CSR review?

Maybe. The one observable change is that calling `Collections.bar(foo)` with a 
`foo` that is already a `bar` will return the instance rather than 
unnecessarily wrap it. This could change semantics in applications 
inadvertently or deliberately relying on identity.

-------------

PR: https://git.openjdk.java.net/jdk/pull/2596

Reply via email to