Hi Daniel and all
Would you like to review http://cr.openjdk.java.net/~fyuan/8187700/webrev.00/?
Bug: https://bugs.openjdk.java.net/browse/JDK-8187700
I applied the fix for proxy port reusing issue, which was reviewed in bug
JDK-8187507. And made a few code cleaning in
HTTPSetAuthenticato
Ivan,
Am I correct that subtraction of code points is safe from underflow due to the
range of Character.MIN_CODE_POINT and Character.MAX_CODE_POINT? That would
explain why you are not using Integer.compare.
One alternative to calling CharSequence.subSequence is to use
CharBuffer.wrap(CharSequ
This looks fine Aleksei. Approved for jdk8u-dev.
The JDK-8159240 record is currently closed as a duplicate. I'd suggest
you reopen that master record for your 8u-dev port and mark it 9-na.
regards,
Sean.
On 27/09/2017 22:28, Aleks Efimov wrote:
Hi,
Can I, please, ask for review and approva
Thank you Jason for valuable input!
On 9/28/17 7:22 AM, Jason Mehrens wrote:
Ivan,
Am I correct that subtraction of code points is safe from underflow due to the
range of Character.MIN_CODE_POINT and Character.MAX_CODE_POINT? That would
explain why you are not using Integer.compare.
Right.