src/cpu/sparc/vm/templateTable_sparc.cpp

changeset 1040
98cb887364d3
parent 885
b22701a8b88f
child 1161
be93aad57795
child 1162
6b2273dd6fa9
     1.1 --- a/src/cpu/sparc/vm/templateTable_sparc.cpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/cpu/sparc/vm/templateTable_sparc.cpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -1545,7 +1545,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
     1.7 -  // non-JSR normal-branch stuff occuring below.
     1.8 +  // non-JSR normal-branch stuff occurring below.
     1.9    if( is_jsr ) {
    1.10      // compute return address as bci in Otos_i
    1.11      __ ld_ptr(Address(Lmethod, 0, in_bytes(methodOopDesc::const_offset())), G3_scratch);
    1.12 @@ -3079,7 +3079,7 @@
    1.13      Label ok;
    1.14  
    1.15      // Check that entry is non-null.  Null entries are probably a bytecode
    1.16 -    // problem.  If the interface isn't implemented by the reciever class,
    1.17 +    // problem.  If the interface isn't implemented by the receiver class,
    1.18      // the VM should throw IncompatibleClassChangeError.  linkResolver checks
    1.19      // this too but that's only if the entry isn't already resolved, so we
    1.20      // need to check again.

mercurial