mirror of
https://github.com/corda/corda.git
synced 2025-06-16 22:28:15 +00:00
fix failure to add abstract virtuals to class with no declared virtuals
This commit is contained in:
@ -1494,6 +1494,7 @@ parseMethodTable(Thread* t, Stream& s, object class_, object pool)
|
||||
bool populateInterfaceVtables = false;
|
||||
|
||||
if (declaredVirtualCount == 0
|
||||
and abstractVirtuals == 0
|
||||
and (classFlags(t, class_) & ACC_INTERFACE) == 0)
|
||||
{
|
||||
if (classSuper(t, class_)) {
|
||||
|
Reference in New Issue
Block a user