We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecde6b0 commit d588fb6Copy full SHA for d588fb6
openjdk/openjdk.mk
@@ -189,6 +189,9 @@ ifneq ($(JDK_VERSION),8)
189
# else if JDK_IMPL is openj9 or ibm
190
else ifneq ($(filter openj9 ibm, $(JDK_IMPL)),)
191
JVM_NATIVE_OPTIONS := -nativepath:"$(TESTIMAGE_PATH)$(D)openj9"
192
+ ifeq ($(OS),OS/390)
193
+ export LIBPATH := $(TESTIMAGE_PATH)$(D)hotspot$(D)jtreg$(D)native:$(LIBPATH)
194
+ endif
195
endif
196
197
0 commit comments