Re: New JEP: Warnings for Identity-Sensitive Libraries

2025-01-30 Thread John Rose
That’s very nicely framed. Not too much at first, with room to grow if we like what we get at first. On 30 Jan 2025, at 12:39, Dan Smith wrote: > I've created a small JEP as a follow-up to JEP 390 (Warnings for Value-Based > Classes, delivered in 16). > > https://bugs.openjdk.org/browse/JDK-834

New JEP: Warnings for Identity-Sensitive Libraries

2025-01-30 Thread Dan Smith
I've created a small JEP as a follow-up to JEP 390 (Warnings for Value-Based Classes, delivered in 16). https://bugs.openjdk.org/browse/JDK-8340476 JEP 390 introduced javac warnings about synchronization attempts on value-based classes (including the wrapper classes), which will become errors w