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

Coleen Phillimore coleenp at openjdk.org
Mon Aug 7 12:03:32 UTC 2023


On Mon, 7 Aug 2023 04:23:26 GMT, David Holmes <dholmes at openjdk.org> wrote:

> Doesn't assemble_method_error know how much CP space will be needed for the instructions it will generate?

Maybe it'll generate 4 or 5 constant pool entries but if it's not the first method error, it might not.  It might share entries with a previously generated method error.

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

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


More information about the hotspot-runtime-dev mailing list