The default value for java.vendor.url is http://java.oracle.com/.
java.lang.System.getProperties documents the property as always having a value but a reasonable value depends on the vendor supplying the java runtime.
The default can be changed to either the empty string or undefined.
However, the compatibility risk should be evaluated.
java.lang.System.getProperties documents the property as always having a value but a reasonable value depends on the vendor supplying the java runtime.
The default can be changed to either the empty string or undefined.
However, the compatibility risk should be evaluated.
- relates to
-
JDK-4947890 Minimize JNI upcalls in system-properties initialization
- Resolved