RFR: 8329538: Accelerate P256 on x86_64 using Montgomery intrinsic [v2]

Volodymyr Paprotski duke at openjdk.org
Tue Apr 2 19:20:00 UTC 2024


On Tue, 2 Apr 2024 16:29:07 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> Volodymyr Paprotski has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   remove use of jdk.crypto.ec
>
> src/java.base/share/classes/module-info.java line 265:
> 
>> 263:         jdk.jfr,
>> 264:         jdk.unsupported,
>> 265:         jdk.crypto.ec;
> 
> jdk.crypto.ec has been hollowed out since JDK 22, the sun.security.ec are in java.base. So I don't think you need this qualified export.

Thanks, fixed. (Started this when `jdk.crypto.ec` was still in use.. missed a few spots during rebase I guess)

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/18583#discussion_r1548460157



More information about the security-dev mailing list