8029561: Optimization in Integer to string conversion

Remove FIXME-TODO comments as the suggested change does not improve performance.

Reviewed-by: darcy
This commit is contained in:
Brian Burkhalter 2014-01-03 14:04:41 -08:00
parent 398131c8a7
commit 0ea41f88dc

View File

@ -376,9 +376,6 @@ public final class Integer extends Number implements Comparable<Integer> {
// JIT case the dispatch overhead doesn't exist and the
// "trick" is considerably faster than the classic code.
//
// TODO-FIXME: convert (x * 52429) into the equiv shift-add
// sequence.
//
// RE: Division by Invariant Integers using Multiplication
// T Gralund, P Montgomery
// ACM PLDI 1994