hotspot/src/share/vm/oops/method.hpp
changeset 19720 1f9f216fa43e
parent 17875 9d4aa49a1d76
child 20017 81eba62e9048
--- a/hotspot/src/share/vm/oops/method.hpp	Wed Aug 28 11:22:43 2013 +0200
+++ b/hotspot/src/share/vm/oops/method.hpp	Thu Aug 29 22:44:19 2013 +0400
@@ -796,6 +796,7 @@
   void set_not_osr_compilable_quietly(int comp_level = CompLevel_all) {
     set_not_osr_compilable(comp_level, false);
   }
+  bool is_always_compilable() const;
 
  private:
   void print_made_not_compilable(int comp_level, bool is_osr, bool report, const char* reason);