changeset 7644:64f41765b3d2

Merge fix.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 31 Jan 2013 15:56:27 +0100
parents 3ac7d10a6572
children f3fcc94f7120
files src/share/vm/compiler/abstractCompiler.hpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/compiler/abstractCompiler.hpp	Thu Jan 31 15:42:25 2013 +0100
+++ b/src/share/vm/compiler/abstractCompiler.hpp	Thu Jan 31 15:56:27 2013 +0100
@@ -76,6 +76,7 @@
   virtual bool supports_native()                 { return true; }
 
   virtual bool supports_osr   ()                 { return true; }
+  virtual bool can_compile_method(methodHandle method)  { return true; }
   bool is_c1   ()                                { return _type == c1; }
   bool is_c2   ()                                { return _type == c2; }
   bool is_shark()                                { return _type == shark; }