This commit is contained in:
Igor Veresov 2014-10-30 09:50:16 -10:00
commit 5870a5b77b
73 changed files with 1067 additions and 621 deletions

View file

@ -754,6 +754,7 @@ class InstanceKlass: public Klass {
void set_osr_nmethods_head(nmethod* h) { _osr_nmethods_head = h; };
void add_osr_nmethod(nmethod* n);
void remove_osr_nmethod(nmethod* n);
int mark_osr_nmethods(const Method* m);
nmethod* lookup_osr_nmethod(const Method* m, int bci, int level, bool match_level) const;
// Breakpoint support (see methods on Method* for details)