changeset in /hg/icedtea: 2007-12-14 Joshua Sumali <jsumali at re...
Joshua Sumali
jsumali at redhat.com
Wed Jan 16 07:09:40 PST 2008
changeset 9f6e0e05add0 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=9f6e0e05add0
description:
2007-12-14 Joshua Sumali <jsumali at redhat.com>
Fixes Bug #87
* Makefile.am: Added icedtea-timerqueue.patch.
* Makefile.in: Regenerate.
* patches/icedtea-timerqueue.patch: New patch.
diffstat:
3 files changed, 26 insertions(+)
ChangeLog | 7 +++++++
Makefile.am | 1 +
patches/icedtea-timerqueue.patch | 18 ++++++++++++++++++
diffs (47 lines):
diff -r e4b0d5cb26c0 -r 9f6e0e05add0 ChangeLog
--- a/ChangeLog Fri Dec 14 06:01:20 2007 -0500
+++ b/ChangeLog Fri Dec 14 16:30:00 2007 -0500
@@ -1,3 +1,10 @@ 2007-12-14 Gary Benson <gbenson at redhat
+2007-12-14 Joshua Sumali <jsumali at redhat.com>
+
+ Fixes Bug #87
+ * Makefile.am: Added icedtea-timerqueue.patch.
+ * Makefile.in: Regenerate.
+ * patches/icedtea-timerqueue.patch: New patch.
+
2007-12-14 Gary Benson <gbenson at redhat.com>
* ports/hotspot/src/cpu/ppc/vm/bytecodeInterpreter_ppc.inline.hpp
diff -r e4b0d5cb26c0 -r 9f6e0e05add0 Makefile.am
--- a/Makefile.am Fri Dec 14 06:01:20 2007 -0500
+++ b/Makefile.am Fri Dec 14 16:30:00 2007 -0500
@@ -207,6 +207,7 @@ ICEDTEA_PATCHES = \
patches/icedtea-ports.patch \
patches/icedtea-lcms-leak.patch \
patches/icedtea-c1-unimplemented.patch \
+ patches/icedtea-timerqueue.patch \
$(FAST_BUILD_PATCH) \
$(DISTRIBUTION_PATCHES)
diff -r e4b0d5cb26c0 -r 9f6e0e05add0 patches/icedtea-timerqueue.patch
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/icedtea-timerqueue.patch Fri Dec 14 16:30:00 2007 -0500
@@ -0,0 +1,18 @@
+--- TimerQueue.java.orig 2007-12-13 14:08:33.000000000 -0500
++++ openjdk/jdk/src/share/classes/javax/swing/TimerQueue.java 2007-12-13 14:08:52.000000000 -0500
+@@ -106,7 +106,6 @@
+ return null;
+ }
+ });
+- running = true;
+ }
+ }
+
+@@ -164,6 +163,7 @@
+
+
+ public void run() {
++ running = true;
+ try {
+ while (running) {
+ try {
More information about the distro-pkg-dev
mailing list