Integrated: 8339793: Fix incorrect APX feature enabling with -XX:-UseAPX

Jatin Bhateja jbhateja at openjdk.org
Tue Sep 17 01:45:08 UTC 2024


On Mon, 9 Sep 2024 19:42:55 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:

> Currently VM_Supports::supports_apx_f() returns a true value even if user explicitly pass -XX:-UseAPX runtime flag, this enables APX specific code and register set.
> 
> This bug fix patch turn off the APX_F feature if UseAPX runtime flag is explicitly set to false value.
> 
> Best Regards,
> Jatin

This pull request has now been integrated.

Changeset: a4cf1918
Author:    Jatin Bhateja <jbhateja at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/a4cf1918c963cbe0b0eee6db580f0769c0cbdbcc
Stats:     4 lines in 1 file changed: 4 ins; 0 del; 0 mod

8339793: Fix incorrect APX feature enabling with -XX:-UseAPX

Reviewed-by: kvn, thartmann, sviswanathan

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

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


More information about the hotspot-compiler-dev mailing list