< prev index next >

test/compiler/stringopts/TestOptimizeStringConcat.java

Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke

*** 24,36 **** /* * @test * @bug 8068909 * @key regression * @summary test that string optimizations produce code, that doesn't lead to a crash. ! * @run main/othervm -XX:-BackgroundCompilation -XX:-UseOnStackReplacement TestOptimizeStringConcat * @author axel.siebenborn@sap.com */ public class TestOptimizeStringConcat { static boolean checkArgumentSyntax(String value, String allowedchars, String notallowedchars, String logmsg) { String rc = null; --- 24,41 ---- /* * @test * @bug 8068909 * @key regression * @summary test that string optimizations produce code, that doesn't lead to a crash. ! * ! * @run main/othervm -XX:-BackgroundCompilation -XX:-UseOnStackReplacement ! * compiler.stringopts.TestOptimizeStringConcat * @author axel.siebenborn@sap.com */ + + package compiler.stringopts; + public class TestOptimizeStringConcat { static boolean checkArgumentSyntax(String value, String allowedchars, String notallowedchars, String logmsg) { String rc = null;
< prev index next >