RFR: 8233160: Add java.vendor.url.bug to list of recognized standard system properties

Alan Bateman alanb at openjdk.org
Mon Sep 4 09:11:38 UTC 2023


On Fri, 1 Sep 2023 14:59:19 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:

> I asked for Mark's and Joe's inputs on this in the linked JBS issue https://bugs.openjdk.org/browse/JDK-8233160. Mark has suggested that we keep this `java.vendor.url.bug` system property non-optional and also not to add any expectations of the value for this property to be a parsable URL.

Okay but just to mention that in recent years, the system properties table have added "may be interpreted as a XXXX" to the description of the value of several properties so that it can be used at run-time. A bug reporting URL is probably only interesting to print out or log but maybe it's not too off-piste to think about a popup window or something might want to call URI.create and represent it as a URI.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/15504#issuecomment-1704896205


More information about the core-libs-dev mailing list