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

Gary Benson gbenson at redhat.com
Wed Jan 16 07:09:29 PST 2008


changeset d9c52d01ccae in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=d9c52d01ccae
description:
	2007-11-19  Gary Benson  <gbenson at redhat.com>

		* ports/hotspot/src/cpu/ppc/vm/cppInterpreter_ppc.cpp
		(generate_native_entry): Add a missing safepoint reload.

diffstat:

2 files changed, 6 insertions(+)
ChangeLog                                           |    5 +++++
ports/hotspot/src/cpu/ppc/vm/cppInterpreter_ppc.cpp |    1 +

diffs (23 lines):

diff -r 2d695c70ac52 -r d9c52d01ccae ChangeLog
--- a/ChangeLog	Sat Nov 17 12:45:23 2007 -0500
+++ b/ChangeLog	Mon Nov 19 11:03:52 2007 -0500
@@ -1,3 +1,8 @@ 2007-11-17  Thomas Fitzsimmons  <fitzsim
+2007-11-19  Gary Benson  <gbenson at redhat.com>
+
+	* ports/hotspot/src/cpu/ppc/vm/cppInterpreter_ppc.cpp
+	(generate_native_entry): Add a missing safepoint reload.
+
 2007-11-17  Thomas Fitzsimmons  <fitzsim at redhat.com>
 
 	* patches/icedtea-lcms-leak.patch: Release array immediately after
diff -r 2d695c70ac52 -r d9c52d01ccae ports/hotspot/src/cpu/ppc/vm/cppInterpreter_ppc.cpp
--- a/ports/hotspot/src/cpu/ppc/vm/cppInterpreter_ppc.cpp	Sat Nov 17 12:45:23 2007 -0500
+++ b/ports/hotspot/src/cpu/ppc/vm/cppInterpreter_ppc.cpp	Mon Nov 19 11:03:52 2007 -0500
@@ -590,6 +590,7 @@ address InterpreterGenerator::generate_n
 
   // Make the call
   __ call (function);
+  __ fixup_after_potential_safepoint ();
 
   // The result will be in r3 (and maybe r4 on 32-bit) or f1.
   // Wherever it is, we need to store it before calling anything



More information about the distro-pkg-dev mailing list