8029561: Optimization in Integer to string conversion
authorbpb
Fri, 03 Jan 2014 14:04:41 -0800
changeset 22102 c070cb089853
parent 22101 231247ddf41a
child 22103 918412102df3
8029561: Optimization in Integer to string conversion Summary: Remove FIXME-TODO comments as the suggested change does not improve performance. Reviewed-by: darcy
jdk/src/share/classes/java/lang/Integer.java
--- 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