Relates :
|
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.