Integrated: 8334560: [PPC64]: postalloc_expand_java_dynamic_call_sched does not copy all fields
Richard Reingruber
rrich at openjdk.org
Mon Jun 24 06:36:15 UTC 2024
On Wed, 19 Jun 2024 10:31:27 GMT, Richard Reingruber <rrich at openjdk.org> wrote:
> On PPC64 we use a special feature where C2 Mach nodes get expanded after register allocation.
> This pr adds copying the field `MachSafePointNode::_has_ea_local_in_scope` when expanding `MachCallDynamicJavaNode`s in `postalloc_expand_java_dynamic_call_sched`.
>
> It adds also a test case that fails without the fix.
>
> The fix passed our CI testing: JTReg tests: tier1-4 of hotspot and jdk. All of Langtools and jaxp. Renaissance Suite and SAP specific tests.
> Testing was done with fastdebug and release builds on the main platforms and also on Linux/PPC64le and AIX.
This pull request has now been integrated.
Changeset: 13dce296
Author: Richard Reingruber <rrich at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/13dce296fc3924b269757ce1279c57afe18faeeb
Stats: 92 lines in 2 files changed: 92 ins; 0 del; 0 mod
8334560: [PPC64]: postalloc_expand_java_dynamic_call_sched does not copy all fields
Reviewed-by: mbaesken, mdoerr
-------------
PR: https://git.openjdk.org/jdk/pull/19789
More information about the hotspot-compiler-dev
mailing list