8148758: Compilation fails with "this call site should not be polymorphic"
authorzmajo
Mon, 08 Feb 2016 08:57:39 +0100
changeset 35829 f80ccf2a14a5
parent 35828 495df8a5e28a
child 35830 f327d6231b16
child 35831 8905c66b5fce
child 35833 4706e2a628a6
8148758: Compilation fails with "this call site should not be polymorphic" Summary: Change test to run in interpreter-only mode. Reviewed-by: kvn
hotspot/test/testlibrary_tests/whitebox/vm_flags/IntxTest.java
--- a/hotspot/test/testlibrary_tests/whitebox/vm_flags/IntxTest.java	Fri Feb 05 18:24:41 2016 +0000
+++ b/hotspot/test/testlibrary_tests/whitebox/vm_flags/IntxTest.java	Mon Feb 08 08:57:39 2016 +0100
@@ -23,14 +23,13 @@
 
 /*
  * @test IntxTest
- * @bug 8028756
- * @ignore 8148758
+ * @bug 8038756
  * @library /testlibrary /test/lib
  * @modules java.management/sun.management
  * @build IntxTest
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
- * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:-ProfileInterpreter IntxTest
+ * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xint -XX:-ProfileInterpreter IntxTest
  * @summary testing of WB::set/getIntxVMFlag()
  * @author igor.ignatyev@oracle.com
  */