test/testlibrary_tests/whitebox/vm_flags/IntxTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/test/testlibrary_tests/whitebox/vm_flags/IntxTest.java	Thu Oct  8 14:04:13 2015
--- new/test/testlibrary_tests/whitebox/vm_flags/IntxTest.java	Thu Oct  8 14:04:13 2015

*** 27,46 **** --- 27,45 ---- * @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 { private static final String FLAG_NAME = "OnStackReplacePercentage"; private static final String FLAG_DEBUG_NAME = "InlineFrequencyCount"; ! private static final Long[] TESTS = {0L, 100L, -1L, (long) Integer.MAX_VALUE, (long) Integer.MIN_VALUE}; ! private static final Long[] TESTS = {0L, 100L, (long) Integer.MAX_VALUE}; public static void main(String[] args) throws Exception { VmFlagTest.runTest(FLAG_NAME, TESTS, VmFlagTest.WHITE_BOX::setIntxVMFlag, VmFlagTest.WHITE_BOX::getIntxVMFlag);

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