Layout interfaces during preparation, not initialization.
* java/lang/natClass.cc (initializeClass): Move _Jv_LayoutInterfaceMethods call... * java/lang/natClassLoader.cc (_Jv_PrepareCompiledClass): to here. From-SVN: r82101
This commit is contained in:
parent
e54d021400
commit
17abdabcf3
3 changed files with 10 additions and 4 deletions
|
@ -790,9 +790,6 @@ java::lang::Class::initializeClass (void)
|
|||
}
|
||||
}
|
||||
|
||||
if (isInterface ())
|
||||
_Jv_LayoutInterfaceMethods (this);
|
||||
|
||||
_Jv_PrepareConstantTimeTables (this);
|
||||
|
||||
if (vtable == NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue