commit | 4f6059033c504ac2aa4f84832880a0d74e0c681b | [log] [tgz] |
---|---|---|
author | Harold Seigel <hseigel@openjdk.org> | Thu Jul 11 09:26:04 2019 -0400 |
committer | Harold Seigel <hseigel@openjdk.org> | Thu Jul 11 09:26:04 2019 -0400 |
tree | c2b5936f1150e5d68e6003189a400fcefde6f7f6 | |
parent | 8b2982f0ad293c3f4afcefcf58e1b63e618b8278 [diff] |
8226798: JVM crash in klassItable::initialize_itable_for_interface(int, InstanceKlass*, bool, Thread*) 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