test/testlibrary_tests/whitebox/vm_flags/IntxTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 8148758 Cdiff test/testlibrary_tests/whitebox/vm_flags/IntxTest.java

test/testlibrary_tests/whitebox/vm_flags/IntxTest.java

Print this page
rev 10083 : 8148758: Compilation fails with "this call site should not be polymorphic"
Summary: Change test to run in interpreter-only mode.
Reviewed-by: kvn

*** 21,38 **** * questions. */ /* * @test IntxTest ! * @bug 8028756 ! * @ignore 8148758 * @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 * @summary testing of WB::set/getIntxVMFlag() * @author igor.ignatyev@oracle.com */ public class IntxTest { --- 21,37 ---- * questions. */ /* * @test IntxTest ! * @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 -Xint -XX:-ProfileInterpreter IntxTest * @summary testing of WB::set/getIntxVMFlag() * @author igor.ignatyev@oracle.com */ public class IntxTest {
test/testlibrary_tests/whitebox/vm_flags/IntxTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File