Print this page


Split Split Close
Expand all
Collapse all
          --- old/src/share/vm/runtime/arguments.cpp
          +++ new/src/share/vm/runtime/arguments.cpp
↓ open down ↓ 58 lines elided ↑ open up ↑
  59   59  #ifdef TARGET_OS_FAMILY_bsd
  60   60  # include "os_bsd.inline.hpp"
  61   61  #endif
  62   62  #if INCLUDE_ALL_GCS
  63   63  #include "gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp"
  64   64  #include "gc_implementation/g1/g1CollectedHeap.inline.hpp"
  65   65  #include "gc_implementation/parallelScavenge/parallelScavengeHeap.hpp"
  66   66  #endif // INCLUDE_ALL_GCS
  67   67  
  68   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   70  #define DEFAULT_JAVA_LAUNCHER  "generic"
  71   71  
  72   72  // Disable options not supported in this release, with a warning if they
  73   73  // were explicitly requested on the command-line
  74   74  #define UNSUPPORTED_OPTION(opt, description)                    \
  75   75  do {                                                            \
  76   76    if (opt) {                                                    \
  77   77      if (FLAG_IS_CMDLINE(opt)) {                                 \
  78   78        warning(description " is disabled in this release.");     \
  79   79      }                                                           \
↓ open down ↓ 4068 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX