Browse Source

Updating bug tracker URL

tags/light-jdk8u45+15
Ivan Dubrov 9 years ago
parent
commit
3892c7b61a

+ 1
- 1
hotspot/.hg/patches/arguments-java8.patch View File

-// Note: This is a special bug reporting site for the JVM -// Note: This is a special bug reporting site for the JVM
-#define DEFAULT_VENDOR_URL_BUG "http://bugreport.sun.com/bugreport/crash.jsp" -#define DEFAULT_VENDOR_URL_BUG "http://bugreport.sun.com/bugreport/crash.jsp"
+// (DCEVM) The DCE VM has its own JIRA bug tracking system. +// (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" #define DEFAULT_JAVA_LAUNCHER "generic"
// Disable options not supported in this release, with a warning if they // Disable options not supported in this release, with a warning if they

+ 1
- 1
hotspot/.hg/patches/arguments-java8u31.patch View File

-// Note: This is a special bug reporting site for the JVM -// 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_VENDOR_URL_BUG "http://bugreport.java.com/bugreport/crash.jsp"
+// (DCEVM) The DCE VM has its own JIRA bug tracking system. +// (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" #define DEFAULT_JAVA_LAUNCHER "generic"
// Disable options not supported in this release, with a warning if they // Disable options not supported in this release, with a warning if they

+ 1
- 1
hotspot/.hg/patches/arguments-java8u40.patch View File

-// Note: This is a special bug reporting site for the JVM -// 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_VENDOR_URL_BUG "http://bugreport.java.com/bugreport/crash.jsp"
+// (DCEVM) The DCE VM has its own JIRA bug tracking system. +// (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" #define DEFAULT_JAVA_LAUNCHER "generic"
// Disable options not supported in this release, with a warning if they // Disable options not supported in this release, with a warning if they

Loading…
Cancel
Save