# HG changeset patch # User thartmann # Date 1455275924 -3600 # Node ID 20a60a2de97777ad60ca0d7aa2695e099c9ee780 # Parent 96e86c7f8fec71df8630f90efe537699d8e65f30 8148564: compiler/intrinsics/string/TestStringIntrinsics2.java times out Summary: Test should not run with -Xcomp because MaxInlineSize is large. Reviewed-by: kvn, simonis diff -r 96e86c7f8fec -r 20a60a2de977 hotspot/test/compiler/intrinsics/string/TestStringIntrinsics2.java --- a/hotspot/test/compiler/intrinsics/string/TestStringIntrinsics2.java Thu Feb 11 12:29:40 2016 -1000 +++ b/hotspot/test/compiler/intrinsics/string/TestStringIntrinsics2.java Fri Feb 12 12:18:44 2016 +0100 @@ -33,9 +33,10 @@ * * @run main/othervm * -Xbootclasspath/a:. + * -Xmixed * -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI - * -XX:MaxInlineSize=100 + * -XX:MaxInlineSize=70 * -XX:MinInliningThreshold=0 * TestStringIntrinsics2 */