# HG changeset patch # User anoll # Date 1387531874 -3600 # Node ID 71f0ee9bbf0e3549b6eb47b164a6c316b2918169 # Parent 5a83a5546dc7e11fd51a41f5bfd6cd156982fddb 8028052: compiler/startup/SmallCodeCacheStartup.java fails there is no 'no space to run compiler' in the output Summary: Weaken test so that configurations that have no C1 compiler pass Reviewed-by: iveresov diff -r 5a83a5546dc7 -r 71f0ee9bbf0e test/compiler/startup/SmallCodeCacheStartup.java --- a/test/compiler/startup/SmallCodeCacheStartup.java Fri Dec 20 10:29:44 2013 +0100 +++ b/test/compiler/startup/SmallCodeCacheStartup.java Fri Dec 20 10:31:14 2013 +0100 @@ -37,7 +37,6 @@ pb = ProcessTools.createJavaProcessBuilder("-XX:ReservedCodeCacheSize=3m", "-XX:CICompilerCount=64", "-version"); out = new OutputAnalyzer(pb.start()); - out.shouldContain("no space to run compiler"); out.shouldHaveExitValue(0); } }