src/cpu/sparc/vm/interp_masm_sparc.cpp

changeset 1686
576e77447e3c
parent 1641
87684f1a88b5
child 1730
3cf667df43ef
     1.1 --- a/src/cpu/sparc/vm/interp_masm_sparc.cpp	Fri Feb 05 11:07:40 2010 -0800
     1.2 +++ b/src/cpu/sparc/vm/interp_masm_sparc.cpp	Sun Feb 07 12:15:06 2010 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright 1997-2009 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 + * Copyright 1997-2010 Sun Microsystems, Inc.  All Rights Reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -1733,7 +1733,7 @@
    1.11            brx(Assembler::zero, false, Assembler::pn, found_null);
    1.12            delayed()->nop();
    1.13            // Receiver did not match any saved receiver and there is no empty row for it.
    1.14 -          // Increment total counter to indicate polimorphic case.
    1.15 +          // Increment total counter to indicate polymorphic case.
    1.16            increment_mdp_data_at(in_bytes(CounterData::count_offset()), scratch);
    1.17            ba(false, done);
    1.18            delayed()->nop();

mercurial