Print this page
rev 4502 : 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

Split Split Close
Expand all
Collapse all
          --- old/test/compiler/6589834/Test_ia32.java
          +++ new/test/compiler/6589834/Test_ia32.java
↓ open down ↓ 18 lines elided ↑ open up ↑
  19   19   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20   20   * or visit www.oracle.com if you need additional information or have any
  21   21   * questions.
  22   22   */
  23   23  
  24   24  /**
  25   25   * @test
  26   26   * @bug 6589834
  27   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   33  NOTE: The bug shows up (with several "Bug!" message) even without the
  34   34        flag -XX:+DeoptimizeALot. In a debug build, you may want to try
  35   35        the flags -XX:+VerifyStack and -XX:+DeoptimizeALot to get more information.
  36   36  ****************************************************************************************/
  37   37  import java.lang.reflect.Constructor;
  38   38  
  39   39  public class Test_ia32 {
↓ open down ↓ 87 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX