mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8043275: Fix interface initialization for default methods
Initialize interfaces that declare concrete instance methods. Reviewed-by: kamg, coleenp, psandoz
This commit is contained in:
parent
209ffcd9a5
commit
0e1283a811
9 changed files with 5525 additions and 44 deletions
|
@ -247,7 +247,7 @@ class ClassFileParser VALUE_OBJ_CLASS_SPEC {
|
|||
Array<Method*>* parse_methods(bool is_interface,
|
||||
AccessFlags* promoted_flags,
|
||||
bool* has_final_method,
|
||||
bool* has_default_method,
|
||||
bool* declares_default_methods,
|
||||
TRAPS);
|
||||
intArray* sort_methods(Array<Method*>* methods);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue