diff src/share/vm/shark/sharkCompiler.hpp @ 1845:a222fcfba398

6990549: Zero and Shark fixes after 6978355 and 6953144 Reviewed-by: twisti Contributed-by: Gary Benson <gbenson@redhat.com>
author twisti
date Fri, 08 Oct 2010 02:42:17 -0700
parents d2ede61b7a12
children f95d63e2154a
line wrap: on
line diff
--- a/src/share/vm/shark/sharkCompiler.hpp	Thu Oct 07 21:40:55 2010 -0700
+++ b/src/share/vm/shark/sharkCompiler.hpp	Fri Oct 08 02:42:17 2010 -0700
@@ -103,8 +103,7 @@
   // Global access
  public:
   static SharkCompiler* compiler() {
-    AbstractCompiler *compiler =
-      CompileBroker::compiler(CompLevel_fast_compile);
+    AbstractCompiler *compiler = CompileBroker::compiler(CompLevel_simple);
     assert(compiler->is_shark() && compiler->is_initialized(), "should be");
     return (SharkCompiler *) compiler;
   }