Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.
/ lanai Public archive

Commit 33fcd32

Browse files
author
Daniel D. Daugherty
committedFeb 12, 2021
8261659: JDK-8261027 causes a Tier1 validate-source failure
Reviewed-by: iignatyev, bpb
1 parent 3aa1b4c commit 33fcd32

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎src/hotspot/os_cpu/linux_aarch64/atomic_linux_aarch64.S

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
// Copyright (c) 2021, Red Hat Inc. All rights reserved.
22
// DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3-
3+
//
44
// This code is free software; you can redistribute it and/or modify it
55
// under the terms of the GNU General Public License version 2 only, as
66
// published by the Free Software Foundation.
7-
7+
//
88
// This code is distributed in the hope that it will be useful, but WITHOUT
99
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1010
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
1111
// version 2 for more details (a copy is included in the LICENSE file that
1212
// accompanied this code).
13-
13+
//
1414
// You should have received a copy of the GNU General Public License version
1515
// 2 along with this work; if not, write to the Free Software Foundation,
1616
// Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
17-
17+
//
1818
// Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
1919
// or visit www.oracle.com if you need additional information or have any
2020
// questions.

0 commit comments

Comments
 (0)
This repository has been archived.