RFR: 8339793: Fix incorrect APX feature enabling with -XX:-UseAPX
Jatin Bhateja
jbhateja at openjdk.org
Mon Sep 9 19:58:33 UTC 2024
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
-------------
Commit messages:
- 8339793: Fix incorrect APX feature enabling with -XX:-UseAPX.
Changes: https://git.openjdk.org/jdk/pull/20921/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=20921&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8339793
Stats: 4 lines in 1 file changed: 4 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/20921.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/20921/head:pull/20921
PR: https://git.openjdk.org/jdk/pull/20921
More information about the hotspot-compiler-dev
mailing list