src/share/vm/oops/oop.cpp

changeset 1100
c89f86385056
parent 631
d1605aabd0a1
child 1590
4e6abf09f540
     1.1 --- a/src/share/vm/oops/oop.cpp	Thu Mar 19 09:13:24 2009 -0700
     1.2 +++ b/src/share/vm/oops/oop.cpp	Fri Mar 20 23:19:36 2009 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright 1997-2008 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 + * Copyright 1997-2009 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 @@ -65,11 +65,7 @@
    1.11  
    1.12  void oopDesc::print_address_on(outputStream* st) const {
    1.13    if (PrintOopAddress) {
    1.14 -    st->print("{");
    1.15 -    if (PrintOopAddress) {
    1.16 -      st->print(INTPTR_FORMAT, this);
    1.17 -    }
    1.18 -    st->print("}");
    1.19 +    st->print("{"INTPTR_FORMAT"}", this);
    1.20    }
    1.21  }
    1.22  

mercurial