RFR: 8370983: Add methods for primitive operators to support method handles [v2]
Chen Liang
liach at openjdk.org
Mon Nov 3 13:00:17 UTC 2025
On Mon, 3 Nov 2025 09:16:46 GMT, Per Minborg <pminborg at openjdk.org> wrote:
> I imagine this problem could be solved in C2?
The root cause here is C2 is generating subpar code due to it not able to obtain specialized/inlined profiling data. We must fix it by updating the profiling data structure.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/28081#issuecomment-3480396725
More information about the core-libs-dev
mailing list