Skip to content

Commit a3d99b2

Browse files
committed
Add libpath
Signed-off-by: Darshan N <[email protected]>
1 parent ecde6b0 commit a3d99b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

openjdk/openjdk.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,9 @@ ifneq ($(JDK_VERSION),8)
189189
# else if JDK_IMPL is openj9 or ibm
190190
else ifneq ($(filter openj9 ibm, $(JDK_IMPL)),)
191191
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
192195
endif
193196
endif
194197
endif

0 commit comments

Comments
 (0)