changeset in /hg/icedtea6: 2009-02-20 Gary Benson <gbenson at red...
Gary Benson
gbenson at redhat.com
Fri Feb 20 07:39:34 PST 2009
changeset e811450b7381 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=e811450b7381
description:
2009-02-20 Gary Benson <gbenson at redhat.com>
* ports/hotspot/src/os_cpu/linux_zero/vm/orderAccess_linux_zero.inline.hpp:
Fixed conditional.
diffstat:
2 files changed, 6 insertions(+), 1 deletion(-)
ChangeLog | 5 +++++
ports/hotspot/src/os_cpu/linux_zero/vm/orderAccess_linux_zero.inline.hpp | 2 +-
diffs (24 lines):
diff -r 30c6aac0bf08 -r e811450b7381 ChangeLog
--- a/ChangeLog Fri Feb 20 12:43:47 2009 +0000
+++ b/ChangeLog Fri Feb 20 10:36:20 2009 -0500
@@ -1,3 +1,8 @@ 2009-02-20 Andrew John Hughes <ahughes
+2009-02-20 Gary Benson <gbenson at redhat.com>
+
+ * ports/hotspot/src/os_cpu/linux_zero/vm/orderAccess_linux_zero.inline.hpp:
+ Fixed conditional.
+
2009-02-20 Andrew John Hughes <ahughes at redhat.com>
* AUTHORS:
diff -r 30c6aac0bf08 -r e811450b7381 ports/hotspot/src/os_cpu/linux_zero/vm/orderAccess_linux_zero.inline.hpp
--- a/ports/hotspot/src/os_cpu/linux_zero/vm/orderAccess_linux_zero.inline.hpp Fri Feb 20 12:43:47 2009 +0000
+++ b/ports/hotspot/src/os_cpu/linux_zero/vm/orderAccess_linux_zero.inline.hpp Fri Feb 20 10:36:20 2009 -0500
@@ -23,7 +23,7 @@
*
*/
-#ifdef __PPC
+#ifdef PPC
#define READ_MEM_BARRIER __asm __volatile ("isync":::"memory")
#ifdef __NO_LWSYNC__
More information about the distro-pkg-dev
mailing list