Skip to content

Commit e58c12e

Browse files
author
Sandhya Viswanathan
committedSep 10, 2021
8273512: Fix the copyright header of x86 macroAssembler files
Reviewed-by: dholmes, thartmann
1 parent 461a467 commit e58c12e

12 files changed

+13
-13
lines changed
 

‎src/hotspot/cpu/aarch64/macroAssembler_aarch64_log.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Copyright (c) 2018, Cavium. All rights reserved. (By BELLSOFT)
2-
* Copyright (c) 2016, Intel Corporation.
2+
* Copyright (c) 2016, 2021, Intel Corporation. All rights reserved.
33
* Intel Math Library (LIBM) Source Code
44
*
55
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.

‎src/hotspot/cpu/x86/macroAssembler_x86_adler.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021, Intel Corporation.
2+
* Copyright (c) 2021, Intel Corporation. All rights reserved.
33
*
44
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55
*

‎src/hotspot/cpu/x86/macroAssembler_x86_aes.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019, Intel Corporation.
2+
* Copyright (c) 2019, 2021, Intel Corporation. All rights reserved.
33
*
44
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55
*
@@ -1890,4 +1890,4 @@ void MacroAssembler::aesgcm_encrypt(Register in, Register len, Register ct, Regi
18901890
movq(rax, pos);
18911891
}
18921892

1893-
#endif // _LP64
1893+
#endif // _LP64

‎src/hotspot/cpu/x86/macroAssembler_x86_arrayCopy_avx3.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020, Intel Corporation.
2+
* Copyright (c) 2020, 2021, Intel Corporation. All rights reserved.
33
*
44
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55
*

‎src/hotspot/cpu/x86/macroAssembler_x86_cos.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016, Intel Corporation.
2+
* Copyright (c) 2016, 2021, Intel Corporation. All rights reserved.
33
* Intel Math Library (LIBM) Source Code
44
*
55
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.

‎src/hotspot/cpu/x86/macroAssembler_x86_exp.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016, Intel Corporation.
2+
* Copyright (c) 2016, 2021, Intel Corporation. All rights reserved.
33
* Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
44
* Intel Math Library (LIBM) Source Code
55
*

‎src/hotspot/cpu/x86/macroAssembler_x86_log.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016, Intel Corporation.
2+
* Copyright (c) 2016, 2021, Intel Corporation. All rights reserved.
33
* Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
44
* Intel Math Library (LIBM) Source Code
55
*

‎src/hotspot/cpu/x86/macroAssembler_x86_log10.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016, Intel Corporation.
2+
* Copyright (c) 2016, 2021, Intel Corporation. All rights reserved.
33
* Intel Math Library (LIBM) Source Code
44
*
55
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.

‎src/hotspot/cpu/x86/macroAssembler_x86_pow.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016, Intel Corporation.
2+
* Copyright (c) 2016, 2021, Intel Corporation. All rights reserved.
33
* Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
44
* Intel Math Library (LIBM) Source Code
55
*

‎src/hotspot/cpu/x86/macroAssembler_x86_sha.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016, Intel Corporation.
2+
* Copyright (c) 2016, 2021, Intel Corporation. All rights reserved.
33
*
44
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55
*

‎src/hotspot/cpu/x86/macroAssembler_x86_sin.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016, Intel Corporation.
2+
* Copyright (c) 2016, 2021, Intel Corporation. All rights reserved.
33
* Intel Math Library (LIBM) Source Code
44
*
55
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.

‎src/hotspot/cpu/x86/macroAssembler_x86_tan.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016, Intel Corporation.
2+
* Copyright (c) 2016, 2021, Intel Corporation. All rights reserved.
33
* Intel Math Library (LIBM) Source Code
44
*
55
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.

0 commit comments

Comments
 (0)
Please sign in to comment.