# HG changeset patch # User doko@ubuntu.com # Date 1230026797 -3600 # Node ID d747fcb74f01193f8e75dca424d66eeed1af11f4 # Parent f8a822957940bded26fb82c108fbd17c792ea104 2008-12-23 Matthias Klose * patches/hotspot/original/icedtea-version.patch: Update. diff -r f8a822957940 -r d747fcb74f01 ChangeLog --- 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 + + * patches/hotspot/original/icedtea-version.patch: Update. + 2008-12-23 Gary Benson * HACKING: Added bug id for my last patch. diff -r f8a822957940 -r d747fcb74f01 patches/hotspot/original/icedtea-version.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;