[jdk13u-dev] RFR: 8243114: Implement montgomery{Multiply, Square}intrinsics on Windows
Ekaterina Vergizova
evergizova at openjdk.java.net
Fri Dec 11 08:59:02 UTC 2020
I'd like to backport 8243114 to 13u for parity with 11u.
The patch doesn't apply cleanly due to minor context difference in stubGenerator_x86_64.cpp, reapplied manually.
Tested with tier1 and jdk_security with additional options -XX:+UseMontgomeryMultiplyIntrinsic -XX:+UseMontgomerySquareIntrinsic.
-------------
Commit messages:
- Backport 47e465cf1bc5e78fe0b5ee1b574fdfa2385d7f2c
Changes: https://git.openjdk.java.net/jdk13u-dev/pull/56/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk13u-dev&pr=56&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8243114
Stats: 99 lines in 2 files changed: 42 ins; 25 del; 32 mod
Patch: https://git.openjdk.java.net/jdk13u-dev/pull/56.diff
Fetch: git fetch https://git.openjdk.java.net/jdk13u-dev pull/56/head:pull/56
PR: https://git.openjdk.java.net/jdk13u-dev/pull/56
More information about the jdk-updates-dev
mailing list