diff src/share/vm/compiler/abstractCompiler.hpp @ 7607:eab4f9ed602c

Merge
author kvn
date Thu, 17 Jan 2013 18:47:36 -0800
parents 606eada1bf86
children 3ac7d10a6572 469216acdb28
line wrap: on
line diff
--- a/src/share/vm/compiler/abstractCompiler.hpp	Thu Jan 17 01:27:02 2013 -0500
+++ b/src/share/vm/compiler/abstractCompiler.hpp	Thu Jan 17 18:47:36 2013 -0800
@@ -50,6 +50,7 @@
   // Missing feature tests
   virtual bool supports_native()                 { return true; }
   virtual bool supports_osr   ()                 { return true; }
+  virtual bool can_compile_method(methodHandle method)  { return true; }
 #if defined(TIERED) || ( !defined(COMPILER1) && !defined(COMPILER2) && !defined(SHARK))
   virtual bool is_c1   ()                        { return false; }
   virtual bool is_c2   ()                        { return false; }