mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
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:
parent
8d2ee23293
commit
b6ce13798b
6 changed files with 31 additions and 24 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue