comparison src/share/vm/oops/method.hpp @ 12170:8947af8a9cec

8023976: assert(!CompilationPolicy::can_be_compiled(this, comp_level)) failed: sanity check Reviewed-by: kvn, twisti
author vlivanov
date Thu, 29 Aug 2013 22:44:19 +0400
parents 603ca7e51354
children b2e698d2276c
comparison
equal deleted inserted replaced
12169:29aa8936f03c 12170:8947af8a9cec
794 bool is_not_osr_compilable(int comp_level = CompLevel_any) const; 794 bool is_not_osr_compilable(int comp_level = CompLevel_any) const;
795 void set_not_osr_compilable(int comp_level = CompLevel_all, bool report = true, const char* reason = NULL); 795 void set_not_osr_compilable(int comp_level = CompLevel_all, bool report = true, const char* reason = NULL);
796 void set_not_osr_compilable_quietly(int comp_level = CompLevel_all) { 796 void set_not_osr_compilable_quietly(int comp_level = CompLevel_all) {
797 set_not_osr_compilable(comp_level, false); 797 set_not_osr_compilable(comp_level, false);
798 } 798 }
799 bool is_always_compilable() const;
799 800
800 private: 801 private:
801 void print_made_not_compilable(int comp_level, bool is_osr, bool report, const char* reason); 802 void print_made_not_compilable(int comp_level, bool is_osr, bool report, const char* reason);
802 803
803 MethodCounters* get_method_counters(TRAPS) { 804 MethodCounters* get_method_counters(TRAPS) {