You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Mark Roberts (JIRA)" <ji...@apache.org> on 2015/08/21 20:16:45 UTC

[jira] [Created] (BCEL-253) Pass 3b verifier is too strict.

Mark Roberts created BCEL-253:
---------------------------------

             Summary: Pass 3b verifier is too strict.
                 Key: BCEL-253
                 URL: https://issues.apache.org/jira/browse/BCEL-253
             Project: Commons BCEL
          Issue Type: Bug
            Reporter: Mark Roberts


Quoting from src/main/java/org/apache/commons/bcel6/verifier/structurals/Subroutines.java:
  * JustIce also mandates subroutines not to be protected by exception
  * handling code (for the sake of control flow predictability).

This is too strict.  Several methods in the jdk contain this construct and hence fail to verify.  (javax/management/remote/rmi/_RMIServer_Stub.class) is one such example.)




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)