Disable code recompile verification.

No-snap builds are still failing.

NOTREECHECKS=true
NOTRY=true
TBR=machenbach@chromium.org

Review URL: https://codereview.chromium.org/1260283006

Cr-Commit-Position: refs/heads/master@{#29969}
This commit is contained in:
yangguo 2015-08-03 03:26:01 -07:00 committed by Commit bot
parent 59b4d68b77
commit 2da7214d98

View File

@ -5228,10 +5228,7 @@ void SharedFunctionInfo::ReplaceCode(Code* value) {
flusher->EvictCandidate(this);
}
#ifdef DEBUG
DCHECK(code()->gc_metadata() == NULL && value->gc_metadata() == NULL);
Code::VerifyRecompiledCode(code(), value);
#endif // DEBUG
set_code(value);