-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
None
-
None
-
generic
-
generic
Running it on V8 with
d8 loop.js -- 1 666666666
prints the output
"iterations": 1,
"n": 666666666,
"result": 222222221844886660,
Running it on Nashorn with
jdk1.8.0/bin/jjs loop.js -- 1 666666666
prints the output
"iterations": 1,
"n": 666666666,
"result": 222222221844886656,
d8 loop.js -- 1 666666666
prints the output
"iterations": 1,
"n": 666666666,
"result": 222222221844886660,
Running it on Nashorn with
jdk1.8.0/bin/jjs loop.js -- 1 666666666
prints the output
"iterations": 1,
"n": 666666666,
"result": 222222221844886656,
- relates to
-
JDK-8010803 Number to String conversion functionality overhaul
- Resolved