Re: RFR: 6471906 - NegativeArraySizeException in tenToThe()

2013-01-30 Thread Brian Burkhalter
OK, I shall label the issue accordingly. Thanks, Brian On Jan 30, 2013, at 10:58 AM, Joe Darcy wrote: > Looks fine. I think not have a regression test for this is okay since it > would take a relatively long time to run and use a significant amount of > memory.

Re: RFR: 6471906 - NegativeArraySizeException in tenToThe()

2013-01-30 Thread Joe Darcy
Hi Brian, Looks fine. I think not have a regression test for this is okay since it would take a relatively long time to run and use a significant amount of memory. Thanks, -Joe On 01/30/2013 10:34 AM, Brian Burkhalter wrote: Please review at your convenience. Issue: JDK-6471906 Assessm

RFR: 6471906 - NegativeArraySizeException in tenToThe()

2013-01-30 Thread Brian Burkhalter
Please review at your convenience. Issue: JDK-6471906 Assessment: The problem occurs because an attempt is made to allocate an array of length > Integer.MAX_VALUE. Proposed solution: --- a/src/share/classes/java/math/BigDecimal.java Fri Jan 25 12:25:10 2013 -0800 +++ b/src/share/class