mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +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
|
@ -177,7 +177,7 @@ class CompileTask : public CHeapObj<mtCompiler> {
|
|||
bool is_unloaded() const;
|
||||
|
||||
// RedefineClasses support
|
||||
void metadata_do(void f(Metadata*));
|
||||
void metadata_do(MetadataClosure* f);
|
||||
void mark_on_stack();
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue