diff src/share/vm/graal/graalCompiler.hpp @ 12356:359f7e70ae7f

Reduce HotSpot diff and fix previous merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Fri, 11 Oct 2013 15:41:33 +0200
parents 7cd21876c116
children 2e76d94f8383
line wrap: on
line diff
--- a/src/share/vm/graal/graalCompiler.hpp	Fri Oct 11 10:38:03 2013 +0200
+++ b/src/share/vm/graal/graalCompiler.hpp	Fri Oct 11 15:41:33 2013 +0200
@@ -55,6 +55,8 @@
   bool is_c1   ()                                { return false; }
   bool is_c2   ()                                { return false; }
 
+  bool needs_stubs            () { return false; }
+
   // Initialization
   virtual void initialize();