changeset 1275:edaae21dab0b

2008-12-15 Lillian Angel <langel@redhat.com> Fixes #475888 * patches/icedtea-version.patch: Added patch to set bug report link to icedtea's bugzilla.
author Lillian Angel <langel@redhat.com>
date Mon, 15 Dec 2008 12:31:08 -0500
parents 894d50f03bc4
children eb264976c3df
files ChangeLog patches/icedtea-version.patch
diffstat 2 files changed, 18 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Dec 11 14:11:45 2008 -0500
+++ b/ChangeLog	Mon Dec 15 12:31:08 2008 -0500
@@ -1,4 +1,10 @@
-2008-12-11  Deepak Bhole <dbhole@redhat.com>
+2008-12-15  Lillian Angel  <langel@redhat.com>
+
+	Fixes #475888
+	* patches/icedtea-version.patch: Added patch to set bug report link to
+	icedtea's bugzilla.
+
+2008-12-11  Deepak Bhole  <dbhole@redhat.com>
 
 	* IcedTeaPlugin.cc: Clean up output shown in non debug mode.
 	* plugin/icedtea/netscape/javascript/JSObject.java: Same.
--- a/patches/icedtea-version.patch	Thu Dec 11 14:11:45 2008 -0500
+++ b/patches/icedtea-version.patch	Mon Dec 15 12:31:08 2008 -0500
@@ -26,3 +26,14 @@
  endif
  
  ifdef BUILD_NUMBER
+--- arguments.cpp	2008-12-15 12:25:14.000000000 -0500
++++ openjdk/hotspot/src/share/vm/runtime/arguments.cpp	2008-12-15 12:25:32.000000000 -0500
+@@ -25,7 +25,7 @@
+ #include "incls/_precompiled.incl"
+ #include "incls/_arguments.cpp.incl"
+ 
+-#define DEFAULT_VENDOR_URL_BUG "http://java.sun.com/webapps/bugreport/crash.jsp"
++#define DEFAULT_VENDOR_URL_BUG "http://icedtea.classpath.org/bugzilla"
+ #define DEFAULT_JAVA_LAUNCHER  "generic"
+ 
+ char**  Arguments::_jvm_flags_array             = NULL;