# HG changeset patch # User dbuck # Date 1414782356 25200 # Node ID 9f35f614847d07da260951f4e74910bf5f60de25 # Parent 6b93bf9ea3ea57ed0fe53cfedb2f9ab912c324e5 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 6b93bf9ea3ea -r 9f35f614847d src/share/vm/runtime/arguments.cpp --- a/src/share/vm/runtime/arguments.cpp Thu Oct 23 15:32:14 2014 -0700 +++ b/src/share/vm/runtime/arguments.cpp Fri Oct 31 12:05:56 2014 -0700 @@ -66,7 +66,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