< prev index next >

src/hotspot/share/code/nmethod.hpp


*** 375,384 **** --- 375,386 ---- _has_flushed_dependencies = 1; } int comp_level() const { return _comp_level; } + void unlink_from_method(bool acquire_lock); + // Support for oops in scopes and relocs: // Note: index 0 is reserved for null. oop oop_at(int index) const; oop* oop_addr_at(int index) const { // for GC // relocation indexes are biased by 1 (because 0 is reserved)
< prev index next >