diff graal/GraalCompiler/src/com/sun/c1x/gen/LIRGenerator.java @ 2712:a0dd2b907806

Removed implicit safepoints.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Thu, 19 May 2011 13:09:37 +0200
parents 7ed72769d51a
children 95e2aa413d95
line wrap: on
line diff
--- a/graal/GraalCompiler/src/com/sun/c1x/gen/LIRGenerator.java	Wed May 18 18:40:58 2011 +0200
+++ b/graal/GraalCompiler/src/com/sun/c1x/gen/LIRGenerator.java	Thu May 19 13:09:37 2011 +0200
@@ -580,10 +580,6 @@
         CiValue tag = load(x.value());
         setNoResult(x);
 
-        if (x.isSafepoint()) {
-            emitXir(xir.genSafepoint(site(x)), x, stateFor(x), null, false);
-        }
-
         // move values into phi locations
         moveToPhi(x.stateAfter());
 
@@ -839,10 +835,6 @@
         CiValue tag = value.result();
         setNoResult(x);
 
-        if (x.isSafepoint()) {
-            emitXir(xir.genSafepoint(site(x)), x, stateFor(x), null, false);
-        }
-
         // move values into phi locations
         moveToPhi(x.stateAfter());