mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-28 03:43:21 +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