RFR: 8352075: Perf regression accessing fields [v4]

Radim Vansa rvansa at openjdk.org
Tue May 13 06:41:53 UTC 2025


On Mon, 12 May 2025 21:33:42 GMT, Coleen Phillimore <coleenp at 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


More information about the hotspot-dev mailing list