| Index: test/mjsunit/count-based-osr.js
|
| diff --git a/test/mjsunit/count-based-osr.js b/test/mjsunit/count-based-osr.js
|
| index 125c4e26d5c641b947def268f236876eb9f3e6c1..59ce9ac725e39a880eb96cf7ed950dde19600daa 100644
|
| --- a/test/mjsunit/count-based-osr.js
|
| +++ b/test/mjsunit/count-based-osr.js
|
| @@ -25,7 +25,7 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -// Flags: --count-based-interrupts --interrupt-budget=10 --weighted-back-edges --allow-natives-syntax
|
| +// Flags: --count-based-interrupts --interrupt-budget=10 --weighted-back-edges --allow-natives-syntax --noparallel-recompilation
|
|
|
| // Test that OSR works properly when using count-based interrupting/profiling.
|
|
|
|
|