Adding constant for line.separator and friends

Martin Buchholz martinrb at google.com
Tue Nov 10 01:56:22 UTC 2009


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



More information about the core-libs-dev mailing list