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 a3d99b2Copy full SHA for a3d99b2
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
+ JVM_NATIVE_OPTIONS := -nativepath:"$(TESTIMAGE_PATH)$(D)hotspot$(D)jtreg$(D)native"
194
+ endif
195
endif
196
197
0 commit comments