8004982: JDK8 source with GPL header errors

Thu, 20 Dec 2012 16:24:51 -0800

author
katleman
date
Thu, 20 Dec 2012 16:24:51 -0800
changeset 4376
79f492f184d0
parent 4341
cb8a4e04bc8c
child 4377
e94068d4ff52

8004982: JDK8 source with GPL header errors
Reviewed-by: ohair

agent/src/share/classes/sun/jvm/hotspot/ci/ciArrayKlass.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/ci/ciField.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/ci/ciInstance.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/ci/ciKlass.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/ci/ciMetadata.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/ci/ciObjArrayKlass.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/ci/ciObject.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/ci/ciObjectFactory.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/ci/ciReceiverTypeData.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/ci/ciSymbol.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/ci/ciType.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/ci/ciTypeArrayKlass.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/ci/ciVirtualCallData.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/classfile/ClassLoaderData.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/memory/LoaderConstraintTable.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/oops/BitData.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/oops/ProfileData.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/oops/RetData.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/opto/Block.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/opto/Block_Array.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/opto/Block_List.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/opto/CallDynamicJavaNode.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/opto/CallJavaNode.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/opto/CallNode.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/opto/CallRuntimeNode.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/opto/CallStaticJavaNode.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/opto/Compile.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/opto/HaltNode.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/opto/InlineTree.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/opto/JVMState.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/opto/LoopNode.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/opto/MachCallJavaNode.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/opto/MachCallNode.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/opto/MachCallRuntimeNode.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/opto/MachCallStaticJavaNode.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/opto/MachIfNode.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/opto/MachNode.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/opto/MachReturnNode.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/opto/MachSafePointNode.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/opto/MultiNode.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/opto/Node.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/opto/Node_Array.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/opto/Node_List.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/opto/Phase.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/opto/PhaseCFG.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/opto/PhaseRegAlloc.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/opto/PhiNode.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/opto/ProjNode.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/opto/RegionNode.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/opto/RootNode.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/opto/SafePointNode.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/opto/TypeNode.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/prims/JvmtiExport.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/utilities/GenericGrowableArray.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/utilities/GrowableArray.java file | annotate | diff | comparison | revisions
agent/src/share/native/sadis.c file | annotate | diff | comparison | revisions
src/share/vm/classfile/classLoaderData.hpp file | annotate | diff | comparison | revisions
src/share/vm/memory/metaspaceCounters.cpp file | annotate | diff | comparison | revisions
src/share/vm/memory/metaspaceCounters.hpp file | annotate | diff | comparison | revisions
src/share/vm/runtime/os_ext.hpp file | annotate | diff | comparison | revisions
src/share/vm/services/diagnosticArgument.cpp file | annotate | diff | comparison | revisions
src/share/vm/services/diagnosticCommand_ext.hpp file | annotate | diff | comparison | revisions
src/share/vm/services/memReporter.cpp file | annotate | diff | comparison | revisions
src/share/vm/services/memReporter.hpp file | annotate | diff | comparison | revisions
test/runtime/7158804/Test7158804.sh file | annotate | diff | comparison | revisions
     1.1 --- a/agent/src/share/classes/sun/jvm/hotspot/ci/ciArrayKlass.java	Fri Dec 14 14:19:36 2012 -0800
     1.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/ci/ciArrayKlass.java	Thu Dec 20 16:24:51 2012 -0800
     1.3 @@ -16,9 +16,9 @@
     1.4   * 2 along with this work; if not, write to the Free Software Foundation,
     1.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
     1.6   *
     1.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
     1.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
     1.9 - * have any questions.
    1.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    1.11 + * or visit www.oracle.com if you need additional information or have any
    1.12 + * questions.
    1.13   *
    1.14   */
    1.15  
     2.1 --- a/agent/src/share/classes/sun/jvm/hotspot/ci/ciField.java	Fri Dec 14 14:19:36 2012 -0800
     2.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/ci/ciField.java	Thu Dec 20 16:24:51 2012 -0800
     2.3 @@ -16,9 +16,9 @@
     2.4   * 2 along with this work; if not, write to the Free Software Foundation,
     2.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
     2.6   *
     2.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
     2.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
     2.9 - * have any questions.
    2.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    2.11 + * or visit www.oracle.com if you need additional information or have any
    2.12 + * questions.
    2.13   *
    2.14   */
    2.15  
     3.1 --- a/agent/src/share/classes/sun/jvm/hotspot/ci/ciInstance.java	Fri Dec 14 14:19:36 2012 -0800
     3.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/ci/ciInstance.java	Thu Dec 20 16:24:51 2012 -0800
     3.3 @@ -16,9 +16,9 @@
     3.4   * 2 along with this work; if not, write to the Free Software Foundation,
     3.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
     3.6   *
     3.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
     3.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
     3.9 - * have any questions.
    3.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    3.11 + * or visit www.oracle.com if you need additional information or have any
    3.12 + * questions.
    3.13   *
    3.14   */
    3.15  
     4.1 --- a/agent/src/share/classes/sun/jvm/hotspot/ci/ciKlass.java	Fri Dec 14 14:19:36 2012 -0800
     4.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/ci/ciKlass.java	Thu Dec 20 16:24:51 2012 -0800
     4.3 @@ -16,9 +16,9 @@
     4.4   * 2 along with this work; if not, write to the Free Software Foundation,
     4.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
     4.6   *
     4.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
     4.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
     4.9 - * have any questions.
    4.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    4.11 + * or visit www.oracle.com if you need additional information or have any
    4.12 + * questions.
    4.13   *
    4.14   */
    4.15  
     5.1 --- a/agent/src/share/classes/sun/jvm/hotspot/ci/ciMetadata.java	Fri Dec 14 14:19:36 2012 -0800
     5.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/ci/ciMetadata.java	Thu Dec 20 16:24:51 2012 -0800
     5.3 @@ -16,9 +16,9 @@
     5.4   * 2 along with this work; if not, write to the Free Software Foundation,
     5.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
     5.6   *
     5.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
     5.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
     5.9 - * have any questions.
    5.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    5.11 + * or visit www.oracle.com if you need additional information or have any
    5.12 + * questions.
    5.13   *
    5.14   */
    5.15  
     6.1 --- a/agent/src/share/classes/sun/jvm/hotspot/ci/ciObjArrayKlass.java	Fri Dec 14 14:19:36 2012 -0800
     6.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/ci/ciObjArrayKlass.java	Thu Dec 20 16:24:51 2012 -0800
     6.3 @@ -16,9 +16,9 @@
     6.4   * 2 along with this work; if not, write to the Free Software Foundation,
     6.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
     6.6   *
     6.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
     6.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
     6.9 - * have any questions.
    6.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    6.11 + * or visit www.oracle.com if you need additional information or have any
    6.12 + * questions.
    6.13   *
    6.14   */
    6.15  
     7.1 --- a/agent/src/share/classes/sun/jvm/hotspot/ci/ciObject.java	Fri Dec 14 14:19:36 2012 -0800
     7.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/ci/ciObject.java	Thu Dec 20 16:24:51 2012 -0800
     7.3 @@ -16,9 +16,9 @@
     7.4   * 2 along with this work; if not, write to the Free Software Foundation,
     7.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
     7.6   *
     7.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
     7.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
     7.9 - * have any questions.
    7.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    7.11 + * or visit www.oracle.com if you need additional information or have any
    7.12 + * questions.
    7.13   *
    7.14   */
    7.15  
     8.1 --- a/agent/src/share/classes/sun/jvm/hotspot/ci/ciObjectFactory.java	Fri Dec 14 14:19:36 2012 -0800
     8.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/ci/ciObjectFactory.java	Thu Dec 20 16:24:51 2012 -0800
     8.3 @@ -16,9 +16,9 @@
     8.4   * 2 along with this work; if not, write to the Free Software Foundation,
     8.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
     8.6   *
     8.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
     8.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
     8.9 - * have any questions.
    8.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    8.11 + * or visit www.oracle.com if you need additional information or have any
    8.12 + * questions.
    8.13   *
    8.14   */
    8.15  
     9.1 --- a/agent/src/share/classes/sun/jvm/hotspot/ci/ciReceiverTypeData.java	Fri Dec 14 14:19:36 2012 -0800
     9.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/ci/ciReceiverTypeData.java	Thu Dec 20 16:24:51 2012 -0800
     9.3 @@ -16,9 +16,9 @@
     9.4   * 2 along with this work; if not, write to the Free Software Foundation,
     9.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
     9.6   *
     9.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
     9.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
     9.9 - * have any questions.
    9.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    9.11 + * or visit www.oracle.com if you need additional information or have any
    9.12 + * questions.
    9.13   *
    9.14   */
    9.15  
    10.1 --- a/agent/src/share/classes/sun/jvm/hotspot/ci/ciSymbol.java	Fri Dec 14 14:19:36 2012 -0800
    10.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/ci/ciSymbol.java	Thu Dec 20 16:24:51 2012 -0800
    10.3 @@ -16,9 +16,9 @@
    10.4   * 2 along with this work; if not, write to the Free Software Foundation,
    10.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    10.6   *
    10.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    10.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    10.9 - * have any questions.
   10.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   10.11 + * or visit www.oracle.com if you need additional information or have any
   10.12 + * questions.
   10.13   *
   10.14   */
   10.15  
    11.1 --- a/agent/src/share/classes/sun/jvm/hotspot/ci/ciType.java	Fri Dec 14 14:19:36 2012 -0800
    11.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/ci/ciType.java	Thu Dec 20 16:24:51 2012 -0800
    11.3 @@ -16,9 +16,9 @@
    11.4   * 2 along with this work; if not, write to the Free Software Foundation,
    11.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    11.6   *
    11.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    11.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    11.9 - * have any questions.
   11.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   11.11 + * or visit www.oracle.com if you need additional information or have any
   11.12 + * questions.
   11.13   *
   11.14   */
   11.15  
    12.1 --- a/agent/src/share/classes/sun/jvm/hotspot/ci/ciTypeArrayKlass.java	Fri Dec 14 14:19:36 2012 -0800
    12.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/ci/ciTypeArrayKlass.java	Thu Dec 20 16:24:51 2012 -0800
    12.3 @@ -16,9 +16,9 @@
    12.4   * 2 along with this work; if not, write to the Free Software Foundation,
    12.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    12.6   *
    12.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    12.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    12.9 - * have any questions.
   12.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   12.11 + * or visit www.oracle.com if you need additional information or have any
   12.12 + * questions.
   12.13   *
   12.14   */
   12.15  
    13.1 --- a/agent/src/share/classes/sun/jvm/hotspot/ci/ciVirtualCallData.java	Fri Dec 14 14:19:36 2012 -0800
    13.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/ci/ciVirtualCallData.java	Thu Dec 20 16:24:51 2012 -0800
    13.3 @@ -16,9 +16,9 @@
    13.4   * 2 along with this work; if not, write to the Free Software Foundation,
    13.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    13.6   *
    13.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    13.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    13.9 - * have any questions.
   13.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   13.11 + * or visit www.oracle.com if you need additional information or have any
   13.12 + * questions.
   13.13   *
   13.14   */
   13.15  
    14.1 --- a/agent/src/share/classes/sun/jvm/hotspot/classfile/ClassLoaderData.java	Fri Dec 14 14:19:36 2012 -0800
    14.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/classfile/ClassLoaderData.java	Thu Dec 20 16:24:51 2012 -0800
    14.3 @@ -16,9 +16,9 @@
    14.4   * 2 along with this work; if not, write to the Free Software Foundation,
    14.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    14.6   *
    14.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    14.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    14.9 - * have any questions.
   14.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   14.11 + * or visit www.oracle.com if you need additional information or have any
   14.12 + * questions.
   14.13   *
   14.14   */
   14.15  
    15.1 --- a/agent/src/share/classes/sun/jvm/hotspot/memory/LoaderConstraintTable.java	Fri Dec 14 14:19:36 2012 -0800
    15.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/memory/LoaderConstraintTable.java	Thu Dec 20 16:24:51 2012 -0800
    15.3 @@ -1,5 +1,5 @@
    15.4  /*
    15.5 - * Copyright (c) 2003, 2012 Oracle and/or its affiliates. All rights reserved.
    15.6 + * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
    15.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    15.8   *
    15.9   * This code is free software; you can redistribute it and/or modify it
    16.1 --- a/agent/src/share/classes/sun/jvm/hotspot/oops/BitData.java	Fri Dec 14 14:19:36 2012 -0800
    16.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/oops/BitData.java	Thu Dec 20 16:24:51 2012 -0800
    16.3 @@ -16,9 +16,9 @@
    16.4   * 2 along with this work; if not, write to the Free Software Foundation,
    16.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    16.6   *
    16.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    16.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    16.9 - * have any questions.
   16.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   16.11 + * or visit www.oracle.com if you need additional information or have any
   16.12 + * questions.
   16.13   *
   16.14   */
   16.15  
    17.1 --- a/agent/src/share/classes/sun/jvm/hotspot/oops/ProfileData.java	Fri Dec 14 14:19:36 2012 -0800
    17.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/oops/ProfileData.java	Thu Dec 20 16:24:51 2012 -0800
    17.3 @@ -16,9 +16,9 @@
    17.4   * 2 along with this work; if not, write to the Free Software Foundation,
    17.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    17.6   *
    17.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    17.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    17.9 - * have any questions.
   17.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   17.11 + * or visit www.oracle.com if you need additional information or have any
   17.12 + * questions.
   17.13   *
   17.14   */
   17.15  
    18.1 --- a/agent/src/share/classes/sun/jvm/hotspot/oops/RetData.java	Fri Dec 14 14:19:36 2012 -0800
    18.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/oops/RetData.java	Thu Dec 20 16:24:51 2012 -0800
    18.3 @@ -16,9 +16,9 @@
    18.4   * 2 along with this work; if not, write to the Free Software Foundation,
    18.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    18.6   *
    18.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    18.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    18.9 - * have any questions.
   18.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   18.11 + * or visit www.oracle.com if you need additional information or have any
   18.12 + * questions.
   18.13   *
   18.14   */
   18.15  
    19.1 --- a/agent/src/share/classes/sun/jvm/hotspot/opto/Block.java	Fri Dec 14 14:19:36 2012 -0800
    19.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/opto/Block.java	Thu Dec 20 16:24:51 2012 -0800
    19.3 @@ -16,9 +16,9 @@
    19.4   * 2 along with this work; if not, write to the Free Software Foundation,
    19.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    19.6   *
    19.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    19.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    19.9 - * have any questions.
   19.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   19.11 + * or visit www.oracle.com if you need additional information or have any
   19.12 + * questions.
   19.13   *
   19.14   */
   19.15  
    20.1 --- a/agent/src/share/classes/sun/jvm/hotspot/opto/Block_Array.java	Fri Dec 14 14:19:36 2012 -0800
    20.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/opto/Block_Array.java	Thu Dec 20 16:24:51 2012 -0800
    20.3 @@ -16,9 +16,9 @@
    20.4   * 2 along with this work; if not, write to the Free Software Foundation,
    20.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    20.6   *
    20.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    20.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    20.9 - * have any questions.
   20.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   20.11 + * or visit www.oracle.com if you need additional information or have any
   20.12 + * questions.
   20.13   *
   20.14   */
   20.15  
    21.1 --- a/agent/src/share/classes/sun/jvm/hotspot/opto/Block_List.java	Fri Dec 14 14:19:36 2012 -0800
    21.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/opto/Block_List.java	Thu Dec 20 16:24:51 2012 -0800
    21.3 @@ -16,9 +16,9 @@
    21.4   * 2 along with this work; if not, write to the Free Software Foundation,
    21.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    21.6   *
    21.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    21.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    21.9 - * have any questions.
   21.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   21.11 + * or visit www.oracle.com if you need additional information or have any
   21.12 + * questions.
   21.13   *
   21.14   */
   21.15  
    22.1 --- a/agent/src/share/classes/sun/jvm/hotspot/opto/CallDynamicJavaNode.java	Fri Dec 14 14:19:36 2012 -0800
    22.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/opto/CallDynamicJavaNode.java	Thu Dec 20 16:24:51 2012 -0800
    22.3 @@ -16,9 +16,9 @@
    22.4   * 2 along with this work; if not, write to the Free Software Foundation,
    22.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    22.6   *
    22.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    22.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    22.9 - * have any questions.
   22.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   22.11 + * or visit www.oracle.com if you need additional information or have any
   22.12 + * questions.
   22.13   *
   22.14   */
   22.15  
    23.1 --- a/agent/src/share/classes/sun/jvm/hotspot/opto/CallJavaNode.java	Fri Dec 14 14:19:36 2012 -0800
    23.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/opto/CallJavaNode.java	Thu Dec 20 16:24:51 2012 -0800
    23.3 @@ -16,9 +16,9 @@
    23.4   * 2 along with this work; if not, write to the Free Software Foundation,
    23.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    23.6   *
    23.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    23.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    23.9 - * have any questions.
   23.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   23.11 + * or visit www.oracle.com if you need additional information or have any
   23.12 + * questions.
   23.13   *
   23.14   */
   23.15  
    24.1 --- a/agent/src/share/classes/sun/jvm/hotspot/opto/CallNode.java	Fri Dec 14 14:19:36 2012 -0800
    24.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/opto/CallNode.java	Thu Dec 20 16:24:51 2012 -0800
    24.3 @@ -16,9 +16,9 @@
    24.4   * 2 along with this work; if not, write to the Free Software Foundation,
    24.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    24.6   *
    24.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    24.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    24.9 - * have any questions.
   24.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   24.11 + * or visit www.oracle.com if you need additional information or have any
   24.12 + * questions.
   24.13   *
   24.14   */
   24.15  
    25.1 --- a/agent/src/share/classes/sun/jvm/hotspot/opto/CallRuntimeNode.java	Fri Dec 14 14:19:36 2012 -0800
    25.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/opto/CallRuntimeNode.java	Thu Dec 20 16:24:51 2012 -0800
    25.3 @@ -16,9 +16,9 @@
    25.4   * 2 along with this work; if not, write to the Free Software Foundation,
    25.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    25.6   *
    25.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    25.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    25.9 - * have any questions.
   25.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   25.11 + * or visit www.oracle.com if you need additional information or have any
   25.12 + * questions.
   25.13   *
   25.14   */
   25.15  
    26.1 --- a/agent/src/share/classes/sun/jvm/hotspot/opto/CallStaticJavaNode.java	Fri Dec 14 14:19:36 2012 -0800
    26.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/opto/CallStaticJavaNode.java	Thu Dec 20 16:24:51 2012 -0800
    26.3 @@ -16,9 +16,9 @@
    26.4   * 2 along with this work; if not, write to the Free Software Foundation,
    26.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    26.6   *
    26.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    26.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    26.9 - * have any questions.
   26.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   26.11 + * or visit www.oracle.com if you need additional information or have any
   26.12 + * questions.
   26.13   *
   26.14   */
   26.15  
    27.1 --- a/agent/src/share/classes/sun/jvm/hotspot/opto/Compile.java	Fri Dec 14 14:19:36 2012 -0800
    27.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/opto/Compile.java	Thu Dec 20 16:24:51 2012 -0800
    27.3 @@ -16,9 +16,9 @@
    27.4   * 2 along with this work; if not, write to the Free Software Foundation,
    27.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    27.6   *
    27.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    27.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    27.9 - * have any questions.
   27.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   27.11 + * or visit www.oracle.com if you need additional information or have any
   27.12 + * questions.
   27.13   *
   27.14   */
   27.15  
    28.1 --- a/agent/src/share/classes/sun/jvm/hotspot/opto/HaltNode.java	Fri Dec 14 14:19:36 2012 -0800
    28.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/opto/HaltNode.java	Thu Dec 20 16:24:51 2012 -0800
    28.3 @@ -16,9 +16,9 @@
    28.4   * 2 along with this work; if not, write to the Free Software Foundation,
    28.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    28.6   *
    28.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    28.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    28.9 - * have any questions.
   28.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   28.11 + * or visit www.oracle.com if you need additional information or have any
   28.12 + * questions.
   28.13   *
   28.14   */
   28.15  
    29.1 --- a/agent/src/share/classes/sun/jvm/hotspot/opto/InlineTree.java	Fri Dec 14 14:19:36 2012 -0800
    29.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/opto/InlineTree.java	Thu Dec 20 16:24:51 2012 -0800
    29.3 @@ -16,9 +16,9 @@
    29.4   * 2 along with this work; if not, write to the Free Software Foundation,
    29.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    29.6   *
    29.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    29.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    29.9 - * have any questions.
   29.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   29.11 + * or visit www.oracle.com if you need additional information or have any
   29.12 + * questions.
   29.13   *
   29.14   */
   29.15  
    30.1 --- a/agent/src/share/classes/sun/jvm/hotspot/opto/JVMState.java	Fri Dec 14 14:19:36 2012 -0800
    30.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/opto/JVMState.java	Thu Dec 20 16:24:51 2012 -0800
    30.3 @@ -16,9 +16,9 @@
    30.4   * 2 along with this work; if not, write to the Free Software Foundation,
    30.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    30.6   *
    30.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    30.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    30.9 - * have any questions.
   30.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   30.11 + * or visit www.oracle.com if you need additional information or have any
   30.12 + * questions.
   30.13   *
   30.14   */
   30.15  
    31.1 --- a/agent/src/share/classes/sun/jvm/hotspot/opto/LoopNode.java	Fri Dec 14 14:19:36 2012 -0800
    31.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/opto/LoopNode.java	Thu Dec 20 16:24:51 2012 -0800
    31.3 @@ -16,9 +16,9 @@
    31.4   * 2 along with this work; if not, write to the Free Software Foundation,
    31.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    31.6   *
    31.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    31.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    31.9 - * have any questions.
   31.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   31.11 + * or visit www.oracle.com if you need additional information or have any
   31.12 + * questions.
   31.13   *
   31.14   */
   31.15  
    32.1 --- a/agent/src/share/classes/sun/jvm/hotspot/opto/MachCallJavaNode.java	Fri Dec 14 14:19:36 2012 -0800
    32.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/opto/MachCallJavaNode.java	Thu Dec 20 16:24:51 2012 -0800
    32.3 @@ -16,9 +16,9 @@
    32.4   * 2 along with this work; if not, write to the Free Software Foundation,
    32.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    32.6   *
    32.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    32.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    32.9 - * have any questions.
   32.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   32.11 + * or visit www.oracle.com if you need additional information or have any
   32.12 + * questions.
   32.13   *
   32.14   */
   32.15  
    33.1 --- a/agent/src/share/classes/sun/jvm/hotspot/opto/MachCallNode.java	Fri Dec 14 14:19:36 2012 -0800
    33.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/opto/MachCallNode.java	Thu Dec 20 16:24:51 2012 -0800
    33.3 @@ -16,9 +16,9 @@
    33.4   * 2 along with this work; if not, write to the Free Software Foundation,
    33.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    33.6   *
    33.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    33.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    33.9 - * have any questions.
   33.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   33.11 + * or visit www.oracle.com if you need additional information or have any
   33.12 + * questions.
   33.13   *
   33.14   */
   33.15  
    34.1 --- a/agent/src/share/classes/sun/jvm/hotspot/opto/MachCallRuntimeNode.java	Fri Dec 14 14:19:36 2012 -0800
    34.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/opto/MachCallRuntimeNode.java	Thu Dec 20 16:24:51 2012 -0800
    34.3 @@ -16,9 +16,9 @@
    34.4   * 2 along with this work; if not, write to the Free Software Foundation,
    34.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    34.6   *
    34.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    34.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    34.9 - * have any questions.
   34.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   34.11 + * or visit www.oracle.com if you need additional information or have any
   34.12 + * questions.
   34.13   *
   34.14   */
   34.15  
    35.1 --- a/agent/src/share/classes/sun/jvm/hotspot/opto/MachCallStaticJavaNode.java	Fri Dec 14 14:19:36 2012 -0800
    35.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/opto/MachCallStaticJavaNode.java	Thu Dec 20 16:24:51 2012 -0800
    35.3 @@ -16,9 +16,9 @@
    35.4   * 2 along with this work; if not, write to the Free Software Foundation,
    35.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    35.6   *
    35.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    35.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    35.9 - * have any questions.
   35.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   35.11 + * or visit www.oracle.com if you need additional information or have any
   35.12 + * questions.
   35.13   *
   35.14   */
   35.15  
    36.1 --- a/agent/src/share/classes/sun/jvm/hotspot/opto/MachIfNode.java	Fri Dec 14 14:19:36 2012 -0800
    36.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/opto/MachIfNode.java	Thu Dec 20 16:24:51 2012 -0800
    36.3 @@ -16,9 +16,9 @@
    36.4   * 2 along with this work; if not, write to the Free Software Foundation,
    36.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    36.6   *
    36.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    36.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    36.9 - * have any questions.
   36.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   36.11 + * or visit www.oracle.com if you need additional information or have any
   36.12 + * questions.
   36.13   *
   36.14   */
   36.15  
    37.1 --- a/agent/src/share/classes/sun/jvm/hotspot/opto/MachNode.java	Fri Dec 14 14:19:36 2012 -0800
    37.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/opto/MachNode.java	Thu Dec 20 16:24:51 2012 -0800
    37.3 @@ -16,9 +16,9 @@
    37.4   * 2 along with this work; if not, write to the Free Software Foundation,
    37.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    37.6   *
    37.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    37.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    37.9 - * have any questions.
   37.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   37.11 + * or visit www.oracle.com if you need additional information or have any
   37.12 + * questions.
   37.13   *
   37.14   */
   37.15  
    38.1 --- a/agent/src/share/classes/sun/jvm/hotspot/opto/MachReturnNode.java	Fri Dec 14 14:19:36 2012 -0800
    38.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/opto/MachReturnNode.java	Thu Dec 20 16:24:51 2012 -0800
    38.3 @@ -16,9 +16,9 @@
    38.4   * 2 along with this work; if not, write to the Free Software Foundation,
    38.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    38.6   *
    38.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    38.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    38.9 - * have any questions.
   38.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   38.11 + * or visit www.oracle.com if you need additional information or have any
   38.12 + * questions.
   38.13   *
   38.14   */
   38.15  
    39.1 --- a/agent/src/share/classes/sun/jvm/hotspot/opto/MachSafePointNode.java	Fri Dec 14 14:19:36 2012 -0800
    39.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/opto/MachSafePointNode.java	Thu Dec 20 16:24:51 2012 -0800
    39.3 @@ -16,9 +16,9 @@
    39.4   * 2 along with this work; if not, write to the Free Software Foundation,
    39.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    39.6   *
    39.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    39.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    39.9 - * have any questions.
   39.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   39.11 + * or visit www.oracle.com if you need additional information or have any
   39.12 + * questions.
   39.13   *
   39.14   */
   39.15  
    40.1 --- a/agent/src/share/classes/sun/jvm/hotspot/opto/MultiNode.java	Fri Dec 14 14:19:36 2012 -0800
    40.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/opto/MultiNode.java	Thu Dec 20 16:24:51 2012 -0800
    40.3 @@ -16,9 +16,9 @@
    40.4   * 2 along with this work; if not, write to the Free Software Foundation,
    40.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    40.6   *
    40.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    40.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    40.9 - * have any questions.
   40.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   40.11 + * or visit www.oracle.com if you need additional information or have any
   40.12 + * questions.
   40.13   *
   40.14   */
   40.15  
    41.1 --- a/agent/src/share/classes/sun/jvm/hotspot/opto/Node.java	Fri Dec 14 14:19:36 2012 -0800
    41.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/opto/Node.java	Thu Dec 20 16:24:51 2012 -0800
    41.3 @@ -16,9 +16,9 @@
    41.4   * 2 along with this work; if not, write to the Free Software Foundation,
    41.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    41.6   *
    41.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    41.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    41.9 - * have any questions.
   41.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   41.11 + * or visit www.oracle.com if you need additional information or have any
   41.12 + * questions.
   41.13   *
   41.14   */
   41.15  
    42.1 --- a/agent/src/share/classes/sun/jvm/hotspot/opto/Node_Array.java	Fri Dec 14 14:19:36 2012 -0800
    42.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/opto/Node_Array.java	Thu Dec 20 16:24:51 2012 -0800
    42.3 @@ -16,9 +16,9 @@
    42.4   * 2 along with this work; if not, write to the Free Software Foundation,
    42.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    42.6   *
    42.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    42.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    42.9 - * have any questions.
   42.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   42.11 + * or visit www.oracle.com if you need additional information or have any
   42.12 + * questions.
   42.13   *
   42.14   */
   42.15  
    43.1 --- a/agent/src/share/classes/sun/jvm/hotspot/opto/Node_List.java	Fri Dec 14 14:19:36 2012 -0800
    43.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/opto/Node_List.java	Thu Dec 20 16:24:51 2012 -0800
    43.3 @@ -16,9 +16,9 @@
    43.4   * 2 along with this work; if not, write to the Free Software Foundation,
    43.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    43.6   *
    43.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    43.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    43.9 - * have any questions.
   43.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   43.11 + * or visit www.oracle.com if you need additional information or have any
   43.12 + * questions.
   43.13   *
   43.14   */
   43.15  
    44.1 --- a/agent/src/share/classes/sun/jvm/hotspot/opto/Phase.java	Fri Dec 14 14:19:36 2012 -0800
    44.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/opto/Phase.java	Thu Dec 20 16:24:51 2012 -0800
    44.3 @@ -16,9 +16,9 @@
    44.4   * 2 along with this work; if not, write to the Free Software Foundation,
    44.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    44.6   *
    44.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    44.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    44.9 - * have any questions.
   44.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   44.11 + * or visit www.oracle.com if you need additional information or have any
   44.12 + * questions.
   44.13   *
   44.14   */
   44.15  
    45.1 --- a/agent/src/share/classes/sun/jvm/hotspot/opto/PhaseCFG.java	Fri Dec 14 14:19:36 2012 -0800
    45.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/opto/PhaseCFG.java	Thu Dec 20 16:24:51 2012 -0800
    45.3 @@ -16,9 +16,9 @@
    45.4   * 2 along with this work; if not, write to the Free Software Foundation,
    45.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    45.6   *
    45.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    45.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    45.9 - * have any questions.
   45.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   45.11 + * or visit www.oracle.com if you need additional information or have any
   45.12 + * questions.
   45.13   *
   45.14   */
   45.15  
    46.1 --- a/agent/src/share/classes/sun/jvm/hotspot/opto/PhaseRegAlloc.java	Fri Dec 14 14:19:36 2012 -0800
    46.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/opto/PhaseRegAlloc.java	Thu Dec 20 16:24:51 2012 -0800
    46.3 @@ -16,9 +16,9 @@
    46.4   * 2 along with this work; if not, write to the Free Software Foundation,
    46.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    46.6   *
    46.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    46.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    46.9 - * have any questions.
   46.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   46.11 + * or visit www.oracle.com if you need additional information or have any
   46.12 + * questions.
   46.13   *
   46.14   */
   46.15  
    47.1 --- a/agent/src/share/classes/sun/jvm/hotspot/opto/PhiNode.java	Fri Dec 14 14:19:36 2012 -0800
    47.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/opto/PhiNode.java	Thu Dec 20 16:24:51 2012 -0800
    47.3 @@ -16,9 +16,9 @@
    47.4   * 2 along with this work; if not, write to the Free Software Foundation,
    47.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    47.6   *
    47.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    47.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    47.9 - * have any questions.
   47.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   47.11 + * or visit www.oracle.com if you need additional information or have any
   47.12 + * questions.
   47.13   *
   47.14   */
   47.15  
    48.1 --- a/agent/src/share/classes/sun/jvm/hotspot/opto/ProjNode.java	Fri Dec 14 14:19:36 2012 -0800
    48.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/opto/ProjNode.java	Thu Dec 20 16:24:51 2012 -0800
    48.3 @@ -16,9 +16,9 @@
    48.4   * 2 along with this work; if not, write to the Free Software Foundation,
    48.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    48.6   *
    48.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    48.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    48.9 - * have any questions.
   48.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   48.11 + * or visit www.oracle.com if you need additional information or have any
   48.12 + * questions.
   48.13   *
   48.14   */
   48.15  
    49.1 --- a/agent/src/share/classes/sun/jvm/hotspot/opto/RegionNode.java	Fri Dec 14 14:19:36 2012 -0800
    49.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/opto/RegionNode.java	Thu Dec 20 16:24:51 2012 -0800
    49.3 @@ -16,9 +16,9 @@
    49.4   * 2 along with this work; if not, write to the Free Software Foundation,
    49.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    49.6   *
    49.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    49.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    49.9 - * have any questions.
   49.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   49.11 + * or visit www.oracle.com if you need additional information or have any
   49.12 + * questions.
   49.13   *
   49.14   */
   49.15  
    50.1 --- a/agent/src/share/classes/sun/jvm/hotspot/opto/RootNode.java	Fri Dec 14 14:19:36 2012 -0800
    50.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/opto/RootNode.java	Thu Dec 20 16:24:51 2012 -0800
    50.3 @@ -16,9 +16,9 @@
    50.4   * 2 along with this work; if not, write to the Free Software Foundation,
    50.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    50.6   *
    50.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    50.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    50.9 - * have any questions.
   50.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   50.11 + * or visit www.oracle.com if you need additional information or have any
   50.12 + * questions.
   50.13   *
   50.14   */
   50.15  
    51.1 --- a/agent/src/share/classes/sun/jvm/hotspot/opto/SafePointNode.java	Fri Dec 14 14:19:36 2012 -0800
    51.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/opto/SafePointNode.java	Thu Dec 20 16:24:51 2012 -0800
    51.3 @@ -16,9 +16,9 @@
    51.4   * 2 along with this work; if not, write to the Free Software Foundation,
    51.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    51.6   *
    51.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    51.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    51.9 - * have any questions.
   51.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   51.11 + * or visit www.oracle.com if you need additional information or have any
   51.12 + * questions.
   51.13   *
   51.14   */
   51.15  
    52.1 --- a/agent/src/share/classes/sun/jvm/hotspot/opto/TypeNode.java	Fri Dec 14 14:19:36 2012 -0800
    52.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/opto/TypeNode.java	Thu Dec 20 16:24:51 2012 -0800
    52.3 @@ -16,9 +16,9 @@
    52.4   * 2 along with this work; if not, write to the Free Software Foundation,
    52.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    52.6   *
    52.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    52.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    52.9 - * have any questions.
   52.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   52.11 + * or visit www.oracle.com if you need additional information or have any
   52.12 + * questions.
   52.13   *
   52.14   */
   52.15  
    53.1 --- a/agent/src/share/classes/sun/jvm/hotspot/prims/JvmtiExport.java	Fri Dec 14 14:19:36 2012 -0800
    53.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/prims/JvmtiExport.java	Thu Dec 20 16:24:51 2012 -0800
    53.3 @@ -16,9 +16,9 @@
    53.4   * 2 along with this work; if not, write to the Free Software Foundation,
    53.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    53.6   *
    53.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    53.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    53.9 - * have any questions.
   53.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   53.11 + * or visit www.oracle.com if you need additional information or have any
   53.12 + * questions.
   53.13   *
   53.14   */
   53.15  
    54.1 --- a/agent/src/share/classes/sun/jvm/hotspot/utilities/GenericGrowableArray.java	Fri Dec 14 14:19:36 2012 -0800
    54.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/utilities/GenericGrowableArray.java	Thu Dec 20 16:24:51 2012 -0800
    54.3 @@ -16,9 +16,9 @@
    54.4   * 2 along with this work; if not, write to the Free Software Foundation,
    54.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    54.6   *
    54.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    54.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    54.9 - * have any questions.
   54.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   54.11 + * or visit www.oracle.com if you need additional information or have any
   54.12 + * questions.
   54.13   *
   54.14   */
   54.15  
    55.1 --- a/agent/src/share/classes/sun/jvm/hotspot/utilities/GrowableArray.java	Fri Dec 14 14:19:36 2012 -0800
    55.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/utilities/GrowableArray.java	Thu Dec 20 16:24:51 2012 -0800
    55.3 @@ -16,9 +16,9 @@
    55.4   * 2 along with this work; if not, write to the Free Software Foundation,
    55.5   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    55.6   *
    55.7 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    55.8 - * CA 95054 USA or visit www.sun.com if you need additional information or
    55.9 - * have any questions.
   55.10 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   55.11 + * or visit www.oracle.com if you need additional information or have any
   55.12 + * questions.
   55.13   *
   55.14   */
   55.15  
    56.1 --- a/agent/src/share/native/sadis.c	Fri Dec 14 14:19:36 2012 -0800
    56.2 +++ b/agent/src/share/native/sadis.c	Thu Dec 20 16:24:51 2012 -0800
    56.3 @@ -1,5 +1,5 @@
    56.4  /*
    56.5 - * Copyright 2012, Oracle and/or its affiliates. All Rights Reserved.
    56.6 + * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    56.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    56.8   *
    56.9   * This code is free software; you can redistribute it and/or modify it
    57.1 --- a/src/share/vm/classfile/classLoaderData.hpp	Fri Dec 14 14:19:36 2012 -0800
    57.2 +++ b/src/share/vm/classfile/classLoaderData.hpp	Thu Dec 20 16:24:51 2012 -0800
    57.3 @@ -8,7 +8,7 @@
    57.4   *
    57.5   * This code is distributed in the hope that it will be useful, but WITHOUT
    57.6   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    57.7 - * FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public License
    57.8 + * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    57.9   * version 2 for more details (a copy is included in the LICENSE file that
   57.10   * accompanied this code).
   57.11   *
    58.1 --- a/src/share/vm/memory/metaspaceCounters.cpp	Fri Dec 14 14:19:36 2012 -0800
    58.2 +++ b/src/share/vm/memory/metaspaceCounters.cpp	Thu Dec 20 16:24:51 2012 -0800
    58.3 @@ -1,5 +1,5 @@
    58.4  /*
    58.5 - * Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
    58.6 + * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    58.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    58.8   *
    58.9   * This code is free software; you can redistribute it and/or modify it
    59.1 --- a/src/share/vm/memory/metaspaceCounters.hpp	Fri Dec 14 14:19:36 2012 -0800
    59.2 +++ b/src/share/vm/memory/metaspaceCounters.hpp	Thu Dec 20 16:24:51 2012 -0800
    59.3 @@ -1,5 +1,5 @@
    59.4  /*
    59.5 - * Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
    59.6 + * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    59.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    59.8   *
    59.9   * This code is free software; you can redistribute it and/or modify it
    60.1 --- a/src/share/vm/runtime/os_ext.hpp	Fri Dec 14 14:19:36 2012 -0800
    60.2 +++ b/src/share/vm/runtime/os_ext.hpp	Thu Dec 20 16:24:51 2012 -0800
    60.3 @@ -1,5 +1,5 @@
    60.4  /*
    60.5 - * Copyright (c) 2011 Oracle and/or its affiliates. All rights reserved.
    60.6 + * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    60.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    60.8   *
    60.9   * This code is free software; you can redistribute it and/or modify it
    61.1 --- a/src/share/vm/services/diagnosticArgument.cpp	Fri Dec 14 14:19:36 2012 -0800
    61.2 +++ b/src/share/vm/services/diagnosticArgument.cpp	Thu Dec 20 16:24:51 2012 -0800
    61.3 @@ -1,5 +1,5 @@
    61.4  /*
    61.5 - * Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved.
    61.6 + * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    61.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    61.8   *
    61.9   * This code is free software; you can redistribute it and/or modify it
    62.1 --- a/src/share/vm/services/diagnosticCommand_ext.hpp	Fri Dec 14 14:19:36 2012 -0800
    62.2 +++ b/src/share/vm/services/diagnosticCommand_ext.hpp	Thu Dec 20 16:24:51 2012 -0800
    62.3 @@ -1,6 +1,6 @@
    62.4  /*
    62.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. DO
    62.6 - * NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    62.7 + * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    62.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    62.9   *
   62.10   * This code is free software; you can redistribute it and/or modify it
   62.11   * under the terms of the GNU General Public License version 2 only, as
    63.1 --- a/src/share/vm/services/memReporter.cpp	Fri Dec 14 14:19:36 2012 -0800
    63.2 +++ b/src/share/vm/services/memReporter.cpp	Thu Dec 20 16:24:51 2012 -0800
    63.3 @@ -1,5 +1,5 @@
    63.4  /*
    63.5 - * Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
    63.6 + * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    63.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    63.8   *
    63.9   * This code is free software; you can redistribute it and/or modify it
    64.1 --- a/src/share/vm/services/memReporter.hpp	Fri Dec 14 14:19:36 2012 -0800
    64.2 +++ b/src/share/vm/services/memReporter.hpp	Thu Dec 20 16:24:51 2012 -0800
    64.3 @@ -1,5 +1,5 @@
    64.4  /*
    64.5 - * Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
    64.6 + * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    64.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    64.8   *
    64.9   * This code is free software; you can redistribute it and/or modify it
    65.1 --- a/test/runtime/7158804/Test7158804.sh	Fri Dec 14 14:19:36 2012 -0800
    65.2 +++ b/test/runtime/7158804/Test7158804.sh	Thu Dec 20 16:24:51 2012 -0800
    65.3 @@ -1,6 +1,6 @@
    65.4  #!/bin/sh
    65.5  #
    65.6 -# Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
    65.7 +# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    65.8  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    65.9  #
   65.10  

mercurial