Merge jdk7-b73

Fri, 25 Sep 2009 14:24:14 -0700

author
tbell
date
Fri, 25 Sep 2009 14:24:14 -0700
changeset 412
9596dff46093
parent 411
789ee1acf107
parent 404
14735c7932d7
child 413
d498d6ef9c6c
child 418
4776a869fdfa

Merge

     1.1 --- a/src/share/classes/com/sun/tools/javac/code/Type.java	Mon Sep 21 21:08:11 2009 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/javac/code/Type.java	Fri Sep 25 14:24:14 2009 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright 1999-2008 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 + * Copyright 1999-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
     2.1 --- a/src/share/classes/com/sun/tools/javac/file/BaseFileObject.java	Mon Sep 21 21:08:11 2009 -0700
     2.2 +++ b/src/share/classes/com/sun/tools/javac/file/BaseFileObject.java	Fri Sep 25 14:24:14 2009 -0700
     2.3 @@ -1,5 +1,5 @@
     2.4  /*
     2.5 - * Copyright 2005-2008 Sun Microsystems, Inc.  All Rights Reserved.
     2.6 + * Copyright 2005-2009 Sun Microsystems, Inc.  All Rights Reserved.
     2.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     2.8   *
     2.9   * This code is free software; you can redistribute it and/or modify it
     3.1 --- a/src/share/classes/com/sun/tools/javac/file/JavacFileManager.java	Mon Sep 21 21:08:11 2009 -0700
     3.2 +++ b/src/share/classes/com/sun/tools/javac/file/JavacFileManager.java	Fri Sep 25 14:24:14 2009 -0700
     3.3 @@ -1,5 +1,5 @@
     3.4  /*
     3.5 - * Copyright 2005-2008 Sun Microsystems, Inc.  All Rights Reserved.
     3.6 + * Copyright 2005-2009 Sun Microsystems, Inc.  All Rights Reserved.
     3.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3.8   *
     3.9   * This code is free software; you can redistribute it and/or modify it
     4.1 --- a/src/share/classes/com/sun/tools/javac/file/RegularFileObject.java	Mon Sep 21 21:08:11 2009 -0700
     4.2 +++ b/src/share/classes/com/sun/tools/javac/file/RegularFileObject.java	Fri Sep 25 14:24:14 2009 -0700
     4.3 @@ -1,5 +1,5 @@
     4.4  /*
     4.5 - * Copyright 2005-2008 Sun Microsystems, Inc.  All Rights Reserved.
     4.6 + * Copyright 2005-2009 Sun Microsystems, Inc.  All Rights Reserved.
     4.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4.8   *
     4.9   * This code is free software; you can redistribute it and/or modify it
     5.1 --- a/src/share/classes/com/sun/tools/javac/file/SymbolArchive.java	Mon Sep 21 21:08:11 2009 -0700
     5.2 +++ b/src/share/classes/com/sun/tools/javac/file/SymbolArchive.java	Fri Sep 25 14:24:14 2009 -0700
     5.3 @@ -1,5 +1,5 @@
     5.4  /*
     5.5 - * Copyright 2005-2008 Sun Microsystems, Inc.  All Rights Reserved.
     5.6 + * Copyright 2005-2009 Sun Microsystems, Inc.  All Rights Reserved.
     5.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5.8   *
     5.9   * This code is free software; you can redistribute it and/or modify it
     6.1 --- a/src/share/classes/com/sun/tools/javac/file/ZipArchive.java	Mon Sep 21 21:08:11 2009 -0700
     6.2 +++ b/src/share/classes/com/sun/tools/javac/file/ZipArchive.java	Fri Sep 25 14:24:14 2009 -0700
     6.3 @@ -1,5 +1,5 @@
     6.4  /*
     6.5 - * Copyright 2005-2008 Sun Microsystems, Inc.  All Rights Reserved.
     6.6 + * Copyright 2005-2009 Sun Microsystems, Inc.  All Rights Reserved.
     6.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     6.8   *
     6.9   * This code is free software; you can redistribute it and/or modify it
     7.1 --- a/src/share/classes/com/sun/tools/javac/file/ZipFileIndexArchive.java	Mon Sep 21 21:08:11 2009 -0700
     7.2 +++ b/src/share/classes/com/sun/tools/javac/file/ZipFileIndexArchive.java	Fri Sep 25 14:24:14 2009 -0700
     7.3 @@ -1,5 +1,5 @@
     7.4  /*
     7.5 - * Copyright 2005-2008 Sun Microsystems, Inc.  All Rights Reserved.
     7.6 + * Copyright 2005-2009 Sun Microsystems, Inc.  All Rights Reserved.
     7.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     7.8   *
     7.9   * This code is free software; you can redistribute it and/or modify it
     8.1 --- a/src/share/classes/com/sun/tools/javac/jvm/ClassReader.java	Mon Sep 21 21:08:11 2009 -0700
     8.2 +++ b/src/share/classes/com/sun/tools/javac/jvm/ClassReader.java	Fri Sep 25 14:24:14 2009 -0700
     8.3 @@ -1,5 +1,5 @@
     8.4  /*
     8.5 - * Copyright 1999-2008 Sun Microsystems, Inc.  All Rights Reserved.
     8.6 + * Copyright 1999-2009 Sun Microsystems, Inc.  All Rights Reserved.
     8.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     8.8   *
     8.9   * This code is free software; you can redistribute it and/or modify it
     9.1 --- a/src/share/classes/com/sun/tools/javap/JavapTask.java	Mon Sep 21 21:08:11 2009 -0700
     9.2 +++ b/src/share/classes/com/sun/tools/javap/JavapTask.java	Fri Sep 25 14:24:14 2009 -0700
     9.3 @@ -1,5 +1,5 @@
     9.4  /*
     9.5 - * Copyright 2007-2008 Sun Microsystems, Inc.  All Rights Reserved.
     9.6 + * Copyright 2007-2009 Sun Microsystems, Inc.  All Rights Reserved.
     9.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     9.8   *
     9.9   * This code is free software; you can redistribute it and/or modify it
    10.1 --- a/test/com/sun/javadoc/lib/JavadocTester.java	Mon Sep 21 21:08:11 2009 -0700
    10.2 +++ b/test/com/sun/javadoc/lib/JavadocTester.java	Fri Sep 25 14:24:14 2009 -0700
    10.3 @@ -1,5 +1,5 @@
    10.4  /*
    10.5 - * Copyright 2002-2008 Sun Microsystems, Inc.  All Rights Reserved.
    10.6 + * Copyright 2002-2009 Sun Microsystems, Inc.  All Rights Reserved.
    10.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    10.8   *
    10.9   * This code is free software; you can redistribute it and/or modify it
    11.1 --- a/test/com/sun/javadoc/testCRLineSeparator/TestCRLineSeparator.java	Mon Sep 21 21:08:11 2009 -0700
    11.2 +++ b/test/com/sun/javadoc/testCRLineSeparator/TestCRLineSeparator.java	Fri Sep 25 14:24:14 2009 -0700
    11.3 @@ -1,5 +1,5 @@
    11.4  /*
    11.5 - * Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
    11.6 + * Copyright 2004-2009 Sun Microsystems, Inc.  All Rights Reserved.
    11.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    11.8   *
    11.9   * This code is free software; you can redistribute it and/or modify it
    12.1 --- a/test/com/sun/javadoc/testCRLineSeparator/pkg/MyClass.java	Mon Sep 21 21:08:11 2009 -0700
    12.2 +++ b/test/com/sun/javadoc/testCRLineSeparator/pkg/MyClass.java	Fri Sep 25 14:24:14 2009 -0700
    12.3 @@ -1,5 +1,5 @@
    12.4  /*
    12.5 - * Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
    12.6 + * Copyright 2004-2009 Sun Microsystems, Inc.  All Rights Reserved.
    12.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    12.8   *
    12.9   * This code is free software; you can redistribute it and/or modify it
    13.1 --- a/test/com/sun/javadoc/testNoPackagesFile/TestNoPackagesFile.java	Mon Sep 21 21:08:11 2009 -0700
    13.2 +++ b/test/com/sun/javadoc/testNoPackagesFile/TestNoPackagesFile.java	Fri Sep 25 14:24:14 2009 -0700
    13.3 @@ -1,5 +1,5 @@
    13.4  /*
    13.5 - * Copyright 2003 Sun Microsystems, Inc.  All Rights Reserved.
    13.6 + * Copyright 2003-2009 Sun Microsystems, Inc.  All Rights Reserved.
    13.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    13.8   *
    13.9   * This code is free software; you can redistribute it and/or modify it
    14.1 --- a/test/com/sun/javadoc/testOverridenMethods/TestMultiInheritence.java	Mon Sep 21 21:08:11 2009 -0700
    14.2 +++ b/test/com/sun/javadoc/testOverridenMethods/TestMultiInheritence.java	Fri Sep 25 14:24:14 2009 -0700
    14.3 @@ -1,5 +1,5 @@
    14.4  /*
    14.5 - * Copyright 2003-2004 Sun Microsystems, Inc.  All Rights Reserved.
    14.6 + * Copyright 2003-2009 Sun Microsystems, Inc.  All Rights Reserved.
    14.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    14.8   *
    14.9   * This code is free software; you can redistribute it and/or modify it
    15.1 --- a/test/com/sun/javadoc/testTaglets/TestTaglets.java	Mon Sep 21 21:08:11 2009 -0700
    15.2 +++ b/test/com/sun/javadoc/testTaglets/TestTaglets.java	Fri Sep 25 14:24:14 2009 -0700
    15.3 @@ -1,5 +1,5 @@
    15.4  /*
    15.5 - * Copyright 2003 Sun Microsystems, Inc.  All Rights Reserved.
    15.6 + * Copyright 2003-2009 Sun Microsystems, Inc.  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/test/tools/apt/Basics/apt.sh	Mon Sep 21 21:08:11 2009 -0700
    16.2 +++ b/test/tools/apt/Basics/apt.sh	Fri Sep 25 14:24:14 2009 -0700
    16.3 @@ -1,7 +1,7 @@
    16.4  #!/bin/sh
    16.5  
    16.6  #
    16.7 -# Copyright 2004-2007 Sun Microsystems, Inc.  All Rights Reserved.
    16.8 +# Copyright 2004-2009 Sun Microsystems, Inc.  All Rights Reserved.
    16.9  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   16.10  #
   16.11  # This code is free software; you can redistribute it and/or modify it
    17.1 --- a/test/tools/apt/Basics/print.sh	Mon Sep 21 21:08:11 2009 -0700
    17.2 +++ b/test/tools/apt/Basics/print.sh	Fri Sep 25 14:24:14 2009 -0700
    17.3 @@ -1,7 +1,7 @@
    17.4  #!/bin/sh
    17.5  
    17.6  #
    17.7 -# Copyright 2004-2008 Sun Microsystems, Inc.  All Rights Reserved.
    17.8 +# Copyright 2004-2009 Sun Microsystems, Inc.  All Rights Reserved.
    17.9  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   17.10  #
   17.11  # This code is free software; you can redistribute it and/or modify it
    18.1 --- a/test/tools/apt/Compile/compile.sh	Mon Sep 21 21:08:11 2009 -0700
    18.2 +++ b/test/tools/apt/Compile/compile.sh	Fri Sep 25 14:24:14 2009 -0700
    18.3 @@ -1,7 +1,7 @@
    18.4  #!/bin/sh
    18.5  
    18.6  #
    18.7 -# Copyright 2004-2008 Sun Microsystems, Inc.  All Rights Reserved.
    18.8 +# Copyright 2004-2009 Sun Microsystems, Inc.  All Rights Reserved.
    18.9  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   18.10  #
   18.11  # This code is free software; you can redistribute it and/or modify it
    19.1 --- a/test/tools/javac/4846262/Test.sh	Mon Sep 21 21:08:11 2009 -0700
    19.2 +++ b/test/tools/javac/4846262/Test.sh	Fri Sep 25 14:24:14 2009 -0700
    19.3 @@ -1,7 +1,7 @@
    19.4  #!/bin/sh -f
    19.5  
    19.6  #
    19.7 -# Copyright 2005 Sun Microsystems, Inc.  All Rights Reserved.
    19.8 +# Copyright 2005-2009 Sun Microsystems, Inc.  All Rights Reserved.
    19.9  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   19.10  #
   19.11  # This code is free software; you can redistribute it and/or modify it
    20.1 --- a/test/tools/javac/6302184/T6302184.sh	Mon Sep 21 21:08:11 2009 -0700
    20.2 +++ b/test/tools/javac/6302184/T6302184.sh	Fri Sep 25 14:24:14 2009 -0700
    20.3 @@ -1,7 +1,7 @@
    20.4  #! /bin/sh -f
    20.5  
    20.6  #
    20.7 -# Copyright 2005-2006 Sun Microsystems, Inc.  All Rights Reserved.
    20.8 +# Copyright 2005-2009 Sun Microsystems, Inc.  All Rights Reserved.
    20.9  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   20.10  #
   20.11  # This code is free software; you can redistribute it and/or modify it
    21.1 --- a/test/tools/javac/6627362/T6627362.java	Mon Sep 21 21:08:11 2009 -0700
    21.2 +++ b/test/tools/javac/6627362/T6627362.java	Fri Sep 25 14:24:14 2009 -0700
    21.3 @@ -1,5 +1,5 @@
    21.4  /*
    21.5 - * Copyright 2007-2008 Sun Microsystems, Inc.  All Rights Reserved.
    21.6 + * Copyright 2007-2009 Sun Microsystems, Inc.  All Rights Reserved.
    21.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    21.8   *
    21.9   * This code is free software; you can redistribute it and/or modify it
    22.1 --- a/test/tools/javac/ClassPathTest/ClassPathTest.sh	Mon Sep 21 21:08:11 2009 -0700
    22.2 +++ b/test/tools/javac/ClassPathTest/ClassPathTest.sh	Fri Sep 25 14:24:14 2009 -0700
    22.3 @@ -1,7 +1,7 @@
    22.4  #!/bin/sh
    22.5  
    22.6  #
    22.7 -# Copyright 1999-2003 Sun Microsystems, Inc.  All Rights Reserved.
    22.8 +# Copyright 1999-2009 Sun Microsystems, Inc.  All Rights Reserved.
    22.9  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   22.10  #
   22.11  # This code is free software; you can redistribute it and/or modify it
    23.1 --- a/test/tools/javac/ExtDirs/ExtDirs.sh	Mon Sep 21 21:08:11 2009 -0700
    23.2 +++ b/test/tools/javac/ExtDirs/ExtDirs.sh	Fri Sep 25 14:24:14 2009 -0700
    23.3 @@ -1,7 +1,7 @@
    23.4  #!/bin/sh
    23.5  
    23.6  #
    23.7 -# Copyright 1999-2004 Sun Microsystems, Inc.  All Rights Reserved.
    23.8 +# Copyright 1999-2009 Sun Microsystems, Inc.  All Rights Reserved.
    23.9  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   23.10  #
   23.11  # This code is free software; you can redistribute it and/or modify it
    24.1 --- a/test/tools/javac/MissingInclude.sh	Mon Sep 21 21:08:11 2009 -0700
    24.2 +++ b/test/tools/javac/MissingInclude.sh	Fri Sep 25 14:24:14 2009 -0700
    24.3 @@ -1,7 +1,7 @@
    24.4  #!/bin/sh
    24.5  
    24.6  #
    24.7 -# Copyright 2001-2002 Sun Microsystems, Inc.  All Rights Reserved.
    24.8 +# Copyright 2001-2009 Sun Microsystems, Inc.  All Rights Reserved.
    24.9  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   24.10  #
   24.11  # This code is free software; you can redistribute it and/or modify it
    25.1 --- a/test/tools/javac/ProtectedInnerClass/ProtectedInnerClass.sh	Mon Sep 21 21:08:11 2009 -0700
    25.2 +++ b/test/tools/javac/ProtectedInnerClass/ProtectedInnerClass.sh	Fri Sep 25 14:24:14 2009 -0700
    25.3 @@ -1,5 +1,5 @@
    25.4  #
    25.5 -# Copyright 1998-2003 Sun Microsystems, Inc.  All Rights Reserved.
    25.6 +# Copyright 1998-2009 Sun Microsystems, Inc.  All Rights Reserved.
    25.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    25.8  #
    25.9  # This code is free software; you can redistribute it and/or modify it
    26.1 --- a/test/tools/javac/T5090006/compiler.sh	Mon Sep 21 21:08:11 2009 -0700
    26.2 +++ b/test/tools/javac/T5090006/compiler.sh	Fri Sep 25 14:24:14 2009 -0700
    26.3 @@ -1,7 +1,7 @@
    26.4  #!/bin/sh
    26.5  
    26.6  #
    26.7 -# Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
    26.8 +# Copyright 2004-2009 Sun Microsystems, Inc.  All Rights Reserved.
    26.9  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   26.10  #
   26.11  # This code is free software; you can redistribute it and/or modify it
    27.1 --- a/test/tools/javac/api/6440333/T6440333.java	Mon Sep 21 21:08:11 2009 -0700
    27.2 +++ b/test/tools/javac/api/6440333/T6440333.java	Fri Sep 25 14:24:14 2009 -0700
    27.3 @@ -1,5 +1,5 @@
    27.4  /*
    27.5 - * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
    27.6 + * Copyright 2006-2009 Sun Microsystems, Inc.  All Rights Reserved.
    27.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    27.8   *
    27.9   * This code is free software; you can redistribute it and/or modify it
    28.1 --- a/test/tools/javac/api/Sibling.java	Mon Sep 21 21:08:11 2009 -0700
    28.2 +++ b/test/tools/javac/api/Sibling.java	Fri Sep 25 14:24:14 2009 -0700
    28.3 @@ -1,5 +1,5 @@
    28.4  /*
    28.5 - * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
    28.6 + * Copyright 2006-2009 Sun Microsystems, Inc.  All Rights Reserved.
    28.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    28.8   *
    28.9   * This code is free software; you can redistribute it and/or modify it
    29.1 --- a/test/tools/javac/code/ArrayClone.java	Mon Sep 21 21:08:11 2009 -0700
    29.2 +++ b/test/tools/javac/code/ArrayClone.java	Fri Sep 25 14:24:14 2009 -0700
    29.3 @@ -1,5 +1,5 @@
    29.4  /*
    29.5 - * Copyright 2002 Sun Microsystems, Inc.  All Rights Reserved.
    29.6 + * Copyright 2002-2009 Sun Microsystems, Inc.  All Rights Reserved.
    29.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    29.8   *
    29.9   * This code is free software; you can redistribute it and/or modify it
    30.1 --- a/test/tools/javac/constDebug/ConstDebug.sh	Mon Sep 21 21:08:11 2009 -0700
    30.2 +++ b/test/tools/javac/constDebug/ConstDebug.sh	Fri Sep 25 14:24:14 2009 -0700
    30.3 @@ -1,7 +1,7 @@
    30.4  #!/bin/sh
    30.5  
    30.6  #
    30.7 -# Copyright 2002-2003 Sun Microsystems, Inc.  All Rights Reserved.
    30.8 +# Copyright 2002-2009 Sun Microsystems, Inc.  All Rights Reserved.
    30.9  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   30.10  #
   30.11  # This code is free software; you can redistribute it and/or modify it
    31.1 --- a/test/tools/javac/fatalErrors/NoJavaLang.sh	Mon Sep 21 21:08:11 2009 -0700
    31.2 +++ b/test/tools/javac/fatalErrors/NoJavaLang.sh	Fri Sep 25 14:24:14 2009 -0700
    31.3 @@ -1,7 +1,7 @@
    31.4  #!/bin/sh
    31.5  
    31.6  #
    31.7 -# Copyright 1999-2005 Sun Microsystems, Inc.  All Rights Reserved.
    31.8 +# Copyright 1999-2009 Sun Microsystems, Inc.  All Rights Reserved.
    31.9  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   31.10  #
   31.11  # This code is free software; you can redistribute it and/or modify it
    32.1 --- a/test/tools/javac/generics/inference/6302954/T6476073.java	Mon Sep 21 21:08:11 2009 -0700
    32.2 +++ b/test/tools/javac/generics/inference/6302954/T6476073.java	Fri Sep 25 14:24:14 2009 -0700
    32.3 @@ -1,5 +1,5 @@
    32.4  /*
    32.5 - * Copyright 2006-2007 Sun Microsystems, Inc.  All Rights Reserved.
    32.6 + * Copyright 2006-2009 Sun Microsystems, Inc.  All Rights Reserved.
    32.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    32.8   *
    32.9   * This code is free software; you can redistribute it and/or modify it
    33.1 --- a/test/tools/javac/innerClassFile/Driver.sh	Mon Sep 21 21:08:11 2009 -0700
    33.2 +++ b/test/tools/javac/innerClassFile/Driver.sh	Fri Sep 25 14:24:14 2009 -0700
    33.3 @@ -1,7 +1,7 @@
    33.4  #!/bin/sh
    33.5  
    33.6  #
    33.7 -# Copyright 2002 Sun Microsystems, Inc.  All Rights Reserved.
    33.8 +# Copyright 2002-2009 Sun Microsystems, Inc.  All Rights Reserved.
    33.9  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   33.10  #
   33.11  # This code is free software; you can redistribute it and/or modify it
    34.1 --- a/test/tools/javac/javazip/Test.sh	Mon Sep 21 21:08:11 2009 -0700
    34.2 +++ b/test/tools/javac/javazip/Test.sh	Fri Sep 25 14:24:14 2009 -0700
    34.3 @@ -1,7 +1,7 @@
    34.4  #! /bin/sh -f
    34.5  
    34.6  #
    34.7 -# Copyright 2005-2006 Sun Microsystems, Inc.  All Rights Reserved.
    34.8 +# Copyright 2005-2009 Sun Microsystems, Inc.  All Rights Reserved.
    34.9  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   34.10  #
   34.11  # This code is free software; you can redistribute it and/or modify it
    35.1 --- a/test/tools/javac/meth/MakeNegTests.sh	Mon Sep 21 21:08:11 2009 -0700
    35.2 +++ b/test/tools/javac/meth/MakeNegTests.sh	Fri Sep 25 14:24:14 2009 -0700
    35.3 @@ -1,7 +1,7 @@
    35.4  #!/bin/sh
    35.5  
    35.6  #
    35.7 -# Copyright 2008 Sun Microsystems, Inc.  All Rights Reserved.
    35.8 +# Copyright 2008-2009 Sun Microsystems, Inc.  All Rights Reserved.
    35.9  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   35.10  #
   35.11  # This code is free software; you can redistribute it and/or modify it
    36.1 --- a/test/tools/javac/newlines/Newlines.sh	Mon Sep 21 21:08:11 2009 -0700
    36.2 +++ b/test/tools/javac/newlines/Newlines.sh	Fri Sep 25 14:24:14 2009 -0700
    36.3 @@ -1,5 +1,5 @@
    36.4  #
    36.5 -# Copyright 2002 Sun Microsystems, Inc.  All Rights Reserved.
    36.6 +# Copyright 2002-2009 Sun Microsystems, Inc.  All Rights Reserved.
    36.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    36.8  #
    36.9  # This code is free software; you can redistribute it and/or modify it
    37.1 --- a/test/tools/javac/quid/MakeNegTests.sh	Mon Sep 21 21:08:11 2009 -0700
    37.2 +++ b/test/tools/javac/quid/MakeNegTests.sh	Fri Sep 25 14:24:14 2009 -0700
    37.3 @@ -1,7 +1,7 @@
    37.4  #!/bin/sh
    37.5  
    37.6  #
    37.7 -# Copyright 2008 Sun Microsystems, Inc.  All Rights Reserved.
    37.8 +# Copyright 2008-2009 Sun Microsystems, Inc.  All Rights Reserved.
    37.9  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   37.10  #
   37.11  # This code is free software; you can redistribute it and/or modify it
    38.1 --- a/test/tools/javac/quid/QuotedIdent.java	Mon Sep 21 21:08:11 2009 -0700
    38.2 +++ b/test/tools/javac/quid/QuotedIdent.java	Fri Sep 25 14:24:14 2009 -0700
    38.3 @@ -1,5 +1,5 @@
    38.4  /*
    38.5 - * Copyright 2008 Sun Microsystems, Inc.  All Rights Reserved.
    38.6 + * Copyright 2008-2009 Sun Microsystems, Inc.  All Rights Reserved.
    38.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    38.8   *
    38.9   * This code is free software; you can redistribute it and/or modify it
    39.1 --- a/test/tools/javac/quid/QuotedIdent2.java	Mon Sep 21 21:08:11 2009 -0700
    39.2 +++ b/test/tools/javac/quid/QuotedIdent2.java	Fri Sep 25 14:24:14 2009 -0700
    39.3 @@ -1,5 +1,5 @@
    39.4  /*
    39.5 - * Copyright 2008 Sun Microsystems, Inc.  All Rights Reserved.
    39.6 + * Copyright 2008-2009 Sun Microsystems, Inc.  All Rights Reserved.
    39.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    39.8   *
    39.9   * This code is free software; you can redistribute it and/or modify it
    40.1 --- a/test/tools/javac/stackmap/T4955930.sh	Mon Sep 21 21:08:11 2009 -0700
    40.2 +++ b/test/tools/javac/stackmap/T4955930.sh	Fri Sep 25 14:24:14 2009 -0700
    40.3 @@ -1,7 +1,7 @@
    40.4  #!/bin/sh
    40.5  
    40.6  #
    40.7 -# Copyright 2005-2006 Sun Microsystems, Inc.  All Rights Reserved.
    40.8 +# Copyright 2005-2009 Sun Microsystems, Inc.  All Rights Reserved.
    40.9  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   40.10  #
   40.11  # This code is free software; you can redistribute it and/or modify it
    41.1 --- a/test/tools/javac/unicode/SupplementaryJavaID6.sh	Mon Sep 21 21:08:11 2009 -0700
    41.2 +++ b/test/tools/javac/unicode/SupplementaryJavaID6.sh	Fri Sep 25 14:24:14 2009 -0700
    41.3 @@ -1,7 +1,7 @@
    41.4  #!/bin/sh
    41.5  
    41.6  #
    41.7 -# Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
    41.8 +# Copyright 2004-2009 Sun Microsystems, Inc.  All Rights Reserved.
    41.9  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   41.10  #
   41.11  # This code is free software; you can redistribute it and/or modify it
    42.1 --- a/test/tools/javah/6257087/foo.sh	Mon Sep 21 21:08:11 2009 -0700
    42.2 +++ b/test/tools/javah/6257087/foo.sh	Fri Sep 25 14:24:14 2009 -0700
    42.3 @@ -1,7 +1,7 @@
    42.4  #! /bin/sh -f
    42.5  
    42.6  #
    42.7 -# Copyright 2006-2007 Sun Microsystems, Inc.  All Rights Reserved.
    42.8 +# Copyright 2006-2009 Sun Microsystems, Inc.  All Rights Reserved.
    42.9  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   42.10  #
   42.11  # This code is free software; you can redistribute it and/or modify it
    43.1 --- a/test/tools/javah/ConstMacroTest.sh	Mon Sep 21 21:08:11 2009 -0700
    43.2 +++ b/test/tools/javah/ConstMacroTest.sh	Fri Sep 25 14:24:14 2009 -0700
    43.3 @@ -1,7 +1,7 @@
    43.4  #!/bin/sh
    43.5  
    43.6  #
    43.7 -# Copyright 2003-2007 Sun Microsystems, Inc.  All Rights Reserved.
    43.8 +# Copyright 2003-2009 Sun Microsystems, Inc.  All Rights Reserved.
    43.9  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   43.10  #
   43.11  # This code is free software; you can redistribute it and/or modify it
    44.1 --- a/test/tools/javah/MissingParamClassTest.sh	Mon Sep 21 21:08:11 2009 -0700
    44.2 +++ b/test/tools/javah/MissingParamClassTest.sh	Fri Sep 25 14:24:14 2009 -0700
    44.3 @@ -1,7 +1,7 @@
    44.4  #!/bin/sh
    44.5  
    44.6  #
    44.7 -# Copyright 2003-2007 Sun Microsystems, Inc.  All Rights Reserved.
    44.8 +# Copyright 2003-2009 Sun Microsystems, Inc.  All Rights Reserved.
    44.9  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   44.10  #
   44.11  # This code is free software; you can redistribute it and/or modify it
    45.1 --- a/test/tools/javah/ReadOldClass.sh	Mon Sep 21 21:08:11 2009 -0700
    45.2 +++ b/test/tools/javah/ReadOldClass.sh	Fri Sep 25 14:24:14 2009 -0700
    45.3 @@ -1,7 +1,7 @@
    45.4  #!/bin/sh
    45.5  
    45.6  #
    45.7 -# Copyright 2005-2007 Sun Microsystems, Inc.  All Rights Reserved.
    45.8 +# Copyright 2005-2009 Sun Microsystems, Inc.  All Rights Reserved.
    45.9  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   45.10  #
   45.11  # This code is free software; you can redistribute it and/or modify it
    46.1 --- a/test/tools/javap/T4975569.java	Mon Sep 21 21:08:11 2009 -0700
    46.2 +++ b/test/tools/javap/T4975569.java	Fri Sep 25 14:24:14 2009 -0700
    46.3 @@ -1,5 +1,5 @@
    46.4  /*
    46.5 - * Copyright 2008 Sun Microsystems, Inc.  All Rights Reserved.
    46.6 + * Copyright 2008-2009 Sun Microsystems, Inc.  All Rights Reserved.
    46.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    46.8   *
    46.9   * This code is free software; you can redistribute it and/or modify it
    47.1 --- a/test/tools/javap/pathsep.sh	Mon Sep 21 21:08:11 2009 -0700
    47.2 +++ b/test/tools/javap/pathsep.sh	Fri Sep 25 14:24:14 2009 -0700
    47.3 @@ -1,7 +1,7 @@
    47.4  #!/bin/sh
    47.5  
    47.6  #
    47.7 -# Copyright 2003-2007 Sun Microsystems, Inc.  All Rights Reserved.
    47.8 +# Copyright 2003-2009 Sun Microsystems, Inc.  All Rights Reserved.
    47.9  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   47.10  #
   47.11  # This code is free software; you can redistribute it and/or modify it
    48.1 --- a/test/tools/javap/stackmap/T6271292.sh	Mon Sep 21 21:08:11 2009 -0700
    48.2 +++ b/test/tools/javap/stackmap/T6271292.sh	Fri Sep 25 14:24:14 2009 -0700
    48.3 @@ -1,7 +1,7 @@
    48.4  #!/bin/sh
    48.5  
    48.6  #
    48.7 -# Copyright 2005-2007 Sun Microsystems, Inc.  All Rights Reserved.
    48.8 +# Copyright 2005-2009 Sun Microsystems, Inc.  All Rights Reserved.
    48.9  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   48.10  #
   48.11  # This code is free software; you can redistribute it and/or modify it

mercurial