< prev index next >

src/share/vm/runtime/arguments.cpp

Print this page

        

*** 64,74 **** #include "gc_implementation/g1/g1CollectedHeap.inline.hpp" #include "gc_implementation/parallelScavenge/parallelScavengeHeap.hpp" #endif // INCLUDE_ALL_GCS // Note: This is a special bug reporting site for the JVM ! #define DEFAULT_VENDOR_URL_BUG "http://bugreport.java.com/bugreport/crash.jsp" #define DEFAULT_JAVA_LAUNCHER "generic" // Disable options not supported in this release, with a warning if they // were explicitly requested on the command-line #define UNSUPPORTED_OPTION(opt, description) \ --- 64,78 ---- #include "gc_implementation/g1/g1CollectedHeap.inline.hpp" #include "gc_implementation/parallelScavenge/parallelScavengeHeap.hpp" #endif // INCLUDE_ALL_GCS // Note: This is a special bug reporting site for the JVM ! #ifdef VENDOR_URL_VM_BUG ! # define DEFAULT_VENDOR_URL_BUG VENDOR_URL_VM_BUG ! #else ! # define DEFAULT_VENDOR_URL_BUG "http://bugreport.java.com/bugreport/crash.jsp" ! #endif #define DEFAULT_JAVA_LAUNCHER "generic" // Disable options not supported in this release, with a warning if they // were explicitly requested on the command-line #define UNSUPPORTED_OPTION(opt, description) \
< prev index next >