Commit 289452b0 authored by Ross McIlroy's avatar Ross McIlroy Committed by Commit Bot

[Test] Disable bytecode flushing in DecideToPretenureDuringCompilation.

The high GC stressing in this tests causes bytecode flushing which breaks some
invariants in the test.

BUG=v8:8629

Change-Id: I7efff098ed4fa96006c8200e174132a6297bd36f
Reviewed-on: https://chromium-review.googlesource.com/c/1394743Reviewed-by: 's avatarMaya Lekova <mslekova@chromium.org>
Commit-Queue: Ross McIlroy <rmcilroy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#58541}
parent 5bcd6e1a
......@@ -939,6 +939,7 @@ TEST(DecideToPretenureDuringCompilation) {
FLAG_stress_gc_during_compilation = true;
FLAG_allow_natives_syntax = true;
FLAG_allocation_site_pretenuring = true;
FLAG_flush_bytecode = false;
// We want to trigger exactly 1 optimization.
FLAG_use_osr = false;
......
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