mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
6656830: assert((*p)->is_oop(),"expected an oop while scanning weak refs")
Reviewed-by: dcubed, kvn, twisti
This commit is contained in:
parent
338714d4e6
commit
fdaa7a673c
4 changed files with 36 additions and 12 deletions
|
@ -135,6 +135,7 @@ class nmethod : public CodeBlob {
|
|||
|
||||
methodOop _method;
|
||||
int _entry_bci; // != InvocationEntryBci if this nmethod is an on-stack replacement method
|
||||
jmethodID _jmethod_id; // Cache of method()->jmethod_id()
|
||||
|
||||
// To support simple linked-list chaining of nmethods:
|
||||
nmethod* _osr_link; // from instanceKlass::osr_nmethods_head
|
||||
|
@ -599,6 +600,7 @@ public:
|
|||
|
||||
// jvmti support:
|
||||
void post_compiled_method_load_event();
|
||||
jmethodID get_and_cache_jmethod_id();
|
||||
|
||||
// verify operations
|
||||
void verify();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue