changeset 1293:d747fcb74f01

2008-12-23 Matthias Klose <doko@ubuntu.com> * patches/hotspot/original/icedtea-version.patch: Update.
author doko@ubuntu.com
date Tue, 23 Dec 2008 11:06:37 +0100
parents f8a822957940
children cf5fe433e739
files ChangeLog patches/hotspot/original/icedtea-version.patch
diffstat 2 files changed, 15 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Dec 23 08:39:12 2008 +0000
+++ b/ChangeLog	Tue Dec 23 11:06:37 2008 +0100
@@ -1,3 +1,7 @@
+2008-12-23  Matthias Klose  <doko@ubuntu.com>
+
+	* patches/hotspot/original/icedtea-version.patch: Update.
+
 2008-12-23  Gary Benson  <gbenson@redhat.com>
 
 	* HACKING: Added bug id for my last patch.
--- a/patches/hotspot/original/icedtea-version.patch	Tue Dec 23 08:39:12 2008 +0000
+++ b/patches/hotspot/original/icedtea-version.patch	Tue Dec 23 11:06:37 2008 +0100
@@ -33,4 +33,14 @@
  # CFLAGS_WARN holds compiler options to suppress/enable warnings.
  CFLAGS += $(CFLAGS_WARN/BYFILE)
  
-
+--- openjdk/hotspot/src/share/vm/runtime/arguments.cpp~	2008-11-25 10:12:12.000000000 +0100
++++ openjdk/hotspot/src/share/vm/runtime/arguments.cpp	2008-12-23 09:38:06.000000000 +0100
+@@ -28,7 +28,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;