Merge pull request #485 from dicej/default

support Java 8 default interface methods
This commit is contained in:
Joshua Warner 2016-05-14 19:31:39 -06:00
commit 134d10960b

View File

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