src/cpu/x86/vm/interp_masm_x86_64.cpp

changeset 1686
576e77447e3c
parent 1641
87684f1a88b5
child 1861
2338d41fbd81
     1.1 --- a/src/cpu/x86/vm/interp_masm_x86_64.cpp	Fri Feb 05 11:07:40 2010 -0800
     1.2 +++ b/src/cpu/x86/vm/interp_masm_x86_64.cpp	Sun Feb 07 12:15:06 2010 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright 2003-2009 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 + * Copyright 2003-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 @@ -1341,7 +1341,7 @@
    1.11          if (is_virtual_call) {
    1.12            jccb(Assembler::zero, found_null);
    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(mdp, in_bytes(CounterData::count_offset()));
    1.17            jmp(done);
    1.18            bind(found_null);

mercurial