RFR(L): 8069539: RSA acceleration
Florian Weimer
fweimer at redhat.com
Fri Mar 20 11:11:09 UTC 2015
On 03/19/2015 11:32 PM, Viswanathan, Sandhya wrote:
> Hi All,
>
> Vladimir helped to place the webrev on cr.openjdk; please find the link below for your review and comments:
>
> http://cr.openjdk.java.net/~kvn/8069539/webrev.00/
In src/share/vm/opto/library_call.cpp, can this computation overflow?
What happens as a result?
+ // Allocate the result array
+ Node* zlen = _gvn.transform(new AddINode(len, len));
Does inline_mulAdd() need range checks on the arguments?
--
Florian Weimer / Red Hat Product Security
More information about the hotspot-compiler-dev
mailing list