diff graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/HotSpotReplacementsUtil.java @ 12365:ee746f35ae17

Delegate deferred barrier arguments to graal
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Fri, 11 Oct 2013 17:07:41 +0200
parents 794127021076
children e32f2b195867
line wrap: on
line diff
--- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/HotSpotReplacementsUtil.java	Fri Oct 11 17:06:18 2013 +0200
+++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/HotSpotReplacementsUtil.java	Fri Oct 11 17:07:41 2013 +0200
@@ -429,6 +429,11 @@
     }
 
     @Fold
+    public static boolean useDeferredInitBarriers() {
+        return config().useDeferredInitBarriers;
+    }
+
+    @Fold
     public static boolean useG1GC() {
         return config().useG1GC;
     }