src/cpu/sparc/vm/c1_MacroAssembler_sparc.cpp

changeset 2746
d86923d96dca
parent 2447
5577848f5923
child 2750
6c97c830fb6f
     1.1 --- a/src/cpu/sparc/vm/c1_MacroAssembler_sparc.cpp	Thu Apr 07 21:32:23 2011 -0700
     1.2 +++ b/src/cpu/sparc/vm/c1_MacroAssembler_sparc.cpp	Fri Apr 08 17:03:31 2011 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1999, 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 @@ -387,7 +387,7 @@
    1.11  
    1.12  void C1_MacroAssembler::verify_not_null_oop(Register r) {
    1.13    Label not_null;
    1.14 -  br_zero(Assembler::notEqual, false, Assembler::pt, r, not_null);
    1.15 +  br_notnull(r, false, Assembler::pt, not_null);
    1.16    delayed()->nop();
    1.17    stop("non-null oop required");
    1.18    bind(not_null);

mercurial