mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-01 19:50:05 +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