On Fri, 1 Sep 2023 14:59:19 GMT, Jaikiran Pai <j...@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