Skip to content

Commit

Permalink
Merge pull request ibmruntimes#7 from sharon-wang/splitverbose
Browse files Browse the repository at this point in the history
Include j9vrb_full library in mixed references builds
  • Loading branch information
keithc-ca authored Jan 25, 2021
2 parents 4190262 + 84d8fc2 commit 2dc22ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion closed/custom/modules/java.base/Copy.gmk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ===========================================================================
# (c) Copyright IBM Corp. 2017, 2020 All Rights Reserved
# (c) Copyright IBM Corp. 2017, 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
Expand Down Expand Up @@ -69,6 +69,7 @@ $(call openj9_copy_shlibs, \
j9vm29 \
j9vmchk29 \
j9vrb29 \
$(if $(filter static,$(OMR_MIXED_REFERENCES_MODE)),j9vrb_full29) \
j9zlib29 \
jclse29 \
jvm \
Expand Down

0 comments on commit 2dc22ff

Please sign in to comment.