8040244: compiler/whitebox/IsMethodCompilableTest.java fails

Mon, 09 Jun 2014 10:32:49 +0200

author
neliasso
date
Mon, 09 Jun 2014 10:32:49 +0200
changeset 6725
e5d5e7922283
parent 6722
e204777ac770
child 6726
57aecf00a0cd

8040244: compiler/whitebox/IsMethodCompilableTest.java fails
Summary: Prevent from running with Xcomp
Reviewed-by: kvn, twisti

test/compiler/whitebox/IsMethodCompilableTest.java file | annotate | diff | comparison | revisions
     1.1 --- a/test/compiler/whitebox/IsMethodCompilableTest.java	Fri Jun 13 08:44:11 2014 +0200
     1.2 +++ b/test/compiler/whitebox/IsMethodCompilableTest.java	Mon Jun 09 10:32:49 2014 +0200
     1.3 @@ -28,7 +28,7 @@
     1.4   * @build IsMethodCompilableTest
     1.5   * @run main ClassFileInstaller sun.hotspot.WhiteBox
     1.6   * @run main ClassFileInstaller com.oracle.java.testlibrary.Platform
     1.7 - * @run main/othervm/timeout=2400 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:PerMethodRecompilationCutoff=3 -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* IsMethodCompilableTest
     1.8 + * @run main/othervm/timeout=2400 -Xbootclasspath/a:. -Xmixed -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:PerMethodRecompilationCutoff=3 -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* IsMethodCompilableTest
     1.9   * @summary testing of WB::isMethodCompilable()
    1.10   * @author igor.ignatyev@oracle.com
    1.11   */

mercurial