# HG changeset patch # User Christian Wimmer # Date 1431644156 25200 # Node ID 17fa04342771d922ee3bc492527ff873f981f4f9 # Parent 5aeab26703cb62113718ad6d5931b9dcfafa5b3b Remove assertion that does not hold when compiling methods with Word types diff -r 5aeab26703cb -r 17fa04342771 graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/gen/DebugInfoBuilder.java --- 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); }