changeset in /hg/icedtea: 2007-11-29 Gary Benson <gbenson at redh...
Gary Benson
gbenson at redhat.com
Wed Jan 16 07:09:31 PST 2008
changeset 4ef5f04f331d in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=4ef5f04f331d
description:
2007-11-29 Gary Benson <gbenson at redhat.com>
* ports/hotspot/src/os_cpu/linux_ppc/vm/assembler_ppc.cpp
(MacroAssembler::needs_explicit_null_check): Fix broken definition.
diffstat:
2 files changed, 7 insertions(+), 1 deletion(-)
ChangeLog | 5 +++++
ports/hotspot/src/os_cpu/linux_ppc/vm/assembler_linux_ppc.cpp | 3 ++-
diffs (24 lines):
diff -r cfcfb30d2a17 -r 4ef5f04f331d ChangeLog
--- a/ChangeLog Fri Nov 23 14:26:22 2007 -0500
+++ b/ChangeLog Thu Nov 29 05:42:17 2007 -0500
@@ -1,3 +1,8 @@ 2007-11-23 Lillian Angel <langel at redha
+2007-11-29 Gary Benson <gbenson at redhat.com>
+
+ * ports/hotspot/src/os_cpu/linux_ppc/vm/assembler_ppc.cpp
+ (MacroAssembler::needs_explicit_null_check): Fix broken definition.
+
2007-11-23 Lillian Angel <langel at redhat.com>
Fixes Bug #80
diff -r cfcfb30d2a17 -r 4ef5f04f331d ports/hotspot/src/os_cpu/linux_ppc/vm/assembler_linux_ppc.cpp
--- a/ports/hotspot/src/os_cpu/linux_ppc/vm/assembler_linux_ppc.cpp Fri Nov 23 14:26:22 2007 -0500
+++ b/ports/hotspot/src/os_cpu/linux_ppc/vm/assembler_linux_ppc.cpp Thu Nov 29 05:42:17 2007 -0500
@@ -26,6 +26,7 @@
#include "incls/_precompiled.incl"
#include "incls/_assembler_linux_ppc.cpp.incl"
-bool MacroAssembler::needs_explicit_null_check(int offset) {
+bool MacroAssembler::needs_explicit_null_check(intptr_t offset)
+{
Unimplemented();
}
More information about the distro-pkg-dev
mailing list