changeset in /hg/icedtea6: 2009-01-05 Andrew Haley <aph at redhat...
Andrew Haley
aph at redhat.com
Mon Jan 5 03:42:45 PST 2009
changeset 79f28ead8d7b in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=79f28ead8d7b
description:
2009-01-05 Andrew Haley <aph at redhat.com>
* Makefile.am (ICEDTEA_PATCHES): Fix bad checkin.
diffstat:
2 files changed, 20 insertions(+), 6 deletions(-)
ChangeLog | 20 ++++++++++++++++++++
Makefile.am | 6 ------
diffs (43 lines):
diff -r b97986da0d62 -r 79f28ead8d7b ChangeLog
--- a/ChangeLog Mon Jan 05 11:37:36 2009 +0000
+++ b/ChangeLog Mon Jan 05 11:42:35 2009 +0000
@@ -1,3 +1,23 @@ 2008-12-24 Omair Majid <omajid at redhat.
+2009-01-05 Andrew Haley <aph at redhat.com>
+
+ * Makefile.am (ICEDTEA_PATCHES): Fix bad checkin.
+
+2008-12-24 Andrew Haley <aph at redhat.com>
+
+ * ports/hotspot/src/share/vm/shark/sharkFunction.cpp
+ (SharkFunction::initialize): Work around bug in
+ ciTypeFlow::Block::pre_order_at().
+ * ports/hotspot/src/share/vm/shark/sharkCompiler.cpp
+ (SharkCompiler::compile_method): Allow "*" as a wildcard.
+ * ports/hotspot/src/share/vm/shark/sharkBuilder.hpp (llvm::IRBuilder):
+ type2aelembytes now a mamber function.
+ * ports/hotspot/src/share/vm/shark/sharkBlock.hpp (class
+ SharkBlock): is_private_copy renamed is_backedge_copy.
+ * ports/hotspot/src/share/vm/shark/sharkBlock.cpp (SharkBlock::parse):
+ force_bci if there's a trap.
+ * ports/hotspot/src/cpu/zero/vm/disassembler_zero.cpp: Delete
+ everything.
+
2008-12-24 Omair Majid <omajid at redhat.com>
* patches/icedtea-a11y-property-change.patch: New file.
diff -r b97986da0d62 -r 79f28ead8d7b Makefile.am
--- a/Makefile.am Mon Jan 05 11:37:36 2009 +0000
+++ b/Makefile.am Mon Jan 05 11:42:35 2009 +0000
@@ -554,12 +554,6 @@ endif
ICEDTEA_FSG_PATCHES =
-DISTRIBUTION_PATCHES = \
- patches/mixtec-assertions.patch \
- patches/mixtec-no-log-vm-output.patch \
- patches/mixtec-no-print-vm-options.patch \
- patches/mixtec-optimization.patch
-
ICEDTEA_PATCHES = \
$(ZERO_PATCHES_COND) \
patches/icedtea-version.patch \
More information about the distro-pkg-dev
mailing list