diff test/compiler/types/TypeSpeculation.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 29463147336b
children 92aa6797d639 52b4284cb496
line wrap: on
line diff
--- a/test/compiler/types/TypeSpeculation.java	Wed Mar 05 06:08:19 2014 +0100
+++ b/test/compiler/types/TypeSpeculation.java	Thu Mar 06 11:11:04 2014 +0100
@@ -25,7 +25,7 @@
  * @test
  * @bug 8024070
  * @summary Test that type speculation doesn't cause incorrect execution
- * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:TypeProfileLevel=222 -XX:+UnlockExperimentalVMOptions -XX:+UseTypeSpeculation TypeSpeculation
+ * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:TypeProfileLevel=222 -XX:+UseTypeSpeculation TypeSpeculation
  *
  */