src/share/vm/shark/sharkCompiler.hpp

changeset 2200
a222fcfba398
parent 2047
d2ede61b7a12
child 2314
f95d63e2154a
     1.1 --- a/src/share/vm/shark/sharkCompiler.hpp	Thu Oct 07 21:40:55 2010 -0700
     1.2 +++ b/src/share/vm/shark/sharkCompiler.hpp	Fri Oct 08 02:42:17 2010 -0700
     1.3 @@ -103,8 +103,7 @@
     1.4    // Global access
     1.5   public:
     1.6    static SharkCompiler* compiler() {
     1.7 -    AbstractCompiler *compiler =
     1.8 -      CompileBroker::compiler(CompLevel_fast_compile);
     1.9 +    AbstractCompiler *compiler = CompileBroker::compiler(CompLevel_simple);
    1.10      assert(compiler->is_shark() && compiler->is_initialized(), "should be");
    1.11      return (SharkCompiler *) compiler;
    1.12    }

mercurial