KONNO Kazuhiro
KONNO Kazuhiro
And yes, `NEW_DUAL_MODE_HELPER` lacks the step for saving the return address in `VMThread->jitReturnAddress`, while pnathelp.m4 does that. https://github.com/eclipse-openj9/openj9/blob/ca3e24809118914786124dc85a4e5e68050298d6/runtime/codert_vm/pnathelp.m4#L209-L210
I opened PR #17100 as the fix for `NEW_DUAL_MODE_HELPER`. How can I run ValueTypeTestsJIT_1 with it?
Thank you. I started a job as Pipeline-Build-Test-Personal/16142/.
Jenkins test sanity all jdk11
`J9VM_OPT_MEMORY_CHECK_SUPPORT`, `J9VM_GC_VLHGC`, `J9VM_MODULE_JEXTRACTNATIVES`: These three flags are set to `ON` twice in common.cmake, but there is no need for doing that. https://github.com/eclipse-openj9/openj9/blob/8ce1cab560f02c33cb3cc38438d9c67600281568/runtime/cmake/caches/common.cmake#L201 https://github.com/eclipse-openj9/openj9/blob/8ce1cab560f02c33cb3cc38438d9c67600281568/runtime/cmake/caches/common.cmake#L151 https://github.com/eclipse-openj9/openj9/blob/8ce1cab560f02c33cb3cc38438d9c67600281568/runtime/cmake/caches/common.cmake#L89
Jenkins test sanity all jdk11
Similar but independent PRs: #18918, #18966
This commit does not change omrcfg.h that is generated during the build.
I enabled only CMake build in my PR #13700.
Thank you for the comment. I don't have the environment to try on, but I think the UMA build for x86-64 macOS does not work now.