-
Couldn't load subscription status.
- Fork 773
AArch64: Enable SymbolValidationManager #22688
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
base: master
Are you sure you want to change the base?
Conversation
|
Jenkins test sanity,sanity.system amac,alinux64 jdk21 |
This commit enables SymbolValidationManager on AArch64. Signed-off-by: KONNO Kazuhiro <[email protected]>
befbc7c to
3fd5d65
Compare
|
Jenkins test sanity,sanity.system amac,alinux64 jdk21 |
|
The test failure (timeout in java/lang/Thread/virtual/Collectable.java) in Test_openjdk21_j9_sanity.openjdk_aarch64_linux_Personal seems to be the same as a known issue: #18463 |
|
Jenkins test sanity.openjdk alinux64 jdk21 |
|
@0xdaryl Would you review this PR when you have time, please? Thanks. |
|
Looks OK to me, but I'd like to wait for @dsouzai 's opinion on whether anything else needs to be done to enable this. |
|
Looks fine to me. That said, this really just enables the infra; I don't know if all of the places that need support have been addressed. #3028 (comment) (note, this was from 2019) lists out places that have be addressed to support SVM AOT. Assuming all of that is addressed, it should be fine to enable SVM on the platform. Now, the SVM is disabled during startup - by that I mean when the JVM Phase is not in |
This commit enables SymbolValidationManager on AArch64.