mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-07 12:14:55 +00:00
When calculating vtable size at class load time, do not look for miranda method if matching package private method is found in a super class. Reviewed-by: acorn, lfoltan