On Wed, 2 Dec 2020 11:14:18 GMT, Daniel Fuchs <dfu...@openjdk.org> wrote:
>> Roger Riggs has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Increased memory to 4G for the test and add diagnostic info for OOME > > Changes requested by dfuchs (Reviewer). @dfuch I'll add a clarification. The fromHexDigits methods explicitly parse using the fromHexDigit method that is specified to include both upper and lower case. > I was mostly concerned with the public methods that follow. ( public int fromHexDigits(CharSequence string) and friends) They all say that * The delimiter, prefix and suffix are not used. but they do not say anything about upperCase/lowerCase. Since this is normative specification doesn't it need to be fixed? ------------- PR: https://git.openjdk.java.net/jdk/pull/482