From 6f65841cdf6432987fd7a68f11e8793e029e0135 Mon Sep 17 00:00:00 2001 From: Peter Shipton Date: Mon, 13 Mar 2023 11:54:45 -0400 Subject: [PATCH] Backport missing Oracle CPE from the head stream The files are missing the Oracle "Classpath" exception in jdk19 but are otherwise identical to the head stream. Signed-off-by: Peter Shipton --- make/data/autoheaders/assemblyprefix.h | 4 +++- src/java.base/share/native/libjava/Continuation.c | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/make/data/autoheaders/assemblyprefix.h b/make/data/autoheaders/assemblyprefix.h index bb576407943..4429e3f19c4 100644 --- a/make/data/autoheaders/assemblyprefix.h +++ b/make/data/autoheaders/assemblyprefix.h @@ -4,7 +4,9 @@ # # 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. +# published by the Free Software Foundation. Oracle designates this +# particular file as subject to the "Classpath" exception as provided +# by Oracle in the LICENSE file that accompanied this code. # # This code is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or diff --git a/src/java.base/share/native/libjava/Continuation.c b/src/java.base/share/native/libjava/Continuation.c index b2cf94ba92e..ff7b80ed043 100644 --- a/src/java.base/share/native/libjava/Continuation.c +++ b/src/java.base/share/native/libjava/Continuation.c @@ -4,7 +4,9 @@ * * 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. + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or