changeset 2474:1dac0f3af89f

7019210: Fix misc references to /bugreport websites Reviewed-by: skannan
author ohair
date Thu, 07 Apr 2011 20:26:41 -0700
parents 11427f216063
children c49c3947b98a 6c9cec219ce4
files src/share/vm/runtime/arguments.cpp
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.cpp	Mon Apr 04 18:15:55 2011 -0400
+++ b/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;