> This PR proposes declaring some internal classes in java.io as `final`,
> explicitly indicating that they are not intended for sub-classing.
>
> If you think declaring classes final is just "static noice", please see
> http://minborgsjavapot.blogspot.com/2021/12/why-general-inheritance-is-fla
On Mon, 23 Jan 2023 18:06:26 GMT, Per Minborg wrote:
> It looks like CE is used in `UnixFileSystem` via the system property
> "sun.io.useCanonCaches" ?
It was disabled in JDK 12 and the general plan was to eventually remove it
eventually.
-
PR: https://git.openjdk.org/jdk/pull/12
On Mon, 23 Jan 2023 18:02:44 GMT, Alan Bateman wrote:
> Look okay. We should probably think about removing ExpiringCache as it hasn't
> been used for many releases.
It looks like CE is used in `UnixFileSystem` via the system property
"sun.io.useCanonCaches" ?
-
PR: https://git.op
On Mon, 23 Jan 2023 14:40:50 GMT, Per Minborg wrote:
> This PR proposes declaring some internal classes in java.io as `final`,
> explicitly indicating that they are not intended for sub-classing.
>
> If you think declaring classes final is just "static noice", please see
> http://minborgsjava
This PR proposes declaring some internal classes in java.io as `final`,
explicitly indicating that they are not intended for sub-classing.
If you think declaring classes final is just "static noice", please see
http://minborgsjavapot.blogspot.com/2021/12/why-general-inheritance-is-flawed-and.ht