changeset in /hg/icedtea6: 2008-03-26 Gary Benson <gbenson at red...
Gary Benson
gbenson at redhat.com
Wed Mar 26 01:57:48 PDT 2008
changeset 49178a613301 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=49178a613301
description:
2008-03-26 Gary Benson <gbenson at redhat.com>
* ports/hotspot/src/cpu/zero/vm/bytecodeInterpreter_zero.hpp
(LOTS_OF_REGS): Default to no.
diffstat:
2 files changed, 6 insertions(+), 3 deletions(-)
ChangeLog | 5 +++++
ports/hotspot/src/cpu/zero/vm/bytecodeInterpreter_zero.hpp | 4 +---
diffs (27 lines):
diff -r 3ef0fc18a758 -r 49178a613301 ChangeLog
--- a/ChangeLog Tue Mar 25 11:01:32 2008 +0100
+++ b/ChangeLog Wed Mar 26 04:57:38 2008 -0400
@@ -1,3 +1,8 @@ 2008-03-25 Matthias Klose <doko at ubuntu
+2008-03-26 Gary Benson <gbenson at redhat.com>
+
+ * ports/hotspot/src/cpu/zero/vm/bytecodeInterpreter_zero.hpp
+ (LOTS_OF_REGS): Default to no.
+
2008-03-25 Matthias Klose <doko at ubuntu.com>
* Makefile.am: Updated to b07.
diff -r 3ef0fc18a758 -r 49178a613301 ports/hotspot/src/cpu/zero/vm/bytecodeInterpreter_zero.hpp
--- a/ports/hotspot/src/cpu/zero/vm/bytecodeInterpreter_zero.hpp Tue Mar 25 11:01:32 2008 +0100
+++ b/ports/hotspot/src/cpu/zero/vm/bytecodeInterpreter_zero.hpp Wed Mar 26 04:57:38 2008 -0400
@@ -27,10 +27,8 @@
#if defined(PPC) || defined(SPARC) || defined(IA64)
#define LOTS_OF_REGS // Use plenty of registers
-#elif defined(IA32) || defined(AMD64) || defined(ARM) || defined(S390)
+#else
#undef LOTS_OF_REGS // Loser platforms
-#else
-#error Add LOTS_OF_REGS as appropriate
#endif
private:
More information about the distro-pkg-dev
mailing list