<div dir="ltr"><div dir="ltr">On Fri, Nov 22, 2024 at 4:47 AM Joseph D. Darcy <<a href="mailto:joe.darcy@oracle.com">joe.darcy@oracle.com</a>> wrote:</div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>
    <p>PS it would be a "small matter of programming" to write an
      annotation processor to find the not subclassable public classes
      in the JDK that were not marked final.</p></div></blockquote><div>Joe, your bait was too hard to resist.</div><div><br></div><div>These are the non-final, not subclassable, public, non-enum classes, in packages with unqualified exports in java.base:</div><div><br></div>java.lang.invoke.MethodHandleProxies<br>java.lang.invoke.MethodHandles<br>java.lang.Runtime<br>java.nio.charset.CodingErrorAction<br>java.nio.charset.CoderResult<br>java.lang.constant.DynamicCallSiteDesc<br>java.lang.reflect.Modifier<br>java.lang.runtime.ObjectMethods<br>java.lang.runtime.SwitchBootstraps<br>java.net.URLDecoder<br>java.net.URLEncoder<br>java.security.DrbgParameters<br>java.util.Base64<br>java.util.Collections<br>java.util.FormattableFlags<br>java.util.concurrent.Executors<br><div>java.util.concurrent.locks.LockSupport</div><div><br></div><div>All of these compiles fine with final added. (Note a subclass can access a private constructor if enclosed by the same class (is this called a nest?)</div><div><br></div><div>What is the compatibility impact of adding final to the above classes. It will perhaps require a CSR in any case?</div><div><br></div><div>Cheers,</div><div>Eirik. </div></div></div>