Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8028886 | port-stage-ppc-aix | Roger Riggs | P5 | Resolved | Fixed | master |
Description
FULL PRODUCT VERSION :
A DESCRIPTION OF THE PROBLEM :
DataInput.readDouble refers to readlong in Javadoc, with a little `l` The method is actually readLong with a big `L`
REGRESSION. Last worked in version 7u25
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
read javadoc ;)
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
case is correct.
REPRODUCIBILITY :
This bug can be reproduced always.
CUSTOMER SUBMITTED WORKAROUND :
you can understand what it is mean to say.
A DESCRIPTION OF THE PROBLEM :
DataInput.readDouble refers to readlong in Javadoc, with a little `l` The method is actually readLong with a big `L`
REGRESSION. Last worked in version 7u25
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
read javadoc ;)
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
case is correct.
REPRODUCIBILITY :
This bug can be reproduced always.
CUSTOMER SUBMITTED WORKAROUND :
you can understand what it is mean to say.
Attachments
Issue Links
- backported by
-
JDK-8028886 DataInput.readDouble refers to "readlong" instead of "readLong"
- Resolved