comparison src/share/vm/runtime/arguments.cpp @ 20565:9f35f614847d

8060169: Update the Crash Reporting URL in the Java crash log Summary: Update the URL for HotSpot bug reports. Reviewed-by: dcubed, rdurbin
author dbuck
date Fri, 31 Oct 2014 12:05:56 -0700
parents f10fe402dfb1
children 86307d477907
comparison
equal deleted inserted replaced
20563:6b93bf9ea3ea 20565:9f35f614847d
64 #include "gc_implementation/g1/g1CollectedHeap.inline.hpp" 64 #include "gc_implementation/g1/g1CollectedHeap.inline.hpp"
65 #include "gc_implementation/parallelScavenge/parallelScavengeHeap.hpp" 65 #include "gc_implementation/parallelScavenge/parallelScavengeHeap.hpp"
66 #endif // INCLUDE_ALL_GCS 66 #endif // INCLUDE_ALL_GCS
67 67
68 // Note: This is a special bug reporting site for the JVM 68 // Note: This is a special bug reporting site for the JVM
69 #define DEFAULT_VENDOR_URL_BUG "http://bugreport.sun.com/bugreport/crash.jsp" 69 #define DEFAULT_VENDOR_URL_BUG "http://bugreport.java.com/bugreport/crash.jsp"
70 #define DEFAULT_JAVA_LAUNCHER "generic" 70 #define DEFAULT_JAVA_LAUNCHER "generic"
71 71
72 // Disable options not supported in this release, with a warning if they 72 // Disable options not supported in this release, with a warning if they
73 // were explicitly requested on the command-line 73 // were explicitly requested on the command-line
74 #define UNSUPPORTED_OPTION(opt, description) \ 74 #define UNSUPPORTED_OPTION(opt, description) \