RFR (S): 8220368 : Update String.indexOf to test all the C2 intrinsics

Vladimir Kozlov vladimir.kozlov at oracle.com
Fri Mar 8 18:09:08 UTC 2019


Good.

Thanks,
Vladimir

On 3/8/19 9:58 AM, eric.caspole at oracle.com wrote:
> Hi everybody,
> 
> Could I have reviews on this update to the String.indexOf JMH adding several new benchmarks so as to test all the 
> intrinsics of Latin1 and UTF-16:
> 
>    _indexOfIL
>    _indexOfIU
>    _indexOfIUL
>    _indexOfL
>    _indexOfU
>    _indexOfU_char
>    _indexOfUL
> 
> These should be helpful in testing updates from Graal and performance regression testing in general.
> 
> JBS:
> 
> https://bugs.openjdk.java.net/browse/JDK-8220368
> 
> Webrev:
> 
> http://cr.openjdk.java.net/~ecaspole/JDK-8220368/01/webrev/
> 
> 
> Thanks,
> 
> Eric
> 


More information about the hotspot-compiler-dev mailing list