8029561: Optimization in Integer to string conversion
Summary: Remove FIXME-TODO comments as the suggested change does not improve performance.
Reviewed-by: darcy
--- a/jdk/src/share/classes/java/lang/Integer.java Fri Jan 03 10:38:23 2014 -0800
+++ b/jdk/src/share/classes/java/lang/Integer.java Fri Jan 03 14:04:41 2014 -0800
@@ -376,9 +376,6 @@
// 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