diff src/share/vm/runtime/arguments.cpp @ 2477:3449f5e02cc4

Merge
author coleenp
date Tue, 12 Apr 2011 14:18:53 -0700
parents ed69575596ac 1dac0f3af89f
children 0654ee04b214 732454aaf5cb
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.cpp	Sat Apr 09 21:16:12 2011 -0700
+++ b/src/share/vm/runtime/arguments.cpp	Tue Apr 12 14:18:53 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;