diff src/share/vm/runtime/simpleThresholdPolicy.hpp @ 4116:973293defacd

7112085: assert(fr.interpreter_frame_expression_stack_size()==0) failed: only handle empty stacks Summary: Move the inlinee invoke notification callback into inlinee preamble Reviewed-by: kvn, never
author iveresov
date Wed, 16 Nov 2011 19:42:58 -0800
parents 43f9d800f276
children 20334ed5ed3c
line wrap: on
line diff
--- a/src/share/vm/runtime/simpleThresholdPolicy.hpp	Wed Nov 16 09:13:57 2011 -0800
+++ b/src/share/vm/runtime/simpleThresholdPolicy.hpp	Wed Nov 16 19:42:58 2011 -0800
@@ -55,7 +55,7 @@
   // loop_event checks if a method should be OSR compiled at a different
   // level.
   CompLevel loop_event(methodOop method, CompLevel cur_level);
-
+  void print_counters(const char* prefix, methodHandle mh);
 protected:
   int c1_count() const     { return _c1_count; }
   int c2_count() const     { return _c2_count; }