mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
8005056: NPG: Crash after redefining java.lang.Object
Need to walk array class vtables replacing old methods too if j.l.o redefined Reviewed-by: sspitsyn, dcubed, ctornqvi
This commit is contained in:
parent
9a1cd52a0f
commit
7a409b13e0
10 changed files with 204 additions and 115 deletions
|
@ -90,7 +90,6 @@ public:
|
|||
void classes_do(void f(Klass*));
|
||||
void classes_do(void f(Klass*, TRAPS), TRAPS);
|
||||
void classes_do(void f(Klass*, ClassLoaderData*));
|
||||
void classes_do(void f(Klass*, ClassLoaderData*, TRAPS), TRAPS);
|
||||
|
||||
void methods_do(void f(Method*));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue