src/share/vm/runtime/mutex.cpp

changeset 1907
c18cbe5936b8
parent 1845
f03d0a26bf83
child 2314
f95d63e2154a
     1.1 --- a/src/share/vm/runtime/mutex.cpp	Thu May 27 12:42:44 2010 -0700
     1.2 +++ b/src/share/vm/runtime/mutex.cpp	Thu May 27 19:08:38 2010 -0700
     1.3 @@ -1,6 +1,6 @@
     1.4  
     1.5  /*
     1.6 - * Copyright 1998-2008 Sun Microsystems, Inc.  All Rights Reserved.
     1.7 + * Copyright (c) 1998, 2008, Oracle and/or its affiliates. All rights reserved.
     1.8   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.9   *
    1.10   * This code is free software; you can redistribute it and/or modify it
    1.11 @@ -17,9 +17,9 @@
    1.12   * 2 along with this work; if not, write to the Free Software Foundation,
    1.13   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    1.14   *
    1.15 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    1.16 - * CA 95054 USA or visit www.sun.com if you need additional information or
    1.17 - * have any questions.
    1.18 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    1.19 + * or visit www.oracle.com if you need additional information or have any
    1.20 + * questions.
    1.21   *
    1.22   */
    1.23  

mercurial