This is an issue following https://bugs.openjdk.org/browse/JDK-8353197.
Some methods in the DecimalDigits class use Unsafe operations and have no range checks. Warning messages need to be added to the method description to prompt the caller, and the name should be renamed with the unchecked prefix.
Some methods in the DecimalDigits class use Unsafe operations and have no range checks. Warning messages need to be added to the method description to prompt the caller, and the name should be renamed with the unchecked prefix.
- links to
-
Commit(master) openjdk/jdk/07871cd7
-
Review(master) openjdk/jdk/25246