hotspot/src/share/vm/ci/ciMethod.hpp
changeset 10014 a5c2141ee857
parent 9329 79c74b9e2afe
child 10506 575ad9bccff5
--- a/hotspot/src/share/vm/ci/ciMethod.hpp	Fri Jul 01 10:35:54 2011 -0700
+++ b/hotspot/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;