jdk-24/jdk/test/java/math/BigDecimal
Robert Gibson f5de6e9460 8057793: BigDecimal is no longer effectively immutable
Modify MutableBigInteger.divideAndRemainderBurnikelZiegler() to copy the instance (this) to a new MutableBigInteger to use as the dividend.

Reviewed-by: darcy
2014-09-15 13:05:04 -07:00
..
AddTests.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
CompareToTests.java 8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013 2013-12-26 12:04:16 -08:00
Constructor.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
DivideMcTests.java 7082971: More performance tuning of BigDecimal and other java.math classes 2011-09-01 23:00:09 -07:00
DivideTests.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
EqualsTests.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
FloatDoubleValueTests.java 8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013 2013-12-26 12:04:16 -08:00
IntegralDivisionTests.java 8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013 2013-12-26 12:04:16 -08:00
LongValueExactTests.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
MultiplyTests.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
NegateTests.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
PowTests.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
PrecisionTests.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
RangeTests.java 7082971: More performance tuning of BigDecimal and other java.math classes 2011-09-01 23:00:09 -07:00
RoundingTests.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
ScaleByPowerOfTenTests.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
SerializationTests.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
StringConstructor.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
StrippingZerosTest.java 8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013 2013-12-26 12:04:16 -08:00
ToPlainStringTests.java 7082971: More performance tuning of BigDecimal and other java.math classes 2011-09-01 23:00:09 -07:00
ZeroScalingTests.java 8057793: BigDecimal is no longer effectively immutable 2014-09-15 13:05:04 -07:00