diff src/share/vm/compiler/compileBroker.cpp @ 4319:3c21eee8ab4d

Add installMethodCallback() to HotSpotRuntime. Re-add tail call node and opcode.
author Andreas Woess <andreas.woess@jku.at>
date Tue, 24 Jan 2012 19:17:28 +0100
parents feb590a8497f
children 723df37192d6
line wrap: on
line diff
--- a/src/share/vm/compiler/compileBroker.cpp	Mon Jan 23 12:21:06 2012 +0100
+++ b/src/share/vm/compiler/compileBroker.cpp	Tue Jan 24 19:17:28 2012 +0100
@@ -1120,12 +1120,14 @@
                                blocking);*/
   }
 
+#ifdef GRAAL
   if (!JavaThread::current()->is_compiling()) {
     method->set_queued_for_compilation();
     GraalCompiler::instance()->compile_method(method, osr_bci, blocking);
   } else {
     // Recursive compile request => ignore.
   }
+#endif
 
   /*if (blocking) {
     wait_for_completion(task);