8148758: Compilation fails with "this call site should not be polymorphic"

Change test to run in interpreter-only mode.

Reviewed-by: kvn
This commit is contained in:
Zoltan Majo 2016-02-08 08:57:39 +01:00
parent dd6da5ea53
commit eab1474601

View File

@ -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
*/