Skip to content

Commit

Permalink
8254769: Remove unimplemented BCEscapeAnalyzer::{add_dependence, prop…
Browse files Browse the repository at this point in the history
…agate_dependencies}

Reviewed-by: thartmann, kvn
  • Loading branch information
shipilev committed Oct 15, 2020
1 parent 7e5eb49 commit 81a8ff1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/hotspot/share/ci/bcEscapeAnalyzer.hpp
Expand Up @@ -88,8 +88,6 @@ class BCEscapeAnalyzer : public ResourceObj {
void set_modified(ArgumentMap vars, int offs, int size);

bool is_recursive_call(ciMethod* callee);
void add_dependence(ciKlass *klass, ciMethod *meth);
void propagate_dependencies(ciMethod *meth);
void invoke(StateInfo &state, Bytecodes::Code code, ciMethod* target, ciKlass* holder);

void iterate_one_block(ciBlock *blk, StateInfo &state, GrowableArray<ciBlock *> &successors);
Expand Down

1 comment on commit 81a8ff1

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on 81a8ff1 Oct 15, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.