RFR(L): 8069539: RSA acceleration (original) (raw)
Florian Weimer fweimer at redhat.com
Fri Mar 20 11:11:09 UTC 2015
- Previous message: RFR(L): 8069539: RSA acceleration
- Next message: RFR(L): 8069539: RSA acceleration
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: RFR(L): 8069539: RSA acceleration
- Next message: RFR(L): 8069539: RSA acceleration
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the hotspot-compiler-dev mailing list