Integrated: 8354996: Reduce dynamic code generation for a single downcall

Chen Liang liach at openjdk.org
Tue Apr 29 15:44:55 UTC 2025


On Thu, 17 Apr 2025 19:44:07 GMT, Chen Liang <liach at openjdk.org> wrote:

> Perf numbers for simple main:
> Linking of `Class::forName0` down from ~152 to ~83
> 
> For calling little color management system https://bugs.openjdk.org/browse/JDK-8313344:
> JNI: ~45
> baseline panama: ~164
> patch: ~103
> 
> Also see #24705.

This pull request has now been integrated.

Changeset: 5d2d1ab5
Author:    Chen Liang <liach at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/5d2d1ab5740259bc30d0184e4d691a05fdf63e19
Stats:     132 lines in 7 files changed: 113 ins; 0 del; 19 mod

8354996: Reduce dynamic code generation for a single downcall

Reviewed-by: jvernee

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

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


More information about the core-libs-dev mailing list