changeset in /hg/icedtea: 2007-11-29 Gary Benson <gbenson at redh...

Gary Benson gbenson at redhat.com
Thu Nov 29 02:42:24 PST 2007


changeset 6f014ef4585c in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=6f014ef4585c
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 2439b5677f3f -r 6f014ef4585c 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 2439b5677f3f -r 6f014ef4585c 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