Commit 2da7214d authored by yangguo's avatar yangguo Committed by Commit bot

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}
parent 59b4d68b
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment