JDK-8214134 : Default for java.vendor.url
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 12
  • Priority: P4
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2018-11-20
  • Updated: 2018-11-29
  • Resolved: 2018-11-29
Related Reports
Relates :  
Description
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.

Comments
Fixed by 4947890. The non-null defaults for openjdk builds are: COMPANY_NAME=N/A VENDOR_URL=https://openjdk.java.net/ VENDOR_URL_BUG=https://bugreport.java.com/bugreport/
29-11-2018