changeset in /hg/icedtea6: 2008-05-09 Lillian Angel <langel at re...
Lillian Angel
langel at redhat.com
Fri May 9 07:04:35 PDT 2008
changeset d9fa5282ccde in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=d9fa5282ccde
description:
2008-05-09 Lillian Angel <langel at redhat.com>
* icedtea-use-system-tzdata.patch: Added missing lines to patch.
diffstat:
2 files changed, 8 insertions(+), 3 deletions(-)
ChangeLog | 4 ++++
patches/icedtea-use-system-tzdata.patch | 7 ++++---
diffs (31 lines):
diff -r 3c358d6fd84e -r d9fa5282ccde ChangeLog
--- a/ChangeLog Fri May 09 02:30:42 2008 +0200
+++ b/ChangeLog Fri May 09 10:04:30 2008 -0400
@@ -1,3 +1,7 @@ 2008-05-08 Mark Wielaard <mark at klomp.o
+2008-05-09 Lillian Angel <langel at redhat.com>
+
+ * icedtea-use-system-tzdata.patch: Added missing lines to patch.
+
2008-05-08 Mark Wielaard <mark at klomp.org>
* patches/icedtea-directaudio-close-trick.patch: Use new static
diff -r 3c358d6fd84e -r d9fa5282ccde patches/icedtea-use-system-tzdata.patch
--- a/patches/icedtea-use-system-tzdata.patch Fri May 09 02:30:42 2008 +0200
+++ b/patches/icedtea-use-system-tzdata.patch Fri May 09 10:04:30 2008 -0400
@@ -45,12 +45,13 @@
if (!file.canRead()) {
--- oldopenjdk6/hotspot/src/os/linux/vm/os_linux.cpp 2008-03-26 05:07:22.000000000 -0400
+++ openjdk/hotspot/src/os/linux/vm/os_linux.cpp 2008-05-08 11:03:17.000000000 -0400
-@@ -376,6 +376,10 @@
+@@ -376,6 +381,11 @@
}
}
-+// Use the system zoneinfo files, if present
-+Arguments::PropertyList_add (&sp,
++ SystemProperty* sp = Arguments::system_properties();
++ // Use the system zoneinfo files, if present
++ Arguments::PropertyList_add (&sp,
+ "user.zoneinfo.dir", "/usr/share/javazi");
+
#undef malloc
More information about the distro-pkg-dev
mailing list