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

Flag -XX:AVX3Threshold does not accept Zero value

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 16
    • 11, 16
    • hotspot
    • b18
    • x86

      AVX3Threshold has been used in various places to enable emitting AVX3 specific instructions in case data size being worked over is greater than 4096 bytes.

      However, user is free to set the threshold value to Zero based on his workload.
      In such a case a compile time check is enough to trigger generation of AVX3 instructions. In other cases comparison is done at the runtime though JITed comparison instruction.

      AVX3Threshold does not accept a zero value.

            jbhateja Jatin Bhateja
            jbhateja Jatin Bhateja
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: