Release Note: BigInteger performance improvements turned on by default

XMLWordPrintable

    • Verified

        The performance improvements described in JDK-8130150 and JDK-8081778 have now been turned on by default. They can be turned off by using the following command options:
        ```
        -XX:-UseMontgomerySquareIntrinsic
        -XX:-UseMontgomeryMultiplyIntrinsic
        -XX:-UseSquareToLenIntrinsic
        -XX:-UseMultiplyToLenIntrinsic
        ```

              Assignee:
              Clifford Wayne (Inactive)
              Reporter:
              Roger Calnan
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: