You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: