7019210: Fix misc references to /bugreport websites
authorohair
Thu, 07 Apr 2011 20:26:41 -0700
changeset 9130 7d6aa04b56c1
parent 9129 a305c5b42df9
child 9131 b41df1504406
child 9168 c2cdeb17ec31
7019210: Fix misc references to /bugreport websites Reviewed-by: skannan
hotspot/src/share/vm/runtime/arguments.cpp
--- a/hotspot/src/share/vm/runtime/arguments.cpp	Mon Apr 04 18:15:55 2011 -0400
+++ b/hotspot/src/share/vm/runtime/arguments.cpp	Thu Apr 07 20:26:41 2011 -0700
@@ -59,7 +59,8 @@
 #include "gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp"
 #endif
 
-#define DEFAULT_VENDOR_URL_BUG "http://java.sun.com/webapps/bugreport/crash.jsp"
+// 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_JAVA_LAUNCHER  "generic"
 
 char**  Arguments::_jvm_flags_array             = NULL;