src/cpu/sparc/vm/vtableStubs_sparc.cpp

changeset 3310
6729bbc1fcd6
parent 3037
3d42f82cd811
child 3969
1d7922586cf6
     1.1 --- a/src/cpu/sparc/vm/vtableStubs_sparc.cpp	Mon Nov 14 18:38:03 2011 -0800
     1.2 +++ b/src/cpu/sparc/vm/vtableStubs_sparc.cpp	Wed Nov 16 01:39:50 2011 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2011, Oracle and/or its affiliates. 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 @@ -83,7 +83,7 @@
    1.11    }
    1.12  #endif
    1.13    int v_off = entry_offset*wordSize + vtableEntry::method_offset_in_bytes();
    1.14 -  if( __ is_simm13(v_off) ) {
    1.15 +  if (Assembler::is_simm13(v_off)) {
    1.16      __ ld_ptr(G3, v_off, G5_method);
    1.17    } else {
    1.18      __ set(v_off,G5);

mercurial