src/cpu/x86/vm/stubGenerator_x86_64.cpp

changeset 2691
348c0df561a9
parent 2689
b1c22848507b
child 2978
d83ac25d0304
     1.1 --- a/src/cpu/x86/vm/stubGenerator_x86_64.cpp	Tue Mar 29 17:35:34 2011 -0700
     1.2 +++ b/src/cpu/x86/vm/stubGenerator_x86_64.cpp	Tue Mar 29 22:25:17 2011 -0700
     1.3 @@ -2449,8 +2449,8 @@
     1.4    //
     1.5    address generate_generic_copy(const char *name,
     1.6                                  address byte_copy_entry, address short_copy_entry,
     1.7 -                                address int_copy_entry, address long_copy_entry,
     1.8 -                                address oop_copy_entry, address checkcast_copy_entry) {
     1.9 +                                address int_copy_entry, address oop_copy_entry,
    1.10 +                                address long_copy_entry, address checkcast_copy_entry) {
    1.11  
    1.12      Label L_failed, L_failed_0, L_objArray;
    1.13      Label L_copy_bytes, L_copy_shorts, L_copy_ints, L_copy_longs;

mercurial