mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
Merge
This commit is contained in:
commit
5870a5b77b
73 changed files with 1067 additions and 621 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue