-
Notifications
You must be signed in to change notification settings - Fork 722
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
JVMTI test failures on AArch64 macOS #14390
Comments
|
I resolved ABI problems around JNI on AArch64 macOS, but I still see these failures with JVMTI tests. |
There is a JVMTI-related failure in testSCCacheManagement_0: testSharedCacheJvmtiAPI. I am going to disable it.
|
DefaultLocGrpAccessJVMTI in SharedClassesAPI_0 is also a JVMTI-related failure.
|
I opened #14591 for excluding testSCCacheManagement_0. |
I opened adoptium/aqa-tests#3376 for excluding SharedClassesAPI_0. |
I opened adoptium/openj9-systemtest#141 that supersedes adoptium/aqa-tests#3376 . |
I reproduced the failure with SharedClassesAPI_0 locally.
|
I opened Issue #14609. It explains why many JVMTI tests fail on AArch64 macOS. |
The failures with |
I can pass |
PR #14622 resolved the failures related to JVMTI extension functions in the master branch. Functional tests are enabled back again. |
I am going to open a PR for re-enabling JVMTI tests in SharedClassesAPI_0 after the release of v0.31.0. |
JVMTI tests in SharedClassesAPI_0 have been enabled again. Closing this issue now. |
Removing the |
I see segmentation faults in
cmdLineTester_jvmtitests_1
and other jvmtitests on AArch64 macOS.Here is an example.
Other segmentation faults include:
Symbol=jvmtiGetHeapFreeMemory
in ghftm001Symbol=jvmtiGetMethodAndClassNames
in gmcpn001Symbol=jvmtiGetJ9method
in gj9m001Summary output from
cmdLineTester_jvmtitests_1
:The text was updated successfully, but these errors were encountered: