... and stale code

This commit is contained in:
Dean Long 2025-06-11 18:58:10 -07:00
parent 824f1d64fb
commit 0780d1566d

View File

@ -43,7 +43,6 @@ private:
};
void deoptimize(nmethod* nm, address* return_addr_ptr);
bool is_armed_permanently(nmethod* nm) { return guard_value(nm) < 0; }
void arm(nmethod* nm) { arm_with(nm, armed); }
protected: