[ http://issues.apache.org/jira/browse/HARMONY-2035?page=all ]
Alexey Varlamov updated HARMONY-2035:
-------------------------------------
Patch Info: [Patch Available]
The patch works as expected.
> [drlvm][verifier] too eager check of constraints for exceptions
> ---------------------------------------------------------------
>
> Key: HARMONY-2035
> URL: http://issues.apache.org/jira/browse/HARMONY-2035
> Project: Harmony
> Issue Type: Bug
> Components: DRLVM
> Reporter: Alexey Varlamov
> Priority: Minor
> Attachments: ExcVerifyTest.java, verifier.patch
>
>
> If a method of a class has unresolvable reference to exception in "throws" clause, DRLVM
fails to initialize such class even if such exception is never referenced in real code (neither
thrown nor catched).
> This is inconsistent with all other JVMs (Sun's, BEA's, J9).
--
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
|