# HG changeset patch # User dbuck # Date 1414782356 25200 # Node ID cc74ca22516644867be3b8db6c1f8d05ab4f6c27 # Parent c4fdacb50cc776370d58c508ea4cafac47b34892 8060169: Update the Crash Reporting URL in the Java crash log Summary: Update the URL for HotSpot bug reports. Reviewed-by: dcubed, rdurbin diff -r c4fdacb50cc7 -r cc74ca225166 src/share/vm/runtime/arguments.cpp --- a/src/share/vm/runtime/arguments.cpp Mon Nov 10 10:32:21 2014 -0800 +++ b/src/share/vm/runtime/arguments.cpp Fri Oct 31 12:05:56 2014 -0700 @@ -63,7 +63,7 @@ #endif // INCLUDE_ALL_GCS // Note: This is a special bug reporting site for the JVM -#define DEFAULT_VENDOR_URL_BUG "http://bugreport.sun.com/bugreport/crash.jsp" +#define DEFAULT_VENDOR_URL_BUG "http://bugreport.java.com/bugreport/crash.jsp" #define DEFAULT_JAVA_LAUNCHER "generic" // Disable options not supported in this release, with a warning if they