mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8220512: Deoptimize redefinition functions that have dirty ICs
Walk ICs to determine whether nmethods are dependent on redefined classes. Reviewed-by: sspitsyn, eosterlund
This commit is contained in:
parent
f0b707b94b
commit
5c5089b0a2
23 changed files with 121 additions and 69 deletions
|
@ -591,7 +591,7 @@ public:
|
|||
static int osr_entry_point_offset() { return offset_of(nmethod, _osr_entry_point); }
|
||||
static int state_offset() { return offset_of(nmethod, _state); }
|
||||
|
||||
virtual void metadata_do(void f(Metadata*));
|
||||
virtual void metadata_do(MetadataClosure* f);
|
||||
|
||||
NativeCallWrapper* call_wrapper_at(address call) const;
|
||||
NativeCallWrapper* call_wrapper_before(address return_pc) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue