diff src/share/vm/ci/ciMethod.hpp @ 3791:2c359f27615c

7057120: Tiered: Allow C1 to inline methods with loops Summary: Recompile the enclosing methods without inlining of the method that has OSRed to level 4 or recompile the enclosing method at level 4. Reviewed-by: kvn, never
author iveresov
date Fri, 01 Jul 2011 10:37:37 -0700
parents 548597e74aa4
children de847cac9235
line wrap: on
line diff
--- a/src/share/vm/ci/ciMethod.hpp	Fri Jul 01 10:35:54 2011 -0700
+++ b/src/share/vm/ci/ciMethod.hpp	Fri Jul 01 10:37:37 2011 -0700
@@ -158,6 +158,7 @@
   int interpreter_throwout_count() const         { check_is_loaded(); return _interpreter_throwout_count; }
 
   int comp_level();
+  int highest_osr_comp_level();
 
   Bytecodes::Code java_code_at_bci(int bci) {
     address bcp = code() + bci;