7112085: assert(fr.interpreter_frame_expression_stack_size()==0) failed: only handle empty stacks

Move the inlinee invoke notification callback into inlinee preamble

Reviewed-by: kvn, never
This commit is contained in:
Igor Veresov 2011-11-16 19:42:58 -08:00
parent 8d2ee23293
commit b6ce13798b
6 changed files with 31 additions and 24 deletions

View file

@ -55,7 +55,7 @@ class SimpleThresholdPolicy : public CompilationPolicy {
// 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; }