support Java 8 default interface methods

This commit is contained in:
Joel Dice 2016-05-14 12:16:18 -06:00
parent edbce08e61
commit aacbd7cc7a

View File

@ -2385,7 +2385,7 @@ GcList* addInterfaceMethods(Thread* t,
method->spec(), method->spec(),
0, 0,
class_, class_,
0); method->code());
hashMapInsert(t, virtualMap, method, method, methodHash); hashMapInsert(t, virtualMap, method, method, methodHash);