[ http://issues.apache.org/jira/browse/HARMONY-2233?page=comments#action_12452125 ]
Alexey Varlamov commented on HARMONY-2233:
------------------------------------------
Yep, exception is object is kept with dedicated handle:
struct Exception {
ManagedObject* exc_object;
...
}
I agree.
> [drlvm] Test attached to HARMONY-2072 asserts.
> ----------------------------------------------
>
> Key: HARMONY-2233
> URL: http://issues.apache.org/jira/browse/HARMONY-2233
> Project: Harmony
> Issue Type: Bug
> Components: DRLVM
> Reporter: Pavel Pervov
> Attachments: H2233.patch
>
>
> DRLVM is designed the way it throws same OutOfMemoryError object each time it occurs.
Nevertheless local handles, containing this object can differ.
> But vm_create_jthread contains assertion about equality of handles.
> I'll attach the patch soon.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|