-
Notifications
You must be signed in to change notification settings - Fork 729
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepended test jvm lib dir to the LIBPATH #7923
Conversation
Issue: eclipse-openj9#7822 [ci skip] Signed-off-by: lanxia <[email protected]>
jenkins test sanity,extended all jdk8 |
Will relaunch for AIX as the error is |
jenkins test extended aix,win32,xlinuxlargeheap,plinux jdk8 |
jenkins test sanity,extended all jdk11 |
|
jenkins test extended plinuxlargeheap jdk11 |
jenkins test extended xlinuxlargeheap jdk8 |
jenkins test extended plinuxlargeheap jdk11 |
It seems this change causes
|
Can we have different behavior per platform, and only prepend on AIX? |
Would be better to avoid differing the behaviour between platforms and also to understand why prepending would cause the hang on those specific SPECs... (since design decisions driven by avoidance usually comes back to bite us later). |
Since openj9Settings.mk is moved to TKG now, we may have a glitch. I will create PR in TKG repo and retest. Close this PR. |
PR in TKG repo: adoptium/TKG#19 |
Issue: #7822
[ci skip]
Signed-off-by: lanxia [email protected]