diff options
author | Ivan Dubrov <idubrov@guidewire.com> | 2015-06-24 18:37:39 -0700 |
---|---|---|
committer | Ivan Dubrov <idubrov@guidewire.com> | 2015-06-24 18:37:39 -0700 |
commit | 3892c7b61a6e5869c4138b67d07c53f1ab2ce7ba (patch) | |
tree | b1aab5b2158b266c1b4bc3e69a10747f5f89a761 | |
parent | 64ea8b8a611b116831fb59645de3e975b1429e76 (diff) | |
download | dcevm-light-jdk8u45+15.tar.gz dcevm-light-jdk8u45+15.zip |
Updating bug tracker URLlight-jdk8u45+15
-rw-r--r-- | hotspot/.hg/patches/arguments-java8.patch | 2 | ||||
-rw-r--r-- | hotspot/.hg/patches/arguments-java8u31.patch | 2 | ||||
-rw-r--r-- | hotspot/.hg/patches/arguments-java8u40.patch | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/hotspot/.hg/patches/arguments-java8.patch b/hotspot/.hg/patches/arguments-java8.patch index fc505020..7943af8a 100644 --- a/hotspot/.hg/patches/arguments-java8.patch +++ b/hotspot/.hg/patches/arguments-java8.patch @@ -9,7 +9,7 @@ diff --git a/src/share/vm/runtime/arguments.cpp b/src/share/vm/runtime/arguments -// Note: This is a special bug reporting site for the JVM -#define DEFAULT_VENDOR_URL_BUG "http://bugreport.sun.com/bugreport/crash.jsp" +// (DCEVM) The DCE VM has its own JIRA bug tracking system. -+#define DEFAULT_VENDOR_URL_BUG "https://github.com/Guidewire/DCEVM/issues" ++#define DEFAULT_VENDOR_URL_BUG "https://github.com/dcevm/dcevm/issues" #define DEFAULT_JAVA_LAUNCHER "generic" // Disable options not supported in this release, with a warning if they diff --git a/hotspot/.hg/patches/arguments-java8u31.patch b/hotspot/.hg/patches/arguments-java8u31.patch index 872e5109..dd7f3d12 100644 --- a/hotspot/.hg/patches/arguments-java8u31.patch +++ b/hotspot/.hg/patches/arguments-java8u31.patch @@ -11,7 +11,7 @@ diff -r 94dee6e9176e src/share/vm/runtime/arguments.cpp -// Note: This is a special bug reporting site for the JVM -#define DEFAULT_VENDOR_URL_BUG "http://bugreport.java.com/bugreport/crash.jsp" +// (DCEVM) The DCE VM has its own JIRA bug tracking system. -+#define DEFAULT_VENDOR_URL_BUG "https://github.com/Guidewire/DCEVM/issues" ++#define DEFAULT_VENDOR_URL_BUG "https://github.com/dcevm/dcevm/issues" #define DEFAULT_JAVA_LAUNCHER "generic" // Disable options not supported in this release, with a warning if they diff --git a/hotspot/.hg/patches/arguments-java8u40.patch b/hotspot/.hg/patches/arguments-java8u40.patch index 1b0db25c..11331385 100644 --- a/hotspot/.hg/patches/arguments-java8u40.patch +++ b/hotspot/.hg/patches/arguments-java8u40.patch @@ -11,7 +11,7 @@ diff -r 7e9e421e88b5 src/share/vm/runtime/arguments.cpp -// Note: This is a special bug reporting site for the JVM -#define DEFAULT_VENDOR_URL_BUG "http://bugreport.java.com/bugreport/crash.jsp" +// (DCEVM) The DCE VM has its own JIRA bug tracking system. -+#define DEFAULT_VENDOR_URL_BUG "https://github.com/Guidewire/DCEVM/issues" ++#define DEFAULT_VENDOR_URL_BUG "https://github.com/dcevm/dcevm/issues" #define DEFAULT_JAVA_LAUNCHER "generic" // Disable options not supported in this release, with a warning if they |