Skip to content

Commit

Permalink
Parse -Xmso from OPENJ9_JAVA_OPTIONS for main thread
Browse files Browse the repository at this point in the history
Issue eclipse-openj9/openj9#16105

Backport of ibmruntimes/openj9-openjdk-jdk#644,
the JLI helper functions, and parts of args.c applicable to jdk8.

Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
  • Loading branch information
pshipton committed Aug 23, 2023
1 parent f908ec9 commit 6409d2a
Show file tree
Hide file tree
Showing 6 changed files with 786 additions and 3 deletions.
5 changes: 5 additions & 0 deletions jdk/make/lib/CoreLibraries.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
# questions.
#

# ===========================================================================
# (c) Copyright IBM Corp. 2023, 2023 All Rights Reserved
# ===========================================================================

# Include custom extensions if available.
-include $(CUSTOM_MAKE_DIR)/lib/CoreLibraries.gmk

Expand Down Expand Up @@ -355,6 +359,7 @@ BUILD_LIBJLI_SRC_DIRS := $(JDK_TOPDIR)/src/share/bin $(JDK_TOPDIR)/src/$(OPENJDK
LIBJLI_CFLAGS := $(CFLAGS_JDKLIB) $(foreach dir, $(BUILD_LIBJLI_SRC_DIRS), -I$(dir))

BUILD_LIBJLI_FILES := \
args.c \
java.c \
splashscreen_stubs.c \
parse_manifest.c \
Expand Down
Loading

0 comments on commit 6409d2a

Please sign in to comment.