RFR: 8313435: Clean up unused default methods code [v6]

Coleen Phillimore coleenp at openjdk.org
Tue Aug 8 12:17:43 UTC 2023


On Fri, 4 Aug 2023 14:28:44 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> Default methods processing code has unused code (that gets -Wconversion warnings) from when it was used to create bridge (called overpass) method for an early implementation of generic reification in Hotspot.
>> 
>> This change removes unused bytecodeAssembler code and adds a check for methods and constant pool overflow.
>> Tested with tier1 and runtime/lambda-features tests.
>
> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Change to checked_cast<>

Thanks Ioi and Kim for reviewing and David for your comments.  There is a lot more opportunity to improve this code but it'll require a lot more study.  This cleanup helps.

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

PR Comment: https://git.openjdk.org/jdk/pull/15095#issuecomment-1669493754


More information about the hotspot-runtime-dev mailing list