forked from eclipse-openj9/openj9
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not trust nullable arrayclass type in VP
Update isUnreliableSignatureType to check if the class is an array class, and if its component class is value type, and if the array class is not null-restricted array. If so, the type is not reliable because it can either be a nullable array class type or a null-restricted array type. Fixes: eclipse-openj9#19914 Signed-off-by: Annabelle Huo <[email protected]>
- Loading branch information
Showing
2 changed files
with
24 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters