-
Notifications
You must be signed in to change notification settings - Fork 720
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
Fatal Assertion Failure at J9KnownObjectTable.cpp:207 #20410
Comments
Issue Number: 20410 |
The server should never execute code that needs VM access. File openj9/runtime/compiler/optimizer/VectorAPIExpansion.cpp has two such offenders, one in |
For
Since the known object index is known, the server could send a message to the client with this value and the client could return the corresponding j9class. |
For |
The fatal assertion at openj9/runtime/compiler/env/J9KnownObjectTable.cpp fails when running with a JITServer (e.g. when running test jdk_vector_float128_j9_0 on s390x linux (link)).
This is caused by
getPointer
being called by openj9/runtime/compiler/optimizer/VectorAPIExpansion.cpp:668, which should not be called by the server since the server cannot obtain VM access.The text was updated successfully, but these errors were encountered: