mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-03 06:58:23 +00:00
Fix interface initialization to follow spec: interface initializations do not set initialization state of interfaces that extend them. Reviewed-by: dholmes, acorn, lfoltan