changeset 14201:655663109d87

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
author anoll
date Fri, 20 Dec 2013 10:31:14 +0100
parents d1af589627d4
children 3e98456aab94
files test/compiler/startup/SmallCodeCacheStartup.java
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);
   }
 }