Skip to content

Commit

Permalink
Revert to JAVA_ARGS
Browse files Browse the repository at this point in the history
Related: eclipse-openj9/openj9#15250

Signed-off-by: Lan Xia <[email protected]>
  • Loading branch information
llxia committed Oct 18, 2022
1 parent 21a7c01 commit 55224fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions system/system.mk
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ ifeq ($(filter 8 9 10 11 12 13 14 15 16 17, $(JDK_VERSION)),)
$(warning Environment variable JAVA_TOOL_OPTIONS is set to '$(JAVA_TOOL_OPTIONS)')
endif

JAVA_ARGS = $(JVM_OPTIONS)
ifeq (,$(findstring $(JDK_IMPL),hotspot))
JVM_OPTIONS += -Xdump:system:events=user
JAVA_ARGS += -Xdump:system:events=user
endif

APPLICATION_OPTIONS :=
Expand All @@ -72,7 +73,7 @@ define SYSTEMTEST_CMD_TEMPLATE
perl $(SYSTEMTEST_RESROOT)$(D)STF$(D)stf.core$(D)scripts$(D)stf.pl \
-test-root=$(Q)$(SYSTEMTEST_RESROOT)$(D)STF;$(SYSTEMTEST_RESROOT)$(D)aqa-systemtest$(OPENJ9_PRAM)$(Q) \
-systemtest-prereqs=$(Q)$(SYSTEMTEST_RESROOT)$(D)systemtest_prereqs$(Q) \
-java-args=$(SQ)$(JVM_OPTIONS)$(SQ) \
-java-args=$(SQ)$(JAVA_ARGS)$(SQ) \
-results-root=$(REPORTDIR)
endef

Expand Down

0 comments on commit 55224fd

Please sign in to comment.