Skip to content
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

ValueTypes: Fix and enable testCheckCastValueTypeOnInvalidQtype in ValueTypeTests #12198

Closed
OussamaSaoudi opened this issue Mar 11, 2021 · 3 comments
Labels
comp:vm project:valhalla Used to track Project Valhalla related work

Comments

@OussamaSaoudi
Copy link
Contributor

The testCheckCastValueTypeOnInvalidQtype test casts null to a QType class and expects an exception. Hotspot throws a NullPointerException for the test. OpenJ9 throws NoClassDefFoundError.
PR #11560 changes the expected exception to NullPointerException and disables the test.
The incorrect exception thrown must be investigated and corrected if need be.

@OussamaSaoudi
Copy link
Contributor Author

@tajila

@tajila tajila added comp:vm project:valhalla Used to track Project Valhalla related work labels Mar 15, 2021
@hangshao0
Copy link
Contributor

Q type is gone. This can be closed.

Copy link

github-actions bot commented Oct 3, 2024

Issue Number: 12198
Status: Closed
Actual Components: comp:vm, project:valhalla
Actual Assignees: No one :(
PR Assignees: No one :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:vm project:valhalla Used to track Project Valhalla related work
Projects
None yet
Development

No branches or pull requests

3 participants