diff src/share/vm/graal/graalCompiler.hpp @ 7219:69b3b2695fea

added Unsafe.*Ordered* intrinsics fixed an issue that certain intrinsics were not inlined
author Christian Haeubl <haeubl@ssw.jku.at>
date Thu, 06 Dec 2012 13:53:36 +0100
parents 1baf7f1e3f23
children 140d4d4ab3b9
line wrap: on
line diff
--- a/src/share/vm/graal/graalCompiler.hpp	Tue Dec 04 14:58:05 2012 +0100
+++ b/src/share/vm/graal/graalCompiler.hpp	Thu Dec 06 13:53:36 2012 +0100
@@ -48,7 +48,7 @@
 
   virtual const char* name() { return "G"; }
 
-  virtual bool supports_native()                 { return false; }
+  virtual bool supports_native()                 { return true; }
   virtual bool supports_osr   ()                 { return true; }
 
   bool is_graal()                                { return true; }