More lobbying....

Here's how many source files in the JDK
access this system property.

$ rg '"line.separator"' | wc -l
43

Some use doPrivileged, some don't.
Some cache statically, some cache in an object,
some don't cache at all.

Martin

Reply via email to