Re: Review Request: BigInteger patch for efficient multiplication and division (#4837946)

2013-05-11 Thread Alan Eliasen
On 05/09/2013 03:02 PM, Brian Burkhalter wrote: >> First you have: >> >>/** >> * The threshold value for using 3-way Toom-Cook multiplication. >> * If the number of ints in both mag arrays are greater than this number, >> * then Toom-Cook multiplication will be used. This value is

Re: RFR 8009581: Xpathexception does not honor initcause()

2013-05-11 Thread Aleksej Efimov
Hello Alan, David and other experts, I presents the second version of fix for XPathException class for your review: http://cr.openjdk.java.net/~dmeetry/8009581/webrev.1/ The serialized form remains the same in this patch, as was suggest