mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-26 19:03:25 +00:00
6446965: Using BigDecimal.divideToIntegralValue with extreme scales can lead to an incorrect result Fix overflow of ints and ensure appropriate values passed to checkScaleNonZero() Reviewed-by: darcy, martin