src/cpu/x86/vm/templateTable_x86_64.cpp

changeset 1040
98cb887364d3
parent 797
f8199438385b
child 1057
56aae7be60d4
     1.1 --- a/src/cpu/x86/vm/templateTable_x86_64.cpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/cpu/x86/vm/templateTable_x86_64.cpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -1559,7 +1559,7 @@
     1.4  
     1.5    // Handle all the JSR stuff here, then exit.
     1.6    // It's much shorter and cleaner than intermingling with the non-JSR
     1.7 -  // normal-branch stuff occuring below.
     1.8 +  // normal-branch stuff occurring below.
     1.9    if (is_jsr) {
    1.10      // Pre-load the next target bytecode into rbx
    1.11      __ load_unsigned_byte(rbx, Address(r13, rdx, Address::times_1, 0));

mercurial