42434445464748
private SecurityActions() { } static String getSystemProperty(final String key, final String defaultValue) { return getSecurityManager() == null ? getProperty(key, defaultValue) : doPrivileged(new ReadPropertyAction(key, defaultValue)); }