diff src/share/vm/graal/graalCompiler.hpp @ 5068:6e7c1fb1980f

enabled wrappers for native method calls
author Christian Haeubl <christian.haeubl@oracle.com>
date Fri, 09 Mar 2012 13:14:54 -0800
parents 4e3aaf14cbc6
children 51111665eda6
line wrap: on
line diff
--- a/src/share/vm/graal/graalCompiler.hpp	Fri Mar 09 17:12:20 2012 +0100
+++ b/src/share/vm/graal/graalCompiler.hpp	Fri Mar 09 13:14:54 2012 -0800
@@ -41,7 +41,7 @@
   virtual const char* name() { return "G"; }
 
   // Native / OSR not supported
-  virtual bool supports_native()                 { return false; }
+  virtual bool supports_native()                 { return true; }
   virtual bool supports_osr   ()                 { return false; }
 
   // Pretend to be C1