comparison test/compiler/6589834/Test_ia32.java @ 8684:7369298bec7e

7115383: TEST_BUG: some jtreg tests fail because they explicitly specify -server option Summary: Small changes to hotspot tests to remove "-server" and replace with ${TESTVMOPTS} Reviewed-by: kvn
author collins
date Wed, 27 Feb 2013 20:36:14 -0800
parents c18cbe5936b8
children de6a9e811145
comparison
equal deleted inserted replaced
8097:be1fbee20765 8684:7369298bec7e
24 /** 24 /**
25 * @test 25 * @test
26 * @bug 6589834 26 * @bug 6589834
27 * @summary deoptimization problem with -XX:+DeoptimizeALot 27 * @summary deoptimization problem with -XX:+DeoptimizeALot
28 * 28 *
29 * @run main/othervm -server Test_ia32 29 * @run main Test_ia32
30 */ 30 */
31 31
32 /*************************************************************************************** 32 /***************************************************************************************
33 NOTE: The bug shows up (with several "Bug!" message) even without the 33 NOTE: The bug shows up (with several "Bug!" message) even without the
34 flag -XX:+DeoptimizeALot. In a debug build, you may want to try 34 flag -XX:+DeoptimizeALot. In a debug build, you may want to try