diff src/share/vm/graal/graalCompiler.hpp @ 6674:fd71ca8c5f88

VM infrstructure for OnStackReplacement
author Lukas Stadler <lukas.stadler@jku.at>
date Wed, 07 Nov 2012 13:18:04 +0100
parents 45f682f7fea8
children e522a00b91aa
line wrap: on
line diff
--- a/src/share/vm/graal/graalCompiler.hpp	Wed Nov 07 12:18:37 2012 +0100
+++ b/src/share/vm/graal/graalCompiler.hpp	Wed Nov 07 13:18:04 2012 +0100
@@ -50,7 +50,7 @@
 
   // Native / OSR not supported
   virtual bool supports_native()                 { return true; }
-  virtual bool supports_osr   ()                 { return false; }
+  virtual bool supports_osr   ()                 { return true; }
 
   // Pretend to be C1
   bool is_c1   ()                                { return true; }