Request for reviews (L): 6761600: Use SSE 4.2 In STTNI Intrinsics

John Rose John.Rose at Sun.COM
Fri Feb 6 12:00:51 PST 2009


On Feb 6, 2009, at 10:22 AM, Vladimir Kozlov wrote:

> src/share/vm/classfile/vmSymbols.hpp:
> Remove empty after indexOf_name since equals() also j.l.String method:
>     do_name(     indexOf_name,       "indexOf")
>
> +   do_intrinsic(_equals, java_lang_String, equals_name,  
> object_boolean_signature,  F_R)

It's a minor point, but since indexOf_name and equals_name are shared  
by more than one instrinsic, they could be grouped with other shared  
names, like invoke_name and get_name.  Look for the string "defined  
above" in the header file for more info.

-- John



More information about the hotspot-compiler-dev mailing list