Merge

Tue, 01 Jan 2013 17:50:29 -0800

author
lana
date
Tue, 01 Jan 2013 17:50:29 -0800
changeset 1475
1d8438db45f2
parent 1474
383bc0fbd759
parent 1469
467e4d9281bc
child 1476
0e17c3c23e3b

Merge

     1.1 --- a/.hgtags	Sun Dec 30 06:17:36 2012 -0800
     1.2 +++ b/.hgtags	Tue Jan 01 17:50:29 2013 -0800
     1.3 @@ -190,3 +190,5 @@
     1.4  20230f8b0eef92a57043735fc2ca00fea7e510a0 jdk8-b66
     1.5  303b09787a69136cd2019f9edfed3f308572e9fc jdk8-b67
     1.6  014a6a11dfe5ddc23ec8c76bb42ac998dbf49acb jdk8-b68
     1.7 +d7360bf35ee1f40ff78c2e83a22b5446ee464346 jdk8-b69
     1.8 +47f71d7c124f24c2fe2dfc49865b332345b458ed jdk8-b70
     2.1 --- a/make/Makefile-classic	Sun Dec 30 06:17:36 2012 -0800
     2.2 +++ b/make/Makefile-classic	Tue Jan 01 17:50:29 2013 -0800
     2.3 @@ -1,5 +1,5 @@
     2.4  #
     2.5 -# Copyright (c) 2007, 2012 Oracle and/or its affiliates. All rights reserved.
     2.6 +# Copyright (c) 2007, 2012, Oracle and/or its affiliates. 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/javax/lang/model/util/AbstractAnnotationValueVisitor7.java	Sun Dec 30 06:17:36 2012 -0800
     3.2 +++ b/src/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor7.java	Tue Jan 01 17:50:29 2013 -0800
     3.3 @@ -1,5 +1,5 @@
     3.4  /*
     3.5 - * Copyright (c) 2010, 2011 Oracle and/or its affiliates. All rights reserved.
     3.6 + * Copyright (c) 2010, 2011, Oracle and/or its affiliates. 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/javax/lang/model/util/AbstractTypeVisitor8.java	Sun Dec 30 06:17:36 2012 -0800
     4.2 +++ b/src/share/classes/javax/lang/model/util/AbstractTypeVisitor8.java	Tue Jan 01 17:50:29 2013 -0800
     4.3 @@ -1,5 +1,5 @@
     4.4  /*
     4.5 - * Copyright (c) 2011 Oracle and/or its affiliates. All rights reserved.
     4.6 + * Copyright (c) 2011, Oracle and/or its affiliates. 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/javax/lang/model/util/ElementKindVisitor8.java	Sun Dec 30 06:17:36 2012 -0800
     5.2 +++ b/src/share/classes/javax/lang/model/util/ElementKindVisitor8.java	Tue Jan 01 17:50:29 2013 -0800
     5.3 @@ -1,5 +1,5 @@
     5.4  /*
     5.5 - * Copyright (c) 2011 Oracle and/or its affiliates. All rights reserved.
     5.6 + * Copyright (c) 2011, Oracle and/or its affiliates. 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/test/tools/javac/StringsInSwitch/StringSwitches.java	Sun Dec 30 06:17:36 2012 -0800
     6.2 +++ b/test/tools/javac/StringsInSwitch/StringSwitches.java	Tue Jan 01 17:50:29 2013 -0800
     6.3 @@ -1,5 +1,5 @@
     6.4  /*
     6.5 - * Copyright (c) 2009, 2011 Oracle and/or its affiliates. All rights reserved.
     6.6 + * Copyright (c) 2009, 2011, Oracle and/or its affiliates. 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/test/tools/javac/api/T6395981.java	Sun Dec 30 06:17:36 2012 -0800
     7.2 +++ b/test/tools/javac/api/T6395981.java	Tue Jan 01 17:50:29 2013 -0800
     7.3 @@ -1,5 +1,5 @@
     7.4  /*
     7.5 - * Copyright (c) 2006, 2011 Oracle and/or its affiliates. All rights reserved.
     7.6 + * Copyright (c) 2006, 2011, Oracle and/or its affiliates. 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/test/tools/javac/defaultMethods/defaultMethodExecution/DefaultMethodRegressionTests.java	Sun Dec 30 06:17:36 2012 -0800
     8.2 +++ b/test/tools/javac/defaultMethods/defaultMethodExecution/DefaultMethodRegressionTests.java	Tue Jan 01 17:50:29 2013 -0800
     8.3 @@ -1,5 +1,5 @@
     8.4  /*
     8.5 - * Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
     8.6 + * Copyright (c) 2012, Oracle and/or its affiliates. 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/test/tools/javac/diags/examples/DuplicateAnnotation.java	Sun Dec 30 06:17:36 2012 -0800
     9.2 +++ b/test/tools/javac/diags/examples/DuplicateAnnotation.java	Tue Jan 01 17:50:29 2013 -0800
     9.3 @@ -1,5 +1,5 @@
     9.4  /*
     9.5 - * Copyright (c) 2010, 2012 Oracle and/or its affiliates. All rights reserved.
     9.6 + * Copyright (c) 2010, 2012, Oracle and/or its affiliates. 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/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestKinds.java	Sun Dec 30 06:17:36 2012 -0800
    10.2 +++ b/test/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestKinds.java	Tue Jan 01 17:50:29 2013 -0800
    10.3 @@ -1,5 +1,5 @@
    10.4  /*
    10.5 - * Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
    10.6 + * Copyright (c) 2012, Oracle and/or its affiliates. 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/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestSueCase1.java	Sun Dec 30 06:17:36 2012 -0800
    11.2 +++ b/test/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestSueCase1.java	Tue Jan 01 17:50:29 2013 -0800
    11.3 @@ -1,5 +1,5 @@
    11.4  /*
    11.5 - * Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
    11.6 + * Copyright (c) 2012, Oracle and/or its affiliates. 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/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestSueCase2.java	Sun Dec 30 06:17:36 2012 -0800
    12.2 +++ b/test/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestSueCase2.java	Tue Jan 01 17:50:29 2013 -0800
    12.3 @@ -1,5 +1,5 @@
    12.4  /*
    12.5 - * Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
    12.6 + * Copyright (c) 2012, Oracle and/or its affiliates. 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/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestSueCase4.java	Sun Dec 30 06:17:36 2012 -0800
    13.2 +++ b/test/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestSueCase4.java	Tue Jan 01 17:50:29 2013 -0800
    13.3 @@ -1,5 +1,5 @@
    13.4  /*
    13.5 - * Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
    13.6 + * Copyright (c) 2012, Oracle and/or its affiliates. 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/tools/javac/lambdaShapes/org/openjdk/tests/separate/AttributeInjector.java	Sun Dec 30 06:17:36 2012 -0800
    14.2 +++ b/test/tools/javac/lambdaShapes/org/openjdk/tests/separate/AttributeInjector.java	Tue Jan 01 17:50:29 2013 -0800
    14.3 @@ -1,5 +1,5 @@
    14.4  /*
    14.5 - * Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
    14.6 + * Copyright (c) 2012, Oracle and/or its affiliates. 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/tools/javac/lambdaShapes/org/openjdk/tests/separate/ClassFile.java	Sun Dec 30 06:17:36 2012 -0800
    15.2 +++ b/test/tools/javac/lambdaShapes/org/openjdk/tests/separate/ClassFile.java	Tue Jan 01 17:50:29 2013 -0800
    15.3 @@ -1,5 +1,5 @@
    15.4  /*
    15.5 - * Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
    15.6 + * Copyright (c) 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/test/tools/javac/lambdaShapes/org/openjdk/tests/separate/ClassFilePreprocessor.java	Sun Dec 30 06:17:36 2012 -0800
    16.2 +++ b/test/tools/javac/lambdaShapes/org/openjdk/tests/separate/ClassFilePreprocessor.java	Tue Jan 01 17:50:29 2013 -0800
    16.3 @@ -1,5 +1,5 @@
    16.4  /*
    16.5 - * Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
    16.6 + * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    16.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    16.8   *
    16.9   * This code is free software; you can redistribute it and/or modify it
    17.1 --- a/test/tools/javac/lambdaShapes/org/openjdk/tests/separate/ClassToInterfaceConverter.java	Sun Dec 30 06:17:36 2012 -0800
    17.2 +++ b/test/tools/javac/lambdaShapes/org/openjdk/tests/separate/ClassToInterfaceConverter.java	Tue Jan 01 17:50:29 2013 -0800
    17.3 @@ -1,5 +1,5 @@
    17.4  /*
    17.5 - * Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
    17.6 + * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    17.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    17.8   *
    17.9   * This code is free software; you can redistribute it and/or modify it
    18.1 --- a/test/tools/javac/lambdaShapes/org/openjdk/tests/separate/Compiler.java	Sun Dec 30 06:17:36 2012 -0800
    18.2 +++ b/test/tools/javac/lambdaShapes/org/openjdk/tests/separate/Compiler.java	Tue Jan 01 17:50:29 2013 -0800
    18.3 @@ -1,5 +1,5 @@
    18.4  /*
    18.5 - * Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
    18.6 + * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    18.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    18.8   *
    18.9   * This code is free software; you can redistribute it and/or modify it
    19.1 --- a/test/tools/javac/lambdaShapes/org/openjdk/tests/separate/DirectedClassLoader.java	Sun Dec 30 06:17:36 2012 -0800
    19.2 +++ b/test/tools/javac/lambdaShapes/org/openjdk/tests/separate/DirectedClassLoader.java	Tue Jan 01 17:50:29 2013 -0800
    19.3 @@ -1,5 +1,5 @@
    19.4  /*
    19.5 - * Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
    19.6 + * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    19.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    19.8   *
    19.9   * This code is free software; you can redistribute it and/or modify it
    20.1 --- a/test/tools/javac/lambdaShapes/org/openjdk/tests/separate/SourceModel.java	Sun Dec 30 06:17:36 2012 -0800
    20.2 +++ b/test/tools/javac/lambdaShapes/org/openjdk/tests/separate/SourceModel.java	Tue Jan 01 17:50:29 2013 -0800
    20.3 @@ -1,5 +1,5 @@
    20.4  /*
    20.5 - * Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
    20.6 + * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    20.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    20.8   *
    20.9   * This code is free software; you can redistribute it and/or modify it
    21.1 --- a/test/tools/javac/lambdaShapes/org/openjdk/tests/separate/TestHarness.java	Sun Dec 30 06:17:36 2012 -0800
    21.2 +++ b/test/tools/javac/lambdaShapes/org/openjdk/tests/separate/TestHarness.java	Tue Jan 01 17:50:29 2013 -0800
    21.3 @@ -1,5 +1,5 @@
    21.4  /*
    21.5 - * Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
    21.6 + * Copyright (c) 2012, Oracle and/or its affiliates. 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/lambdaShapes/org/openjdk/tests/vm/DefaultMethodsTest.java	Sun Dec 30 06:17:36 2012 -0800
    22.2 +++ b/test/tools/javac/lambdaShapes/org/openjdk/tests/vm/DefaultMethodsTest.java	Tue Jan 01 17:50:29 2013 -0800
    22.3 @@ -1,5 +1,5 @@
    22.4  /*
    22.5 - * Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
    22.6 + * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    22.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    22.8   *
    22.9   * This code is free software; you can redistribute it and/or modify it
    23.1 --- a/test/tools/javac/lambdaShapes/org/openjdk/tests/vm/FDSeparateCompilationTest.java	Sun Dec 30 06:17:36 2012 -0800
    23.2 +++ b/test/tools/javac/lambdaShapes/org/openjdk/tests/vm/FDSeparateCompilationTest.java	Tue Jan 01 17:50:29 2013 -0800
    23.3 @@ -1,5 +1,5 @@
    23.4  /*
    23.5 - * Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
    23.6 + * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    23.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    23.8   *
    23.9   * This code is free software; you can redistribute it and/or modify it
    24.1 --- a/test/tools/javac/nativeHeaders/javahComparison/CompareTest.java	Sun Dec 30 06:17:36 2012 -0800
    24.2 +++ b/test/tools/javac/nativeHeaders/javahComparison/CompareTest.java	Tue Jan 01 17:50:29 2013 -0800
    24.3 @@ -1,5 +1,5 @@
    24.4  /*
    24.5 - * Copyright (c) 2007,2012 Oracle and/or its affiliates. All rights reserved.
    24.6 + * Copyright (c) 2007, 2012, Oracle and/or its affiliates. All rights reserved.
    24.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    24.8   *
    24.9   * This code is free software; you can redistribute it and/or modify it
    25.1 --- a/test/tools/javac/processing/model/util/deprecation/TestDeprecation.java	Sun Dec 30 06:17:36 2012 -0800
    25.2 +++ b/test/tools/javac/processing/model/util/deprecation/TestDeprecation.java	Tue Jan 01 17:50:29 2013 -0800
    25.3 @@ -1,5 +1,5 @@
    25.4  /*
    25.5 - * Copyright (c) 2006, 2011 Oracle and/or its affiliates. All rights reserved.
    25.6 + * Copyright (c) 2006, 2011, Oracle and/or its affiliates. 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

mercurial