RFR 8198997: Cache normalized/resolved user.dir property

Brian Burkhalter brian.burkhalter at oracle.com
Mon Mar 12 18:32:32 UTC 2018


https://bugs.openjdk.java.net/browse/JDK-8198997
http://cr.openjdk.java.net/~bpb/8198997/webrev.00/

Lazily cache the value of the user.dir property on first access. This change is for Windows only as there does not appear to be any percentage in doing something similar on Unix.

Thanks,

Brian


More information about the core-libs-dev mailing list