From 16bc4aa4e5fd275dca01168fa24c61bd8eb96142 Mon Sep 17 00:00:00 2001 From: Jason Feng Date: Thu, 11 Jan 2024 11:35:07 -0500 Subject: [PATCH] CRIU removes libj9criu29 This library is not needed after all its functionalities are moved into java.base. Signed-off-by: Jason Feng --- closed/make/modules/openj9.criu/Copy.gmk | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 closed/make/modules/openj9.criu/Copy.gmk diff --git a/closed/make/modules/openj9.criu/Copy.gmk b/closed/make/modules/openj9.criu/Copy.gmk deleted file mode 100644 index 13b442cadac..00000000000 --- a/closed/make/modules/openj9.criu/Copy.gmk +++ /dev/null @@ -1,23 +0,0 @@ -# =========================================================================== -# (c) Copyright IBM Corp. 2021, 2021 All Rights Reserved -# =========================================================================== -# 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. -# -# IBM designates this particular file as subject to the "Classpath" exception -# as provided by IBM 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 -# 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). -# -# You should have received a copy of the GNU General Public License version -# 2 along with this work; if not, see . -# =========================================================================== - -include $(TOPDIR)/closed/CopySupport.gmk - -$(call openj9_copy_shlibs, j9criu29)