[FFI/Jtreg_JDK20] Keep the downcall address alive for downcall - #17553
Conversation
The changes aim to prevent the downcall address from being released unexpectedly by leveraging the existing code to hold the downcall address during the downcall. Fixes: eclipse-openj9#17524 Signed-off-by: ChengJin01 <jincheng@ca.ibm.com>
|
The idea of the PR (updated on top of #17528) is holding the downcall address by performing |
|
jenkins compile zlinux jdk17,jdk20,jdknext |
|
Launched Grinders x50 |
|
5x x 5 https://openj9-jenkins.osuosl.org/view/Test/job/Grinder/2495/ - passed |
|
Seems https://openj9-jenkins.osuosl.org/job/Grinder/2492 has passed, although it's still archiving results. @ChengJin01 pls create PRs for 0.39 and 0.40. |
|
The changes aim to prevent the downcall address from being
released unexpectedly by leveraging the existing code to
hold the downcall address during the downcall.
Fixes: #17524
Signed-off-by: ChengJin01 jincheng@ca.ibm.com