diff src/share/vm/graal/graalCompiler.hpp @ 15463:a20be10ad437

made Graal work with the HotSpot compiler queue and compiler threads, enabled by -XX:-UseGraalCompilationQueue
author Doug Simon <doug.simon@oracle.com>
date Fri, 02 May 2014 00:36:27 +0200
parents 3e9a960f0da1
children 063ec2920d21
line wrap: on
line diff
--- a/src/share/vm/graal/graalCompiler.hpp	Fri May 02 00:17:40 2014 +0200
+++ b/src/share/vm/graal/graalCompiler.hpp	Fri May 02 00:36:27 2014 +0200
@@ -60,7 +60,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, jboolean blocking);
+  void compile_method(methodHandle target, int entry_bci, CompileTask* task, jboolean blocking);
 
   // Print compilation timers and statistics
   virtual void print_timers();