diff test/compiler/types/TestMeetTopArrayExactConstantArray.java @ 17735:8f28240318a2

8032633: Enable type speculation by default Summary: enable type speculation Reviewed-by: kvn
author roland
date Thu, 06 Mar 2014 11:11:04 +0100
parents 5231c2210388
children 92aa6797d639
line wrap: on
line diff
--- a/test/compiler/types/TestMeetTopArrayExactConstantArray.java	Wed Mar 05 06:08:19 2014 +0100
+++ b/test/compiler/types/TestMeetTopArrayExactConstantArray.java	Thu Mar 06 11:11:04 2014 +0100
@@ -25,7 +25,7 @@
  * @test
  * @bug 8027571
  * @summary meet of TopPTR exact array with constant array is not symmetric
- * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-UseOnStackReplacement -XX:TypeProfileLevel=222 -XX:+UnlockExperimentalVMOptions -XX:+UseTypeSpeculation -XX:-BackgroundCompilation TestMeetTopArrayExactConstantArray
+ * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-UseOnStackReplacement -XX:TypeProfileLevel=222 -XX:+UseTypeSpeculation -XX:-BackgroundCompilation TestMeetTopArrayExactConstantArray
  *
  */