diff src/share/vm/graal/graalCompiler.hpp @ 3651:a31028282e3e

Support blocking compilation.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Wed, 16 Nov 2011 23:35:03 +0100
parents 0e8a2a629afb
children 6aef50c6d967
line wrap: on
line diff
--- a/src/share/vm/graal/graalCompiler.hpp	Wed Nov 16 21:27:28 2011 +0100
+++ b/src/share/vm/graal/graalCompiler.hpp	Wed Nov 16 23:35:03 2011 +0100
@@ -54,7 +54,7 @@
   // Compilation entry point for methods
   virtual void compile_method(ciEnv* env, ciMethod* target, int entry_bci);
 
-  void compile_method(methodHandle target, int entry_bci);
+  void compile_method(methodHandle target, int entry_bci, jboolean blocking);
 
   // Print compilation timers and statistics
   virtual void print_timers();