Skip to content

Commit

Permalink
CRIU removes libj9criu29
Browse files Browse the repository at this point in the history
This library is not needed after all its functionalities are moved into
java.base.

Signed-off-by: Jason Feng <fengj@ca.ibm.com>
  • Loading branch information
JasonFengJ9 committed Jan 11, 2024
1 parent 3cbb45e commit f4b586e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions closed/CopyToBuildJdk.gmk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ===========================================================================
# (c) Copyright IBM Corp. 2020, 2021 All Rights Reserved
# (c) Copyright IBM Corp. 2020, 2024 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
Expand Down Expand Up @@ -163,7 +163,6 @@ $(call openj9_copy_files_and_debuginfos, \

$(call openj9_copy_shlibs, \
cuda4j29 \
$(if $(filter true,$(OPENJ9_ENABLE_CRIU_SUPPORT)),j9criu29) \
j9dmp29 \
j9jextract \
j9gc29 \
Expand Down

0 comments on commit f4b586e

Please sign in to comment.