Skip to content

Commit 7fea103

Browse files
committed
8279134: Fix Amazon copyright in various files
Reviewed-by: xliu, phh
1 parent 70c6df6 commit 7fea103

14 files changed

+14
-15
lines changed

src/hotspot/cpu/aarch64/spin_wait_aarch64.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021, Amazon.com Inc. or its affiliates. All rights reserved.
2+
* Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it

src/hotspot/share/gc/g1/g1OldGenAllocationTracker.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020, Amazon.com, Inc. or its affiliates. All rights reserved.
2+
* Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it

src/hotspot/share/gc/g1/g1OldGenAllocationTracker.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020, Amazon.com, Inc. or its affiliates. All rights reserved.
2+
* Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it

test/hotspot/jtreg/compiler/onSpinWait/TestOnSpinWaitAArch64.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021, Amazon.com Inc. or its affiliates. All rights reserved.
2+
* Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it

test/hotspot/jtreg/compiler/onSpinWait/TestOnSpinWaitAArch64DefaultFlags.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright Amazon.com Inc. or its affiliates. All rights reserved.
2+
* Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it

test/hotspot/jtreg/compiler/onSpinWait/TestOnSpinWaitNoneAArch64.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021, Amazon.com Inc. or its affiliates. All rights reserved.
2+
* Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it

test/hotspot/jtreg/runtime/Thread/TestSpinPause.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright Amazon.com Inc. or its affiliates. All rights reserved.
2+
* Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -84,4 +84,3 @@ public static void main(String[] args) throws Exception {
8484
System.out.println("Done: " + test.valueHolder[0]);
8585
}
8686
}
87-

test/hotspot/jtreg/serviceability/dcmd/compiler/CodeHeapAnalyticsMethodNames.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021, Amazon.com Inc. or its affiliates. All rights reserved.
2+
* Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it

test/jdk/java/io/File/LastModifiedTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021, Amazon and/or its affiliates. All rights reserved.
2+
* Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it

test/jdk/java/security/KeyFactory/KeyFactoryGetKeySpecForInvalidSpec.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021, Amazon.com, Inc. or its affiliates. All rights reserved.
2+
* Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it

test/jdk/sun/security/pkcs11/rsa/TestP11KeyFactoryGetRSAKeySpec.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
3-
* Copyright (c) 2021, Amazon.com, Inc. or its affiliates. All rights reserved.
3+
* Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
44
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55
*
66
* This code is free software; you can redistribute it and/or modify it

test/jdk/sun/security/ssl/SSLSocketImpl/SSLSocketShouldThrowSocketException.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021, Amazon and/or its affiliates. All rights reserved.
2+
* Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it

test/micro/org/openjdk/bench/java/lang/ThreadOnSpinWait.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021, Amazon.com Inc. or its affiliates. All rights reserved.
2+
* Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it

test/micro/org/openjdk/bench/java/lang/ThreadOnSpinWaitProducerConsumer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021, Amazon.com Inc. or its affiliates. All rights reserved.
2+
* Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it

0 commit comments

Comments
 (0)