-
Notifications
You must be signed in to change notification settings - Fork 738
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update comments to show use of new class flag
The IL that is generated in lowering calls to <storeFlattenableArrayElementNonHelper> and calls to <loadFlattenableArrayElementNonHelper> now includes a test of the J9ClassArrayIsNullRestricted class flag of the array rather than the J9ClassIsPrimitiveValueType class flag of the array's component type. This change updates the example IL in the comments for the methods that perform that flattening to reflect that. Signed-off-by: Henry Zongaro <[email protected]>
- Loading branch information
Showing
1 changed file
with
14 additions
and
8 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