8335142: compiler/c1/TestTraceLinearScanLevel.java occasionally times out with -Xcomp
Reviewed-by: thartmann, kvn
This commit is contained in:
parent
3b3a19e907
commit
6f4ddc2f6b
@ -26,8 +26,8 @@
|
||||
* @bug 8251093
|
||||
* @summary Sanity check the flag TraceLinearScanLevel with the highest level in a silent HelloWorld program.
|
||||
*
|
||||
* @requires vm.debug == true & vm.compiler1.enabled
|
||||
* @run main/othervm -XX:TraceLinearScanLevel=4 compiler.c1.TestTraceLinearScanLevel
|
||||
* @requires vm.debug == true & vm.compiler1.enabled & vm.compMode != "Xcomp"
|
||||
* @run main/othervm -Xbatch -XX:TraceLinearScanLevel=4 compiler.c1.TestTraceLinearScanLevel
|
||||
*/
|
||||
package compiler.c1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user