Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8056454 | emb-9 | Alan Bateman | P5 | Resolved | Fixed | master |
8041972 introduced new test cases to java/lang/Integer/ParsingTest.java and java/lang/Long/ParsingTest.java. Unfortunately, some typos crept into the Long version causing the jtreg test to use Integer.parseInt instead of intended Long.parseLong methods, rendering the new tests partially ineffective.
- backported by
-
JDK-8056454 TEST_BUG: Typos in java/lang/Long/ParsingTest
-
- Resolved
-
- relates to
-
JDK-8041972 Add improved parse methods for Long/Integer
-
- Closed
-