changeset 6955:a0f4001cf53c

disabled OSR compilation for Graal until dead-lock issue is resolved
author Doug Simon <doug.simon@oracle.com>
date Thu, 15 Nov 2012 22:33:52 +0100
parents 0e20ad1ea98b
children b8c29dcb846d
files src/share/vm/graal/graalCompiler.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/graal/graalCompiler.hpp	Thu Nov 15 21:32:23 2012 +0100
+++ b/src/share/vm/graal/graalCompiler.hpp	Thu Nov 15 22:33:52 2012 +0100
@@ -50,7 +50,7 @@
 
   // Native / OSR not supported
   virtual bool supports_native()                 { return true; }
-  virtual bool supports_osr   ()                 { return true; }
+  virtual bool supports_osr   ()                 { return false; }
 
   // Pretend to be C1
   bool is_c1   ()                                { return true; }