Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8360776

Disable Intel APX by default and enable it only if requested by the user using -XX:+UnlockExperimentalVMOptions -XX:+UseAPX

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3 P3
    • None
    • None
    • hotspot
    • None
    • x86
    • generic

      The Intel APX features are not fully tested, and there are some unresolved bugs.

      Currently, APX is not enabled consistently between product and debug builds.

      If the hardware supports Intel APX:

      1) In product builds, APX is disabled by default, even if the user explicitly enables it using -XX:+UnlockExperimentalVMOptions -XX:+UseAPX.

      2) In debug builds, APX is enabled by default regardless of whether the user explicitly enables it or not.

      The proposal is to enable APX for both product and debug builds if and only if the user explicitly enables it using -XX:+UnlockExperimentalVMOptions -XX:+UseAPX.

            sparasa Srinivas Parasa
            sparasa Srinivas Parasa
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: