On Mon, 12 May 2025 21:33:42 GMT, Coleen Phillimore <cole...@openjdk.org> wrote:
> Fields can have the same name in the JVMS, just not the JVMLS. OK, thanks for the explanation. Then I need to update the code to either sort based on both name and signature, or ensure that the index in jump table points to first field with the name same as the (i * 16)th field. I'll probably go the latter path. And I should probably create a test for that... ------------- PR Comment: https://git.openjdk.org/jdk/pull/24847#issuecomment-2875227843