8081359: Update bug reporting URL
authordarcy
Thu, 28 May 2015 11:31:40 -0700
changeset 30819 45d6fd3af6ac
parent 30818 56133cf1bf00
child 30820 0d4717a011d3
8081359: Update bug reporting URL Reviewed-by: lancea
jdk/src/java.base/share/native/libjava/System.c
jdk/src/jdk.rmic/share/classes/sun/tools/javac/resources/javac.properties
--- a/jdk/src/java.base/share/native/libjava/System.c	Thu May 28 10:00:51 2015 -0700
+++ b/jdk/src/java.base/share/native/libjava/System.c	Thu May 28 11:31:40 2015 -0700
@@ -111,7 +111,7 @@
 #ifndef VENDOR /* Third party may overwrite this. */
 #define VENDOR "Oracle Corporation"
 #define VENDOR_URL "http://java.oracle.com/"
-#define VENDOR_URL_BUG "http://bugreport.sun.com/bugreport/"
+#define VENDOR_URL_BUG "http://bugreport.java.com/bugreport/"
 #endif
 
 #define JAVA_MAX_SUPPORTED_VERSION 52
--- a/jdk/src/jdk.rmic/share/classes/sun/tools/javac/resources/javac.properties	Thu May 28 10:00:51 2015 -0700
+++ b/jdk/src/jdk.rmic/share/classes/sun/tools/javac/resources/javac.properties	Thu May 28 11:31:40 2015 -0700
@@ -498,9 +498,9 @@
 javac.err.cant.write=\
 	Can''t write: {0}
 javac.err.fatal.error=\
-	An error has occurred in the compiler; please file a bug report (http://bugreport.sun.com/bugreport/).
+	An error has occurred in the compiler; please file a bug report (http://bugreport.java.com/bugreport/).
 javac.err.fatal.exception=\
-	An exception has occurred in the compiler; please file a bug report (http://bugreport.sun.com/bugreport/).
+	An exception has occurred in the compiler; please file a bug report (http://bugreport.java.com/bugreport/).
 javac.err.no.inner.classes=\
 	Support for inner classes has been disabled.
 javac.err.uncaught.exception=\