/hg/icedtea6: Add a couple of missing barriers.

aph at icedtea.classpath.org aph at icedtea.classpath.org
Thu Dec 8 05:51:53 PST 2011


changeset db64ac99a1ee in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=db64ac99a1ee
author: aph
date: Thu Dec 08 13:51:11 2011 +0000

	Add a couple of missing barriers. 2011-12-08 Andrew Haley
	<aph at redhat.com>

	 * arm_port/hotspot/src/cpu/zero/vm/bytecodes_arm.def
	(aload_N_getfield, [iaf]load_igetfield): Add a couple of missing
	barriers.


diffstat:

 ChangeLog                                          |  6 ++++++
 arm_port/hotspot/src/cpu/zero/vm/bytecodes_arm.def |  2 ++
 2 files changed, 8 insertions(+), 0 deletions(-)

diffs (32 lines):

diff -r 0d15daf94aed -r db64ac99a1ee ChangeLog
--- a/ChangeLog	Thu Dec 08 15:07:53 2011 +0100
+++ b/ChangeLog	Thu Dec 08 13:51:11 2011 +0000
@@ -1,3 +1,9 @@
+2011-12-08  Andrew Haley  <aph at redhat.com>
+
+	* arm_port/hotspot/src/cpu/zero/vm/bytecodes_arm.def
+	(aload_N_getfield, [iaf]load_igetfield): Add a couple of missing
+	barriers.
+
 2011-12-08  Xerxes RÃ¥nby  <xerxes at zafena.se>
 
 	CACAO:
diff -r 0d15daf94aed -r db64ac99a1ee arm_port/hotspot/src/cpu/zero/vm/bytecodes_arm.def
--- a/arm_port/hotspot/src/cpu/zero/vm/bytecodes_arm.def	Thu Dec 08 15:07:53 2011 +0100
+++ b/arm_port/hotspot/src/cpu/zero/vm/bytecodes_arm.def	Thu Dec 08 13:51:11 2011 +0000
@@ -2379,6 +2379,7 @@
 	DISPATCH_NEXT
 .abortentry87_v:
 	ldr	tmp2, [tmp1, tmp2]
+	FullBarrier
 	DISPATCH_NEXT
 	PUSH	tmp2
 	DISPATCH_FINISH
@@ -4258,6 +4259,7 @@
 	DISPATCH_NEXT
 .abortentry88_v:
 	ldr	tmp2, [tmp1, tmp2]
+	FullBarrier
 	DISPATCH_NEXT
 	PUSH	tmp2
 	DISPATCH_FINISH



More information about the distro-pkg-dev mailing list