Updated and hopefully final patch here:

http://cr.openjdk.java.net/~bpb/8075156/webrev.02/

Test run in progress.

Barring any objections I assume that changing CODE_POINT_U0000 from a String to 
an int does not require another Reviewer approval, so I will go ahead and push 
the fix after the yet to be refreshed CCC request is approved, if it is.

Thanks,

Brian

On Apr 15, 2015, at 10:08 AM, Brian Burkhalter <brian.burkhal...@oracle.com> 
wrote:

>> But I'm curious why CODE_POINT_U000 is defined as  String instead of char?
>> The indexOf() operation is more efficient for single characters.
> 
> Probably because I had initially used contains(CharSequence) instead of 
> indexOf(String) and when I changed the former to the latter I did not change 
> the constant. I will modify this per your suggestion.

Reply via email to