93949596979899100101102
return nonPortableModeEnabled; } private boolean initBooleanSystemProperty(String key, boolean defaultValue) { try { return AccessController.doPrivileged(new GetBooleanSystemPropertyAction(key)); } catch (Throwable ignore) { return defaultValue; } }