Request for review (XS): 7036960: TemplateTable::fast_aldc in templateTable_x86_64.cpp uses movptr instead of load_klass
Christian Thalinger
christian.thalinger at oracle.com
Fri Apr 15 04:49:02 PDT 2011
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