Request for review (XS): 7036960: TemplateTable::fast_aldc in templateTable_x86_64.cpp uses movptr instead of load_klass
Igor Veresov
igor.veresov at oracle.com
Fri Apr 15 11:22:05 PDT 2011
Looks good.
igor
On 4/15/11 4:49 AM, Christian Thalinger wrote:
> http://cr.openjdk.java.net/~twisti/7036960/
>
> 7036960: TemplateTable::fast_aldc in templateTable_x86_64.cpp uses movptr instead of load_klass
> Reviewed-by:
>
> The fix is to replace movptr with load_klass.
>
> Additionally I changed all occurrences of movptr instructions loading
> the class of an oop with load_klass in templateTable_x86_32.cpp (to be
> some consistent).
>
> src/cpu/x86/vm/templateTable_x86_32.cpp
> src/cpu/x86/vm/templateTable_x86_64.cpp
>
More information about the hotspot-compiler-dev
mailing list