-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b10
-
linux_ubuntu
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045094 | 8u25 | Hannes Wallnoefer | P3 | Resolved | Fixed | b01 |
JDK-8040165 | 8u20 | Hannes Wallnoefer | P3 | Resolved | Fixed | b11 |
JDK-8052494 | emb-8u26 | Hannes Wallnoefer | P3 | Resolved | Fixed | b18 |
FULL PRODUCT VERSION :
A DESCRIPTION OF THE PROBLEM :
Number.prototype.toString() gives wrong results for certain input parameters. See http://code.google.com/p/v8/issues/detail?id=3025 for original bug report in V8.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
jjs> 0x8000000000000800.toString(5)
Expected: 1104332401304422434310342411
Actual: 1104332401304422434310444401
REPRODUCIBILITY :
This bug can be reproduced always.
A DESCRIPTION OF THE PROBLEM :
Number.prototype.toString() gives wrong results for certain input parameters. See http://code.google.com/p/v8/issues/detail?id=3025 for original bug report in V8.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
jjs> 0x8000000000000800.toString(5)
Expected: 1104332401304422434310342411
Actual: 1104332401304422434310444401
REPRODUCIBILITY :
This bug can be reproduced always.
- backported by
-
JDK-8040165 Wrong result for Number.prototype.toString() for certain radix/inputs
-
- Resolved
-
-
JDK-8045094 Wrong result for Number.prototype.toString() for certain radix/inputs
-
- Resolved
-
-
JDK-8052494 Wrong result for Number.prototype.toString() for certain radix/inputs
-
- Resolved
-