changeset 21370:17fa04342771

Remove assertion that does not hold when compiling methods with Word types
author Christian Wimmer <christian.wimmer@oracle.com>
date Thu, 14 May 2015 15:55:56 -0700
parents 5aeab26703cb
children 2c2c85ce7f4d
files graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/gen/DebugInfoBuilder.java
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/gen/DebugInfoBuilder.java	Thu May 14 15:55:29 2015 -0700
+++ b/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/gen/DebugInfoBuilder.java	Thu May 14 15:55:56 2015 -0700
@@ -113,7 +113,6 @@
         }
         objectStates.clear();
 
-        assert frame.validateFormat(false);
         return newLIRFrameState(exceptionEdge, frame, virtualObjectsArray);
     }