mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-13 03:45:19 +00:00
Make sure default methods with the same names as those in j.l.Object get put in the default methods table where resolution can find them. Reviewed-by: acorn, lfoltan