diff test/compiler/startup/SmallCodeCacheStartup.java @ 18041:52b4284cb496

Merge with jdk8u20-b26
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 15 Oct 2014 16:02:50 +0200
parents 4ca6dc0799b6
children
line wrap: on
line diff
--- a/test/compiler/startup/SmallCodeCacheStartup.java	Thu Oct 16 10:21:29 2014 +0200
+++ b/test/compiler/startup/SmallCodeCacheStartup.java	Wed Oct 15 16:02:50 2014 +0200
@@ -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);
   }
 }