Integrated: 8313435: Clean up unused default methods code

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


On Tue, 1 Aug 2023 00:48:42 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.

This pull request has now been integrated.

Changeset: 5c3041ce
Author:    Coleen Phillimore <coleenp at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/5c3041ce838cbfcfb87ce29ff969f627e6f5ceae
Stats:     209 lines in 3 files changed: 29 ins; 134 del; 46 mod

8313435: Clean up unused default methods code

Reviewed-by: kbarrett, iklam

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

PR: https://git.openjdk.org/jdk/pull/15095


More information about the hotspot-runtime-dev mailing list