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:
parent
59b4d68b77
commit
2da7214d98
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user