Index: test/mjsunit/array-bounds-check-removal.js |
diff --git a/test/mjsunit/array-bounds-check-removal.js b/test/mjsunit/array-bounds-check-removal.js |
index 0ab30963261a4d995fa8523af589384d51c191ca..882b6a718198ce8af8d7b4bc35896741d3f765b7 100644 |
--- a/test/mjsunit/array-bounds-check-removal.js |
+++ b/test/mjsunit/array-bounds-check-removal.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: --allow-natives-syntax --expose-gc |
+// Flags: --allow-natives-syntax --expose-gc --noparallel-recompilation |
Yang
2012/07/19 12:47:30
Can't we force non-threaded compilation when we us
sanjoy
2012/07/19 15:06:09
I removed this by accident -- %OptimizeFunctionOnN
|
var a = new Int32Array(1024); |