Skip to content
Snippets Groups Projects
Commit eef1d179 authored by Goetz Lindenmaier's avatar Goetz Lindenmaier
Browse files

8335142: compiler/c1/TestTraceLinearScanLevel.java occasionally times out with -Xcomp

Backport-of: 6f4ddc2f6bf0dd9a626a76d0f5e56a54c6cf6b65
parent f4489554
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment