RFR: 8356941: AbstractMethodError in HotSpot Due to Incorrect Handling of Private Method [v5]

David Holmes dholmes at openjdk.org
Tue Jul 22 00:41:31 UTC 2025


On Sun, 20 Jul 2025 22:47:02 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Private methods should never be considered as the implementation of a default method.
>> 
>> The first commit adds some additional logging I used to track down what was happening. I like it, but if reviewers think it too much I can drop it.
>> 
>> The second commit is the actual fix to exclude private methods, and adds the missing test case to the existing defmeth tests.
>> 
>> Testing:
>>  - tiers 1-4
>> 
>> Thanks
>
> David Holmes has updated the pull request incrementally with one additional commit since the last revision:
> 
>   typo

Thanks again Coleen and Dan!

-------------

PR Comment: https://git.openjdk.org/jdk/pull/26302#issuecomment-3100144524


More information about the hotspot-runtime-dev mailing list