/hg/release/icedtea7-forest-2.1/hotspot: corrected call from fas...

adinn at icedtea.classpath.org adinn at icedtea.classpath.org
Thu Jun 7 09:50:45 PDT 2012


changeset 421a8b72633b in /hg/release/icedtea7-forest-2.1/hotspot
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.1/hotspot?cmd=changeset;node=421a8b72633b
author: "Andrew Dinn <adinn at redhat.com>"
date: Thu Jun 07 17:49:46 2012 +0100

	corrected call from fast_method_handle_entry to CppInterpreter::method_handle_entry so that thread is loaded into r2


diffstat:

 src/cpu/zero/vm/cppInterpreter_arm.S |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r d11542907511 -r 421a8b72633b src/cpu/zero/vm/cppInterpreter_arm.S
--- a/src/cpu/zero/vm/cppInterpreter_arm.S	Thu May 31 06:42:18 2012 -0400
+++ b/src/cpu/zero/vm/cppInterpreter_arm.S	Thu Jun 07 17:49:46 2012 +0100
@@ -2992,6 +2992,7 @@
 	ALIGN_CODE
 fast_method_handle_entry:
 	stmfd	arm_sp!, {regset, lr}
+	mov	r2, thread
 	bl	_ZN14CppInterpreter19method_handle_entryEP13methodOopDesciP6Thread
 	ldmia	sp!, {regset, pc}
 



More information about the distro-pkg-dev mailing list