Code Review for 7036960

Prepared by:twisti on Fri Apr 15 05:03:18 PDT 2011
Workspace:/home/twisti/hotspot-comp/7036960
Compare against: /home/twisti/hotspot-comp/hotspot
Summary of changes: 14 lines changed: 0 ins; 0 del; 14 mod; 7258 unchg
Patch of changes: 7036960.patch
Printable review: 7036960.pdf
Author comments:
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. I also fixed a movptr
where load_heap_oop should be used.

Additionally I changed all occurrences of movptr instructions loading
the class of an oop with load_klass in templateTable_x86_32.cpp (to be
more consistent).

Bug id: Bug Database
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New Patch Raw src/cpu/x86/vm/templateTable_x86_32.cpp

12 lines changed: 0 ins; 0 del; 12 mod; 3589 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New Patch Raw src/cpu/x86/vm/templateTable_x86_64.cpp

2 lines changed: 0 ins; 0 del; 2 mod; 3669 unchg

This code review page was prepared using /home/twisti/bin/webrev (vers 23.18-hg-never).