-
Notifications
You must be signed in to change notification settings - Fork 728
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
Clean up GC_TLH_PREFETCH_FTA flag settings in cmake files #18918
Conversation
Jenkins test sanity all jdk17 |
See Issue #18870 for the background information. |
Jenkins test sanity xlinux,xmac jdk17 |
Jenkins line endings check |
This commit removes redundant OMR_GC_TLH_PREFETCH_FTA lines from cmake files for some platforms. OMR_GC_TLH_PREFETCH_FTA is automatically defined in omrcfg.h during the build depending on J9VM_GC_TLH_PREFETCH_FTA value. Signed-off-by: KONNO Kazuhiro <[email protected]>
40cf70a
to
fd9a7b7
Compare
Jenkins test sanity plinux,win,xlinux,xmac jdk17 |
This PR does not change the flag settings on any platform. |
Jenkins test sanity xmac jdk17 Re-running xmac test as it failed with the following message:
|
Jenkins test sanity xlinux jdk17 Re-running xlinux test as it failed in cmdLineTester_criu_nonPortableRestore_5 with the following message:
It looks similar to Issue #18471. |
Jenkins test sanity win jdk17 Re-runnning Windows test. The previous job failed due to timeout, waiting too long in the queue. |
Summary:
|
Please note GC part of the code rely on OMR_GC_TLH_PREFETCH_FTA to be set properly. |
@dmitripivkine
openj9/runtime/cmake/options.cmake Lines 25 to 30 in 8ce1cab
openj9/runtime/cmake/options.cmake Line 74 in 8ce1cab
|
This commit removes redundant OMR_GC_TLH_PREFETCH_FTA lines from cmake files for some platforms.
OMR_GC_TLH_PREFETCH_FTA is automatically defined in omrcfg.h during the build depending on J9VM_GC_TLH_PREFETCH_FTA value.