comparison src/share/vm/runtime/arguments.cpp @ 20775:cc74ca225166 jdk8u31-b08

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 ca6d25be853b
children 42f27b59c550
comparison
equal deleted inserted replaced
20774:c4fdacb50cc7 20775:cc74ca225166
61 #include "gc_implementation/g1/g1CollectedHeap.inline.hpp" 61 #include "gc_implementation/g1/g1CollectedHeap.inline.hpp"
62 #include "gc_implementation/parallelScavenge/parallelScavengeHeap.hpp" 62 #include "gc_implementation/parallelScavenge/parallelScavengeHeap.hpp"
63 #endif // INCLUDE_ALL_GCS 63 #endif // INCLUDE_ALL_GCS
64 64
65 // Note: This is a special bug reporting site for the JVM 65 // Note: This is a special bug reporting site for the JVM
66 #define DEFAULT_VENDOR_URL_BUG "http://bugreport.sun.com/bugreport/crash.jsp" 66 #define DEFAULT_VENDOR_URL_BUG "http://bugreport.java.com/bugreport/crash.jsp"
67 #define DEFAULT_JAVA_LAUNCHER "generic" 67 #define DEFAULT_JAVA_LAUNCHER "generic"
68 68
69 // Disable options not supported in this release, with a warning if they 69 // Disable options not supported in this release, with a warning if they
70 // were explicitly requested on the command-line 70 // were explicitly requested on the command-line
71 #define UNSUPPORTED_OPTION(opt, description) \ 71 #define UNSUPPORTED_OPTION(opt, description) \