OpenJDK / jdk / jdk
changeset 60088:fb4b43eb49c4
8248570: Incorrect copyright header in TestUnsafeUnalignedSwap.java
Reviewed-by: kvn
Contributed-by: zhuoren.wz@alibaba-inc.com
author | kvn |
---|---|
date | Tue, 07 Jul 2020 11:38:05 -0700 |
parents | 328efd70817c |
children | dfdd5131f6bd 0872f5f328e5 |
files | test/hotspot/jtreg/compiler/unsafe/TestUnsafeUnalignedSwap.java |
diffstat | 1 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/test/hotspot/jtreg/compiler/unsafe/TestUnsafeUnalignedSwap.java Thu Jul 02 11:38:00 2020 -0700 +++ b/test/hotspot/jtreg/compiler/unsafe/TestUnsafeUnalignedSwap.java Tue Jul 07 11:38:05 2020 -0700 @@ -4,13 +4,11 @@ * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Alibaba designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. + * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * @@ -18,6 +16,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ /* @test