src/share/vm/c1/c1_Compiler.hpp

Print this page
rev 4657 : Disable client compiler and switch to interpreter if there is not
enough memory to startup the client compiler.

@@ -44,11 +44,11 @@
   // Name of this compiler
   virtual const char* name()                     { return "C1"; }
 
   virtual bool is_c1()                           { return true; };
 
-  BufferBlob* build_buffer_blob();
+  BufferBlob* get_buffer_blob(ciEnv* env);
 
   // Missing feature tests
   virtual bool supports_native()                 { return true; }
   virtual bool supports_osr   ()                 { return true; }