Use LIBPATH Environment Variable to Run Serviceability JVMTI Tests#6754
Use LIBPATH Environment Variable to Run Serviceability JVMTI Tests#6754smlambert merged 1 commit intoadoptium:masterfrom
Conversation
Hi @smlambert, |
fd36e0e to
10c28fc
Compare
A few notes to indicate why we should come at this in a different way:
I am wondering about making a change in the openjdk.mk file to achieve the desired outcome. Since this will not affect hotspot testing, but will affect openj9 and semeru testing, I will request a review from @pshipton. |
|
@Darshan-N3 pls make the change specific to z/OS by checking and setting a variable in openjdk.mk as Shelley suggested. |
|
I also notice serviceability_jdwp_j9 has the same native library setting, perhaps it needs the same change.
How does this work for any other playlist that uses native libraries? |
10c28fc to
c9f8be2
Compare
369b276 to
a3d99b2
Compare
a3d99b2 to
d588fb6
Compare
d588fb6 to
4040182
Compare
|
@smlambert is this change acceptable? |
There was a problem hiding this comment.
Hmm, one other way would be to just replace JVM_NATIVE_OPTIONS with -e LIBPATH=$(TESTIMAGE_PATH)$(D)hotspot$(D)jtreg$(D)native for OS/390, if the other -nativepath piece is ignored anyway
but I am fine to proceed with this, as its been tested. If this moves to changing all of the native test targets in the playlist, we may take that opportunity to combine and set into an existing variable.
Signed-off-by: Darshan N <Darshan.N3@ibm.com>
4040182 to
cd963d5
Compare
Use LIBPATH environment variable option to run serviceability jvmti tests
Signed-off-by: Darshan N Darshan.N3@ibm.com