Request for review (XS): 7036960: TemplateTable::fast_aldc in templateTable_x86_64.cpp uses movptr instead of load_klass
Vladimir Kozlov
vladimir.kozlov at oracle.com
Fri Apr 15 08:43:10 PDT 2011
Looks good.
Vladimir
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