[ https://issues.apache.org/jira/browse/HARMONY-4882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gregory Shimansky reassigned HARMONY-4882:
------------------------------------------
Assignee: Gregory Shimansky
> [drlvm][vmcore] vm throws an assertion when array size is big
> -------------------------------------------------------------
>
> Key: HARMONY-4882
> URL: https://issues.apache.org/jira/browse/HARMONY-4882
> Project: Harmony
> Issue Type: Bug
> Components: DRLVM
> Reporter: Alexei Fedotov
> Assignee: Gregory Shimansky
> Attachments: array_size_check_improved.patch
>
>
> The following line produce an assertion in VM code:
> Class.h:
> unsigned calculate_array_size(int length) const {
> [...]
> assert((size & NEXT_TO_HIGH_BIT_SET_MASK) == 0); <<< crash
> return size;
> }
> The VM should not crash. It should behave according to spec: if it cannot allocate an
array, it should throw OutOfMemoryError.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|