Revision: 15781
http://jikesrvm.svn.sourceforge.net/jikesrvm/?rev=15781&view=revAuthor: steveb-oss
Date: 2009-09-18 02:15:19 +0000 (Fri, 18 Sep 2009)
Log Message:
-----------
Undo unintended change folded into r15772, which was supposed to be a semantic no-op
Modified Paths:
--------------
rvmroot/trunk/MMTk/src/org/mmtk/plan/generational/Gen.java
Modified: rvmroot/trunk/MMTk/src/org/mmtk/plan/generational/Gen.java
===================================================================
--- rvmroot/trunk/MMTk/src/org/mmtk/plan/generational/Gen.java 2009-09-16 12:13:01 UTC (rev 15780)
+++ rvmroot/trunk/MMTk/src/org/mmtk/plan/generational/Gen.java 2009-09-18 02:15:19 UTC (rev 15781)
@@ -56,7 +56,7 @@
protected static final float MATURE_FRACTION = 0.5f; // est yield
private static final float WORST_CASE_COPY_EXPANSION = 1.5f; // worst case for addition of one word overhead due to address based hashing
public static final boolean IGNORE_REMSETS = false;
- public static final boolean USE_STATIC_WRITE_BARRIER = true;
+ public static final boolean USE_STATIC_WRITE_BARRIER = false;
public static final boolean USE_OBJECT_BARRIER_FOR_AASTORE = false; // choose between slot and object barriers
public static final boolean USE_OBJECT_BARRIER_FOR_PUTFIELD = false; // choose between slot and object barriers
public static final boolean USE_OBJECT_BARRIER = USE_OBJECT_BARRIER_FOR_AASTORE || USE_OBJECT_BARRIER_FOR_PUTFIELD;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf_______________________________________________
Jikesrvm-commits mailing list
Jikesrvm-commits@...
https://lists.sourceforge.net/lists/listinfo/jikesrvm-commits