On Thu, 17 Apr 2025 19:44:07 GMT, Chen Liang <li...@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 <li...@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