# HG changeset patch # User zmajo # Date 1454918259 -3600 # Node ID f80ccf2a14a5a545061664ce503bdf500f6f9af2 # Parent 495df8a5e28ac4061530dd50cbb8ce5de2cd279f 8148758: Compilation fails with "this call site should not be polymorphic" Summary: Change test to run in interpreter-only mode. Reviewed-by: kvn diff -r 495df8a5e28a -r f80ccf2a14a5 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 */